/third_party/mesa3d/src/compiler/glsl/ |
D | builtin_types.cpp | 269 add_type(glsl_symbol_table *symbols, const glsl_type *const type) in add_type() argument 271 symbols->add_type(type->name, type); in add_type() 280 struct glsl_symbol_table *symbols = state->symbols; in _mesa_glsl_initialize_types() local 285 add_type(symbols, t->type); in _mesa_glsl_initialize_types() 294 add_type(symbols, deprecated_types[i]); in _mesa_glsl_initialize_types() 305 add_type(symbols, glsl_type::samplerCubeArray_type); in _mesa_glsl_initialize_types() 306 add_type(symbols, glsl_type::samplerCubeArrayShadow_type); in _mesa_glsl_initialize_types() 307 add_type(symbols, glsl_type::isamplerCubeArray_type); in _mesa_glsl_initialize_types() 308 add_type(symbols, glsl_type::usamplerCubeArray_type); in _mesa_glsl_initialize_types() 312 add_type(symbols, glsl_type::sampler2DMS_type); in _mesa_glsl_initialize_types() [all …]
|
/third_party/boost/libs/stacktrace/test/ |
D | Jamfile.v2 | 57 # Libs with debug symbols 58 lib test_impl_lib_backtrace : test_impl.cpp : <debug-symbols>on $(LINKSHARED_BT) ; 59 lib test_impl_lib_addr2line : test_impl.cpp : <debug-symbols>on $(LINKSHARED_AD2L) ; 60 lib test_impl_lib_windbg : test_impl.cpp : <debug-symbols>on $(LINKSHARED_WIND) ; 61 lib test_impl_lib_windbg_cached : test_impl.cpp : <debug-symbols>on $(LINKSHARED_WIND_CACHED) ; 62 lib test_impl_lib_noop : test_impl.cpp : <debug-symbols>on $(LINKSHARED_NOOP) ; 64 obj test_impl_nohide-obj : test_impl.cpp : <debug-symbols>on $(LINKSHARED_BASIC) ; 65 lib test_impl_lib_basic : test_impl_nohide-obj : <debug-symbols>on $(LINKSHARED_BASIC) ; 68 # Libs without debug symbols 69 lib test_impl_lib_backtrace_no_dbg : test_impl.cpp : <debug-symbols>off $(LINKSHARED_BT) ; [all …]
|
/third_party/skia/src/sksl/ |
D | SkSLThreadContext.cpp | 72 SkSL::SymbolTable& symbols = *fCompiler->fSymbolTable; in setupSymbolTable() local 77 symbols.addWithoutOwnership(ef.get()); in setupSymbolTable() 85 symbols.addAlias("mat2x2", context.fTypes.fFloat2x2.get()); in setupSymbolTable() 86 symbols.addAlias("mat2x3", context.fTypes.fFloat2x3.get()); in setupSymbolTable() 87 symbols.addAlias("mat2x4", context.fTypes.fFloat2x4.get()); in setupSymbolTable() 88 symbols.addAlias("mat3x2", context.fTypes.fFloat3x2.get()); in setupSymbolTable() 89 symbols.addAlias("mat3x3", context.fTypes.fFloat3x3.get()); in setupSymbolTable() 90 symbols.addAlias("mat3x4", context.fTypes.fFloat3x4.get()); in setupSymbolTable() 91 symbols.addAlias("mat4x2", context.fTypes.fFloat4x2.get()); in setupSymbolTable() 92 symbols.addAlias("mat4x3", context.fTypes.fFloat4x3.get()); in setupSymbolTable() [all …]
|
/third_party/node/deps/npm/node_modules/has-symbols/ |
D | README.md | 1 # has-symbols <sup>[![Version Badge][2]][1]</sup> 16 var hasSymbols = require('has-symbols'); 20 var hasSymbolsKinda = require('has-symbols/shams'); 25 …operty-symbols [npm](https://www.npmjs.com/package/get-own-property-symbols) | [github](https://gi… 31 [1]: https://npmjs.org/package/has-symbols 32 [2]: http://versionbadg.es/ljharb/has-symbols.svg 33 [3]: https://travis-ci.org/ljharb/has-symbols.svg 34 [4]: https://travis-ci.org/ljharb/has-symbols 35 [5]: https://david-dm.org/ljharb/has-symbols.svg 36 [6]: https://david-dm.org/ljharb/has-symbols [all …]
|
/third_party/boost/boost/spirit/home/karma/string/ |
D | symbols.hpp | 195 struct symbols struct 198 reference<symbols<Attribute, T, Lookup, CharEncoding, Tag> > 200 , symbols<Attribute, T, Lookup, CharEncoding, Tag> > 202 symbols<Attribute, T, Lookup, CharEncoding, Tag> > 206 typedef reference<symbols> reference_; argument 208 typedef proto::extends<terminal, symbols> base_type; argument 216 symbols(std::string const& name = "symbols") in symbols() argument 224 symbols(symbols const& syms) in symbols() argument 233 symbols(symbols<Attribute, T, Lookup, CharEncoding_, Tag_> const& syms) in symbols() argument 242 symbols(Symbols const& syms, Data const& data in symbols() argument [all …]
|
/third_party/boost/boost/spirit/home/qi/string/ |
D | symbols.hpp | 44 struct symbols struct 47 reference<symbols<Char, T, Lookup, Filter> > 49 , symbols<Char, T, Lookup, Filter> 51 , primitive_parser<symbols<Char, T, Lookup, Filter> > 55 typedef symbols<Char, T, Lookup, Filter> this_type; argument 66 symbols(std::string const& name = "symbols") in symbols() argument 75 symbols(symbols const& syms) in symbols() argument 85 symbols(symbols<Char, T, Lookup, Filter_> const& syms) in symbols() argument 95 symbols(Symbols const& syms, std::string const& name = "symbols") in symbols() function 108 symbols(Symbols const& syms, Data const& data in symbols() argument [all …]
|
/third_party/boost/boost/dll/ |
D | library_info.hpp | 162 std::vector<std::string> symbols() { in symbols() function in boost::dll::library_info 164 case fmt_elf_info32: return boost::dll::detail::elf_info32::symbols(f_); in symbols() 165 case fmt_elf_info64: return boost::dll::detail::elf_info64::symbols(f_); in symbols() 166 case fmt_pe_info32: return boost::dll::detail::pe_info32::symbols(f_); in symbols() 167 case fmt_pe_info64: return boost::dll::detail::pe_info64::symbols(f_); in symbols() 168 case fmt_macho_info32: return boost::dll::detail::macho_info32::symbols(f_); in symbols() 169 case fmt_macho_info64: return boost::dll::detail::macho_info64::symbols(f_); in symbols() 179 std::vector<std::string> symbols(const char* section_name) { in symbols() function in boost::dll::library_info 181 case fmt_elf_info32: return boost::dll::detail::elf_info32::symbols(f_, section_name); in symbols() 182 case fmt_elf_info64: return boost::dll::detail::elf_info64::symbols(f_, section_name); in symbols() [all …]
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/ |
D | CurrencySpacingEnabledModifier.java | 38 DecimalFormatSymbols symbols) { in CurrencySpacingEnabledModifier() argument 45 UnicodeSet prefixUnicodeSet = getUnicodeSet(symbols, IN_CURRENCY, PREFIX); in CurrencySpacingEnabledModifier() 47 afterPrefixUnicodeSet = getUnicodeSet(symbols, IN_NUMBER, PREFIX); in CurrencySpacingEnabledModifier() 49 afterPrefixInsert = getInsertString(symbols, PREFIX); in CurrencySpacingEnabledModifier() 60 UnicodeSet suffixUnicodeSet = getUnicodeSet(symbols, IN_CURRENCY, SUFFIX); in CurrencySpacingEnabledModifier() 62 beforeSuffixUnicodeSet = getUnicodeSet(symbols, IN_NUMBER, SUFFIX); in CurrencySpacingEnabledModifier() 64 beforeSuffixInsert = getInsertString(symbols, SUFFIX); in CurrencySpacingEnabledModifier() 105 DecimalFormatSymbols symbols) { in applyCurrencySpacing() argument 111 length += applyCurrencySpacingAffix(output, prefixStart + prefixLen, PREFIX, symbols); in applyCurrencySpacing() 114 length += applyCurrencySpacingAffix(output, suffixStart + length, SUFFIX, symbols); in applyCurrencySpacing() [all …]
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
D | CurrencySpacingEnabledModifier.java | 36 DecimalFormatSymbols symbols) { in CurrencySpacingEnabledModifier() argument 43 UnicodeSet prefixUnicodeSet = getUnicodeSet(symbols, IN_CURRENCY, PREFIX); in CurrencySpacingEnabledModifier() 45 afterPrefixUnicodeSet = getUnicodeSet(symbols, IN_NUMBER, PREFIX); in CurrencySpacingEnabledModifier() 47 afterPrefixInsert = getInsertString(symbols, PREFIX); in CurrencySpacingEnabledModifier() 58 UnicodeSet suffixUnicodeSet = getUnicodeSet(symbols, IN_CURRENCY, SUFFIX); in CurrencySpacingEnabledModifier() 60 beforeSuffixUnicodeSet = getUnicodeSet(symbols, IN_NUMBER, SUFFIX); in CurrencySpacingEnabledModifier() 62 beforeSuffixInsert = getInsertString(symbols, SUFFIX); in CurrencySpacingEnabledModifier() 103 DecimalFormatSymbols symbols) { in applyCurrencySpacing() argument 109 length += applyCurrencySpacingAffix(output, prefixStart + prefixLen, PREFIX, symbols); in applyCurrencySpacing() 112 length += applyCurrencySpacingAffix(output, suffixStart + length, SUFFIX, symbols); in applyCurrencySpacing() [all …]
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/parse/ |
D | NumberParserImpl.java | 45 DecimalFormatSymbols symbols = DecimalFormatSymbols.getInstance(locale); in createSimpleParser() local 50 factory.symbols = symbols; in createSimpleParser() 61 parser.addMatcher(DecimalMatcher.getInstance(symbols, grouper, parseFlags)); in createSimpleParser() 62 parser.addMatcher(MinusSignMatcher.getInstance(symbols, false)); in createSimpleParser() 63 parser.addMatcher(PlusSignMatcher.getInstance(symbols, false)); in createSimpleParser() 64 parser.addMatcher(PercentMatcher.getInstance(symbols)); in createSimpleParser() 65 parser.addMatcher(PermilleMatcher.getInstance(symbols)); in createSimpleParser() 66 parser.addMatcher(NanMatcher.getInstance(symbols, parseFlags)); in createSimpleParser() 67 parser.addMatcher(InfinityMatcher.getInstance(symbols)); in createSimpleParser() 69 parser.addMatcher(ScientificMatcher.getInstance(symbols, grouper)); in createSimpleParser() [all …]
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/ |
D | NumberParserImpl.java | 43 DecimalFormatSymbols symbols = DecimalFormatSymbols.getInstance(locale); in createSimpleParser() local 48 factory.symbols = symbols; in createSimpleParser() 59 parser.addMatcher(DecimalMatcher.getInstance(symbols, grouper, parseFlags)); in createSimpleParser() 60 parser.addMatcher(MinusSignMatcher.getInstance(symbols, false)); in createSimpleParser() 61 parser.addMatcher(PlusSignMatcher.getInstance(symbols, false)); in createSimpleParser() 62 parser.addMatcher(PercentMatcher.getInstance(symbols)); in createSimpleParser() 63 parser.addMatcher(PermilleMatcher.getInstance(symbols)); in createSimpleParser() 64 parser.addMatcher(NanMatcher.getInstance(symbols, parseFlags)); in createSimpleParser() 65 parser.addMatcher(InfinityMatcher.getInstance(symbols)); in createSimpleParser() 67 parser.addMatcher(ScientificMatcher.getInstance(symbols, grouper)); in createSimpleParser() [all …]
|
/third_party/openssl/test/ |
D | shlibloadtest.c | 127 } symbols[3]; in test_lib() local 166 if (!shlib_sym(cryptolib, "OPENSSL_init_crypto", &symbols[0].sym)) { in test_lib() 170 myOPENSSL_init_crypto = (OPENSSL_init_crypto_t)symbols[0].func; in test_lib() 180 if (!shlib_sym(ssllib, "TLS_method", &symbols[0].sym) in test_lib() 181 || !shlib_sym(ssllib, "SSL_CTX_new", &symbols[1].sym) in test_lib() 182 || !shlib_sym(ssllib, "SSL_CTX_free", &symbols[2].sym)) { in test_lib() 186 myTLS_method = (TLS_method_t)symbols[0].func; in test_lib() 187 mySSL_CTX_new = (SSL_CTX_new_t)symbols[1].func; in test_lib() 188 mySSL_CTX_free = (SSL_CTX_free_t)symbols[2].func; in test_lib() 197 if (!shlib_sym(cryptolib, "ERR_get_error", &symbols[0].sym) in test_lib() [all …]
|
/third_party/python/Tools/scripts/ |
D | nm2def.py | 43 def symbols(lib=PYTHONLIB,types=('T','C','D')): function 48 symbols = {} 58 symbols[name] = address,type 59 return symbols 61 def export_list(symbols): argument 65 for name,(addr,type) in symbols.items(): 86 def filter_Python(symbols,specials=SPECIALS): argument 88 for name in list(symbols.keys()): 92 del symbols[name] 96 s = symbols(PYTHONLIB)
|
/third_party/boost/boost/spirit/home/classic/symbols/impl/ |
D | symbols.ipp | 13 #include <boost/spirit/home/classic/symbols/impl/tst.ipp> 29 // symbols class implementation 33 inline symbols<T, CharT, SetT>::symbols() 41 symbols<T, CharT, SetT>::symbols(symbols const& other) 47 , parser<symbols<T, CharT, SetT> >() 55 inline symbols<T, CharT, SetT>::~symbols() 60 inline symbols<T, CharT, SetT>& 61 symbols<T, CharT, SetT>::operator=(symbols const& other) 70 symbols<T, CharT, SetT>::operator=(CharT const* str) 82 find(symbols<T, CharT, SetT> const& table, CharT const* sym) [all …]
|
/third_party/boost/boost/spirit/home/classic/symbols/ |
D | symbols.hpp | 71 class symbols class 73 , public parser<symbols<T, CharT, SetT> > 77 typedef parser<symbols<T, CharT, SetT> > parser_base_t; 78 typedef symbols<T, CharT, SetT> self_t; 83 symbols(); 84 symbols(symbols const& other); 85 ~symbols(); 87 symbols& 88 operator=(symbols const& other); 152 T* add(symbols<T, CharT, SetT>& table, CharT const* sym, T const& data = T()); [all …]
|
/third_party/skia/third_party/externals/icu/source/tools/memcheck/ |
D | ICUMemCheck.pl | 44 $symbols = `nm -u -C $f`; 45 if ($symbols =~ /U +operator delete\(void\*\)/) { 48 if ($symbols =~ /U +operator delete\[\]\(void\*\)/) { 51 if ($symbols =~ /U +operator new\(unsigned int\)/) { 54 if ($symbols =~ /U +operator new\[\]\(unsigned int\)/) { 57 if ($symbols =~ /U +malloc.*/) { 60 if ($symbols =~ /(?m:U +free$)/) {
|
/third_party/icu/icu4c/source/tools/memcheck/ |
D | ICUMemCheck.pl | 44 $symbols = `nm -u -C $f`; 45 if ($symbols =~ /U +operator delete\(void\*\)/) { 48 if ($symbols =~ /U +operator delete\[\]\(void\*\)/) { 51 if ($symbols =~ /U +operator new\(unsigned int\)/) { 54 if ($symbols =~ /U +operator new\[\]\(unsigned int\)/) { 57 if ($symbols =~ /U +malloc.*/) { 60 if ($symbols =~ /(?m:U +free$)/) {
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/memcheck/ |
D | ICUMemCheck.pl | 44 $symbols = `nm -u -C $f`; 45 if ($symbols =~ /U +operator delete\(void\*\)/) { 48 if ($symbols =~ /U +operator delete\[\]\(void\*\)/) { 51 if ($symbols =~ /U +operator new\(unsigned int\)/) { 54 if ($symbols =~ /U +operator new\[\]\(unsigned int\)/) { 57 if ($symbols =~ /U +malloc.*/) { 60 if ($symbols =~ /(?m:U +free$)/) {
|
/third_party/boost/libs/spirit/doc/qi/ |
D | string.qbk | 126 [section:symbols Symbols Parser (`symbols`)] 130 The class `symbols` implements a symbol table: an associative container 131 (or map) of key-value pairs where the keys are strings. The `symbols` 136 Spirit symbol table class `symbols` is-a parser, an instance of which may 139 modify its behavior at run time. Initially, an empty symbols object 140 matches nothing. At any time, symbols may be added, thus, dynamically 145 // forwards to <boost/spirit/home/qi/string/symbols.hpp> 154 [[`boost::spirit::qi::symbols`]] 162 struct symbols; 181 [[`Sym`] [A `symbols` type.]] [all …]
|
/third_party/boost/libs/spirit/classic/test/ |
D | symbols_tests.cpp | 103 symbols<> ns1; in default_constructible() 104 symbols<int, wchar_t> ws1; in default_constructible() 105 symbols<std::string, char> ns2; in default_constructible() 106 symbols<std::string, wchar_t> ws2; in default_constructible() 114 symbols<> sym; in narrow_match_tests() 144 symbols<> sym; in narrow_copy_ctor_tests() 147 symbols<> sym2(sym); in narrow_copy_ctor_tests() 156 symbols<> sym; in narrow_assigment_operator_tests() 159 symbols<> sym2; in narrow_assigment_operator_tests() 170 symbols<> sym; in narrow_value_tests() [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | numparse_impl.cpp | 40 DecimalFormatSymbols symbols(locale, status); in createSimpleParser() local 55 currencySymbols, symbols, ignorables, locale, parseFlags}; in createSimpleParser() 65 parser->addMatcher(parser->fLocalMatchers.decimal = {symbols, grouper, parseFlags}); in createSimpleParser() 66 parser->addMatcher(parser->fLocalMatchers.minusSign = {symbols, false}); in createSimpleParser() 67 parser->addMatcher(parser->fLocalMatchers.plusSign = {symbols, false}); in createSimpleParser() 68 parser->addMatcher(parser->fLocalMatchers.percent = {symbols}); in createSimpleParser() 69 parser->addMatcher(parser->fLocalMatchers.permille = {symbols}); in createSimpleParser() 70 parser->addMatcher(parser->fLocalMatchers.nan = {symbols}); in createSimpleParser() 71 parser->addMatcher(parser->fLocalMatchers.infinity = {symbols}); in createSimpleParser() 73 parser->addMatcher(parser->fLocalMatchers.scientific = {symbols, grouper}); in createSimpleParser() [all …]
|
/third_party/node/deps/icu-small/source/i18n/ |
D | numparse_impl.cpp | 40 DecimalFormatSymbols symbols(locale, status); in createSimpleParser() local 55 currencySymbols, symbols, ignorables, locale, parseFlags}; in createSimpleParser() 65 parser->addMatcher(parser->fLocalMatchers.decimal = {symbols, grouper, parseFlags}); in createSimpleParser() 66 parser->addMatcher(parser->fLocalMatchers.minusSign = {symbols, false}); in createSimpleParser() 67 parser->addMatcher(parser->fLocalMatchers.plusSign = {symbols, false}); in createSimpleParser() 68 parser->addMatcher(parser->fLocalMatchers.percent = {symbols}); in createSimpleParser() 69 parser->addMatcher(parser->fLocalMatchers.permille = {symbols}); in createSimpleParser() 70 parser->addMatcher(parser->fLocalMatchers.nan = {symbols}); in createSimpleParser() 71 parser->addMatcher(parser->fLocalMatchers.infinity = {symbols}); in createSimpleParser() 73 parser->addMatcher(parser->fLocalMatchers.scientific = {symbols, grouper}); in createSimpleParser() [all …]
|
/third_party/icu/icu4c/source/i18n/ |
D | numparse_impl.cpp | 40 DecimalFormatSymbols symbols(locale, status); in createSimpleParser() local 55 currencySymbols, symbols, ignorables, locale, parseFlags}; in createSimpleParser() 65 parser->addMatcher(parser->fLocalMatchers.decimal = {symbols, grouper, parseFlags}); in createSimpleParser() 66 parser->addMatcher(parser->fLocalMatchers.minusSign = {symbols, false}); in createSimpleParser() 67 parser->addMatcher(parser->fLocalMatchers.plusSign = {symbols, false}); in createSimpleParser() 68 parser->addMatcher(parser->fLocalMatchers.percent = {symbols}); in createSimpleParser() 69 parser->addMatcher(parser->fLocalMatchers.permille = {symbols}); in createSimpleParser() 70 parser->addMatcher(parser->fLocalMatchers.nan = {symbols}); in createSimpleParser() 71 parser->addMatcher(parser->fLocalMatchers.infinity = {symbols}); in createSimpleParser() 73 parser->addMatcher(parser->fLocalMatchers.scientific = {symbols, grouper}); in createSimpleParser() [all …]
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | numparse_impl.cpp | 40 DecimalFormatSymbols symbols(locale, status); in createSimpleParser() local 55 currencySymbols, symbols, ignorables, locale, parseFlags}; in createSimpleParser() 65 parser->addMatcher(parser->fLocalMatchers.decimal = {symbols, grouper, parseFlags}); in createSimpleParser() 66 parser->addMatcher(parser->fLocalMatchers.minusSign = {symbols, false}); in createSimpleParser() 67 parser->addMatcher(parser->fLocalMatchers.plusSign = {symbols, false}); in createSimpleParser() 68 parser->addMatcher(parser->fLocalMatchers.percent = {symbols}); in createSimpleParser() 69 parser->addMatcher(parser->fLocalMatchers.permille = {symbols}); in createSimpleParser() 70 parser->addMatcher(parser->fLocalMatchers.nan = {symbols}); in createSimpleParser() 71 parser->addMatcher(parser->fLocalMatchers.infinity = {symbols}); in createSimpleParser() 73 parser->addMatcher(parser->fLocalMatchers.scientific = {symbols, grouper}); in createSimpleParser() [all …]
|
/third_party/icu/icu4c/source/test/intltest/ |
D | miscdtfm.cpp | 160 DateFormatSymbols* symbols = new DateFormatSymbols(Locale::getUS(), status); in test4099975() local 165 SimpleDateFormat *df = new SimpleDateFormat(UnicodeString("E hh:mm"), *symbols, status); in test4099975() 172 symbols->setLocalPatternChars(UnicodeString("abcdefghijklmonpqr")); // change value of field in test4099975() 186 delete symbols; in test4099975() 195 DateFormatSymbols* symbols = new DateFormatSymbols(Locale::getUS(), status); in test4099975() local 199 df->setDateFormatSymbols(*symbols); in test4099975() 205 symbols->setLocalPatternChars(UnicodeString("abcdefghijklmonpqr")); // change value of field in test4099975() 219 delete symbols; in test4099975() 226 DateFormatSymbols* symbols = new DateFormatSymbols(Locale::getUS(), status); in test4099975() local 228 SimpleDateFormat *df = new SimpleDateFormat(UnicodeString("E hh:mm"), symbols, status); in test4099975() [all …]
|