/packages/apps/Nfc/src/com/android/nfc/ |
D | RegisteredComponentCache.java | 140 void dump(ArrayList<ComponentInfo> components) { in dump() argument 141 for (ComponentInfo component : components) { in dump() 156 ArrayList<ComponentInfo> components = new ArrayList<ComponentInfo>(); in generateComponentsList() local 161 parseComponentInfo(pm, resolveInfo, components); in generateComponentsList() 170 dump(components); in generateComponentsList() 174 mComponents = components; in generateComponentsList() 179 ArrayList<ComponentInfo> components) throws XmlPullParserException, IOException { in parseComponentInfo() argument 190 parser, info, components); in parseComponentInfo() local 199 ResolveInfo resolveInfo, ArrayList<ComponentInfo> components) in parseTechLists() argument 219 components.add(new ComponentInfo(resolveInfo, techs)); in parseTechLists()
|
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/ |
D | CharMatcher.java | 572 List<CharMatcher> components; 574 And(List<CharMatcher> components) { 575 this.components = components; // Skip defensive copy (private) 579 for (CharMatcher matcher : components) { 588 List<CharMatcher> newComponents = new ArrayList<CharMatcher>(components); 603 List<CharMatcher> components; 605 Or(List<CharMatcher> components) { 606 this.components = components; // Skip defensive copy (private) 610 for (CharMatcher matcher : components) { 619 List<CharMatcher> newComponents = new ArrayList<CharMatcher>(components); [all …]
|
/packages/apps/Gallery2/jni_jpegstream/src/ |
D | jpeg_reader.cpp | 71 const int components = (static_cast<int>(format) & 0xff); in setup() local 74 switch (components) { in setup() 81 mScanlineUnformattedBuflen = mInfo.output_width * components; in setup() 96 mScanlineBuflen = mInfo.output_width * components; in setup()
|
D | jpeg_writer.cpp | 75 const int components = (static_cast<int>(format) & 0xff); in setup() local 76 switch (components) { in setup() 103 mScanlineBuflen = width * components; in setup()
|
/packages/apps/VoiceDialer/src/com/android/voicedialer/ |
D | CommandRecognizerEngine.java | 1161 String[] components = meaning.trim().split(" "); in onRecognitionSuccess() local 1162 for (int i=0; i < components.length; i++) { in onRecognitionSuccess() 1163 String component = components[i]; in onRecognitionSuccess()
|
/packages/apps/Settings/src/com/android/settings/notification/ |
D | ManagedServiceSettings.java | 212 final String[] components = flat.split(":"); 213 return components.length;
|
/packages/services/Telecomm/libs/ |
D | guava.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/packages/inputmethods/LatinIME/dictionaries/ |
D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1402373178, ... |
D | da_wordlist.combined.gz | 1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ... |
D | fr_wordlist.combined.gz | 1dictionary=main:fr,locale=fr,description=Français,date=1400639634, ... |
D | de_wordlist.combined.gz | 1dictionary=main:de,locale=de,description=Deutsch,date=1393228134, ... |