Home
last modified time | relevance | path

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

12345678910>>...15

/external/jackson-core/src/test/java/com/fasterxml/jackson/core/sym/
DTestSymbolTables.java20 CharsToNameCanonicalizer symbols = CharsToNameCanonicalizer.createRoot(1).makeChild(-1); in testSyntheticWithChars() local
49 ByteQuadsCanonicalizer symbols = in testSyntheticWithBytesNew() local
157 ByteQuadsCanonicalizer symbols = _findSymbols(p); in testByteBasedSymbolTable() local
192 CharsToNameCanonicalizer symbols = CharsToNameCanonicalizer.createRoot(1).makeChild(-1); in testCollisionsWithChars187() local
211 ByteQuadsCanonicalizer symbols = in testCollisionsWithBytesNew187a() local
238 ByteQuadsCanonicalizer symbols = in testCollisionsWithBytesNew187b() local
305 CharsToNameCanonicalizer symbols = CharsToNameCanonicalizer.createRoot(1).makeChild(-1); in testShortQuotedDirectChars() local
321 ByteQuadsCanonicalizer symbols = in testShortQuotedDirectBytes() local
344 CharsToNameCanonicalizer symbols = CharsToNameCanonicalizer.createRoot(1).makeChild(-1); in testShortNameCollisionsDirect() local
362 ByteQuadsCanonicalizer symbols = in testShortNameCollisionsDirectNew() local
DTestSymbolsWithMediaItem.java40 … ByteQuadsCanonicalizer symbols = symbolsRoot.makeChild(JsonFactory.Feature.collectDefaults()); in testSmallSymbolSetWithBytes() local
70 CharsToNameCanonicalizer symbols = CharsToNameCanonicalizer.createRoot(SEED).makeChild(-1); in testSmallSymbolSetWithChars() local
/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/python/cpython3/Tools/scripts/
Dnm2def.py43 def symbols(lib=PYTHONLIB,types=('T','C','D')): function
61 def export_list(symbols): argument
86 def filter_Python(symbols,specials=SPECIALS): argument
/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/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()
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/
DCurrencySpacingEnabledModifier.java38 DecimalFormatSymbols symbols) { in CurrencySpacingEnabledModifier()
105 DecimalFormatSymbols symbols) { in applyCurrencySpacing()
124 DecimalFormatSymbols symbols) { in applyCurrencySpacingAffix()
154 …private static UnicodeSet getUnicodeSet(DecimalFormatSymbols symbols, short position, byte affix) { in getUnicodeSet()
169 private static String getInsertString(DecimalFormatSymbols symbols, byte affix) { in getInsertString()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DCurrencySpacingEnabledModifier.java36 DecimalFormatSymbols symbols) { in CurrencySpacingEnabledModifier()
103 DecimalFormatSymbols symbols) { in applyCurrencySpacing()
122 DecimalFormatSymbols symbols) { in applyCurrencySpacingAffix()
152 …private static UnicodeSet getUnicodeSet(DecimalFormatSymbols symbols, short position, byte affix) { in getUnicodeSet()
167 private static String getInsertString(DecimalFormatSymbols symbols, byte affix) { in getInsertString()
/external/icu/icu4c/source/test/intltest/
Dmiscdtfm.cpp160 DateFormatSymbols* symbols = new DateFormatSymbols(Locale::getUS(), status); in test4099975() local
195 DateFormatSymbols* symbols = new DateFormatSymbols(Locale::getUS(), status); in test4099975() local
226 DateFormatSymbols* symbols = new DateFormatSymbols(Locale::getUS(), status); in test4099975() local
255 DateFormatSymbols* symbols = new DateFormatSymbols(Locale::getUS(), status); in test4099975() local
327 DateFormatSymbols *symbols = new DateFormatSymbols(Locale::getJapan(), status); in test4117335() local
Dnumbertest_patternmodifier.cpp31 DecimalFormatSymbols symbols(Locale::getEnglish(), status); in testBasic() local
97 DecimalFormatSymbols symbols(Locale::getEnglish(), status); in testPatternWithNoPlaceholder() local
139 DecimalFormatSymbols symbols(Locale::getEnglish(), status); in testMutableEqualsImmutable() local
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/parse/
DNumberParserImpl.java45 DecimalFormatSymbols symbols = DecimalFormatSymbols.getInstance(locale); in createSimpleParser() local
84 DecimalFormatSymbols symbols) { in parseStatic()
104 DecimalFormatSymbols symbols) { in parseStaticCurrency()
119 DecimalFormatSymbols symbols = DecimalFormatSymbols.getInstance(loc); in createDefaultParserForLocale() local
138 DecimalFormatSymbols symbols, in createParserFromProperties()
DScientificMatcher.java28 public static ScientificMatcher getInstance(DecimalFormatSymbols symbols, Grouper grouper) { in getInstance()
33 private ScientificMatcher(DecimalFormatSymbols symbols, Grouper grouper) { in ScientificMatcher()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/
DNumberParserImpl.java43 DecimalFormatSymbols symbols = DecimalFormatSymbols.getInstance(locale); in createSimpleParser() local
82 DecimalFormatSymbols symbols) { in parseStatic()
102 DecimalFormatSymbols symbols) { in parseStaticCurrency()
117 DecimalFormatSymbols symbols = DecimalFormatSymbols.getInstance(loc); in createDefaultParserForLocale() local
136 DecimalFormatSymbols symbols, in createParserFromProperties()
DScientificMatcher.java26 public static ScientificMatcher getInstance(DecimalFormatSymbols symbols, Grouper grouper) { in getInstance()
31 private ScientificMatcher(DecimalFormatSymbols symbols, Grouper grouper) { in ScientificMatcher()
/external/skia/src/sksl/dsl/
DDSLBlock.cpp17 DSLBlock::DSLBlock(SkSL::StatementArray statements, std::shared_ptr<SymbolTable> symbols) in DSLBlock()
21 DSLBlock::DSLBlock(SkTArray<DSLStatement> statements, std::shared_ptr<SymbolTable> symbols) in DSLBlock()
/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/python/cpython3/Tools/c-analyzer/cpython/
D_generate.py279 def known_rows(symbols, *, argument
312 def generate(symbols, filename=None, *, argument
325 symbols = binary.iter_symbols( variable
/external/skia/src/sksl/ir/
DSkSLSwitchStatement.h30 StatementArray cases, std::shared_ptr<SymbolTable> symbols) in SwitchStatement()
86 const std::shared_ptr<SymbolTable>& symbols() const { in symbols() function
DSkSLForStatement.h26 std::unique_ptr<Statement> statement, std::shared_ptr<SymbolTable> symbols) in ForStatement()
88 const std::shared_ptr<SymbolTable>& symbols() const { in symbols() function
/external/skia/src/sksl/
DSkSLDehydrator.cpp66 AutoDehydratorSymbolTable(Dehydrator* dehydrator, const std::shared_ptr<SymbolTable>& symbols) in AutoDehydratorSymbolTable()
238 void Dehydrator::write(const SymbolTable& symbols) { in write()
447 AutoDehydratorSymbolTable symbols(this, b.symbolTable()); in write() local
515 AutoDehydratorSymbolTable symbols(this, ss.symbols()); in write() local
549 AutoDehydratorSymbolTable symbols(this, en.symbols()); in write() local
/external/turbine/java/com/google/turbine/lower/
DLower.java94 private final ImmutableSet<ClassSymbol> symbols; field in Lower.Lowered
96 public Lowered(ImmutableMap<String, byte[]> bytes, ImmutableSet<ClassSymbol> symbols) { in Lowered()
107 public ImmutableSet<ClassSymbol> symbols() { in symbols() method in Lower.Lowered
120 Set<ClassSymbol> symbols = new LinkedHashSet<>(); in lowerAll() local
122 result.put(sym.binaryName(), lower(units.get(sym), env, sym, symbols)); in lowerAll() local
142 Set<ClassSymbol> symbols) { in lower()
149 Set<ClassSymbol> symbols) { in lower()
160 private byte[] lower(SourceModuleInfo module, Set<ClassSymbol> symbols) { in lower()
236 private byte[] lower(SourceTypeBoundClass info, ClassSymbol sym, Set<ClassSymbol> symbols) { in lower()
/external/mesa3d/src/compiler/glsl/
Dbuiltin_types.cpp269 add_type(glsl_symbol_table *symbols, const glsl_type *const type) in add_type()
280 struct glsl_symbol_table *symbols = state->symbols; in _mesa_glsl_initialize_types() local
/external/harfbuzz_ng/src/
Dgen-def.py18 symbols = "\n".join (sorted (re.findall (r"^hb_\w+(?= \()", "\n".join (headers_content), re.M))) variable

12345678910>>...15