/external/scapy/scapy/contrib/ |
D | gtp.uts | 46 = IE_Cause(), basic instantiation 56 = IE_IMSI(), basic instantiation 66 = IE_Routing(), basic instantiation 76 = IE_Recovery(), basic instantiation 86 = IE_SelectionMode(), basic instantiation 96 = IE_TEIDI(), basic instantiation 106 = IE_TEICP(), basic instantiation 116 = IE_Teardown(), basic instantiation 126 = IE_NSAPI(), basic instantiation 136 = IE_ChargingCharacteristics(), basic instantiation [all …]
|
D | gtp_v2.uts | 12 = GTPV2EchoRequest, basic instantiation 16 = GTPV2CreateSessionRequest, basic instantiation 43 = IE_IMSI, basic instantiation 53 = IE_Cause, basic instantiation 58 = IE_Cause, basic instantiation 2 63 = IE_Cause, basic instantiation 3 74 = IE_RecoveryRestart, basic instantiation 85 = IE_APN, basic instantiation 95 = IE_AMBR, basic instantiation 106 = IE_EPSBearerID, basic instantiation [all …]
|
/external/clang/test/SemaObjCXX/ |
D | instantiate-expr.mm | 14 // Test instantiation of value-dependent ObjCIvarRefExpr, 27 template void f<6, Class>(int, int); // expected-note{{in instantiation of}} 28 template void f<7, Class>(int*, int); // expected-note{{in instantiation of}} 29 template void f<8, Class>(int, double*); // expected-note{{in instantiation of}} 30 template void f<9, int>(int, int); // expected-note{{in instantiation of}} 32 // Test instantiation of unresolved member reference expressions to an 41 template void f2(A*, int*, int); // expected-note{{instantiation of}} 42 template void f2(A*, int, double*); // expected-note{{instantiation of}} 44 // Test instantiation of unresolved member referfence expressions to 52 template void f3<Class>(id); // expected-note{{in instantiation of}} [all …]
|
D | instantiate-stmt.mm | 13 template void throw_test(int); // expected-note{{in instantiation of}} 24 template void synchronized_test(int); // expected-note{{in instantiation of}} 59 template void fast_enumeration_test<int>(NSArray*); // expected-note{{in instantiation of}} 60 template void fast_enumeration_test<NSString *>(vector); // expected-note{{in instantiation of}} 77 template void try_catch_finally_test<NSString *>(int*); // expected-note{{in instantiation of}} 78 template void try_catch_finally_test<NSString>(int); // expected-note{{in instantiation of function…
|
D | instantiate-message.mm | 3 // Test template instantiation of Objective-C message sends. 28 …void test_class_method<ClassMethods2, ClassMethods2>(int*); // expected-note{{in instantiation of}} 50 …_instance_method<InstanceMethods2, InstanceMethods2>(int*); // expected-note{{in instantiation of}}
|
D | literals.mm | 113 template void test_array_literals(int); // expected-note{{in instantiation of function template spe… 130 template void test_dictionary_literals(int, id); // expected-note{{in instantiation of function tem… 131 template void test_dictionary_literals(id, int); // expected-note{{in instantiation of function tem… 144 template void test_variadic_array_literal(id, int, NSArray*); // expected-note{{in instantiation of… 170 template void test_variadic_dictionary_expansion(NSNumber *, // expected-note{{in instantiation of … 173 template void test_variadic_dictionary_expansion(NSNumber *, // expected-note{{in instantiation of …
|
D | property-synthesis-error.mm | 88 // Check error handling for instantiation during property synthesis. 104 // expected-note {{in instantiation of template class}} \ 105 // expected-note {{in instantiation of member function}}
|
D | objc-container-subscripting.mm | 23 …nary_subscripts(NSMutableDictionary*, int, id); // expected-note {{in instantiation of function te… 25 …nary_subscripts(NSMutableDictionary*, id, int); // expected-note {{in instantiation of function te… 45 …array_subscripts(NSMutableArray *, double, id); // expected-note {{in instantiation of function te… 126 return array[N]; // array[N] should be a value- and instantiation-dependent ObjCSubscriptRefExpr
|
D | deduction.mm | 56 template struct tester<Test1Class>; // expected-note {{in instantiation}} 57 template struct tester<Test1Class<Test1Protocol> >; // expected-note {{in instantiation}}
|
D | parameterized_classes_subst.mm | 372 // Template instantiation 392 …eDictionaryOf<NSObject *, NSString *>::type Dict2; // expected-note{{in instantiation of template}} 401 …eDictionaryOf<NSObject *, NSString *>::type Dict2; // expected-note{{in instantiation of template}} 403 …f<NSString *, NSObject *, NSObject *>::type Dict3; // expected-note{{in instantiation of template}} 405 …typedef VariadicNSMutableDictionaryOf<NSString *>::type Dict3; // expected-note{{in instantiation … 425 …DictionaryBuilder>::type DependentTemplateFail1; // expected-note{{in instantiation of template cl…
|
D | parameters.mm | 11 X0<A> x0a; // expected-note{{instantiation}}
|
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typeinference/ |
D | InstantiationSet.java | 29 public InstantiationSet withInstantiation(Instantiation instantiation) { in withInstantiation() argument 32 newInstance.instantiations.add(instantiation); in withInstantiation() 63 for (Instantiation instantiation : instantiations) { in apply() 64 …type = type.replaceTypeVariables(instantiation.getInferenceVariable().getTypeParameterDeclaration(… in apply()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-cov/ |
D | hideUnexecutedSubviews.test | 3 …ions.covmapping -instr-profile %t.profdata -show-region-summary -show-instantiation-summary -path-… 5 …ng -instr-profile %t.profdata -format html -show-region-summary -show-instantiation-summary -o %t.… 8 FILE: Unexecuted instantiation: _Z4funcIiEiT_ 9 FILE: Unexecuted instantiation: _Z4funcIbEiT_ 10 FILE-NOT: Unexecuted instantiation
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AsmParser/ |
D | at-pseudo-variable-bad.s | 15 # CHECK: :[[@LINE-4]]:1: note: while in macro instantiation 22 # CHECK: :[[@LINE-4]]:1: note: while in macro instantiation
|
/external/llvm/test/MC/AsmParser/ |
D | at-pseudo-variable-bad.s | 15 # CHECK: :[[@LINE-4]]:1: note: while in macro instantiation 22 # CHECK: :[[@LINE-4]]:1: note: while in macro instantiation
|
/external/clang/test/SemaTemplate/ |
D | instantiate-objc-1.mm | 68 template struct BoxingTest<int *>; // expected-note {{in instantiation of member function 'B… 69 template struct BoxingTest<long double>; // expected-note {{in instantiation of member function 'B…
|
/external/clang/test/SemaCXX/ |
D | warn-unused-variables-error.cpp | 8 … expected-error{{implicit instantiation of undefined template 'PR6948::X<char>'}} in f()
|
D | cxx0x-defaulted-functions.cpp | 114 expected-note {{instantiation of exception specification for 'Error'}} \ 115 expected-note {{instantiation of exception specification for '~Error'}}
|
/external/python/cpython2/Demo/metaclasses/ |
D | meta-vladimir.txt | 45 b) Class instantiation 48 called instantiation of the class A. After an instantiation of A, we 175 b) Meta-class instantiation 178 called instantiation of the meta-class M. After an instantiation of M,
|
/external/libcxx/docs/DesignDocs/ |
D | VisibilityMacros.rst | 132 by the explicit instantiation in the dylib. 142 instantiation, while the latter forces it. Specifying both on the same 153 Mark the member functions, typeinfo, and vtable of an explicit instantiation 157 It is only necessary to mark the explicit instantiation itself (as opposed to 164 `_LIBCPP_TYPE_VIS` or classes with an extern template instantiation 175 either marked `_LIBCPP_TYPE_VIS` or with extern template instantiation
|
/external/llvm/test/MC/ARM/ |
D | eh-directive-section-comdat.s | 6 @ In C++, the instantiation of the template will come with linkonce (or 8 @ instantiation. When the exception handling is enabled on those function,
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/ |
D | eh-directive-section-comdat.s | 6 @ In C++, the instantiation of the template will come with linkonce (or 8 @ instantiation. When the exception handling is enabled on those function,
|
/external/clang/test/PCH/ |
D | pragma-diag-section.cpp | 30 expected-note@41 {{in instantiation of member function}} \ in m()
|
/external/libcxx/lib/abi/ |
D | CHANGELOG.TXT | 54 an implicit instantiation present in the shared object itself only. Furthermore, 58 it's an implicit instantiation). 92 instantiation present in the dylib itself only. Furthermore, if a user's 96 using the symbol in their dylib (because it's an implicit instantiation).
|
/external/tensorflow/tensorflow/core/grappler/utils/ |
D | functions.cc | 430 GrapplerFunctionItemInstantiation instantiation(func_instantiation_attr); in InstantiationTypeParameters() local 437 TF_RETURN_IF_ERROR(instantiation.GetArgType(arg, &data_type)); in InstantiationTypeParameters() 502 GrapplerFunctionItemInstantiation instantiation(func_instantiation_attr); in MakeGrapplerFunctionItem() local 545 TF_RETURN_IF_ERROR(instantiation.GetArgType(input, &input_data_type)); in MakeGrapplerFunctionItem() 608 TF_RETURN_IF_ERROR(instantiation.GetArgType(out, &output_data_type)); in MakeGrapplerFunctionItem()
|