Home
last modified time | relevance | path

Searched refs:type2 (Results 1 – 25 of 46) sorted by relevance

12

/external/dexmaker/src/dx/java/com/android/dx/cf/code/
DMerger.java40 Type type2 = ft2.getType(); in mergeType() local
42 if (type1 == type2) { in mergeType()
44 } else if (type1.isReference() && type2.isReference()) { in mergeType()
50 return type2; in mergeType()
51 } else if (type2 == Type.KNOWN_NULL) { in mergeType()
57 } else if (type1.isArray() && type2.isArray()) { in mergeType()
60 type2.getComponentType()); in mergeType()
77 } else if (type1.isIntlike() && type2.isIntlike()) { in mergeType()
/external/openssl/crypto/objects/
Dobjects.h1021 #define _DECLARE_OBJ_BSEARCH_CMP_FN(scope, type1, type2, nm) \ argument
1023 static int nm##_cmp(type1 const *, type2 const *); \
1024 scope type2 * OBJ_bsearch_##nm(type1 *key, type2 const *base, int num)
1026 #define DECLARE_OBJ_BSEARCH_CMP_FN(type1, type2, cmp) \ argument
1027 _DECLARE_OBJ_BSEARCH_CMP_FN(static, type1, type2, cmp)
1028 #define DECLARE_OBJ_BSEARCH_GLOBAL_CMP_FN(type1, type2, nm) \ argument
1029 type2 * OBJ_bsearch_##nm(type1 *key, type2 const *base, int num)
1058 #define IMPLEMENT_OBJ_BSEARCH_CMP_FN(type1, type2, nm) \ argument
1062 type2 const *b = b_; \
1065 static type2 *OBJ_bsearch_##nm(type1 *key, type2 const *base, int num) \
[all …]
/external/openssl/include/openssl/
Dobjects.h1021 #define _DECLARE_OBJ_BSEARCH_CMP_FN(scope, type1, type2, nm) \ argument
1023 static int nm##_cmp(type1 const *, type2 const *); \
1024 scope type2 * OBJ_bsearch_##nm(type1 *key, type2 const *base, int num)
1026 #define DECLARE_OBJ_BSEARCH_CMP_FN(type1, type2, cmp) \ argument
1027 _DECLARE_OBJ_BSEARCH_CMP_FN(static, type1, type2, cmp)
1028 #define DECLARE_OBJ_BSEARCH_GLOBAL_CMP_FN(type1, type2, nm) \ argument
1029 type2 * OBJ_bsearch_##nm(type1 *key, type2 const *base, int num)
1058 #define IMPLEMENT_OBJ_BSEARCH_CMP_FN(type1, type2, nm) \ argument
1062 type2 const *b = b_; \
1065 static type2 *OBJ_bsearch_##nm(type1 *key, type2 const *base, int num) \
[all …]
/external/clang/test/SemaCXX/
Dconstexpr-many-arguments.cpp10 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, in type2() argument
25 constexpr type3(type2 a0, type2 a1) : my_data{a0, a1} {} in type3() argument
26 type2 my_data[2];
/external/clang/test/Sema/
Dc11-typedef-redef.c8 typedef int type2; in f() typedef
9 typedef type type2; in f() typedef
10 typedef int type2; in f() typedef
Ddllimport-dllexport.c34 typedef int __declspec(dllimport) type2; // expected-warning{{'dllimport' attribute only applies to… typedef
/external/skia/legacy/src/animator/
DSkScript.cpp1258 SkOpType type2; in processOp() local
1259 fTypeStack.pop(&type2); in processOp()
1260 SkOpType type1 = type2; in processOp()
1268 SkTSwap(type1, type2); in processOp()
1285 if (type2 == kObject && (type2 & attributes->fLeftType) == 0) { in processOp()
1287 val.fType = ToDisplayType(type2); in processOp()
1292 type2 = ToOpType(val.fType); in processOp()
1296 if (type1 != type2) { in processOp()
1297 …butes->fLeftType & kString) && attributes->fBias & kTowardsString && ((type1 | type2) & kString)) { in processOp()
1302 if (type2 == kInt || type2 == kScalar) { in processOp()
[all …]
/external/skia/src/animator/
DSkScript.cpp1258 SkOpType type2; in processOp() local
1259 fTypeStack.pop(&type2); in processOp()
1260 SkOpType type1 = type2; in processOp()
1268 SkTSwap(type1, type2); in processOp()
1285 if (type2 == kObject && (type2 & attributes->fLeftType) == 0) { in processOp()
1287 val.fType = ToDisplayType(type2); in processOp()
1292 type2 = ToOpType(val.fType); in processOp()
1296 if (type1 != type2) { in processOp()
1297 …butes->fLeftType & kString) && attributes->fBias & kTowardsString && ((type1 | type2) & kString)) { in processOp()
1302 if (type2 == kInt || type2 == kScalar) { in processOp()
[all …]
/external/clang/test/SemaTemplate/
Dinstantiate-exception-spec-cxx11.cpp75 base(const typename T::type2 &);
84 struct type2 { struct
91 typedef type2<types> type2; typedef
Dms-if-exists.cpp14 typedef Nontemplate::value type2; in __if_exists() typedef
27 X<int>::type2 i2; // expected-error{{no type named 'type2' in 'X<int>'}}
Dcanonical-expr-type.cpp47 typedef T __attribute__((ext_vector_type(M))) type2; typedef
51 void f0(type2);
Dinstantiate-declref.cpp58 typedef struct { T z; } type2; in foo() typedef
59 type2 t3 = { s1.x }; in foo()
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/
DImplicitTest.java194 ASN1Implicit type2 = new ASN1Implicit(2, type1); in testConsecutiveStringTagging() local
213 assertTrue(Arrays.equals(array, (byte[]) type2 in testConsecutiveStringTagging()
217 assertTrue(Arrays.equals(primitiveEncoding, type2.encode(array))); in testConsecutiveStringTagging()
221 type2.decode(constructedEncoding); in testConsecutiveStringTagging()
/external/v8/src/
Dpreparser.h185 bool HasConflict(int type1, int type2) { return (type1 & type2) != 0; } in HasConflict() argument
186 bool IsDataDataConflict(int type1, int type2) { in IsDataDataConflict() argument
187 return ((type1 & type2) & kValueFlag) != 0; in IsDataDataConflict()
189 bool IsDataAccessorConflict(int type1, int type2) { in IsDataAccessorConflict() argument
190 return ((type1 ^ type2) & kValueFlag) != 0; in IsDataAccessorConflict()
192 bool IsAccessorAccessorConflict(int type1, int type2) { in IsAccessorAccessorConflict() argument
193 return ((type1 | type2) & kValueFlag) == 0; in IsAccessorAccessorConflict()
/external/javassist/src/main/javassist/compiler/ast/
DIntConst.java55 int type2 = right.type; in compute0() local
57 if (type1 == TokenId.LongConstant || type2 == TokenId.LongConstant) in compute0()
60 && type2 == TokenId.CharConstant) in compute0()
/external/libxml2/
Dxmlregexp.c2245 xmlFACompareAtomTypes(xmlRegAtomType type1, xmlRegAtomType type2) { in xmlFACompareAtomTypes() argument
2253 if ((type2 == XML_REGEXP_EPSILON) || in xmlFACompareAtomTypes()
2254 (type2 == XML_REGEXP_CHARVAL) || in xmlFACompareAtomTypes()
2255 (type2 == XML_REGEXP_RANGES) || in xmlFACompareAtomTypes()
2256 (type2 == XML_REGEXP_SUBREG) || in xmlFACompareAtomTypes()
2257 (type2 == XML_REGEXP_STRING) || in xmlFACompareAtomTypes()
2258 (type2 == XML_REGEXP_ANYCHAR)) in xmlFACompareAtomTypes()
2261 if (type1 == type2) return(1); in xmlFACompareAtomTypes()
2264 if (type1 > type2) { in xmlFACompareAtomTypes()
2266 type1 = type2; in xmlFACompareAtomTypes()
[all …]
/external/llvm/test/Transforms/LoopVectorize/
Dlcssa-crash.ll6 %type1 = type { %type2 }
7 %type2 = type { [0 x i8*], i8**, i32, i32, i32 }
/external/dexmaker/src/dx/java/com/android/dx/rop/type/
DStdTypeList.java198 public static StdTypeList make(Type type0, Type type1, Type type2) { in make() argument
202 result.set(2, type2); in make()
215 public static StdTypeList make(Type type0, Type type1, Type type2, in make() argument
220 result.set(2, type2); in make()
/external/javassist/src/main/javassist/compiler/
DCodeGen.java1003 int type2 = exprType; in atArithBinExpr() local
1005 if (type2 == INT || type2 == SHORT in atArithBinExpr()
1006 || type2 == CHAR || type2 == BYTE) in atArithBinExpr()
1011 convertOprandTypes(type1, type2, expr); in atArithBinExpr()
1031 int type2 = exprType; in atStringConcatExpr() local
1033 boolean type2Is2 = is2word(type2, dim2); in atStringConcatExpr()
1035 = (type2 == CLASS && jvmJavaLangString.equals(className)); in atStringConcatExpr()
1038 convToString(type2, dim2); in atStringConcatExpr()
1052 convToString(type2, dim2); in atStringConcatExpr()
1289 static boolean rightIsStrong(int type1, int type2) { in rightIsStrong() argument
[all …]
/external/chromium/chrome/browser/sessions/
Dsession_restore_uitest.cc323 Browser::Type type1, type2; in TEST_F() local
325 ASSERT_TRUE(browser_proxy2->GetType(&type2)); in TEST_F()
330 EXPECT_EQ(type2, Browser::TYPE_POPUP); in TEST_F()
333 EXPECT_EQ(type2, Browser::TYPE_NORMAL); in TEST_F()
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
DMixedItemSection.java58 ItemType type2 = item2.itemType();
59 return type1.compareTo(type2);
/external/javassist/src/main/javassist/bytecode/analysis/
DMultiType.java188 private Map mergeMultiInterfaces(MultiType type1, MultiType type2) { in mergeMultiInterfaces() argument
190 Map map2 = getAllMultiInterfaces(type2); in mergeMultiInterfaces()
/external/clang/test/CodeGenCXX/
Dtype_visibility.cpp139 namespace type2 { namespace
/external/openfst/src/include/fst/
Dcompose.h421 MatchType type2 = matcher2_->Type(false); in SetMatchType() local
440 type1 == MATCH_OUTPUT && type2 == MATCH_INPUT) { in SetMatchType()
444 } else if (flags2 & kPreferMatch && type2 == MATCH_INPUT) { in SetMatchType()
446 } else if (type1 == MATCH_OUTPUT && type2 == MATCH_INPUT) { in SetMatchType()
450 } else if (type2 == MATCH_INPUT) { in SetMatchType()
/external/protobuf/vsprojects/
Dreadme.txt94 C4244 - Conversion from 'type1' to 'type2', possible loss of data.
96 clients of class 'type2'
98 C4305 - 'identifier' : truncation from 'type1' to 'type2'

12