Home
last modified time | relevance | path

Searched refs:I (Results 1 – 25 of 28) sorted by relevance

12

/packages/apps/Camera2/src/com/android/camera/data/
DFilmstripContentQueries.java38 public interface CursorToFilmstripItemFactory<I extends FilmstripItem> {
46 public I get(Cursor cursor); in get()
61 public static <I extends FilmstripItem> List<I> forCameraPath(ContentResolver contentResolver, in forCameraPath()
63 CursorToFilmstripItemFactory<I> factory) { in forCameraPath()
69 List<I> result = new ArrayList<>(); in forCameraPath()
72 I item = factory.get(cursor); in forCameraPath()
/packages/apps/Camera2/src/com/android/camera/async/
DObservableCombiner.java62 static <I, O> Observable<O> transform(final List<? extends Observable<I>> inputs, in transform()
63 final Function<List<I>, O> function) { in transform() argument
67 ArrayList<I> deps = new ArrayList<>(); in transform()
68 for (Observable<? extends I> dependency : inputs) { in transform()
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
Dfaq.md85 3. Should I choose DOM or SAX?
175 3. Why do I need to provide the length of string?
181 4. Why do I need to provide allocator parameter in many DOM manipulation API?
195 2. Can I pause the parsing process and resume it later?
219 5. Can I output `\uxxxx` for all non-ASCII character?
225 1. I have a big JSON file. Should I load the whole file to memory?
229 2. Can I parse JSON while it is streamed from network?
233 3. I don't know what encoding will the JSON be. How to handle them?
Dencoding.md65 …memory, we normally use `UTF8`, `UTF16` or `UTF32`. For processing text via I/O, we may use `UTF8`…
DDoxyfile.in172 # using the -I flag.
/packages/experimental/RpcPerformance/
DREADME5 no-op Binder calls and certain file I/O operations).
/packages/services/Car/tools/bootio/
DREADME.md3 The bootio tool records I/O for processes during boot.
/packages/apps/UnifiedEmail/res/raw/
Dlogo.txt48 6G+uuoorrvhrfvbIw3z2C1+C/IWa6N3WSF3a6rXopWugtgZSyQAQKU9vikw3D/9I
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
Ddocument.h1639 struct I {
1648 struct I {
/packages/apps/LegacyCamera/jni/feature_mos/doc/
Dfeature_mos_API_doxyfile134 # are normally passed to the compiler using the -I flag.
/packages/apps/LegacyCamera/jni/feature_stab/doc/
Ddbreg_API_doxyfile134 # are normally passed to the compiler using the -I flag.
/packages/inputmethods/LatinIME/dictionaries/
Dlt_wordlist.combined.gz1dictionary=main:lt,locale=lt,description=Lietuvių,date=1393228136, ...
Dlv_wordlist.combined.gz1dictionary=main:lv,locale=lv,description=Latviešu,date=1393228136, ...
Dpl_wordlist.combined.gz1dictionary=main:pl,locale=pl,description=Polski,date=1414726264, ...
Dfr_wordlist.combined.gz1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ...
Dtr_wordlist.combined.gz1dictionary=main:tr,locale=tr,description=Türkçe,date=1414726261, ...
Dpt_PT_wordlist.combined.gz1dictionary=main:pt_pt,locale=pt_PT,description=Português (Portugal),date ...
Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...
Dhr_wordlist.combined.gz1dictionary=main:hr,locale=hr,description=Hrvatski,date=1393228135, ...
Dpt_BR_wordlist.combined.gz1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ...
Dsl_wordlist.combined.gz1dictionary=main:sl,locale=sl,description=Slovenščina,date=1393228152, ...
Dro_wordlist.combined.gz1dictionary=main:ro,locale=ro,description=Română,date=1412325511, ...
Dit_wordlist.combined.gz1dictionary=main:it,locale=it,description=Italiano,date=1414726258, ...

12