Home
last modified time | relevance | path

Searched defs:symbols (Results 151 - 175 of 223) sorted by relevance

123456789

/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Dpkg_genc.cpp1130 IMAGE_SYMBOL symbols[1]; in writeObjectCode() local
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dicuzdump.cpp51 DecimalFormatSymbols *symbols = new DecimalFormatSymbols(Locale::getEnglish(), status); in DumpFormatter() local
/third_party/skia/src/sksl/
H A DSkSLRehydrator.cpp343 std::shared_ptr<SymbolTable> symbols = this->symbolTable(); in statement() local
560 std::vector<std::pair<skstd::string_view, int>> symbols; in symbolTable() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCAssembler.h350 symbol_range symbols() { return make_range(symbol_begin(), symbol_end()); } in symbols() function
351 const_symbol_range symbols() const { in symbols() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DIRSymtab.h347 inline Reader::symbol_range Reader::symbols() const { in symbols() function in llvm::irsymtab::Reader
H A DObjectFile.h304 symbol_iterator_range symbols() const { in symbols() function in llvm::object::ObjectFile
/third_party/skia/third_party/externals/tint/src/resolver/
H A Ddependency_graph.cc790 Build(const ast::Module& module, const SymbolTable& symbols, diag::List& diagnostics, DependencyGraph& output, bool allow_out_of_order_decls) Build() argument
/third_party/skia/third_party/externals/icu/source/common/
H A Duniset_props.cpp181 applyPatternIgnoreSpace(const UnicodeString& pattern, ParsePosition& pos, const SymbolTable* symbols, UErrorCode& status) applyPatternIgnoreSpace() argument
258 applyPattern(RuleCharacterIterator& chars, const SymbolTable* symbols, UnicodeString& rebuiltPat, uint32_t options, UnicodeSet& (UnicodeSet::*caseClosure)(int32_t attribute), int32_t depth, UErrorCode& ec) applyPattern() argument
[all...]
/third_party/ffmpeg/libavcodec/
H A Dagm.c1020 uint8_t symbols[256]; in build_huff() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
H A DNumberSkeletonImpl.java1650 private static boolean symbols(MacroProps macros, StringBuilder sb) { in symbols() method in NumberSkeletonImpl.GeneratorHelpers
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/serializable/
H A DFormatHandler.java972 private static void setCharSymbols(DecimalFormatSymbols dfs, char symbols[]) in setCharSymbols() argument
1015 setSymbols(DecimalFormatSymbols dfs, String symbols[]) setSymbols() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/
H A DNumberSkeletonImpl.java1539 private static boolean symbols(MacroProps macros, StringBuilder sb) { in symbols() method in NumberSkeletonImpl.GeneratorHelpers
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
H A DFormatHandler.java970 private static void setCharSymbols(DecimalFormatSymbols dfs, char symbols[]) in setCharSymbols() argument
1013 setSymbols(DecimalFormatSymbols dfs, String symbols[]) setSymbols() argument
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dnumber_patternstring.cpp917 PatternStringUtils::convertLocalized(const UnicodeString& input, const DecimalFormatSymbols& symbols, in convertLocalized() argument
[all...]
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dnumberformatter.h1550 SymbolsWrapper symbols; member
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_patternstring.cpp917 PatternStringUtils::convertLocalized(const UnicodeString& input, const DecimalFormatSymbols& symbols, in convertLocalized() argument
[all...]
/third_party/icu/icu4c/source/i18n/unicode/
H A Dnumberformatter.h1544 SymbolsWrapper symbols; member
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Dtoken.h72 struct symbol *symbols; /* Pointer to semantic meaning list */ member
/third_party/mesa3d/src/gallium/drivers/r600/
H A Devergreen_compute.c250 static void parse_relocs(Elf *elf, Elf_Data *relocs, Elf_Data *symbols, in parse_relocs() argument
283 Elf_Data *symbols = NULL, *relocs = NULL; in r600_elf_read() local
[all...]
/third_party/libabigail/src/
H A Dabg-corpus.cc1132 find_symbol_by_version(const elf_symbol::version& version, const vector<elf_symbol_sptr>& symbols) find_symbol_by_version() argument
[all...]
/third_party/python/Python/
H A Dsymtable.c627 update_symbols(PyObject *symbols, PyObject *scopes, in update_symbols() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderCommonFunctionTests.cpp196 static vector<int> getScalarSizes (const vector<Symbol>& symbols) in getScalarSizes() argument
204 static vector<int> getComponentByteSizes (const vector<Symbol>& symbols) in getComponentByteSizes() argument
213 static int computeTotalByteSize (const vector<Symbol>& symbols) in computeTotalByteSize() argument
221 static vector<void*> getInputOutputPointers (const vector<Symbol>& symbols, vecto argument
[all...]
H A DvktShaderIntegerFunctionTests.cpp160 static vector<int> getScalarSizes (const vector<Symbol>& symbols) in getScalarSizes() argument
168 static int computeTotalScalarSize (const vector<Symbol>& symbols) in computeTotalScalarSize() argument
176 static vector<void*> getInputOutputPointers (const vector<Symbol>& symbols, vector<deUint32>& data, const int numValues) in getInputOutputPointers() argument
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_patternstring.cpp865 PatternStringUtils::convertLocalized(const UnicodeString& input, const DecimalFormatSymbols& symbols, in convertLocalized() argument
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dnumberformatter.h1510 SymbolsWrapper symbols; member
[all...]

Completed in 36 milliseconds

123456789