Home
last modified time | relevance | path

Searched defs:symbols (Results 1 – 25 of 250) sorted by relevance

12345678910

/external/python/cpython3/Tools/scripts/
Dnm2def.py43 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/
Dnm2def.py43 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/icu4j/main/classes/core/src/com/ibm/icu/number/
DNumberPropertyMapper.java40 DecimalFormatSymbols symbols) { in create()
48 DecimalFormatSymbols symbols, in create()
60 public static UnlocalizedNumberFormatter create(String pattern, DecimalFormatSymbols symbols) { in create()
81 DecimalFormatSymbols symbols, in oldToNew()
DNumberFormatterSettings.java352 public T symbols(DecimalFormatSymbols symbols) { in symbols() argument
388 public T symbols(NumberingSystem ns) { in symbols() method in NumberFormatterSettings
/external/icu/android_icu4j/src/main/java/android/icu/number/
DNumberPropertyMapper.java41 DecimalFormatSymbols symbols) { in create()
49 DecimalFormatSymbols symbols, in create()
61 public static UnlocalizedNumberFormatter create(String pattern, DecimalFormatSymbols symbols) { in create()
82 DecimalFormatSymbols symbols, in oldToNew()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DCurrencySpacingEnabledModifier.java35 DecimalFormatSymbols symbols) { in CurrencySpacingEnabledModifier()
102 DecimalFormatSymbols symbols) { in applyCurrencySpacing()
121 DecimalFormatSymbols symbols) { in applyCurrencySpacingAffix()
151 …private static UnicodeSet getUnicodeSet(DecimalFormatSymbols symbols, short position, byte affix) { in getUnicodeSet()
166 private static String getInsertString(DecimalFormatSymbols symbols, byte affix) { in getInsertString()
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/
DCurrencySpacingEnabledModifier.java37 DecimalFormatSymbols symbols) { in CurrencySpacingEnabledModifier()
104 DecimalFormatSymbols symbols) { in applyCurrencySpacing()
123 DecimalFormatSymbols symbols) { in applyCurrencySpacingAffix()
153 …private static UnicodeSet getUnicodeSet(DecimalFormatSymbols symbols, short position, byte affix) { in getUnicodeSet()
168 private static String getInsertString(DecimalFormatSymbols symbols, byte affix) { in getInsertString()
/external/icu/icu4c/source/test/intltest/
Dmiscdtfm.cpp163 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
Dnumbertest_patternmodifier.cpp31 DecimalFormatSymbols symbols(Locale::getEnglish(), status); in testBasic() local
93 DecimalFormatSymbols symbols(Locale::getEnglish(), status); in testPatternWithNoPlaceholder() local
136 DecimalFormatSymbols symbols(Locale::getEnglish(), status); in testMutableEqualsImmutable() local
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/parse/
DNumberParserImpl.java46 DecimalFormatSymbols symbols = DecimalFormatSymbols.getInstance(locale); in createSimpleParser() local
85 DecimalFormatSymbols symbols) { in parseStatic()
105 DecimalFormatSymbols symbols) { in parseStaticCurrency()
120 DecimalFormatSymbols symbols = DecimalFormatSymbols.getInstance(loc); in createDefaultParserForLocale() local
139 DecimalFormatSymbols symbols, in createParserFromProperties()
DScientificMatcher.java27 public static ScientificMatcher getInstance(DecimalFormatSymbols symbols, Grouper grouper) { in getInstance()
32 private ScientificMatcher(DecimalFormatSymbols symbols, Grouper grouper) { in ScientificMatcher()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/
DNumberParserImpl.java44 DecimalFormatSymbols symbols = DecimalFormatSymbols.getInstance(locale); in createSimpleParser() local
83 DecimalFormatSymbols symbols) { in parseStatic()
103 DecimalFormatSymbols symbols) { in parseStaticCurrency()
118 DecimalFormatSymbols symbols = DecimalFormatSymbols.getInstance(loc); in createDefaultParserForLocale() local
137 DecimalFormatSymbols symbols, in createParserFromProperties()
DScientificMatcher.java25 public static ScientificMatcher getInstance(DecimalFormatSymbols symbols, Grouper grouper) { in getInstance()
30 private ScientificMatcher(DecimalFormatSymbols symbols, Grouper grouper) { in ScientificMatcher()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDateFormatMiscTests.java80 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/
DDateFormatMiscTests.java83 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/
Duniset_closure.cpp47 const SymbolTable* symbols, in UnicodeSet()
55 const SymbolTable* symbols, in UnicodeSet()
67 const SymbolTable* symbols, in applyPattern()
89 const SymbolTable* symbols, in applyPattern()
/external/swiftshader/third_party/LLVM/lib/Archive/
DArchive.cpp196 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/python/autograph/core/
Dconverter_testing.py58 def compiled(self, node, namespace, *symbols):
106 def make_fake_mod(self, name, *symbols):
/external/harfbuzz_ng/src/
Dgen-def.py18 symbols = "\n".join (sorted (re.findall (r"^hb_\w+(?= \()", "\n".join (headers_content), re.M))) variable
/external/turbine/java/com/google/turbine/lower/
DLower.java95 private final ImmutableSet<ClassSymbol> symbols; field in Lower.Lowered
97 public Lowered(ImmutableMap<String, byte[]> bytes, ImmutableSet<ClassSymbol> symbols) { in Lowered()
108 public ImmutableSet<ClassSymbol> symbols() { in symbols() method in Lower.Lowered
121 Set<ClassSymbol> symbols = new LinkedHashSet<>(); in lowerAll() local
123 result.put(sym.binaryName(), lower(units.get(sym), env, sym, symbols)); in lowerAll() local
143 Set<ClassSymbol> symbols) { in lower()
150 Set<ClassSymbol> symbols) { in lower()
161 private byte[] lower(SourceModuleInfo module, Set<ClassSymbol> symbols) { in lower()
237 private byte[] lower(SourceTypeBoundClass info, ClassSymbol sym, Set<ClassSymbol> symbols) { in lower()
/external/mesa3d/src/compiler/glsl/
Dbuiltin_types.cpp268 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
Dir_print_visitor.h85 _mesa_symbol_table *symbols; variable
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/javaparsermodel/declarators/
DFieldSymbolDeclarator.java39 List<ResolvedValueDeclaration> symbols = new LinkedList<>(); in getSymbolDeclarations() local
DParameterSymbolDeclarator.java38 List<ResolvedValueDeclaration> symbols = new LinkedList<>(); in getSymbolDeclarations() local
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DModuleSymbolTable.h46 ArrayRef<Symbol> symbols() const { return SymTab; } in symbols() function

12345678910