Home
last modified time | relevance | path

Searched refs:descriptions (Results 1 – 25 of 257) sorted by relevance

1234567891011

/external/libphonenumber/internal/prefixmapper/src/com/google/i18n/phonenumbers/prefixmapper/
DDefaultMapStorage.java36 private String[] descriptions; field in DefaultMapStorage
45 return descriptions[index]; in getDescription()
52 descriptions = new String[numOfEntries]; in readFromSortedMap()
58 sortedPhonePrefixMap.values().toArray(descriptions); in readFromSortedMap()
67 if (descriptions == null || descriptions.length < numOfEntries) { in readExternal()
68 descriptions = new String[numOfEntries]; in readExternal()
72 descriptions[i] = objectInput.readUTF(); in readExternal()
86 objectOutput.writeUTF(descriptions[i]); in writeExternal()
/external/objenesis/tck/src/org/objenesis/tck/
DTCK.java58 private final Map descriptions = new HashMap(); field in TCK
68 descriptions.put(candidateClass, description); in registerCandidate()
79 descriptions.put(objenesis, description); in registerObjenesisInstance()
88 reporter.startTests(describePlatform(), findAllDescriptions(candidates, descriptions), in runTests()
89 findAllDescriptions(objenesisInstances, descriptions)); in runTests()
93 String candidateDescription = (String) descriptions.get(candidateClass); in runTests()
98 String objenesisDescription = (String) descriptions.get(objenesis); in runTests()
122 private Collection findAllDescriptions(List keys, Map descriptions) { in findAllDescriptions() argument
125 results.add(descriptions.get(keys.get(i))); in findAllDescriptions()
DTextReporter.java232 private int lengthOfLongestStringIn(Collection descriptions) { in lengthOfLongestStringIn() argument
234 for(Iterator it = descriptions.iterator(); it.hasNext();) { in lengthOfLongestStringIn()
/external/lldb/test/unittest2/
Drunner.py43 def __init__(self, stream, descriptions, verbosity): argument
48 self.descriptions = descriptions
53 if self.descriptions and doc_first_line:
132 def __init__(self, stream=sys.stderr, descriptions=True, verbosity=1, argument
135 self.descriptions = descriptions
143 return self.resultclass(self.stream, self.descriptions, self.verbosity)
/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/
DPerformanceResultsElement.java120 String[] descriptions = DB_Results.getConfigDescriptions(); in getConfigDescriptions() local
121 int length = descriptions.length; in getConfigDescriptions()
124 descriptions = DB_Results.getConfigDescriptions(); in getConfigDescriptions()
126 return descriptions; in getConfigDescriptions()
/external/libxml2/test/relaxng/
Dcomps.rng50 <ref name="descriptions"/>
163 <define name="descriptions">
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DNFRuleSet.java88 public NFRuleSet(String[] descriptions, int index) throws IllegalArgumentException { in NFRuleSet() argument
89 String description = descriptions[index]; in NFRuleSet()
109 descriptions[index] = description; in NFRuleSet()
/external/llvm/lib/Target/SystemZ/
DSystemZ.td35 // Instruction descriptions
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/objects/
DProperties.java290 Map<String, String> descriptions = new HashMap<String, String>(groupProperties.size()); in completeLoading() local
302 descriptions.put(name, description); in completeLoading()
307 properties.description = descriptions.get(properties.name); in completeLoading()
/external/llvm/docs/CommandGuide/
Dindex.rst4 The following documents are command descriptions for all of the LLVM tools.
Dtblgen.rst78 Generate instruction descriptions.
/external/e2fsprogs/ext2ed/
Dinit.c179 free (ptr->descriptions [i]); in free_user_commands()
366 ptr->descriptions [num]=(char *) malloc (strlen (description)+1); in add_user_command()
367 strcpy (ptr->descriptions [num],description); in add_user_command()
Dgeneral_com.c118 wprintw (show_pad,"%s - %s\n",text,current_type->type_commands.descriptions [i]); in detailed_help()
125 wprintw (show_pad,"%s - %s\n",text,ext2_commands.descriptions [i]); in detailed_help()
132 wprintw (show_pad,"%s - %s\n",text,general_commands.descriptions [i]); in detailed_help()
/external/icu/icu4c/source/i18n/
Dnfrs.h33 NFRuleSet(UnicodeString* descriptions, int32_t index, UErrorCode& status);
Dnfrs.cpp121 NFRuleSet::NFRuleSet(UnicodeString* descriptions, int32_t index, UErrorCode& status) in NFRuleSet() argument
138 UnicodeString& description = descriptions[index]; // !!! make sure index is valid in NFRuleSet()
/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/
DDB_Results.java548 String[] descriptions = new String[length]; in getConfigDescriptions()
549 System.arraycopy(CONFIG_DESCRIPTIONS, 0, descriptions, 0, length); in getConfigDescriptions()
550 return descriptions; in getConfigDescriptions()
556 public static void setConfigDescriptions(String[] descriptions) {
557 CONFIG_DESCRIPTIONS = descriptions;
/external/antlr/antlr-3.4/tool/
DREADME.txt13 descriptions containing actions in a variety of target
95 translators from grammatical descriptions containing actions.
/external/blktrace/btreplay/doc/
Dabstract.tex34 \texttt{btreplay} and provide detailed command line option descriptions.
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
DBidiTest.java140 String[] descriptions) { in optionToString() argument
153 desc.append(descriptions[i]); in optionToString()
/external/lldb/test/unittest2/test/
Dtest_runner.py17 self.assertTrue(runner.descriptions)
/external/llvm/cmake/modules/
DLLVMProcessSources.cmake25 source_group("TableGen descriptions" FILES ${tds})
/external/lldb/test/functionalities/thread/concurrent_events/
DTestConcurrentEvents.py372 def add_breakpoint(self, line, descriptions): argument
379 descriptions.append(": file = 'main.cpp', line = %d" % self.finish_breakpoint_line)
/external/llvm/test/Instrumentation/AddressSanitizer/
Dglobal_metadata.ll18 ; Check emitted location descriptions:
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DNumberFormatTest.java61 String[] descriptions = { in TestRoundingScientific10542() local
80 verifyRounding(format, values, expected, roundingModes, descriptions); in TestRoundingScientific10542()
91 verifyRounding(format, values, expected, roundingModes, descriptions); in TestRoundingScientific10542()
102 verifyRounding(format, values, expected, roundingModes, descriptions); in TestRoundingScientific10542()
113 verifyRounding(format, values, expected, roundingModes, descriptions); in TestRoundingScientific10542()
124 verifyRounding(format, values, expected, roundingModes, descriptions); in TestRoundingScientific10542()
135 verifyRounding(format, values, expected, roundingModes, descriptions); in TestRoundingScientific10542()
146 verifyRounding(format, values, expected, roundingModes, descriptions); in TestRoundingScientific10542()
150 String[] descriptions) { in verifyRounding() argument
154 … assertEquals(descriptions[i]+" " +values[j], expected[i][j], format.format(values[j])); in verifyRounding()
/external/linux-tools-perf/src/tools/perf/Documentation/
Dperf-script-perl.txt116 descriptions below):
163 The remaining sections provide descriptions of each of the available

1234567891011