/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/PDB/ |
D | every-type.test | 12 RUN: -dependents %p/Inputs/every-type.pdb | FileCheck --check-prefix=TYPES %s 17 RUN: -dependents %t.yaml.pdb | FileCheck --check-prefix=TYPES %s 19 TYPES: Types (TPI Stream) 20 TYPES-NEXT: ============================================================ 21 TYPES-NEXT: Showing 7 records and their dependents (73 records total) 22 TYPES-NEXT: 0x1005 | LF_MODIFIER [size = 12] 23 TYPES-NEXT: referent = 0x0074 (int), modifiers = const 24 TYPES-NEXT: 0x1006 | LF_CLASS [size = 48] `FooClass` 25 TYPES-NEXT: unique name: `.?AVFooClass@@` 26 TYPES-NEXT: vtable: <no type>, base list: <no type>, field list: <no type> [all …]
|
D | pdbdump-merge-ids-and-types.test | 1 ; RUN: llvm-pdbutil yaml2pdb -pdb=%t.1.pdb %p/Inputs/merge-ids-and-types-1.yaml 2 ; RUN: llvm-pdbutil yaml2pdb -pdb=%t.2.pdb %p/Inputs/merge-ids-and-types-2.yaml 4 ; RUN: llvm-pdbutil dump -types %t.3.pdb | FileCheck -check-prefix=TPI-TYPES %s 5 ; RUN: llvm-pdbutil dump -ids %t.3.pdb | FileCheck -check-prefix=IPI-TYPES %s 7 TPI-TYPES: Types (TPI Stream) 8 TPI-TYPES-NEXT: ============================================================ 9 TPI-TYPES-NEXT: Showing 9 records 10 TPI-TYPES-NEXT: 0x1000 | LF_POINTER [size = 12] 11 TPI-TYPES-NEXT: referent = 0x0470 (char*), mode = pointer, opts = None, kind = ptr32 12 TPI-TYPES-NEXT: 0x1001 | LF_FIELDLIST [size = 24] [all …]
|
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
D | p5.cpp | 12 template<typename... Types> 14 typedef pair<Types..., int> expand_with_pacs; // okay 15 …typedef pair<Types, int...> expand_no_packs; // expected-error{{pack expansion does not contain a… 16 …typedef pair<pair<Types..., int>..., int> expand_with_expanded_nested; // expected-error{{pack exp… 21 template<typename ...Types> 25 …typedef tuple<pair<Types, OtherTypes>...> type; // expected-error{{pack expansion contains paramet… 41 template<typename T, int N, typename ... Types> 43 …: public Types, public T // expected-error{{base type contains unexpanded parameter pack 'Types'}} 48 …typedef Types *types_pointer; // expected-error{{declaration type contains unexpanded parameter pa… 51 …typedef Types (^block_pointer_1)(int); // expected-error{{declaration type contains unexpanded par… [all …]
|
/external/deqp-deps/SPIRV-Tools/test/opt/ |
D | types_test.cpp | 20 #include "source/opt/types.h" 28 // Fixture class providing some element types. 41 // Element types to be used for constructing other types for testing. 51 std::vector<std::unique_ptr<Type>> types; \ 52 for (int i = 0; i < 10; ++i) types.emplace_back(new ty(__VA_ARGS__)); \ 53 for (size_t i = 0; i < types.size(); ++i) { \ 54 for (size_t j = 0; j < types.size(); ++j) { \ 55 EXPECT_TRUE(types[i]->IsSame(types[j].get())) \ 56 << "expected '" << types[i]->str() << "' is the same as '" \ 57 << types[j]->str() << "'"; \ [all …]
|
/external/swiftshader/third_party/SPIRV-Tools/test/opt/ |
D | types_test.cpp | 20 #include "source/opt/types.h" 28 // Fixture class providing some element types. 41 // Element types to be used for constructing other types for testing. 51 std::vector<std::unique_ptr<Type>> types; \ 52 for (int i = 0; i < 10; ++i) types.emplace_back(new ty(__VA_ARGS__)); \ 53 for (size_t i = 0; i < types.size(); ++i) { \ 54 for (size_t j = 0; j < types.size(); ++j) { \ 55 EXPECT_TRUE(types[i]->IsSame(types[j].get())) \ 56 << "expected '" << types[i]->str() << "' is the same as '" \ 57 << types[j]->str() << "'"; \ [all …]
|
/external/clang/test/SemaCXX/ |
D | warn-enum-compare.cpp | 68 …/ expected-warning {{comparison of two values with different enumeration types ('name1::Baz' and … in test() 69 …/ expected-warning {{comparison of two values with different enumeration types ('name1::Baz' and … in test() 70 …/ expected-warning {{comparison of two values with different enumeration types ('name1::Baz' and … in test() 72 …/ expected-warning {{comparison of two values with different enumeration types ('name1::Baz' and … in test() 73 …/ expected-warning {{comparison of two values with different enumeration types ('name1::Baz' and … in test() 74 …/ expected-warning {{comparison of two values with different enumeration types ('name1::Baz' and … in test() 76 …/ expected-warning {{comparison of two values with different enumeration types ('name1::Baz' and … in test() 77 …/ expected-warning {{comparison of two values with different enumeration types ('name1::Baz' and … in test() 78 …/ expected-warning {{comparison of two values with different enumeration types ('name1::Baz' and … in test() 80 …while (x == a); // expected-warning {{comparison of two values with different enumeration types (… in test() [all …]
|
/external/javasqlite/src/main/java/SQLite/JDBC2z/ |
D | JDBCDatabaseMetaData.java | 512 String tableNamePattern, String types[]) in getTables() argument 528 if (types == null || types.length == 0) { in getTables() 533 for (int i = 0; i < types.length; i++) { in getTables() 536 sb.append(SQLite.Shell.sql_quote(types[i].toLowerCase())); in getTables() 623 int types[] = { in getColumns() local 624 Types.VARCHAR, Types.VARCHAR, Types.VARCHAR, in getColumns() 625 Types.VARCHAR, Types.SMALLINT, Types.VARCHAR, in getColumns() 626 Types.INTEGER, Types.INTEGER, Types.INTEGER, in getColumns() 627 Types.INTEGER, Types.INTEGER, Types.VARCHAR, in getColumns() 628 Types.VARCHAR, Types.INTEGER, Types.INTEGER, in getColumns() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/ |
D | llvm.grm | 197 Types 200 | Types OptAddrSpace ^ "*" 203 | Types "(" ^ ArgTypeListI ^ ")" OptFuncAttrs 205 | "[" ^ EUINT64VAL "x" Types ^ "]" 206 | "<" ^ EUINT64VAL "x" Types ^ ">" 213 ArgType ::= Types OptParamAttrs ; 215 ResultTypes ::= Types | void ; 221 TypeListI ::= Types | TypeListI ^ "," Types ; 223 ConstVal::= Types "[" ^ ConstVector ^ "]" 224 | Types "[" ^ "]" [all …]
|
/external/swiftshader/third_party/LLVM/utils/ |
D | llvm.grm | 196 Types 199 | Types OptAddrSpace ^ "*" 202 | Types "(" ^ ArgTypeListI ^ ")" OptFuncAttrs 204 | "[" ^ EUINT64VAL "x" Types ^ "]" 205 | "<" ^ EUINT64VAL "x" Types ^ ">" 212 ArgType ::= Types OptParamAttrs ; 214 ResultTypes ::= Types | void ; 220 TypeListI ::= Types | TypeListI ^ "," Types ; 222 ConstVal::= Types "[" ^ ConstVector ^ "]" 223 | Types "[" ^ "]" [all …]
|
/external/llvm/utils/ |
D | llvm.grm | 197 Types 200 | Types OptAddrSpace ^ "*" 203 | Types "(" ^ ArgTypeListI ^ ")" OptFuncAttrs 205 | "[" ^ EUINT64VAL "x" Types ^ "]" 206 | "<" ^ EUINT64VAL "x" Types ^ ">" 213 ArgType ::= Types OptParamAttrs ; 215 ResultTypes ::= Types | void ; 221 TypeListI ::= Types | TypeListI ^ "," Types ; 223 ConstVal::= Types "[" ^ ConstVector ^ "]" 224 | Types "[" ^ "]" [all …]
|
/external/llvm/test/tools/llvm-objdump/X86/ |
D | macho-objc-meta-data.test | 26 OBJC2_64BIT_EXE: types 0x100001b48 v16@0:8 29 OBJC2_64BIT_EXE: types 0x100001b50 v24@0:8@16 68 OBJC2_64BIT_EXE: types 0x100001b50 v24@0:8@16 71 OBJC2_64BIT_EXE: types 0x100001b50 v24@0:8@16 150 OBJC2_64BIT_OBJ: types 0x102e v24@0:8@16 153 OBJC2_64BIT_OBJ: types 0x102e v24@0:8@16 231 OBJC2_32BIT_EXE: types 0x562b c16@0:4@8@12 234 OBJC2_32BIT_EXE: types 0x5608 v12@0:4@8 237 OBJC2_32BIT_EXE: types 0x5608 v12@0:4@8 240 OBJC2_32BIT_EXE: types 0x5608 v12@0:4@8 [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objdump/X86/ |
D | macho-objc-meta-data.test | 27 OBJC2_64BIT_EXE: types 0x100001b48 v16@0:8 30 OBJC2_64BIT_EXE: types 0x100001b50 v24@0:8@16 69 OBJC2_64BIT_EXE: types 0x100001b50 v24@0:8@16 72 OBJC2_64BIT_EXE: types 0x100001b50 v24@0:8@16 151 OBJC2_64BIT_OBJ: types 0x102e v24@0:8@16 154 OBJC2_64BIT_OBJ: types 0x102e v24@0:8@16 232 OBJC2_32BIT_EXE: types 0x562b c16@0:4@8@12 235 OBJC2_32BIT_EXE: types 0x5608 v12@0:4@8 238 OBJC2_32BIT_EXE: types 0x5608 v12@0:4@8 241 OBJC2_32BIT_EXE: types 0x5608 v12@0:4@8 [all …]
|
/external/selinux/libsepol/tests/ |
D | test-linker-types.c | 32 /* Tests for types: 128 const char *types[2]; in base_type_tests() local 130 /* These tests look at types in the base only, the desire is to ensure that in base_type_tests() 131 * types are not destroyed or otherwise removed during the link process. in base_type_tests() 132 * if this happens these tests won't work anyway since we are using types to in base_type_tests() 141 types[0] = "g_b_type_1"; in base_type_tests() 142 test_attr_types(base, "g_b_attr_1", NULL, types, 1); in base_type_tests() 150 types[0] = "o1_b_type_1"; in base_type_tests() 151 test_attr_types(base, "o1_b_attr_1", base->decl_val_to_struct[decls[0] - 1], types, 1); in base_type_tests() 166 const char *types[2]; in module_type_tests() local [all …]
|
D | test-linker-roles.c | 50 * - role a and b in base, b dom a, are types correct (TODO) 75 const char *types[2]; in base_role_tests() local 84 types[0] = "g_b_type_1"; in base_role_tests() 85 role = test_role_type_set(base, "g_b_role_1", NULL, types, 1, 0); in base_role_tests() 94 types[0] = "o1_b_type_1"; in base_role_tests() 95 role = test_role_type_set(base, "o1_b_role_1", decl, types, 1, 0); in base_role_tests() 105 const char *types[3]; in module_role_tests() local 115 types[0] = "g_m1_type_1"; in module_role_tests() 116 role = test_role_type_set(base, "g_m1_role_1", NULL, types, 1, 0); in module_role_tests() 125 types[0] = "o1_m1_type_1"; in module_role_tests() [all …]
|
/external/clang/lib/Driver/ |
D | Types.cpp | 1 //===--- Types.cpp - Driver input & temporary type information ------------===// 10 #include "clang/Driver/Types.h" 17 using namespace clang::driver::types; 29 #include "clang/Driver/Types.def" 39 const char *types::getTypeName(ID Id) { in getTypeName() 43 types::ID types::getPreprocessedType(ID Id) { in getPreprocessedType() 47 const char *types::getTypeTempSuffix(ID Id, bool CLMode) { in getTypeTempSuffix() 57 bool types::onlyAssembleType(ID Id) { in onlyAssembleType() 61 bool types::onlyPrecompileType(ID Id) { in onlyPrecompileType() 65 bool types::canTypeBeUserSpecified(ID Id) { in canTypeBeUserSpecified() [all …]
|
/external/iptables/extensions/ |
D | libxt_sctp.t | 12 -p sctp -m sctp --chunk-types all DATA;=;OK 13 -p sctp -m sctp --chunk-types all INIT;=;OK 14 -p sctp -m sctp --chunk-types all INIT_ACK;=;OK 15 -p sctp -m sctp --chunk-types all SACK;=;OK 16 -p sctp -m sctp --chunk-types all HEARTBEAT;=;OK 17 -p sctp -m sctp --chunk-types all HEARTBEAT_ACK;=;OK 18 -p sctp -m sctp --chunk-types all ABORT;=;OK 19 -p sctp -m sctp --chunk-types all SHUTDOWN;=;OK 20 -p sctp -m sctp --chunk-types all SHUTDOWN_ACK;=;OK 21 -p sctp -m sctp --chunk-types all ERROR;=;OK [all …]
|
/external/v8/tools/turbolizer/ |
D | package-lock.json | 7 "@types/commander": { 9 "resolved": "https://registry.npmjs.org/@types/commander/-/commander-2.12.2.tgz", 16 "@types/d3": { 18 "resolved": "https://registry.npmjs.org/@types/d3/-/d3-5.0.0.tgz", 21 "@types/d3-array": "*", 22 "@types/d3-axis": "*", 23 "@types/d3-brush": "*", 24 "@types/d3-chord": "*", 25 "@types/d3-collection": "*", 26 "@types/d3-color": "*", [all …]
|
/external/python/google-api-python-client/docs/dyn/ |
D | dfareporting_v2_8.creatives.html | 84 …nderingIds=None, maxResults=None, active=None, companionCreativeIds=None, types=None, searchString… 108 …ing in-stream video creative events. Applicable to the following creative types: all INSTREAM_VIDE… 114 …creative. This is a read-only field. Applicable to the following creative types: all RICH_MEDIA, a… 115 …reatives. This is a read-only field. Applicable to the following creative types: all RICH_MEDIA, a… 116 …ing", # Description of the video ad. Applicable to the following creative types: all INSTREAM_VIDE… 117 …ing", # Advertiser ID of this creative. This is a required field. Applicable to all creative types. 118 ….202.235. This is a read-only field. Applicable to the following creative types: all RICH_MEDIA, a… 119 …sed to record backup image impressions. Applicable to the following creative types: all RICH_MEDIA. 120 …y and auto-generated from clickTags. Applicable to the following creative types: DISPLAY_IMAGE_GAL… 137 …creative. This is a read-only field. Applicable to the following creative types: all RICH_MEDIA an… [all …]
|
D | dfareporting_v2_7.creatives.html | 84 …nderingIds=None, maxResults=None, active=None, companionCreativeIds=None, types=None, searchString… 108 …ing in-stream video creative events. Applicable to the following creative types: all INSTREAM_VIDE… 114 …creative. This is a read-only field. Applicable to the following creative types: all RICH_MEDIA, a… 115 …reatives. This is a read-only field. Applicable to the following creative types: all RICH_MEDIA, a… 116 …ing", # Description of the video ad. Applicable to the following creative types: all INSTREAM_VIDE… 117 …ing", # Advertiser ID of this creative. This is a required field. Applicable to all creative types. 118 ….202.235. This is a read-only field. Applicable to the following creative types: all RICH_MEDIA, a… 119 …sed to record backup image impressions. Applicable to the following creative types: all RICH_MEDIA. 120 …y and auto-generated from clickTags. Applicable to the following creative types: DISPLAY_IMAGE_GAL… 137 …creative. This is a read-only field. Applicable to the following creative types: all RICH_MEDIA an… [all …]
|
/external/bsdiff/ |
D | bsdiff_arguments_unittest.cc | 12 std::set<CompressorType> types; in TEST() local 13 EXPECT_TRUE(BsdiffArguments::ParseCompressorTypes("Brotli", &types)); in TEST() 14 EXPECT_EQ(1U, types.size()); in TEST() 15 EXPECT_NE(types.end(), types.find(CompressorType::kBrotli)); in TEST() 17 types.clear(); in TEST() 19 EXPECT_TRUE(BsdiffArguments::ParseCompressorTypes("bz2", &types)); in TEST() 20 EXPECT_EQ(1U, types.size()); in TEST() 21 EXPECT_NE(types.end(), types.find(CompressorType::kBZ2)); in TEST() 23 types.clear(); in TEST() 25 EXPECT_FALSE(BsdiffArguments::ParseCompressorTypes("invalid", &types)); in TEST() [all …]
|
/external/guava/guava-tests/test/com/google/common/reflect/ |
D | TypesTest.java | 42 * Tests for {@link Types}. 51 ParameterizedType ourType = Types.newParameterizedType( in testNewParameterizedType_ownerTypeImplied() 60 ParameterizedType ourType = Types.newParameterizedType( in testNewParameterizedType() 73 Types.newArrayType(Types.newArrayType(int.class))), in testNewParameterizedType() 81 Type ourType = Types.newParameterizedType(LocalClass.class, String.class); in testNewParameterizedType_nonStaticLocalClass() 92 Type ourType = Types.newParameterizedType(LocalClass.class, String.class); in doTestNewParameterizedType_staticLocalClass() 99 ParameterizedType ourType = Types.newParameterizedTypeWithOwner( in testNewParameterizedTypeWithOwner() 115 SerializableTester.reserializeAndAssert(Types.newParameterizedType( in testNewParameterizedType_serializable() 121 Types.newParameterizedTypeWithOwner( in testNewParameterizedType_ownerMismatch() 129 Types.newParameterizedType(Map.Entry.class, String.class, Integer.class), in testNewParameterizedType_ownerMissing() [all …]
|
/external/dexmaker/dexmaker/src/main/java/com/android/dx/ |
D | BinaryOp.java | 43 Rop rop(TypeList types) { in ADD() argument 44 return Rops.opAdd(types); in ADD() 51 Rop rop(TypeList types) { in SUBTRACT() argument 52 return Rops.opSub(types); in SUBTRACT() 59 Rop rop(TypeList types) { in MULTIPLY() argument 60 return Rops.opMul(types); in MULTIPLY() 67 Rop rop(TypeList types) { in DIVIDE() argument 68 return Rops.opDiv(types); in DIVIDE() 75 Rop rop(TypeList types) { in REMAINDER() argument 76 return Rops.opRem(types); in REMAINDER() [all …]
|
/external/llvm/test/Assembler/ |
D | disubroutinetype.ll | 13 ; CHECK: !4 = !DISubroutineType(types: !1) 14 ; CHECK: !5 = !DISubroutineType(types: !2) 15 ; CHECK: !6 = !DISubroutineType(types: !3) 16 ; CHECK: !7 = !DISubroutineType(flags: DIFlagLValueReference, types: !3) 17 !4 = !DISubroutineType(types: !1) 18 !5 = !DISubroutineType(types: !2) 19 !6 = !DISubroutineType(types: !3) 20 !7 = !DISubroutineType(flags: DIFlagLValueReference, types: !3) 22 ; CHECK: !8 = !DISubroutineType(types: null) 23 !8 = !DISubroutineType(types: null) [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Assembler/ |
D | disubroutinetype.ll | 13 ; CHECK: !4 = !DISubroutineType(types: !1) 14 ; CHECK: !5 = !DISubroutineType(types: !2) 15 ; CHECK: !6 = !DISubroutineType(types: !3) 16 ; CHECK: !7 = !DISubroutineType(flags: DIFlagLValueReference, types: !3) 17 !4 = !DISubroutineType(types: !1) 18 !5 = !DISubroutineType(types: !2) 19 !6 = !DISubroutineType(types: !3) 20 !7 = !DISubroutineType(flags: DIFlagLValueReference, types: !3) 22 ; CHECK: !8 = !DISubroutineType(types: null) 23 !8 = !DISubroutineType(types: null) [all …]
|
/external/tensorflow/tensorflow/contrib/labeled_tensor/python/ops/ |
D | _typecheck.py | 36 """Base class for type checker types. 38 The custom types defined in this module are based on types in the standard 43 represent custom types rather than the metaclass magic typing uses to create 47 Custom types should implement __instancecheck__ and inherit from Type. Every 52 def __init__(self, *types): argument 53 self._types = types 61 """Use this subclass for parametric types that accept only one argument.""" 73 """Use this subclass for parametric types that accept two arguments.""" 82 A correct type is any of the types provided. 96 # types.NoneType does not exist in Python 3 [all …]
|