Home
last modified time | relevance | path

Searched full:symbols (Results 1 – 25 of 12509) sorted by relevance

12345678910>>...501

/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dbuiltin_types.cpp238 add_type(glsl_symbol_table *symbols, const glsl_type *const type) in add_type() argument
240 symbols->add_type(glsl_get_type_name(type), type); in add_type()
249 struct glsl_symbol_table *symbols = state->symbols; in _mesa_glsl_initialize_types() local
254 add_type(symbols, t->type); in _mesa_glsl_initialize_types()
265 add_type(symbols, GET_STRUCT_TYPE(gl_DepthRangeParameters)); in _mesa_glsl_initialize_types()
272 add_type(symbols, GET_STRUCT_TYPE(gl_PointParameters)); in _mesa_glsl_initialize_types()
273 add_type(symbols, GET_STRUCT_TYPE(gl_MaterialParameters)); in _mesa_glsl_initialize_types()
274 add_type(symbols, GET_STRUCT_TYPE(gl_LightSourceParameters)); in _mesa_glsl_initialize_types()
275 add_type(symbols, GET_STRUCT_TYPE(gl_LightModelParameters)); in _mesa_glsl_initialize_types()
276 add_type(symbols, GET_STRUCT_TYPE(gl_LightModelProducts)); in _mesa_glsl_initialize_types()
[all …]
/aosp_15_r20/external/libxkbcommon/test/data/keymaps/
H A Dstringcomp.data1085 symbols[Group1]= [ 1, exclam ],
1086 symbols[Group2]= [ 1, exclam ],
1087symbols[Group3]= [ 1, exclam, plusminus, NoSymbol, onesupe…
1088symbols[Group4]= [ 1, degree, onesuperior, onesubscript, ordfemi…
1093 symbols[Group1]= [ 2, at ],
1094 symbols[Group2]= [ 2, quotedbl ],
1095symbols[Group3]= [ 2, at, at, NoSymbol, twosupe…
1096symbols[Group4]= [ 2, section, twosuperior, twosubscript, mascu…
1101 symbols[Group1]= [ 3, numbersign ],
1102 symbols[Group2]= [ 3, numerosign ],
[all …]
H A Dhost.xkb1090 symbols[Group1]= [ 1, exclam ],
1091 symbols[Group2]= [ 1, exclam, onesuperior, exclamdown ],
1092 symbols[Group3]= [ 1, exclam ]
1096 symbols[Group1]= [ 2, at ],
1097 symbols[Group2]= [ 2, quotedbl, at, oneeighth ],
1098 symbols[Group3]= [ 2, at ]
1102 symbols[Group1]= [ 3, numbersign ],
1103 symbols[Group2]= [ 3, numbersign, sterling, sterling ],
1104 symbols[Group3]= [ 3, numbersign ]
1108 symbols[Group1]= [ 4, dollar ],
[all …]
/aosp_15_r20/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
DKeyboardStateSingleTouchTests.java37 // Shift key in symbols.
39 // Press/release "?123" key, enter into symbols. in testShiftSymbols()
42 // Press/release "=\<" key, enter into symbols shifted. in testShiftSymbols()
45 // Press/release "?123" key, back to symbols. in testShiftSymbols()
48 // Press/release "=\<" key, enter into symbols shifted. in testShiftSymbols()
50 // Press/release symbol letter key, remain in symbols shifted. in testShiftSymbols()
54 // Switching between alphabet and symbols.
56 // Press/release "?123" key, enter into symbols. in testAlphabetAndSymbols()
60 // Press/release "?123" key, enter into symbols. in testAlphabetAndSymbols()
63 // Press/release "=\<" key, enter into symbols shifted. in testAlphabetAndSymbols()
[all …]
/aosp_15_r20/external/pytorch/torch/fx/experimental/migrate_gradual_types/
H A Dconstraint_generator.py46 def get_attr_inference_rule(n: Node, symbols, constraints, counter): argument
53 symbols[n] = output
55 input = symbols[n.args[0]]
64 def bmm_inference_rule(n: Node, symbols, constraints, counter): argument
74 symbols[n] = bmm_output
76 bmm_input1 = symbols[n.args[0]]
77 bmm_input2 = symbols[n.args[1]]
107 def index_select_inference_rule(n: Node, symbols, constraints, counter): argument
121 symbols[n] = index_select
126 is_size_1 = BinConstraintT(symbols[n.args[2]], TensorType(dims), op_eq)
[all …]
/aosp_15_r20/external/jackson-core/src/test/java/com/fasterxml/jackson/core/sym/
H A DTestSymbolTables.java20 CharsToNameCanonicalizer symbols = CharsToNameCanonicalizer.createRoot(1).makeChild(-1); in testSyntheticWithChars() local
26 symbols.findSymbol(ch, 0, ch.length, symbols.calcHash(id)); in testSyntheticWithChars()
29 assertEquals(16384, symbols.bucketCount()); in testSyntheticWithChars()
30 assertEquals(COUNT, symbols.size()); in testSyntheticWithChars()
32 //System.out.printf("Char stuff: collisions %d, max-coll %d\n", symbols.collisionCount(), symbols.m… in testSyntheticWithChars()
37 assertEquals(3431, symbols.collisionCount()); in testSyntheticWithChars()
39 assertEquals(6, symbols.maxCollisionLength()); in testSyntheticWithChars()
42 symbols.verifyInternalConsistency(); in testSyntheticWithChars()
49 ByteQuadsCanonicalizer symbols = in testSyntheticWithBytesNew() local
56 symbols.addName(id, quads, quads.length); in testSyntheticWithBytesNew()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h58 /// A map from JITDylibs to sets of symbols.
64 /// only symbols in that Dylib's interface will be searched. If
65 /// MatchHiddenSymbols is used then symbols with hidden visibility will match
108 /// A set of symbols to look up, each associated with a SymbolLookupFlags
134 Symbols.reserve(Names.size());
144 Symbols.reserve(Names.size());
149 /// Construct a SymbolLookupSet from a vector of symbols with the given Flags
156 Symbols.reserve(Names.size());
165 Symbols.push_back(std::make_pair(std::move(Name), Flags));
168 bool empty() const { return Symbols.empty(); } in empty()
[all …]
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/
H A DExampleDependencies.java494 "//ldml/numbers/symbols/approximatelySign",
495 "//ldml/numbers/symbols/decimal",
496 "//ldml/numbers/symbols/exponential",
497 "//ldml/numbers/symbols/group",
498 "//ldml/numbers/symbols/minusSign",
499 "//ldml/numbers/symbols/perMille",
500 "//ldml/numbers/symbols/percentSign",
501 "//ldml/numbers/symbols/plusSign",
502 "//ldml/numbers/symbols/superscriptingExponent",
503 "//ldml/numbers/symbols[@numberSystem=\"*\"]/approximatelySign",
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h123 /// A map from JITDylibs to sets of symbols.
129 /// only symbols in that Dylib's interface will be searched. If
130 /// MatchHiddenSymbols is used then symbols with hidden visibility will match
173 /// A set of symbols to look up, each associated with a SymbolLookupFlags
199 Symbols.reserve(Names.size());
209 Symbols.reserve(Names.size());
214 /// Construct a SymbolLookupSet from a vector of symbols with the given Flags
221 Symbols.reserve(Names.size());
232 Result.Symbols.reserve(M.size());
243 Symbols.push_back(std::make_pair(std::move(Name), Flags));
[all …]
/aosp_15_r20/frameworks/libs/native_bridge_support/android_api/
Dapi_analysis_test.py28 "symbols": {"guest_only": {"type": "guest_only"}},
31 host_api = {"symbols": {}, "types": {}}
33 self.assertFalse(guest_api['symbols']['guest_only']['is_compatible'])
38 "symbols": {
52 self.assertTrue(guest_api['symbols']['int']['is_compatible'])
57 "symbols": {
74 self.assertTrue(guest_api['symbols']['pointer1']['is_compatible'])
75 self.assertTrue(guest_api['symbols']['pointer2']['is_compatible'])
81 "symbols": {"symb": {"type": "t"}},
87 self.assertFalse(guest_api['symbols']['symb']['is_compatible'])
[all …]
/aosp_15_r20/frameworks/libs/binary_translation/kernel_api/tools/
Dapi_analysis_test.py28 "symbols": {"guest_only": {"type": "guest_only"}},
31 host_api = {"symbols": {}, "types": {}}
33 self.assertFalse(guest_api['symbols']['guest_only']['is_compatible'])
38 "symbols": {
52 self.assertTrue(guest_api['symbols']['int']['is_compatible'])
57 "symbols": {
74 self.assertTrue(guest_api['symbols']['pointer1']['is_compatible'])
75 self.assertTrue(guest_api['symbols']['pointer2']['is_compatible'])
81 "symbols": {"symb": {"type": "t"}},
87 self.assertFalse(guest_api['symbols']['symb']['is_compatible'])
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ExecutionEngine/Orc/
DCore.h126 /// A map from JITDylibs to sets of symbols.
132 /// only symbols in that Dylib's interface will be searched. If
133 /// MatchHiddenSymbols is used then symbols with hidden visibility will match
176 /// A set of symbols to look up, each associated with a SymbolLookupFlags
202 Symbols.reserve(Names.size());
212 Symbols.reserve(Names.size());
217 /// Construct a SymbolLookupSet from a vector of symbols with the given Flags
224 Symbols.reserve(Names.size());
235 Result.Symbols.reserve(M.size());
246 Symbols.push_back(std::make_pair(std::move(Name), Flags));
[all …]
/aosp_15_r20/development/vndk/tools/header-checker/src/repr/symbol/
H A Dexported_symbol_set_test.cpp27 ExportedSymbolSet symbols; in TEST() local
28 symbols.AddFunction("global", ElfSymbolIR::ElfSymbolBinding::Global); in TEST()
29 symbols.AddFunction("weak", ElfSymbolIR::ElfSymbolBinding::Weak); in TEST()
31 const ExportedSymbolSet::FunctionMap &funcs = symbols.GetFunctions(); in TEST()
44 ExportedSymbolSet symbols; in TEST() local
45 symbols.AddVar("global", ElfSymbolIR::ElfSymbolBinding::Global); in TEST()
46 symbols.AddVar("weak", ElfSymbolIR::ElfSymbolBinding::Weak); in TEST()
48 const ExportedSymbolSet::VarMap &vars = symbols.GetVars(); in TEST()
61 ExportedSymbolSet symbols; in TEST() local
62 symbols.AddGlobPattern("test1*"); in TEST()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ExecutionEngine/Orc/
DCore.h126 /// A map from JITDylibs to sets of symbols.
132 /// only symbols in that Dylib's interface will be searched. If
133 /// MatchHiddenSymbols is used then symbols with hidden visibility will match
176 /// A set of symbols to look up, each associated with a SymbolLookupFlags
202 Symbols.reserve(Names.size());
212 Symbols.reserve(Names.size());
217 /// Construct a SymbolLookupSet from a vector of symbols with the given Flags
224 Symbols.reserve(Names.size());
235 Result.Symbols.reserve(M.size());
246 Symbols.push_back(std::make_pair(std::move(Name), Flags));
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ExecutionEngine/Orc/
DCore.h126 /// A map from JITDylibs to sets of symbols.
132 /// only symbols in that Dylib's interface will be searched. If
133 /// MatchHiddenSymbols is used then symbols with hidden visibility will match
176 /// A set of symbols to look up, each associated with a SymbolLookupFlags
202 Symbols.reserve(Names.size());
212 Symbols.reserve(Names.size());
217 /// Construct a SymbolLookupSet from a vector of symbols with the given Flags
224 Symbols.reserve(Names.size());
235 Result.Symbols.reserve(M.size());
246 Symbols.push_back(std::make_pair(std::move(Name), Flags));
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ExecutionEngine/Orc/
DCore.h126 /// A map from JITDylibs to sets of symbols.
132 /// only symbols in that Dylib's interface will be searched. If
133 /// MatchHiddenSymbols is used then symbols with hidden visibility will match
176 /// A set of symbols to look up, each associated with a SymbolLookupFlags
202 Symbols.reserve(Names.size());
212 Symbols.reserve(Names.size());
217 /// Construct a SymbolLookupSet from a vector of symbols with the given Flags
224 Symbols.reserve(Names.size());
235 Result.Symbols.reserve(M.size());
246 Symbols.push_back(std::make_pair(std::move(Name), Flags));
[all …]
/aosp_15_r20/external/snakeyaml/src/test/resources/issues/
H A Demoji.yaml3 ASCII punctuation and symbols: 2
6 Latin-1 punctuation and symbols: 2
9 Letterlike Symbols:
15 User interface symbols: 16
17 Keyboard and UI symbols: 1
22 Miscellaneous Symbols:
23 Weather and astrological symbols: 5
26 Pointing hand symbols: 1
28 Religious and political symbols: 4
32 Playing card symbols: 4
[all …]
/aosp_15_r20/system/unwinding/libunwindstack/tests/
H A DSymbolsTest.cpp37 #include "Symbols.h"
61 Symbols symbols(0x1000, sizeof(TypeParam), sizeof(TypeParam), 0x2000, 0x100); in TYPED_TEST_P() local
73 ASSERT_TRUE(symbols.GetName<TypeParam>(0x5000, &this->memory_, &name, &func_offset)); in TYPED_TEST_P()
78 ASSERT_TRUE(symbols.GetName<TypeParam>(0x500f, &this->memory_, &name, &func_offset)); in TYPED_TEST_P()
83 ASSERT_FALSE(symbols.GetName<TypeParam>(0x4fff, &this->memory_, &name, &func_offset)); in TYPED_TEST_P()
84 ASSERT_FALSE(symbols.GetName<TypeParam>(0x5010, &this->memory_, &name, &func_offset)); in TYPED_TEST_P()
88 Symbols symbols(0x1000, sizeof(TypeParam), sizeof(TypeParam), 0x2000, 0x100); in TYPED_TEST_P() local
101 ASSERT_TRUE(symbols.GetName<TypeParam>(0x5000, &this->memory_, &name, &func_offset)); in TYPED_TEST_P()
109 symbols.ClearCache(); in TYPED_TEST_P()
110 ASSERT_FALSE(symbols.GetName<TypeParam>(0x5000, &this->memory_, &name, &func_offset)); in TYPED_TEST_P()
[all …]
/aosp_15_r20/system/extras/simpleperf/
H A Dread_symbol_map_test.cpp42 auto symbols = ReadSymbolMapFromString(content); in TEST() local
44 ASSERT_EQ(4u, symbols.size()); in TEST()
46 ASSERT_EQ(0x1000, symbols[0].addr); in TEST()
47 ASSERT_EQ(0x10, symbols[0].len); in TEST()
48 ASSERT_STREQ("one", symbols[0].Name()); in TEST()
50 ASSERT_EQ(0x2000, symbols[1].addr); in TEST()
51 ASSERT_EQ(0x20, symbols[1].len); in TEST()
52 ASSERT_STREQ("two", symbols[1].Name()); in TEST()
54 ASSERT_EQ(0x3000, symbols[2].addr); in TEST()
55 ASSERT_EQ(0x30, symbols[2].len); in TEST()
[all …]
/aosp_15_r20/external/coreboot/util/lint/
H A Dkconfig_lint37 . '\|' . # directories to exclude when searching for used symbols
38 '\.config\|\.txt$\|\.tex$\|\.tags\|/kconfig.h\|\.fmd'; #files to exclude when looking for symbols
43 my %symbols; # main structure of all symbols declared
44 my %referenced_symbols; # list of symbols referenced by expressions or select stateme…
45 my %used_symbols; # structure of symbols used in the tree, and where they're fo…
47 my %selected_symbols; # list of symbols that are enabled by a select statement
139 # check selected symbols for validity
141 # they cannot select symbols created in 'choice' blocks
145 #loop through symbols found in expressions and used by 'select' keywords
150 #errors selecting symbols that don't exist are already printed, so we
[all …]
/aosp_15_r20/external/cldr/common/main/
H A Dscn.xml556 <symbols numberSystem="adlm">
569 </symbols>
570 <symbols numberSystem="arab">
584 </symbols>
585 <symbols numberSystem="arabext">
596 </symbols>
597 <symbols numberSystem="bali">
611 </symbols>
612 <symbols numberSystem="beng">
626 </symbols>
[all …]
/aosp_15_r20/external/libxkbcommon/test/data/symbols/
H A Dgroup5 symbols[Group1] = [ Mode_switch, Multi_key ],
14 symbols[Group1] = [ Mode_switch, Multi_key ],
32 symbols[Group1] = [ Mode_switch, Multi_key ],
43 symbols[Group1] = [ Mode_switch, Multi_key ],
53 symbols[Group1] = [ Mode_switch, Menu ],
63 symbols[Group1] = [ Mode_switch ]
72 symbols[Group1] = [ ISO_Next_Group ],
103 symbols[Group1]= [ space, ISO_Next_Group ],
104 symbols[Group2]= [ space, ISO_Next_Group ]
115 symbols[Group1] = [ ISO_First_Group ]
[all …]
/aosp_15_r20/external/harfbuzz_ng/docs/
H A Dharfbuzz-docs.xml123 …<index id="api-index-10-1-0"><title>Index of new symbols in 10.1.0</title><xi:include href="xml/ap…
124 …<index id="api-index-10-0-0"><title>Index of new symbols in 10.0.0</title><xi:include href="xml/ap…
125 …<index id="api-index-8-5-0"><title>Index of new symbols in 8.5.0</title><xi:include href="xml/api-…
126 …<index id="api-index-8-4-0"><title>Index of new symbols in 8.4.0</title><xi:include href="xml/api-…
127 …<index id="api-index-8-3-1"><title>Index of new symbols in 8.3.1</title><xi:include href="xml/api-…
128 …<index id="api-index-8-2-0"><title>Index of new symbols in 8.2.0</title><xi:include href="xml/api-…
129 …<index id="api-index-8-1-0"><title>Index of new symbols in 8.1.0</title><xi:include href="xml/api-…
130 …<index id="api-index-8-0-0"><title>Index of new symbols in 8.0.0</title><xi:include href="xml/api-…
131 …<index id="api-index-7-3-0"><title>Index of new symbols in 7.3.0</title><xi:include href="xml/api-…
132 …<index id="api-index-7-1-0"><title>Index of new symbols in 7.1.0</title><xi:include href="xml/api-…
[all …]
/aosp_15_r20/external/cldr/common/supplemental-temp/
H A DcoverageLevels2.xml17 …<approvalRequirement votes="20" locales="Cldr:modern" paths="//ldml/numbers/symbols[^/]++/(decimal…
24 <approvalRequirement votes="20" locales="*" paths="//ldml/numbers/symbols[^/]++/timeSeparator"/>
417 <coverageLevel value="basic" match="numbers/symbols[@numberSystem='latn']/decimal"/>
418 <coverageLevel value="basic" match="numbers/symbols[@numberSystem='latn']/group"/>
419 <coverageLevel value="basic" match="numbers/symbols[@numberSystem='latn']/minusSign"/>
420 <coverageLevel value="basic" match="numbers/symbols[@numberSystem='latn']/percentSign"/>
421 <coverageLevel value="basic" match="numbers/symbols[@numberSystem='latn']/plusSign"/>
423 …<coverageLevel value="moderate" inLanguage="%arabDefaultLanguages" match="numbers/symbols[@numberS…
424 …<coverageLevel value="moderate" inLanguage="%arabDefaultLanguages" match="numbers/symbols[@numberS…
425 …<coverageLevel value="moderate" inLanguage="%arabDefaultLanguages" match="numbers/symbols[@numberS…
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp32 cl::desc("debug print hidden symbols defined by "
37 cl::desc("debug print callable symbols defined by "
42 cl::desc("debug print data symbols defined by "
157 raw_ostream &operator<<(raw_ostream &OS, const SymbolNameSet &Symbols) { in operator <<() argument
158 return OS << printSequence(Symbols, '{', '}', PrintAll<SymbolStringPtr>()); in operator <<()
161 raw_ostream &operator<<(raw_ostream &OS, const SymbolNameVector &Symbols) { in operator <<() argument
162 return OS << printSequence(Symbols, '[', ']', PrintAll<SymbolStringPtr>()); in operator <<()
201 raw_ostream &operator<<(raw_ostream &OS, const SymbolMap &Symbols) { in operator <<() argument
202 return OS << printSequence(Symbols, '{', '}', in operator <<()
310 std::shared_ptr<SymbolDependenceMap> Symbols) in FailedToMaterialize() argument
[all …]

12345678910>>...501