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

1 2 3 4 5 6 7 8 91011>>

  /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-declref.cpp 58 typedef struct { T z; } type2; typedef in typeref:struct:N2::Outer2::Inner::__anon8255
59 type2 t3 = { s1.x };
instantiate-exception-spec-cxx11.cpp 86 base(const typename T::type2 &);
95 struct type2 { struct in namespace:core_19754_example
102 typedef type2<types> type2; typedef in struct:core_19754_example::types
  /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/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/
mangle-subst.cpp 90 typedef int type2; typedef in struct:ManglePrefix::X::Y
94 typename X<T>::template Y<T>::type f(typename X<T>::template Y<T>::type2) { return 0; }
type_visibility.cpp 139 namespace type2 { namespace
  /external/curl/lib/vauth/
ntlm_sspi.c 170 unsigned char *type2 = NULL; local
179 result = Curl_base64_decode(type2msg, &type2, &type2_len);
185 if(!type2) {
192 ntlm->input_token = type2;
ntlm.c 258 unsigned char *type2 = NULL; local
272 result = Curl_base64_decode(type2msg, &type2, &type2_len);
278 if(!type2) {
286 (memcmp(type2, NTLMSSP_SIGNATURE, 8) != 0) ||
287 (memcmp(type2 + 8, type2_marker, sizeof(type2_marker)) != 0)) {
289 free(type2);
294 ntlm->flags = Curl_read32_le(&type2[20]);
295 memcpy(ntlm->nonce, &type2[24], 8);
298 result = ntlm_decode_type2_target(data, type2, type2_len, ntlm);
300 free(type2);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
RawContactDeltaComparator.java 53 final AccountType type2 = accountTypes.getAccountType(accountType2, dataSet2); local
56 if (!type1.areContactsWritable() && type2.areContactsWritable()) {
58 } else if (type1.areContactsWritable() && !type2.areContactsWritable()) {
65 boolean isGoogleAccount2 = type2 instanceof GoogleAccountType;
77 if (type1.accountType != null && type2.accountType == null) {
79 } else if (type1.accountType == null && type2.accountType != null) {
83 if (type1.accountType != null && type2.accountType != null) {
84 value = type1.accountType.compareTo(type2.accountType);
92 if (type1.dataSet != null && type2.dataSet == null) {
94 } else if (type1.dataSet == null && type2.dataSet != null)
    [all...]
  /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...]
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/Contacts/
b2Contact.cpp 52 b2Shape::Type type1, b2Shape::Type type2)
55 b2Assert(0 <= type2 && type2 < b2Shape::e_typeCount);
57 s_registers[type1][type2].createFcn = createFcn;
58 s_registers[type1][type2].destroyFcn = destoryFcn;
59 s_registers[type1][type2].primary = true;
61 if (type1 != type2)
63 s_registers[type2][type1].createFcn = createFcn;
64 s_registers[type2][type1].destroyFcn = destoryFcn;
65 s_registers[type2][type1].primary = false
78 b2Shape::Type type2 = fixtureB->GetType(); local
    [all...]
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/com/badlogic/gdx/physics/box2d/
Joint.java 40 org.jbox2d.dynamics.joints.JointType type2 = joint.getType(); local
41 if (type2 == org.jbox2d.dynamics.joints.JointType.DISTANCE) return JointType.DistanceJoint;
42 if (type2 == org.jbox2d.dynamics.joints.JointType.FRICTION) return JointType.FrictionJoint;
43 if (type2 == org.jbox2d.dynamics.joints.JointType.GEAR) return JointType.GearJoint;
44 if (type2 == org.jbox2d.dynamics.joints.JointType.MOUSE) return JointType.MouseJoint;
45 if (type2 == org.jbox2d.dynamics.joints.JointType.PRISMATIC) return JointType.PrismaticJoint;
46 if (type2 == org.jbox2d.dynamics.joints.JointType.PULLEY) return JointType.PulleyJoint;
47 if (type2 == org.jbox2d.dynamics.joints.JointType.REVOLUTE) return JointType.RevoluteJoint;
48 if (type2 == org.jbox2d.dynamics.joints.JointType.ROPE) return JointType.RopeJoint;
49 if (type2 == org.jbox2d.dynamics.joints.JointType.UNKNOWN) return JointType.Unknown
    [all...]
  /art/runtime/verifier/
reg_type.cc 596 const ConstantType& type2 = *down_cast<const ConstantType*>(&incoming_type); local
598 int32_t val2 = type2.ConstantValue();
608 if (!type2.IsPreciseConstant()) {
609 return type2;
623 if (!type2.IsPreciseConstant()) {
624 return type2;
632 if (type2.IsConstantByte()) {
634 } else if (type2.IsConstantShort()) {
640 if (type2.IsConstantShort()) {
651 const ConstantType& type2 = *down_cast<const ConstantType*>(&incoming_type) local
657 const ConstantType& type2 = *down_cast<const ConstantType*>(&incoming_type); local
    [all...]
  /external/opencv3/modules/core/src/
precomp.hpp 117 typedef T2 type2; typedef in struct:cv::OpAdd
125 typedef T2 type2; typedef in struct:cv::OpSub
133 typedef T2 type2; typedef in struct:cv::OpRSub
141 typedef T type2; typedef in struct:cv::OpMin
149 typedef T type2; typedef in struct:cv::OpMax
  /external/v8/test/unittests/compiler/
typer-unittest.cc 213 Type* type2 = types_.Fuzz(); local
214 Type* type = TypeBinaryOp(op, type1, type2);
216 Type* subtype2 = RandomSubtype(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/proguard/src/proguard/optimize/evaluation/
SimpleEnumUseChecker.java 571 String type2 = local
574 return type1 == null ? type2 == null : type1.equals(type2);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ReplaceStringsVisitor.java 274 ITypeBinding type2 = types2[i]; local
275 if (!("int".equals(type2.getQualifiedName()))) { //$NON-NLS-1$

Completed in 648 milliseconds

1 2 3 4 5 6 7 8 91011>>