HomeSort by relevance Sort by last modified time
    Searched defs:type2 (Results 1 - 25 of 35) sorted by null

1 2

  /external/clang/test/SemaCXX/
constexpr-many-arguments.cpp 10 struct type2 struct
13 constexpr type2(T a00, T a01, T a02, T a03, T a04, T a05, T a06, T a07, T a08, T a09, function in struct:type2
25 constexpr type3(type2 a0, type2 a1) : my_data{a0, a1} {}
26 type2 my_data[2];
qualified-id-lookup.cpp 67 typedef struct N::f2 type2; typedef in typeref:struct:f2
  /external/clang/test/Sema/
c11-typedef-redef.c 8 typedef int type2; typedef
9 typedef type type2; typedef
10 typedef int type2; typedef
  /external/clang/test/SemaTemplate/
canonical-expr-type.cpp 43 typedef T __attribute__((ext_vector_type(M))) type2; typedef in struct:X2
47 void f0(type2);
ms-if-exists.cpp 14 typedef Nontemplate::value type2; typedef
27 X<int>::type2 i2; // expected-error{{no type named 'type2' in 'X<int>'}}
instantiate-exception-spec-cxx11.cpp 79 base(const typename T::type2 &);
88 struct type2 { struct in namespace:core_19754_example
95 typedef type2<types> type2; typedef in struct:core_19754_example::types
instantiate-declref.cpp 58 typedef struct { T z; } type2; typedef in typeref:struct:N2::Outer2::Inner::__anon24084
59 type2 t3 = { s1.x };
  /external/dexmaker/src/dx/java/com/android/dx/cf/code/
Merger.java 40 Type type2 = ft2.getType(); local
42 if (type1 == type2) {
44 } else if (type1.isReference() && type2.isReference()) {
50 return type2;
51 } else if (type2 == Type.KNOWN_NULL) {
53 * The same as above, but this time it's type2 that's
57 } else if (type1.isArray() && type2.isArray()) {
60 type2.getComponentType());
77 } else if (type1.isIntlike() && type2.isIntlike()) {
  /external/chromium_org/sync/api/
sync_error_unittest.cc 68 ModelType type2 = PREFERENCES; local
69 error.Reset(location2, msg2, type2);
73 EXPECT_EQ(type2, error.model_type());
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/
ImplicitTest.java 189 * TYPE2 = [2] IMPLICIT TYPE1
194 ASN1Implicit type2 = new ASN1Implicit(2, type1); local
213 assertTrue(Arrays.equals(array, (byte[]) type2
217 assertTrue(Arrays.equals(primitiveEncoding, type2.encode(array)));
221 type2.decode(constructedEncoding);
  /external/clang/test/CodeGenCXX/
type_visibility.cpp 139 namespace type2 { namespace
  /external/javassist/src/main/javassist/compiler/ast/
IntConst.java 55 int type2 = right.type; local
57 if (type1 == TokenId.LongConstant || type2 == TokenId.LongConstant)
60 && type2 == TokenId.CharConstant)
  /dalvik/dx/src/com/android/dx/cf/code/
Merger.java 158 Type type2 = ft2.getType(); local
160 if (type1 == type2) {
162 } else if (type1.isReference() && type2.isReference()) {
168 return type2;
169 } else if (type2 == Type.KNOWN_NULL) {
171 * The same as above, but this time it's type2 that's
175 } else if (type1.isArray() && type2.isArray()) {
178 type2.getComponentType());
195 } else if (type1.isIntlike() && type2.isIntlike()) {
  /external/clang/test/Index/
annotate-nested-name-specifier.cpp 108 typedef typename outer_alias::inner::vector<type>::template rebind<type>::other type2; typedef in struct:X6
389 // CHECK: Keyword: "typedef" [108:3 - 108:10] TypedefDecl=type2:108:83 (Definition)
390 // CHECK: Keyword: "typename" [108:11 - 108:19] TypedefDecl=type2:108:83 (Definition)
392 // CHECK: Punctuation: "::" [108:31 - 108:33] TypedefDecl=type2:108:83 (Definition)
394 // CHECK: Punctuation: "::" [108:38 - 108:40] TypedefDecl=type2:108:83 (Definition)
396 // CHECK: Punctuation: "<" [108:46 - 108:47] TypedefDecl=type2:108:83 (Definition)
398 // CHECK: Punctuation: ">" [108:51 - 108:52] TypedefDecl=type2:108:83 (Definition)
399 // CHECK: Punctuation: "::" [108:52 - 108:54] TypedefDecl=type2:108:83 (Definition)
400 // CHECK: Keyword: "template" [108:54 - 108:62] TypedefDecl=type2:108:83 (Definition)
401 // CHECK: Identifier: "rebind" [108:63 - 108:69] TypedefDecl=type2:108:83 (Definition
    [all...]
  /device/lge/mako/camera/mm-camera-interface/
mm_camera_channel.c 186 mm_camera_stream_type_t type2; local
213 type2 = MM_CAMERA_STREAM_THUMBNAIL;
223 MM_CAMERA_STATE_EVT_ACQUIRE, &type2);
  /external/javassist/src/main/javassist/bytecode/analysis/
Executor.java 284 Type type2 = frame.peek(); local
286 frame.push(type2);
291 frame.setStack(insert, type2);
297 Type type2 = frame.pop(); local
298 if (type1.getSize() == 2 || type2.getSize() == 2)
301 frame.push(type2);
    [all...]
  /external/openfst/src/include/fst/
lookahead-filter.h 40 MatchType type2 = m2.Type(false); local
44 else if (type2 == MATCH_INPUT &&
compose.h 421 MatchType type2 = matcher2_->Type(false); local
440 type1 == MATCH_OUTPUT && type2 == MATCH_INPUT) {
444 } else if (flags2 & kPreferMatch && type2 == MATCH_INPUT) {
446 } else if (type1 == MATCH_OUTPUT && type2 == MATCH_INPUT) {
450 } else if (type2 == MATCH_INPUT) {
  /cts/tests/tests/content/src/android/content/cts/
ContentResolverTest.java 252 String type2 = mContentResolver.getType(TABLE2_URI); local
253 assertTrue(type2.startsWith(ContentResolver.CURSOR_DIR_BASE_TYPE, 0));
    [all...]
  /art/test/046-reflect/src/
Main.java 601 Type type2 = types2.get(0); local
607 if (type2 instanceof ParameterizedType) {
608 System.out.println("type2 is a ParameterizedType");
614 if (type1.equals(type2)) {
615 System.out.println("type1("+type1+") equals type2("+type2+")");
617 System.out.println("type1("+type1+") does not equal type2("+type2+")");
625 if (type1.hashCode() == type2.hashCode()) {
626 System.out.println("type1("+type1+") hashCode equals type2("+type2+") hashCode")
657 Type type2 = types2.get(0); local
    [all...]
  /external/javassist/src/main/javassist/bytecode/
ConstPool.java 1262 String type2 = Descriptor.rename(type, oldName, newName); local
1269 String type2 = Descriptor.rename(type, map); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_tgsi_insn.c 404 SVGA3dShaderRegType type0, type1, type2; local
410 type2 = SVGA3dShaderGetRegType( src2.base.value );
415 (type2 == SVGA3DREG_CONST && src0.base.num != src2.base.num)))
419 (type2 == SVGA3DREG_CONST && src1.base.num != src2.base.num))
425 (type2 == SVGA3DREG_INPUT && src0.base.num != src2.base.num)))
429 (type2 == SVGA3DREG_INPUT && src1.base.num != src2.base.num))
475 SVGA3dShaderRegType type0, type1, type2, type3; local
481 type2 = SVGA3dShaderGetRegType( src2.base.value );
492 (type2 == SVGA3DREG_CONST && src0.base.num != src2.base.num)))
496 (type2 == SVGA3DREG_CONST && src3.base.num != src2.base.num)
    [all...]
  /external/chromium_org/v8/test/cctest/
test-types.cc 252 template<class Type2, class TypeHandle2>
254 return Type::template Convert<Type2>(t, region_);
354 bool Equal(TypeHandle type1, TypeHandle type2) {
356 type1->Equals(type2) &&
357 this->IsBitset(type1) == this->IsBitset(type2) &&
358 this->IsUnion(type1) == this->IsUnion(type2) &&
359 type1->NumClasses() == type2->NumClasses() &&
360 type1->NumConstants() == type2->NumConstants() &&
362 this->AsBitset(type1) == this->AsBitset(type2)) &&
365 this->Length(this->AsUnion(type2)));
421 TypeHandle type2 = *it2; local
432 TypeHandle type2 = *it2; local
443 TypeHandle type2 = *it2; local
454 TypeHandle type2 = *it2; local
468 TypeHandle type2 = *it2; local
501 TypeHandle type2 = T.Class(map2); local
528 TypeHandle type2 = T.Constant(value2); local
614 TypeHandle type2 = T.Range(min2, max2); local
641 TypeHandle type2 = T.Random(); local
655 TypeHandle type2 = T.Random(); local
672 TypeHandle type2 = T.Random(); local
698 TypeHandle type2 = T.Random(); local
819 TypeHandle type2 = *it2; local
830 TypeHandle type2 = *it2; local
853 TypeHandle type2 = *it2; local
864 TypeHandle type2 = *it2; local
910 TypeHandle type2 = *it2; local
921 TypeHandle type2 = *it2; local
965 TypeHandle type2 = T.Range(min2, max2); local
980 TypeHandle type2 = T.Context(outer2); local
991 TypeHandle type2 = T.Array1(element2); local
1004 TypeHandle type2 = T.Function0(result2, receiver2); local
1014 TypeHandle type2 = *j; local
1131 TypeHandle type2 = *it2; local
1143 TypeHandle type2 = *it2; local
1153 TypeHandle type2 = *it2; local
1271 TypeHandle type2 = *it2; local
1280 TypeHandle type2 = *it2; local
1290 TypeHandle type2 = *it2; local
1300 TypeHandle type2 = *it2; local
1438 TypeHandle type2 = *it2; local
1468 TypeHandle type2 = *it2; local
1479 TypeHandle type2 = *it2; local
1528 TypeHandle type2 = *it2; local
1679 TypeHandle type2 = *it2; local
1724 TypeHandle type2 = *it2; local
1929 TypeHandle2 type2 = T2.template Convert<Type>(type1); local
1939 TypeHandle type2 = *it2; local
    [all...]
  /external/javassist/src/main/javassist/compiler/
TypeChecker.java 498 int type2 = exprType; local
502 insertCast(expr, type1, type2);
535 private void insertCast(BinExpr expr, int type1, int type2)
538 if (CodeGen.rightIsStrong(type1, type2))
539 expr.setLeft(new CastExpr(type2, 0, expr.oprand1()));
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi_insn.c 404 SVGA3dShaderRegType type0, type1, type2; local
410 type2 = SVGA3dShaderGetRegType( src2.base.value );
415 (type2 == SVGA3DREG_CONST && src0.base.num != src2.base.num)))
419 (type2 == SVGA3DREG_CONST && src1.base.num != src2.base.num))
425 (type2 == SVGA3DREG_INPUT && src0.base.num != src2.base.num)))
429 (type2 == SVGA3DREG_INPUT && src1.base.num != src2.base.num))
475 SVGA3dShaderRegType type0, type1, type2, type3; local
481 type2 = SVGA3dShaderGetRegType( src2.base.value );
492 (type2 == SVGA3DREG_CONST && src0.base.num != src2.base.num)))
496 (type2 == SVGA3DREG_CONST && src3.base.num != src2.base.num)
    [all...]

Completed in 1858 milliseconds

1 2