Home
last modified time | relevance | path

Searched defs:symbols (Results 51 - 75 of 258) sorted by relevance

1234567891011

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
H A DModuleDebugStream.cpp111 ModuleDebugStreamRef::symbols(bool *HadError) const { in symbols() function in ModuleDebugStreamRef
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_currencysymbols.cpp26 CurrencySymbols(CurrencyUnit currency, const Locale& locale, const DecimalFormatSymbols& symbols, UErrorCode& status) CurrencySymbols() argument
H A Dnumber_scientific.cpp117 icu::number::impl::ScientificHandler::ScientificHandler(const Notation *notation, const DecimalFormatSymbols *symbols, in ScientificHandler() argument
/third_party/skia/src/sksl/ir/
H A DSkSLForStatement.h104 const std::shared_ptr<SymbolTable>& symbols() const { in symbols() function in SkSL::final
34 ForStatement(int line, std::unique_ptr<Statement> initializer, std::unique_ptr<Expression> test, std::unique_ptr<Expression> next, std::unique_ptr<Statement> statement, std::unique_ptr<LoopUnrollInfo> unrollInfo, std::shared_ptr<SymbolTable> symbols) ForStatement() argument
/third_party/skia/src/sksl/
H A DSkSLDehydrator.cpp66 AutoDehydratorSymbolTable(Dehydrator* dehydrator, const std::shared_ptr<SymbolTable>& symbols) in AutoDehydratorSymbolTable() argument
229 void Dehydrator::write(const SymbolTable& symbols) { in write() argument
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Duniset_closure.cpp45 UnicodeSet(const UnicodeString& pattern, uint32_t options, const SymbolTable* symbols, UErrorCode& status) UnicodeSet() argument
53 UnicodeSet(const UnicodeString& pattern, ParsePosition& pos, uint32_t options, const SymbolTable* symbols, UErrorCode& status) UnicodeSet() argument
65 applyPattern(const UnicodeString& pattern, uint32_t options, const SymbolTable* symbols, UErrorCode& status) applyPattern() argument
86 applyPattern(const UnicodeString& pattern, ParsePosition& pos, uint32_t options, const SymbolTable* symbols, UErrorCode& status) applyPattern() argument
/third_party/vixl/test/aarch32/
H A Dtest-macro-assembler-cond-rd-rn-a32.cc629 TestCaseSymbolMap symbols; in TestHelper() local
602 TestDisassembler(std::ostream& os, const TestCaseSymbolMap& symbols, const char* mnemonic) TestDisassembler() argument
H A Dtest-macro-assembler-cond-rd-rn-pc-a32.cc587 TestCaseSymbolMap symbols; in TestHelper() local
560 TestDisassembler(std::ostream& os, const TestCaseSymbolMap& symbols, const char* mnemonic) TestDisassembler() argument
H A Dtest-macro-assembler-cond-rd-rn-t32.cc629 TestCaseSymbolMap symbols; in TestHelper() local
602 TestDisassembler(std::ostream& os, const TestCaseSymbolMap& symbols, const char* mnemonic) TestDisassembler() argument
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_symbols.cpp73 bool DfxSymbols::ParseSymbols(std::vector<DfxSymbol>& symbols, std::shared_ptr<DfxElf> elf, const std::string& filePath) in ParseSymbols() argument
90 bool DfxSymbols::AddSymbolsByPlt(std::vector<DfxSymbol>& symbols, std::shared_ptr<DfxElf> elf, in AddSymbolsByPlt() argument
/base/accesscontrol/sandbox_manager/services/sandbox_manager/test/unittest/
H A Dpolicy_info_manager_test.cpp81 GenericValues symbols; in PrintDbRecords() local
H A Dsandbox_manager_rdb_test.cpp129 GenericValues symbols; in HWTEST_F() local
151 GenericValues symbols; in HWTEST_F() local
201 GenericValues symbols; in HWTEST_F() local
231 GenericValues symbols; in HWTEST_F() local
256 GenericValues symbols; HWTEST_F() local
[all...]
/base/accesscontrol/sandbox_manager/services/sandbox_manager/main/cpp/src/database/
H A Dsandbox_manager_rdb_utils.cpp94 void ToRdbPredicates(const GenericValues &conditionValue, const GenericValues& symbols, in ToRdbPredicates() argument
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
H A DMacroProps.java28 public Object symbols; field in MacroProps
H A DPatternStringUtils.java292 convertLocalized( String input, DecimalFormatSymbols symbols, boolean toLocalized) convertLocalized() argument
[all...]
H A DCurrencySpacingEnabledModifier.java31 CurrencySpacingEnabledModifier( FormattedStringBuilder prefix, FormattedStringBuilder suffix, boolean overwrite, boolean strong, DecimalFormatSymbols symbols) CurrencySpacingEnabledModifier() argument
97 applyCurrencySpacing( FormattedStringBuilder output, int prefixStart, int prefixLen, int suffixStart, int suffixLen, DecimalFormatSymbols symbols) applyCurrencySpacing() argument
118 applyCurrencySpacingAffix( FormattedStringBuilder output, int index, byte affix, DecimalFormatSymbols symbols) applyCurrencySpacingAffix() argument
152 getUnicodeSet(DecimalFormatSymbols symbols, short position, byte affix) getUnicodeSet() argument
167 getInsertString(DecimalFormatSymbols symbols, byte affix) getInsertString() argument
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
H A DScientificNotation.java130 final DecimalFormatSymbols symbols; field in ScientificNotation.ScientificHandler
105 withLocaleData( DecimalFormatSymbols symbols, boolean build, MicroPropsGenerator parent) withLocaleData() argument
135 ScientificHandler( ScientificNotation notation, DecimalFormatSymbols symbols, boolean safe, MicroPropsGenerator parent) ScientificHandler() argument
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/
H A DNumberParserImpl.java78 parseStatic( String input, ParsePosition ppos, DecimalFormatProperties properties, DecimalFormatSymbols symbols) parseStatic() argument
98 parseStaticCurrency( String input, ParsePosition ppos, DecimalFormatProperties properties, DecimalFormatSymbols symbols) parseStaticCurrency() argument
134 createParserFromProperties( DecimalFormatProperties properties, DecimalFormatSymbols symbols, boolean parseCurrency) createParserFromProperties() argument
[all...]
H A DDecimalMatcher.java55 private DecimalMatcher(DecimalFormatSymbols symbols, Grouper grouper, int parseFlags) { in DecimalMatcher() argument
47 getInstance( DecimalFormatSymbols symbols, Grouper grouper, int parseFlags) getInstance() argument
/third_party/icu/icu4c/source/test/intltest/
H A 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); test4099975() local
327 DateFormatSymbols *symbols = new DateFormatSymbols(Locale::getJapan(), status); test4117335() local
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/parse/
H A DNumberParserImpl.java80 parseStatic( String input, ParsePosition ppos, DecimalFormatProperties properties, DecimalFormatSymbols symbols) parseStatic() argument
100 parseStaticCurrency( String input, ParsePosition ppos, DecimalFormatProperties properties, DecimalFormatSymbols symbols) parseStaticCurrency() argument
136 createParserFromProperties( DecimalFormatProperties properties, DecimalFormatSymbols symbols, boolean parseCurrency) createParserFromProperties() argument
[all...]
H A DDecimalMatcher.java57 private DecimalMatcher(DecimalFormatSymbols symbols, Grouper grouper, int parseFlags) { in DecimalMatcher() argument
49 getInstance( DecimalFormatSymbols symbols, Grouper grouper, int parseFlags) getInstance() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/
H A DScientificNotation.java129 final DecimalFormatSymbols symbols; field in ScientificNotation.ScientificHandler
104 withLocaleData( DecimalFormatSymbols symbols, boolean build, MicroPropsGenerator parent) withLocaleData() argument
134 ScientificHandler( ScientificNotation notation, DecimalFormatSymbols symbols, boolean safe, MicroPropsGenerator parent) ScientificHandler() argument
[all...]
H A DNumberFormatter.java455 fromDecimalFormat( DecimalFormatProperties properties, DecimalFormatSymbols symbols, DecimalFormatProperties exportedProperties) fromDecimalFormat() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
H A DPatternStringUtils.java292 convertLocalized( String input, DecimalFormatSymbols symbols, boolean toLocalized) convertLocalized() argument
[all...]

Completed in 15 milliseconds

1234567891011