/external/libphonenumber/internal/prefixmapper/src/com/google/i18n/phonenumbers/prefixmapper/ |
D | DefaultMapStorage.java | 36 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/ |
D | TCK.java | 58 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()
|
D | TextReporter.java | 232 private int lengthOfLongestStringIn(Collection descriptions) { in lengthOfLongestStringIn() argument 234 for(Iterator it = descriptions.iterator(); it.hasNext();) { in lengthOfLongestStringIn()
|
/external/lldb/test/unittest2/ |
D | runner.py | 43 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/ |
D | PerformanceResultsElement.java | 120 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/ |
D | comps.rng | 50 <ref name="descriptions"/> 163 <define name="descriptions">
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | NFRuleSet.java | 88 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/ |
D | SystemZ.td | 35 // Instruction descriptions
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/objects/ |
D | Properties.java | 290 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/ |
D | index.rst | 4 The following documents are command descriptions for all of the LLVM tools.
|
D | tblgen.rst | 78 Generate instruction descriptions.
|
/external/e2fsprogs/ext2ed/ |
D | init.c | 179 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()
|
D | general_com.c | 118 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/ |
D | nfrs.h | 33 NFRuleSet(UnicodeString* descriptions, int32_t index, UErrorCode& status);
|
D | nfrs.cpp | 121 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/ |
D | DB_Results.java | 548 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/ |
D | README.txt | 13 descriptions containing actions in a variety of target 95 translators from grammatical descriptions containing actions.
|
/external/blktrace/btreplay/doc/ |
D | abstract.tex | 34 \texttt{btreplay} and provide detailed command line option descriptions.
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/ |
D | BidiTest.java | 140 String[] descriptions) { in optionToString() argument 153 desc.append(descriptions[i]); in optionToString()
|
/external/lldb/test/unittest2/test/ |
D | test_runner.py | 17 self.assertTrue(runner.descriptions)
|
/external/llvm/cmake/modules/ |
D | LLVMProcessSources.cmake | 25 source_group("TableGen descriptions" FILES ${tds})
|
/external/lldb/test/functionalities/thread/concurrent_events/ |
D | TestConcurrentEvents.py | 372 def add_breakpoint(self, line, descriptions): argument 379 descriptions.append(": file = 'main.cpp', line = %d" % self.finish_breakpoint_line)
|
/external/llvm/test/Instrumentation/AddressSanitizer/ |
D | global_metadata.ll | 18 ; Check emitted location descriptions:
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | NumberFormatTest.java | 61 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/ |
D | perf-script-perl.txt | 116 descriptions below): 163 The remaining sections provide descriptions of each of the available
|