Home
last modified time | relevance | path

Searched defs:symbols (Results 126 - 150 of 231) sorted by relevance

12345678910

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/
H A DLTO.h157 ArrayRef<Symbol> symbols() const { return Symbols; } in symbols() function in llvm::lto::InputFile
/third_party/vixl/examples/aarch32/
H A Ddisasm-a32.cc155 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 Dnumber_fluent.cpp194 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 Dnumber_modifiers.cpp336 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 Dnumber_skeletons.cpp1711 bool GeneratorHelpers::symbols(const MacroProps& macros, UnicodeString& sb, UErrorCode& status) { in symbols() function in GeneratorHelpers
[all...]
H A Dnumber_skeletons.h363 bool symbols = false; member
/third_party/libbpf/src/
H A Delf.c491 struct symbol *symbols; in elf_resolve_syms_offsets() local
[all...]
/third_party/ltp/lib/
H A Dtlibio.c2016 char *symbols = NULL; local
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_modifiers.cpp345 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 Dnumber_fluent.cpp194 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 Ddcfmapts.cpp171 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 DObject.cpp165 auto symbols = OF->symbols(); in LLVMObjectFileCopySymbolIterator() local
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_fluent.cpp194 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 Dnumber_modifiers.cpp336 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 DSkSLCompiler.cpp250 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 DArchive.h248 iterator_range<symbol_iterator> symbols() const { in symbols() function in llvm::object::Archive
H A DELF.h170 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 DInterfaceFile.h362 const_symbol_range symbols() const { in symbols() function in llvm::MachO::InterfaceFile
/third_party/vk-gl-cts/framework/qphelper/
H A DqpCrashHandler.c550 void* symbols[32]; in qpCrashHandler_writeCrashInfo() local
/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Delf_imitate.cpp835 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 Ddfx_elf.cpp551 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 Dpolicy_info_manager.cpp266 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 Dhuffyuvdec.c124 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 DNumberFormatterApiTest.java4678 public void symbols() { in symbols() method in NumberFormatterApiTest
[all...]
/third_party/icu/icu4c/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...]

Completed in 31 milliseconds

12345678910