| /arkcompiler/runtime_core/static_core/compiler/optimizer/templates/ |
| H A D | instructions.rb | 61 attr_accessor :tokens, :types 64 # We add `bool` type into the `int`, because IR uses same constant instructions for bool and integer types, i.e. 92 @types = [] 95 if IR::types.include?(token) 96 @types << token 101 @types += resolved 218 def types method in IR 219 @types ||= @data['types'].map { |x| x.name }
|
| /arkcompiler/ets_runtime/ecmascript/intl/ |
| H A D | global_intl_helper.h | 74 const JSHandle<JSTaggedValue> &options, GlobalFormatterType types) in GetGlobalObject() 80 inputOptions = OptionsToMap(thread, options, types); in GetGlobalObject() 88 const JSHandle<JSTaggedValue> &options, GlobalFormatterType types, const bool cache) in GetGlobalObject() 91 switch (types) { in GetGlobalObject() 117 std::unique_ptr<T> tObject = GetGlobalObject<T>(thread, locales, options, types); in GetGlobalObject() 173 const JSHandle<JSTaggedValue> &options, GlobalFormatterType types); 183 std::string> &options, GlobalFormatterType &types); 73 GetGlobalObject(JSThread *thread, const JSHandle<JSTaggedValue> &locales, const JSHandle<JSTaggedValue> &options, GlobalFormatterType types) GetGlobalObject() argument 87 GetGlobalObject(JSThread *thread, const JSHandle<JSTaggedValue> &locales, const JSHandle<JSTaggedValue> &options, GlobalFormatterType types, const bool cache) GetGlobalObject() argument
|
| H A D | global_intl_helper.cpp | 134 const JSHandle<JSTaggedValue> &options, GlobalFormatterType types) in OptionsToMap() 148 auto matterType = types; in OptionsToMap() 149 if (types == GlobalFormatterType::SimpleDateFormatDate || in OptionsToMap() 150 types == GlobalFormatterType::SimpleDateFormatTime) { in OptionsToMap() 170 return OptionsWithDataFormatter(inputOptions, types); in OptionsToMap() 174 std::string> &options, GlobalFormatterType &types) in OptionsWithDataFormatter() 177 if (types == GlobalFormatterType::DateFormatter) { in OptionsWithDataFormatter() 180 if (types == GlobalFormatterType::SimpleDateFormatDate) { in OptionsWithDataFormatter() 183 if (types == GlobalFormatterType::SimpleDateFormatTime) { in OptionsWithDataFormatter() 133 OptionsToMap(JSThread *thread, const JSHandle<JSTaggedValue> &options, GlobalFormatterType types) OptionsToMap() argument 173 OptionsWithDataFormatter(std::map<std::string, std::string> &options, GlobalFormatterType &types) OptionsWithDataFormatter() argument
|
| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir_gather_ssa_types.c | 55 BITSET_WORD *types, bool *progress) in copy_type() 57 if (!types) in copy_type() 60 if (BITSET_TEST(types, dst)) { in copy_type() 61 if (BITSET_TEST(types, src)) in copy_type() 63 BITSET_SET(types, src); in copy_type() 65 } else if (BITSET_TEST(types, src) && !src_is_sink) { in copy_type() 66 BITSET_SET(types, dst); in copy_type() 80 /** Gather up ALU types for SSA values 84 * it just assigns intness or floatness to types without any attempt to sort 54 copy_type(unsigned src, unsigned dst, bool src_is_sink, BITSET_WORD *types, bool *progress) copy_type() argument
|
| /third_party/rust/crates/cxx/gen/lib/src/syntax/ |
| H A D | types.rs | 193 // All these APIs may contain types passed by value. We need to ensure 200 let mut types = Types { variables 215 types.toposorted_structs = toposort::sort(cx, apis, &types); 217 let mut unresolved_structs = types.structs.keys(); 223 for var in &types.structs[ident].fields { 224 if match types.determine_improper_ctype(&var.ty) { 227 types.struct_improper_ctypes.contains(inner) 231 types.struct_improper_ctypes.insert(ident); 241 types [all...] |
| /third_party/rust/crates/cxx/gen/build/src/syntax/ |
| H A D | types.rs | 193 // All these APIs may contain types passed by value. We need to ensure 200 let mut types = Types { variables 215 types.toposorted_structs = toposort::sort(cx, apis, &types); 217 let mut unresolved_structs = types.structs.keys(); 223 for var in &types.structs[ident].fields { 224 if match types.determine_improper_ctype(&var.ty) { 227 types.struct_improper_ctypes.contains(inner) 231 types.struct_improper_ctypes.insert(ident); 241 types [all...] |
| /third_party/rust/crates/cxx/gen/cmd/src/syntax/ |
| H A D | types.rs | 193 // All these APIs may contain types passed by value. We need to ensure 200 let mut types = Types { variables 215 types.toposorted_structs = toposort::sort(cx, apis, &types); 217 let mut unresolved_structs = types.structs.keys(); 223 for var in &types.structs[ident].fields { 224 if match types.determine_improper_ctype(&var.ty) { 227 types.struct_improper_ctypes.contains(inner) 231 types.struct_improper_ctypes.insert(ident); 241 types [all...] |
| /third_party/rust/crates/cxx/syntax/ |
| H A D | types.rs | 193 // All these APIs may contain types passed by value. We need to ensure 200 let mut types = Types { variables 215 types.toposorted_structs = toposort::sort(cx, apis, &types); 217 let mut unresolved_structs = types.structs.keys(); 223 for var in &types.structs[ident].fields { 224 if match types.determine_improper_ctype(&var.ty) { 227 types.struct_improper_ctypes.contains(inner) 231 types.struct_improper_ctypes.insert(ident); 241 types [all...] |
| /third_party/python/Lib/ |
| H A D | copy.py | 41 This version does not copy types like module, class, function, method, 43 similar types. 51 import types namespace 111 types.BuiltinFunctionType, type(Ellipsis), type(NotImplemented), 112 types.FunctionType, weakref.ref): 114 t = getattr(types, "CodeType", None) 193 d[types.CodeType] = _deepcopy_atomic 196 d[types.BuiltinFunctionType] = _deepcopy_atomic 197 d[types.FunctionType] = _deepcopy_atomic 239 d[types [all...] |
| /third_party/rust/crates/cxx/macro/src/syntax/ |
| H A D | types.rs | 193 // All these APIs may contain types passed by value. We need to ensure 200 let mut types = Types { variables 215 types.toposorted_structs = toposort::sort(cx, apis, &types); 217 let mut unresolved_structs = types.structs.keys(); 223 for var in &types.structs[ident].fields { 224 if match types.determine_improper_ctype(&var.ty) { 227 types.struct_improper_ctypes.contains(inner) 231 types.struct_improper_ctypes.insert(ident); 241 types [all...] |
| /third_party/selinux/libsepol/tests/ |
| H A D | test-common.c | 187 role_datum_t *test_role_type_set(policydb_t * p, const char *id, avrule_decl_t * decl, const char **types, unsigned int len, unsigned int flags) in test_role_type_set() argument 203 ebitmap_for_each_positive_bit(&role->types.types, tnode, i) { in test_role_type_set() 206 if (strcmp(p->sym_val_to_name[SYM_TYPES][i], types[j]) == 0) { in test_role_type_set() 212 printf("\nRole %s had type %s not in types array\n", in test_role_type_set() 219 printf("\nrole %s has %d types, %d expected\n", p->sym_val_to_name[SYM_ROLES][role->s.value - 1], found, len); in test_role_type_set() 221 CU_ASSERT(role->types.negset.highbit == 0); in test_role_type_set() 222 CU_ASSERT(role->types.flags == flags); in test_role_type_set() 227 void test_attr_types(policydb_t * p, const char *id, avrule_decl_t * decl, const char **types, int len) in test_attr_types() argument 248 ebitmap_for_each_positive_bit(&attr->types, tnod in test_attr_types() [all...] |
| /third_party/python/Tools/c-analyzer/c_analyzer/ |
| H A D | datafiles.py | 49 types = {decl: None for decl in collated['type']} 50 typespecs = _analyze.get_typespecs(types) 56 types, 60 _analyze.analyze_type_decls(types, analyze_decl, handle_unresolved) 61 return types, typespecs
|
| /third_party/skia/third_party/externals/tint/src/writer/spirv/ |
| H A D | builder_unary_op_expression_test.cc | 33 EXPECT_EQ(DumpInstructions(b.types()), R"(%2 = OpTypeInt 32 1 in TEST_F() 50 EXPECT_EQ(DumpInstructions(b.types()), R"(%2 = OpTypeFloat 32 in TEST_F() 67 EXPECT_EQ(DumpInstructions(b.types()), R"(%2 = OpTypeInt 32 1 in TEST_F() 83 EXPECT_EQ(DumpInstructions(b.types()), R"(%2 = OpTypeBool in TEST_F() 105 EXPECT_EQ(DumpInstructions(b.types()), R"(%4 = OpTypeFloat 32 in TEST_F()
|
| H A D | builder_binary_expression_test.cc | 50 EXPECT_EQ(DumpInstructions(b.types()), R"(%1 = OpTypeInt 32 1 in TEST_P() 79 EXPECT_EQ(DumpInstructions(b.types()), R"(%2 = OpTypeInt 32 1 in TEST_P() 103 EXPECT_EQ(DumpInstructions(b.types()), R"(%3 = OpTypeInt 32 1 in TEST_P() 146 EXPECT_EQ(DumpInstructions(b.types()), R"(%1 = OpTypeInt 32 0 in TEST_P() 174 EXPECT_EQ(DumpInstructions(b.types()), R"(%2 = OpTypeInt 32 0 in TEST_P() 213 EXPECT_EQ(DumpInstructions(b.types()), R"(%1 = OpTypeFloat 32 in TEST_P() 236 EXPECT_EQ(DumpInstructions(b.types()), R"(%2 = OpTypeFloat 32 in TEST_P() 269 EXPECT_EQ(DumpInstructions(b.types()), R"(%1 = OpTypeBool in TEST_P() 292 EXPECT_EQ(DumpInstructions(b.types()), R"(%2 = OpTypeBool in TEST_P() 326 EXPECT_EQ(DumpInstructions(b.types()), in TEST_P() [all...] |
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| H A D | lowering_test.cpp | 83 Graph *BuildGraphMultiplyAddInteger(const std::array<DataType::Type, 4U> &types); 84 Graph *BuildExpectedMultiplyAddInteger(const std::array<DataType::Type, 4U> &types); 85 Graph *BuildGraphMultiplySubInteger(const std::array<DataType::Type, 4U> &types); 86 Graph *BuildExpectedMultiplySubInteger(const std::array<DataType::Type, 4U> &types); 87 Graph *BuildGraphMultiplyNegate(const TypeTriple &types); 88 Graph *BuildExpectedMultiplyNegate(const TypeTriple &types); 90 void TestBitwiseBinaryOpWithInvertedOperand(const TypeTriple &types, OpcodePair ops); 91 Graph *BuildGraphCommutativeBinaryOpWithShiftedOperand(const TypeTriple &types, ShiftOpPair shiftOp, 93 Graph *BuildExpectedCommutativeBinaryOpWithShiftedOperand(const TypeTriple &types, ShiftOpPair shiftOp, 96 Graph *BuildGraphSubWithShiftedOperand(TypeTriple types, ShiftOpPai 1064 BuildGraphMultiplyAddInteger(const std::array<DataType::Type, 4U> &types) BuildGraphMultiplyAddInteger() argument 1097 BuildExpectedMultiplyAddInteger(const std::array<DataType::Type, 4U> &types) BuildExpectedMultiplyAddInteger() argument 1174 BuildGraphMultiplySubInteger(const std::array<DataType::Type, 4U> &types) BuildGraphMultiplySubInteger() argument 1220 BuildExpectedMultiplySubInteger(const std::array<DataType::Type, 4U> &types) BuildExpectedMultiplySubInteger() argument 1354 BuildGraphMultiplyNegate(const TypeTriple &types) BuildGraphMultiplyNegate() argument 1397 BuildExpectedMultiplyNegate(const TypeTriple &types) BuildExpectedMultiplyNegate() argument 1500 TestBitwiseBinaryOpWithInvertedOperand(const TypeTriple &types, OpcodePair ops) TestBitwiseBinaryOpWithInvertedOperand() argument 1613 BuildGraphCommutativeBinaryOpWithShiftedOperand(const TypeTriple &types, ShiftOpPair shiftOp, OpcodePair ops) BuildGraphCommutativeBinaryOpWithShiftedOperand() argument 1649 BuildExpectedCommutativeBinaryOpWithShiftedOperand(const TypeTriple &types, ShiftOpPair shiftOp, OpcodePair ops) BuildExpectedCommutativeBinaryOpWithShiftedOperand() argument 1768 BuildGraphSubWithShiftedOperand(TypeTriple types, ShiftOpPair shiftOp) BuildGraphSubWithShiftedOperand() argument 1803 TestSubWithShiftedOperand(TypeTriple types, ShiftOpPair shiftOp) TestSubWithShiftedOperand() argument 1905 TestNonCommutativeBinaryOpWithShiftedOperand(const TypeTriple &types, const ShiftOpPair &shiftOp, OpcodePair ops) TestNonCommutativeBinaryOpWithShiftedOperand() argument 2041 TestBitwiseInstructionsWithInvertedShiftedOperand(const TypeTriple &types, ShiftOp shiftOp, OpcodePair ops) TestBitwiseInstructionsWithInvertedShiftedOperand() argument 2149 SRC_GRAPH(NegWithShiftedOperand, Graph *graph, ShiftOp shiftOp, std::pair<DataType::Type, DataType::Type> types) SRC_GRAPH() argument 2166 OUT_GRAPH(NegWithShiftedOperand, Graph *graph, ShiftOp shiftOp, std::pair<DataType::Type, DataType::Type> types) OUT_GRAPH() argument [all...] |
| /third_party/node/test/parallel/ |
| H A D | test-http2-respond-file-errors.js | 17 const types = { 35 Object.keys(types).forEach((type) => { 44 [option]: types[type] 50 `Received ${inspect(types[type])}`
|
| /third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
| H A D | TypeRegistry.cs | 38 /// An immutable registry of types which can be looked up by their full name. 43 /// An empty type registry, containing no types. 87 /// All message types within all the specified files are added to the registry, and 123 /// contains all the types within the file descriptors which contain the specified message descriptors (and 140 private readonly Dictionary<string, MessageDescriptor> types; field in Google.Protobuf.Reflection.TypeRegistry.Builder 145 types = new Dictionary<string, MessageDescriptor>(); in Builder() 174 types[messageDescriptor.FullName] = messageDescriptor; in AddMessage() 179 return new TypeRegistry(types); in Build()
|
| /third_party/toybox/toys/other/ |
| H A D | vconfig.c | 39 char *types[] = {"VLAN_PLUS_VID", "DEV_PLUS_VID", "VLAN_PLUS_VID_NO_PAD", in vconfig_main() local 41 int i, j = ARRAY_LEN(types); in vconfig_main() 43 for (i=0; i<j; i++) if (!strcmp(toys.optargs[1], types[i])) break; in vconfig_main() 45 for (i=0; i<j; i++) puts(types[i]); in vconfig_main()
|
| /third_party/rust/crates/rustix/src/backend/libc/mm/ |
| H A D | syscalls.rs | 9 use super::types::Advice; 11 use super::types::MremapFlags; 12 use super::types::{MapFlags, MprotectFlags, MsyncFlags, ProtFlags}; 14 use super::types::{MlockFlags, UserfaultfdFlags};
|
| /third_party/rust/crates/rustix/src/fs/ |
| H A D | at.rs | 25 use backend::time::types::Nsecs; 27 pub use backend::fs::types::{Dev, RawMode}; 33 pub const UTIME_NOW: Nsecs = backend::fs::types::UTIME_NOW as Nsecs; 39 pub const UTIME_OMIT: Nsecs = backend::fs::types::UTIME_OMIT as Nsecs;
|
| /arkcompiler/ets_frontend/es2panda/typescript/types/ |
| H A D | type.cpp | 18 #include <typescript/types/typeFlag.h> 19 #include <typescript/types/typeFacts.h> 20 #include <typescript/types/typeRelation.h>
|
| /foundation/graphic/graphic_2d/rosen/modules/platform/utils/ |
| H A D | flat_obj.h | 19 * @brief Define types and structures for reading and writing object in parcel. 29 #include <sys/types.h> 52 #include <sys/types.h> 53 #include <linux/types.h>
|
| /third_party/typescript/tests/baselines/reference/tsbuildWatch/noEmitOnError/ |
| H A D | does-not-emit-any-files-on-error-with-incremental.js | 11 //// [/user/username/projects/noEmitOnError/shared/types/db.ts]
17 import { A } from "../shared/types/db";
63 Program root files: ["/user/username/projects/noEmitOnError/shared/types/db.ts","/user/username/projects/noEmitOnError/src/main.ts","/user/username/projects/noEmitOnError/src/other.ts"]
68 /user/username/projects/noEmitOnError/shared/types/db.ts
81 /user/username/projects/noemitonerror/shared/types/db.ts:
95 {"program":{"fileNames":["../../../../../a/lib/lib.d.ts","../shared/types/db.ts","../src/main.ts","../src/other.ts"],"fileInfos":[{"version":"3858781397-/// <reference no-default-lib=\"true\"/>\ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array<T> { length: number; [n: number]: T; }\ninterface ReadonlyArray<T> {}\ndeclare const console: { log(msg: any): void; };","signature":false,"affectsGlobalScope":true},{"version":"-9621097780-export interface A {\r\n name: string;\r\n}","signature":false},{"version":"2626879346-import { A } from \"../shared/types/db\";\r\nconst a = {\r\n lastName: 'sdsd'\r\n;","signature":false},{"version":"11373096570-console.log(\"hi\");\r\nexport { }","signature":false}],"options":{"noEmitOnError":true,"outDir":"./"},"fileIdsList":[[2]],"referencedMap":[[3,1]],"exportedModulesMap":[],"changeFileSet":[1,2,3,4]},"version":"FakeTSVersion"}
102 "../shared/types/db.ts", 108 "../shared/types/db.ts" 116 "../shared/types/d [all...] |
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
| H A D | bytecode_optimizer_isapi.rb | 82 Case = Struct.new(:types, :node) do 84 res = types.map { |type| "case #{type}:" }.join("\n") 178 def prefixed_case(prefix, types, node) 179 types = types.map { |t| "#{prefix}#{t}" } 180 Case.new(types, node) 183 def case_(types, opcode, *args) 184 prefixed_case("compiler::DataType::", types, plain(opcode, *args)) 187 def cc_case(types, opcode, *args) 188 prefixed_case("compiler::CC_", types, plai [all...] |
| /third_party/nghttp2/doc/ |
| H A D | mkapiref.py | 125 types = [] 137 types.append(process_function('type', infile)) 139 types.append(process_struct(infile)) 147 types.append(process_typedef(infile)) 148 return macros, enums, types, functions 152 macros, enums, types, functions): 162 {types} 167 types=os.path.splitext(os.path.basename(typesfile.name))[0], 191 for doc in types: 322 parser.add_argument('types', typ 331 types = [] global() variable [all...] |