Home
last modified time | relevance | path

Searched refs:types2 (Results 1 – 9 of 9) sorted by relevance

/external/clang/test/PCH/
Dchain-remap-types.m2 // RUN: %clang_cc1 -emit-pch -x objective-c-header -o %t2 %S/Inputs/chain-remap-types2.h -include-p…
/external/llvm-project/clang/test/PCH/
Dchain-remap-types.m2 // RUN: %clang_cc1 -emit-pch -x objective-c-header -o %t2 %S/Inputs/chain-remap-types2.h -include-p…
/external/proguard/src/proguard/preverify/
DCodePreverifier.java592 VerificationType[] types2, in equalVerificationTypes() argument
597 types2.length < length)) in equalVerificationTypes()
604 if (!types1[index].equals(types2[index])) in equalVerificationTypes()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/introspect/
DAnnotationIntrospectorPair.java269 List<NamedType> types2 = _secondary.findSubtypes(a); in findSubtypes() local
270 if (types1 == null || types1.isEmpty()) return types2; in findSubtypes()
271 if (types2 == null || types2.isEmpty()) return types1; in findSubtypes()
272 ArrayList<NamedType> result = new ArrayList<NamedType>(types1.size() + types2.size()); in findSubtypes()
274 result.addAll(types2); in findSubtypes()
/external/llvm/test/Linker/
Dtype-unique-dst-types.ll2 ; RUN: %p/Inputs/type-unique-dst-types2.ll \
/external/llvm-project/llvm/test/Linker/
Dtype-unique-dst-types.ll2 ; RUN: %p/Inputs/type-unique-dst-types2.ll \
/external/lzma/CPP/7zip/UI/Common/
DExtract.cpp330 CObjectVector<COpenType> types2 = types; in Extract() local
364 op.types = &types2; in Extract()
DUpdate.cpp1179 CObjectVector<COpenType> types2; in UpdateArchive() local
1182 types2.Add(options.MethodMode.Type); in UpdateArchive()
1191 op.types = &types2; in UpdateArchive()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compiler_test.cc1921 std::vector<DataType> types2{DT_FLOAT}; in TEST_F() local
1925 Status status = compiler.SetDeviceToHostMetadata(key, types2, shapes2); in TEST_F()
1950 std::vector<DataType> types2{DT_FLOAT}; in TEST_F() local
1954 Status status = compiler.SetHostToDeviceMetadata(key, types2, shapes2); in TEST_F()