Searched refs:descriptions (Results 1 - 25 of 50) sorted by relevance

12

/external/libphonenumber/java/src/com/android/i18n/phonenumbers/geocoding/
H A DDefaultMapStorage.java36 private String[] descriptions; field in class:DefaultMapStorage
45 return descriptions[index];
52 descriptions = new String[numOfEntries];
58 sortedAreaCodeMap.values().toArray(descriptions);
67 if (descriptions == null || descriptions.length < numOfEntries) {
68 descriptions = new String[numOfEntries];
72 descriptions[i] = objectInput.readUTF();
86 objectOutput.writeUTF(descriptions[i]);
/external/chromium/chrome/browser/chromeos/cros/
H A Dinput_method_library.cc910 InputMethodDescriptors* descriptions = new InputMethodDescriptors; local
915 descriptions->push_back(InputMethodDescriptor(
917 descriptions->push_back(InputMethodDescriptor(
919 descriptions->push_back(InputMethodDescriptor(
921 descriptions->push_back(InputMethodDescriptor(
923 descriptions->push_back(InputMethodDescriptor(
925 descriptions->push_back(InputMethodDescriptor(
927 descriptions->push_back(InputMethodDescriptor(
929 descriptions->push_back(InputMethodDescriptor(
931 descriptions
[all...]
/external/objenesis/tck/src/org/objenesis/tck/
H A DTCK.java58 private final Map descriptions = new HashMap(); field in class:TCK
68 descriptions.put(candidateClass, description);
79 descriptions.put(objenesis, description);
88 reporter.startTests(describePlatform(), findAllDescriptions(candidates, descriptions),
89 findAllDescriptions(objenesisInstances, descriptions));
93 String candidateDescription = (String) descriptions.get(candidateClass);
98 String objenesisDescription = (String) descriptions.get(objenesis);
122 private Collection findAllDescriptions(List keys, Map descriptions) { argument
125 results.add(descriptions.get(keys.get(i)));
H A DTextReporter.java232 private int lengthOfLongestStringIn(Collection descriptions) { argument
234 for(Iterator it = descriptions.iterator(); it.hasNext();) {
/external/webkit/Source/WebKit2/Shared/Plugins/Netscape/x11/
H A DNetscapePluginModuleX11.cpp79 const MIMEToDescriptionsMap& descriptions = package->mimeToDescriptions(); local
81 MIMEToDescriptionsMap::const_iterator descEnd = descriptions.end();
82 plugin.info.mimes.reserveCapacity(descriptions.size());
84 for (MIMEToDescriptionsMap::const_iterator it = descriptions.begin(); it != descEnd; ++it) {
/external/webkit/Source/WebKit2/Shared/Plugins/Netscape/win/
H A DNetscapePluginModuleWin.cpp81 Vector<String> descriptions; local
82 getVersionInfo(versionInfoData.get(), "FileOpenName").split('|', descriptions);
87 String description = i < descriptions.size() ? descriptions[i] : "";
/external/webkit/Source/WebKit/mac/Misc/
H A DWebKitErrors.m65 static NSMutableDictionary *descriptions = nil;
78 descriptionsDict = [descriptions objectForKey:domain];
113 NSDictionary *descriptionsForWebKitErrorDomain = [descriptions objectForKey:WebKitErrorDomain];
145 if (!descriptions)
146 descriptions = [[NSMutableDictionary alloc] init];
148 [descriptions setObject:dictionary forKey:domain];
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
H A DWebErrorsMac.mm67 static NSMutableDictionary *descriptions = nil;
80 descriptionsDict = [descriptions objectForKey:domain];
108 if (!descriptions)
109 descriptions = [[NSMutableDictionary alloc] init];
111 [descriptions setObject:dictionary forKey:domain];
/external/webkit/Source/WebCore/plugins/win/
H A DPluginPackageWin.cpp199 Vector<String> descriptions; local
200 getVersionInfo(versionInfoData.get(), "FileOpenName").split('|', descriptions);
204 String description = i < descriptions.size() ? descriptions[i] : "";
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/
H A DPerformanceResultsElement.java114 * Returns the descriptions of the configurations.
120 String[] descriptions = DB_Results.getConfigDescriptions();
121 int length = descriptions.length;
124 descriptions = DB_Results.getConfigDescriptions();
126 return descriptions;
/external/icu4c/i18n/
H A Dnfrs.h33 NFRuleSet(UnicodeString* descriptions, int32_t index, UErrorCode& status);
H A Dnfrs.cpp121 NFRuleSet::NFRuleSet(UnicodeString* descriptions, int32_t index, UErrorCode& status) argument
138 UnicodeString& description = descriptions[index]; // !!! make sure index is valid
147 // name can be omitted in formatter descriptions that consist
185 // the descriptions of the rules (one rule per element). The rules
/external/webkit/Source/WebCore/plugins/mac/
H A DPluginPackageMac.cpp214 Vector<String> descriptions = stringListFromResourceId(MIMEDescriptionStringNumber);
215 if (descriptions.size() != mimes.size() / 2)
225 m_mimeToDescriptions.set(mime, descriptions[i / 2]);
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
H A Dprinting.py492 descriptions = TestExpectationsFile.EXPECTATION_DESCRIPTIONS
496 % (descriptions[result][1], len(tests)))
511 descriptions = TestExpectationsFile.EXPECTATION_DESCRIPTIONS
516 descriptions[result][1], len(tests)))
/external/webkit/Source/JavaScriptCore/tests/mozilla/Getopt/
H A DMixed.pm398 Getopt::Mixed::getOptions(...option-descriptions...);
404 Getopt::Mixed::init(...option-descriptions...);
427 descriptions.
432 are strings composed of individual option descriptions. Several
433 option descriptions can appear in the same string if they are
513 Getopt::Mixed::getOptions(...option-descriptions...);
544 Getopt::Mixed::init(...option-descriptions...);
556 First, you call Getopt::Mixed::init with the option descriptions.
597 Getopt::Mixed::init(...option-descriptions...);
624 descriptions contai
[all...]
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/objects/
H A DProperties.java289 // loading the descriptions
290 Map<String, String> descriptions = new HashMap<String, String>(groupProperties.size());
302 descriptions.put(name, description);
305 // applying the descriptions
307 properties.description = descriptions.get(properties.name);
/external/llvm/lib/Support/Windows/
H A Dsystem_error.inc62 // see WinError.h comments for descriptions of errors
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
H A DDB_Results.java548 String[] descriptions = new String[length];
549 System.arraycopy(CONFIG_DESCRIPTIONS, 0, descriptions, 0, length);
550 return descriptions;
556 public static void setConfigDescriptions(String[] descriptions) { argument
557 CONFIG_DESCRIPTIONS = descriptions;
/external/e2fsprogs/ext2ed/
H A Dgeneral_com.c118 wprintw (show_pad,"%s - %s\n",text,current_type->type_commands.descriptions [i]);
125 wprintw (show_pad,"%s - %s\n",text,ext2_commands.descriptions [i]);
132 wprintw (show_pad,"%s - %s\n",text,general_commands.descriptions [i]);
H A Dinit.c179 free (ptr->descriptions [i]);
366 ptr->descriptions [num]=(char *) malloc (strlen (description)+1);
367 strcpy (ptr->descriptions [num],description);
H A Dext2ed.h87 char *descriptions [MAX_COMMANDS_NUM]; member in struct:struct_commands
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/
H A DRuntime.pm62 descriptions must also include details of any configuration language used.
/external/chromium/base/metrics/
H A Dhistogram.cc135 void Histogram::SetRangeDescriptions(const DescriptionPair descriptions[]) { argument
814 const DescriptionPair descriptions[]) {
815 for (int i =0; descriptions[i].description; ++i) {
816 bucket_description_[descriptions[i].sample] = descriptions[i].description;
813 SetRangeDescriptions( const DescriptionPair descriptions[]) argument
H A Dhistogram.h400 virtual void SetRangeDescriptions(const DescriptionPair descriptions[]);
606 virtual void SetRangeDescriptions(const DescriptionPair descriptions[]);
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DBitSet.pm328 descriptions must also include details of any configuration language used.

Completed in 847 milliseconds

12