/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/serializable/ |
H A D | FormatHandler.java | 972 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 D | NumberSkeletonImpl.java | 1539 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 D | FormatHandler.java | 970 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 D | number_patternstring.cpp | 917 PatternStringUtils::convertLocalized(const UnicodeString& input, const DecimalFormatSymbols& symbols, in convertLocalized() argument [all...] |
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | numberformatter.h | 1550 SymbolsWrapper symbols; member [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | number_patternstring.cpp | 917 PatternStringUtils::convertLocalized(const UnicodeString& input, const DecimalFormatSymbols& symbols, in convertLocalized() argument [all...] |
/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | numberformatter.h | 1544 SymbolsWrapper symbols; member [all...] |
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | token.h | 72 struct symbol *symbols; /* Pointer to semantic meaning list */ member
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | evergreen_compute.c | 250 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 D | abg-corpus.cc | 1132 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 D | symtable.c | 627 update_symbols(PyObject *symbols, PyObject *scopes, in update_symbols() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktShaderCommonFunctionTests.cpp | 196 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 D | vktShaderIntegerFunctionTests.cpp | 160 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 D | number_patternstring.cpp | 865 PatternStringUtils::convertLocalized(const UnicodeString& input, const DecimalFormatSymbols& symbols, in convertLocalized() argument [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | numberformatter.h | 1510 SymbolsWrapper symbols; member [all...] |
/third_party/skia/src/sksl/ |
H A D | SkSLInliner.cpp | 784 visit(const std::vector<std::unique_ptr<ProgramElement>>& elements, std::shared_ptr<SymbolTable> symbols, InlineCandidateList* candidateList) visit() argument 1076 buildCandidateList(const std::vector<std::unique_ptr<ProgramElement>>& elements, std::shared_ptr<SymbolTable> symbols, ProgramUsage* usage, InlineCandidateList* candidateList) buildCandidateList() argument 1139 analyze(const std::vector<std::unique_ptr<ProgramElement>>& elements, std::shared_ptr<SymbolTable> symbols, ProgramUsage* usage) analyze() argument [all...] |
H A D | SkSLDSLParser.cpp | 383 AutoDSLSymbolTable symbols; in functionDeclarationEnd() local 1088 AutoDSLSymbolTable symbols; in forStatement() local 1201 AutoDSLSymbolTable symbols; in block() local
|
/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/ |
H A D | Decode.java | 492 private static void checkDupes(int[] symbols, int length) { in checkDupes() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/ |
H A D | JITLink.h | 572 iterator_range<symbol_iterator> symbols() { in symbols() function in llvm::jitlink::Section 577 iterator_range<const_symbol_iterator> symbols() cons function in llvm::jitlink::Section [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
H A D | ELFObjectFile.h | 221 ELFObjectFileBase::symbols() const { in symbols() function in llvm::object::ELFObjectFileBase
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fShaderCommonFunctionTests.cpp | 209 static vector<int> getScalarSizes (const vector<Symbol>& symbols) in getScalarSizes() argument 217 static int computeTotalScalarSize (const vector<Symbol>& symbols) in computeTotalScalarSize() argument 225 static vector<void*> getInputOutputPointers (const vector<Symbol>& symbols, vector<deUint32>& data, const int numValues) in getInputOutputPointers() argument [all...] |
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fShaderCommonFunctionTests.cpp | 284 static vector<int> getScalarSizes (const vector<Symbol>& symbols) in getScalarSizes() argument 292 static int computeTotalScalarSize (const vector<Symbol>& symbols) in computeTotalScalarSize() argument 300 static vector<void*> getInputOutputPointers (const vector<Symbol>& symbols, vector<deUint32>& data, const int numValues) in getInputOutputPointers() argument [all...] |
H A D | es31fShaderIntegerFunctionTests.cpp | 220 static vector<int> getScalarSizes (const vector<Symbol>& symbols) in getScalarSizes() argument 228 static int computeTotalScalarSize (const vector<Symbol>& symbols) in computeTotalScalarSize() argument 236 static vector<void*> getInputOutputPointers (const vector<Symbol>& symbols, vector<deUint32>& data, const int numValues) in getInputOutputPointers() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
H A D | vktShaderCommonFunctionTests.cpp | 196 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 D | vktShaderIntegerFunctionTests.cpp | 160 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...] |