/external/python/cpython3/Tools/scripts/ |
D | nm2def.py | 43 def symbols(lib=PYTHONLIB,types=('T','C','D')): function 60 def export_list(symbols): argument 85 def filter_Python(symbols,specials=SPECIALS): argument
|
/external/python/cpython2/Tools/scripts/ |
D | nm2def.py | 43 def symbols(lib=PYTHONLIB,types=('T','C','D')): function 60 def export_list(symbols): argument 85 def filter_Python(symbols,specials=SPECIALS): argument
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/ |
D | CurrencySpacingEnabledModifier.java | 33 DecimalFormatSymbols symbols) { in CurrencySpacingEnabledModifier() 93 int suffixLen, DecimalFormatSymbols symbols) { in applyCurrencySpacing() 109 DecimalFormatSymbols symbols) { in applyCurrencySpacingAffix() 138 …private static UnicodeSet getUnicodeSet(DecimalFormatSymbols symbols, short position, byte affix) { in getUnicodeSet() 151 private static String getInsertString(DecimalFormatSymbols symbols, byte affix) { in getInsertString()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
D | CurrencySpacingEnabledModifier.java | 31 DecimalFormatSymbols symbols) { in CurrencySpacingEnabledModifier() 91 int suffixLen, DecimalFormatSymbols symbols) { in applyCurrencySpacing() 107 DecimalFormatSymbols symbols) { in applyCurrencySpacingAffix() 136 …private static UnicodeSet getUnicodeSet(DecimalFormatSymbols symbols, short position, byte affix) { in getUnicodeSet() 149 private static String getInsertString(DecimalFormatSymbols symbols, byte affix) { in getInsertString()
|
/external/icu/android_icu4j/src/main/java/android/icu/number/ |
D | NumberPropertyMapper.java | 40 …localizedNumberFormatter create(DecimalFormatProperties properties, DecimalFormatSymbols symbols) { in create() 49 public static UnlocalizedNumberFormatter create(String pattern, DecimalFormatSymbols symbols) { in create() 67 …public static MacroProps oldToNew(DecimalFormatProperties properties, DecimalFormatSymbols symbols, in oldToNew()
|
D | NumberFormatterSettings.java | 276 public T symbols(DecimalFormatSymbols symbols) { in symbols() argument 311 public T symbols(NumberingSystem ns) { in symbols() method in NumberFormatterSettings
|
D | ScientificNotation.java | 103 …/* package-private */ MicroPropsGenerator withLocaleData(DecimalFormatSymbols symbols, boolean bui… in withLocaleData() 122 final DecimalFormatSymbols symbols; field in ScientificNotation.ScientificHandler 127 … private ScientificHandler(ScientificNotation notation, DecimalFormatSymbols symbols, boolean safe, in ScientificHandler()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/number/ |
D | NumberPropertyMapper.java | 39 …localizedNumberFormatter create(DecimalFormatProperties properties, DecimalFormatSymbols symbols) { in create() 48 public static UnlocalizedNumberFormatter create(String pattern, DecimalFormatSymbols symbols) { in create() 66 …public static MacroProps oldToNew(DecimalFormatProperties properties, DecimalFormatSymbols symbols, in oldToNew()
|
D | NumberFormatterSettings.java | 280 public T symbols(DecimalFormatSymbols symbols) { in symbols() argument 316 public T symbols(NumberingSystem ns) { in symbols() method in NumberFormatterSettings
|
D | ScientificNotation.java | 104 …/* package-private */ MicroPropsGenerator withLocaleData(DecimalFormatSymbols symbols, boolean bui… in withLocaleData() 123 final DecimalFormatSymbols symbols; field in ScientificNotation.ScientificHandler 128 … private ScientificHandler(ScientificNotation notation, DecimalFormatSymbols symbols, boolean safe, in ScientificHandler()
|
/external/icu/icu4c/source/test/intltest/ |
D | miscdtfm.cpp | 163 DateFormatSymbols* symbols = new DateFormatSymbols(Locale::getUS(), status); in test4099975() local 198 DateFormatSymbols* symbols = new DateFormatSymbols(Locale::getUS(), status); in test4099975() local 229 DateFormatSymbols* symbols = new DateFormatSymbols(Locale::getUS(), status); in test4099975() local 258 DateFormatSymbols* symbols = new DateFormatSymbols(Locale::getUS(), status); in test4099975() local 330 DateFormatSymbols *symbols = new DateFormatSymbols(Locale::getJapan(), status); in test4117335() local
|
D | numbertest_patternmodifier.cpp | 29 DecimalFormatSymbols symbols(Locale::getEnglish(), status); in testBasic() local 79 DecimalFormatSymbols symbols(Locale::getEnglish(), status); in testMutableEqualsImmutable() local
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | DateFormatMiscTests.java | 80 DateFormatSymbols symbols = new DateFormatSymbols(Locale.US); in Test4099975new() local 101 DateFormatSymbols symbols = new DateFormatSymbols(Locale.US); in Test4099975new() local 136 DateFormatSymbols symbols = new DateFormatSymbols(Locale.JAPAN); in Test4117335() local
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | DateFormatMiscTests.java | 83 DateFormatSymbols symbols = new DateFormatSymbols(Locale.US); in Test4099975new() local 104 DateFormatSymbols symbols = new DateFormatSymbols(Locale.US); in Test4099975new() local 139 DateFormatSymbols symbols = new DateFormatSymbols(Locale.JAPAN); in Test4117335() local
|
/external/icu/icu4c/source/common/ |
D | uniset_closure.cpp | 51 const SymbolTable* symbols, in UnicodeSet() 72 const SymbolTable* symbols, in UnicodeSet() 97 const SymbolTable* symbols, in applyPattern() 119 const SymbolTable* symbols, in applyPattern()
|
/external/icu/icu4c/source/i18n/ |
D | number_modifiers.cpp | 166 const DecimalFormatSymbols &symbols, in CurrencySpacingEnabledModifier() 227 const DecimalFormatSymbols &symbols, in applyCurrencySpacing() 245 const DecimalFormatSymbols &symbols, in applyCurrencySpacingAffix() 276 CurrencySpacingEnabledModifier::getUnicodeSet(const DecimalFormatSymbols &symbols, EPosition positi… in getUnicodeSet() 298 CurrencySpacingEnabledModifier::getInsertString(const DecimalFormatSymbols &symbols, EAffix affix, in getInsertString()
|
/external/swiftshader/third_party/LLVM/lib/Archive/ |
D | Archive.cpp | 196 static void getSymbols(Module*M, std::vector<std::string>& symbols) { in getSymbols() 220 std::vector<std::string>& symbols, in GetBitcodeSymbols() 245 std::vector<std::string>& symbols, in GetBitcodeSymbols()
|
/external/tensorflow/tensorflow/contrib/py2tf/converters/ |
D | converter_test_base.py | 59 def compiled(self, node, *symbols): 70 def make_fake_tf(self, *symbols):
|
/external/mesa3d/src/compiler/glsl/ |
D | ir_print_visitor.h | 88 _mesa_symbol_table *symbols; variable
|
D | builtin_types.cpp | 268 add_type(glsl_symbol_table *symbols, const glsl_type *const type) in add_type() 279 struct glsl_symbol_table *symbols = state->symbols; in _mesa_glsl_initialize_types() local
|
/external/skqp/infra/bots/recipe_modules/core/resources/ |
D | run_binary_size_analysis.py | 231 def MakeCompactTree(symbols, symbol_path_origin_dir): argument 326 def DumpCompactTree(symbols, symbol_path_origin_dir, ha, ts, issue, gsutil): argument 359 def MakeSourceMap(symbols): argument 602 def AddPakData(symbols, pak_file): argument
|
/external/skia/infra/bots/recipe_modules/core/resources/ |
D | run_binary_size_analysis.py | 231 def MakeCompactTree(symbols, symbol_path_origin_dir): argument 326 def DumpCompactTree(symbols, symbol_path_origin_dir, ha, ts, issue, gsutil): argument 359 def MakeSourceMap(symbols): argument 602 def AddPakData(symbols, pak_file): argument
|
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/javaparsermodel/declarators/ |
D | ParameterSymbolDeclarator.java | 38 List<ResolvedValueDeclaration> symbols = new LinkedList<>(); in getSymbolDeclarations() local
|
D | FieldSymbolDeclarator.java | 39 List<ResolvedValueDeclaration> symbols = new LinkedList<>(); in getSymbolDeclarations() local
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | radeon_elf_util.c | 79 static void parse_relocs(Elf *elf, Elf_Data *relocs, Elf_Data *symbols, in parse_relocs() 112 Elf_Data *symbols = NULL, *relocs = NULL; in radeon_elf_read() local
|