| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/ |
| H A D | LTO.h | 157 ArrayRef<Symbol> symbols() const { return Symbols; } in symbols() function in llvm::lto::InputFile
|
| /third_party/vixl/examples/aarch32/ |
| H A D | disasm-a32.cc | 155 explicit DynamicSymbolVisitor(SymbolTable* symbols) : symbols_(symbols) {} in DynamicSymbolVisitor() argument 169 StaticSymbolVisitor(const Elf32_Ehdr* ehdr, SymbolTable* symbols) in StaticSymbolVisitor() argument
|
| /third_party/icu/icu4c/source/i18n/ |
| H A D | number_fluent.cpp | 194 Derived NumberFormatterSettings<Derived>::symbols(const DecimalFormatSymbols& symbols) const& { in symbols() function in NumberFormatterSettings 201 Derived NumberFormatterSettings<Derived>::symbols(const DecimalFormatSymbols& symbols)&& { in symbols() argument [all...] |
| H A D | number_modifiers.cpp | 336 CurrencySpacingEnabledModifier(const FormattedStringBuilder &prefix, const FormattedStringBuilder &suffix, bool overwrite, bool strong, const DecimalFormatSymbols &symbols, UErrorCode &status) CurrencySpacingEnabledModifier() argument 406 applyCurrencySpacing(FormattedStringBuilder &output, int32_t prefixStart, int32_t prefixLen, int32_t suffixStart, int32_t suffixLen, const DecimalFormatSymbols &symbols, UErrorCode &status) applyCurrencySpacing() argument 425 applyCurrencySpacingAffix(FormattedStringBuilder &output, int32_t index, EAffix affix, const DecimalFormatSymbols &symbols, UErrorCode &status) applyCurrencySpacingAffix() argument 458 getUnicodeSet(const DecimalFormatSymbols &symbols, EPosition position, EAffix affix, UErrorCode &status) getUnicodeSet() argument 480 getInsertString(const DecimalFormatSymbols &symbols, EAffix affix, UErrorCode &status) getInsertString() argument [all...] |
| H A D | number_skeletons.cpp | 1711 bool GeneratorHelpers::symbols(const MacroProps& macros, UnicodeString& sb, UErrorCode& status) { in symbols() function in GeneratorHelpers [all...] |
| H A D | number_skeletons.h | 363 bool symbols = false; member
|
| /third_party/libbpf/src/ |
| H A D | elf.c | 491 struct symbol *symbols; in elf_resolve_syms_offsets() local [all...] |
| /third_party/ltp/lib/ |
| H A D | tlibio.c | 2016 char *symbols = NULL; local
|
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | number_modifiers.cpp | 345 CurrencySpacingEnabledModifier(const FormattedStringBuilder &prefix, const FormattedStringBuilder &suffix, bool overwrite, bool strong, const DecimalFormatSymbols &symbols, UErrorCode &status) CurrencySpacingEnabledModifier() argument 415 applyCurrencySpacing(FormattedStringBuilder &output, int32_t prefixStart, int32_t prefixLen, int32_t suffixStart, int32_t suffixLen, const DecimalFormatSymbols &symbols, UErrorCode &status) applyCurrencySpacing() argument 434 applyCurrencySpacingAffix(FormattedStringBuilder &output, int32_t index, EAffix affix, const DecimalFormatSymbols &symbols, UErrorCode &status) applyCurrencySpacingAffix() argument 467 getUnicodeSet(const DecimalFormatSymbols &symbols, EPosition position, EAffix affix, UErrorCode &status) getUnicodeSet() argument 489 getInsertString(const DecimalFormatSymbols &symbols, EAffix affix, UErrorCode &status) getInsertString() argument [all...] |
| H A D | number_fluent.cpp | 194 Derived NumberFormatterSettings<Derived>::symbols(const DecimalFormatSymbols& symbols) const& { in symbols() function in NumberFormatterSettings 201 Derived NumberFormatterSettings<Derived>::symbols(const DecimalFormatSymbols& symbols)&& { in symbols() argument [all...] |
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | dcfmapts.cpp | 171 DecimalFormatSymbols *symbols = new DecimalFormatSymbols(Locale::getFrench(), status); in testAPI() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
| H A D | Object.cpp | 165 auto symbols = OF->symbols(); in LLVMObjectFileCopySymbolIterator() local
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | number_fluent.cpp | 194 Derived NumberFormatterSettings<Derived>::symbols(const DecimalFormatSymbols& symbols) const& { in symbols() function in NumberFormatterSettings 201 Derived NumberFormatterSettings<Derived>::symbols(const DecimalFormatSymbols& symbols)&& { in symbols() argument [all...] |
| H A D | number_modifiers.cpp | 336 CurrencySpacingEnabledModifier(const FormattedStringBuilder &prefix, const FormattedStringBuilder &suffix, bool overwrite, bool strong, const DecimalFormatSymbols &symbols, UErrorCode &status) CurrencySpacingEnabledModifier() argument 406 applyCurrencySpacing(FormattedStringBuilder &output, int32_t prefixStart, int32_t prefixLen, int32_t suffixStart, int32_t suffixLen, const DecimalFormatSymbols &symbols, UErrorCode &status) applyCurrencySpacing() argument 425 applyCurrencySpacingAffix(FormattedStringBuilder &output, int32_t index, EAffix affix, const DecimalFormatSymbols &symbols, UErrorCode &status) applyCurrencySpacingAffix() argument 458 getUnicodeSet(const DecimalFormatSymbols &symbols, EPosition position, EAffix affix, UErrorCode &status) getUnicodeSet() argument 480 getInsertString(const DecimalFormatSymbols &symbols, EAffix affix, UErrorCode &status) getInsertString() argument [all...] |
| /third_party/skia/src/sksl/ |
| H A D | SkSLCompiler.cpp | 250 static void add_glsl_type_aliases(SkSL::SymbolTable* symbols, const SkSL::BuiltinTypes& types) { in add_glsl_type_aliases() argument 559 runInliner(const std::vector<std::unique_ptr<ProgramElement>>& elements, std::shared_ptr<SymbolTable> symbols, ProgramUsage* usage) runInliner() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
| H A D | Archive.h | 248 iterator_range<symbol_iterator> symbols() const { in symbols() function in llvm::object::Archive
|
| H A D | ELF.h | 170 Expected<Elf_Sym_Range> symbols(const Elf_Shdr *Sec) const { in symbols() function in llvm::object::ELFFile
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TextAPI/MachO/ |
| H A D | InterfaceFile.h | 362 const_symbol_range symbols() const { in symbols() function in llvm::MachO::InterfaceFile
|
| /third_party/vk-gl-cts/framework/qphelper/ |
| H A D | qpCrashHandler.c | 550 void* symbols[32]; in qpCrashHandler_writeCrashInfo() local
|
| /base/hiviewdfx/faultloggerd/test/unittest/unwind/ |
| H A D | elf_imitate.cpp | 835 bool ElfImitate::ParseSymbols(std::vector<DfxSymbol>& symbols, const std::string& filePath) in ParseSymbols() argument 858 bool ElfImitate::AddSymbolsByPlt(std::vector<DfxSymbol>& symbols, cons argument 868 std::vector<DfxSymbol> symbols; GetFuncNameAndOffset() local [all...] |
| /base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
| H A D | dfx_elf.cpp | 551 auto symbols = embeddedElf_->elfParse_->GetElfSymbols(false);
in GetElfSymbols() local 574 auto symbols = embeddedElf_->elfParse_->GetElfSymbols(true);
in GetFuncSymbols() local 628 auto symbols = GetFuncSymbols();
in GetFuncInfo() local 632 FindFuncSymbol(uint64_t addr, const std::vector<ElfSymbol>& symbols, ElfSymbol& elfSymbol) FindFuncSymbol() argument [all...] |
| /base/accesscontrol/sandbox_manager/services/sandbox_manager/main/cpp/src/service/ |
| H A D | policy_info_manager.cpp | 266 GenericValues symbols; in MatchSinglePolicy() local 510 GenericValues symbols; in StartAccessingByTokenId() local 674 int32_t PolicyInfoManager::RangeFind(const GenericValues &conditions, const GenericValues &symbols, in RangeFind() argument 694 GenericValues symbols; ExactFind() local [all...] |
| /third_party/ffmpeg/libavcodec/ |
| H A D | huffyuvdec.c | 124 uint16_t *symbols = av_mallocz(5 << VLC_BITS); in generate_joint_tables() local
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/ |
| H A D | NumberFormatterApiTest.java | 4678 public void symbols() { in symbols() method in NumberFormatterApiTest [all...] |
| /third_party/icu/icu4c/source/common/ |
| H A D | uniset_props.cpp | 181 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...] |