Searched defs:type1 (Results 1 - 25 of 41) sorted by relevance

12

/external/clang/test/SemaTemplate/
H A Dcanonical-expr-type.cpp42 typedef T __attribute__((ext_vector_type(N))) type1; typedef in struct:X2
46 void f0(type1); // expected-note{{previous}}
H A Dinstantiate-exception-spec-cxx11.cpp74 base(const typename T::type1 &);
79 struct type1 { struct in namespace:core_19754_example
90 typedef type1<types> type1; typedef in struct:core_19754_example::types
/external/clang/test/Sema/
H A Ddllimport-dllexport.c32 typedef int __declspec(dllexport) type1; // expected-warning{{'dllexport' attribute only applies to variables and functions}} typedef
/external/clang/test/CodeGenCXX/
H A Dtype_visibility.cpp123 namespace type1 { namespace
/external/chromium/chrome/browser/sessions/
H A Dsession_restore_uitest.cc323 Browser::Type type1, type2; local
324 ASSERT_TRUE(browser_proxy1->GetType(&type1));
329 if (type1 == Browser::TYPE_NORMAL) {
332 EXPECT_EQ(type1, Browser::TYPE_POPUP);
/external/chromium_org/content/public/test/
H A Dtest_notification_tracker.cc51 bool TestNotificationTracker::Check2AndReset(int type1, argument
57 bool success = events_[0].type == type1 && events_[1].type == type2;
62 bool TestNotificationTracker::Check3AndReset(int type1, argument
69 bool success = events_[0].type == type1 &&
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLEffectMatrix.cpp18 SkMatrix::TypeMask type1; local
20 type1 = drawEffect.getCoordChangeMatrix().getType();
27 type1 = SkMatrix::kIdentity_Mask;
30 int combinedTypes = type0 | type1;
/external/clang/test/Index/
H A Dannotate-nested-name-specifier.cpp107 typedef typename outer_alias::inner::vector<type>::template rebind<type> type1; typedef in struct:X6
372 // CHECK: Keyword: "typename" [107:11 - 107:19] TypedefDecl=type1:107:76 (Definition)
374 // CHECK: Punctuation: "::" [107:31 - 107:33] TypedefDecl=type1:107:76 (Definition)
376 // CHECK: Punctuation: "::" [107:38 - 107:40] TypedefDecl=type1:107:76 (Definition)
378 // CHECK: Punctuation: "<" [107:46 - 107:47] TypedefDecl=type1:107:76 (Definition)
380 // CHECK: Punctuation: ">" [107:51 - 107:52] TypedefDecl=type1:107:76 (Definition)
381 // CHECK: Punctuation: "::" [107:52 - 107:54] TypedefDecl=type1:107:76 (Definition)
382 // CHECK: Keyword: "template" [107:54 - 107:62] TypedefDecl=type1:107:76 (Definition)
383 // CHECK: Identifier: "rebind" [107:63 - 107:69] TypedefDecl=type1:107:76 (Definition)
384 // CHECK: Punctuation: "<" [107:69 - 107:70] TypedefDecl=type1
[all...]
/external/clang/test/SemaCXX/
H A Dconstexpr-many-arguments.cpp4 struct type1 struct
6 constexpr type1(int a0) : my_data{a0} {} function in struct:type1
12 typedef type1 T;
20 type1 my_data[23];
H A Dqualified-id-lookup.cpp65 typedef struct N::f1 type1; typedef in typeref:struct:f1
/external/javassist/src/main/javassist/bytecode/analysis/
H A DMultiType.java188 private Map mergeMultiInterfaces(MultiType type1, MultiType type2) { argument
189 Map map1 = getAllMultiInterfaces(type1);
/external/skia/src/gpu/gl/
H A DGrGLEffectMatrix.cpp18 SkMatrix::TypeMask type1; local
20 type1 = drawEffect.getCoordChangeMatrix().getType();
27 type1 = SkMatrix::kIdentity_Mask;
30 int combinedTypes = type0 | type1;
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dmigration_errors_test.cc34 syncer::ModelTypeSet MakeSet(syncer::ModelType type1, argument
36 return syncer::ModelTypeSet(type1, type2);
62 MigrationList MakeList(syncer::ModelType type1, argument
64 return MakeList(MakeSet(type1), MakeSet(type2));
/external/chromium_org/v8/src/
H A Dtypes.cc346 Type* Type::Union(Handle<Type> type1, Handle<Type> type2) { argument
348 if (type1->is_bitset() && type2->is_bitset()) {
349 return from_bitset(type1->as_bitset() | type2->as_bitset());
353 if (type1->SameValue(Type::Any())) return *type1;
355 if (type1->SameValue(Type::None())) return *type2;
356 if (type2->SameValue(Type::None())) return *type1;
359 if (!(type1->is_union() || type2->is_union())) {
360 if (type1->Is(type2)) return *type2;
361 if (type2->Is(type1)) retur
422 Intersect(Handle<Type> type1, Handle<Type> type2) argument
[all...]
/external/chromium_org/v8/test/cctest/
H A Dtest-types.cc45 static void CheckEqual(Handle<Type> type1, Handle<Type> type2) { argument
46 CHECK_EQ(IsBitset(*type1), IsBitset(*type2));
47 CHECK_EQ(IsClass(*type1), IsClass(*type2));
48 CHECK_EQ(IsConstant(*type1), IsConstant(*type2));
49 CHECK_EQ(IsUnion(*type1), IsUnion(*type2));
50 CHECK_EQ(type1->NumClasses(), type2->NumClasses());
51 CHECK_EQ(type1->NumConstants(), type2->NumConstants());
52 if (IsBitset(*type1)) {
53 CHECK_EQ(AsBitset(*type1), AsBitset(*type2));
54 } else if (IsClass(*type1)) {
66 CheckSub(Handle<Type> type1, Handle<Type> type2) argument
75 CheckUnordered(Handle<Type> type1, Handle<Type> type2) argument
84 CheckOverlap(Handle<Type> type1, Handle<Type> type2) argument
93 CheckDisjoint(Handle<Type> type1, Handle<Type> type2) argument
181 Union(Handle<Type> type1, Handle<Type> type2) argument
184 Intersect(Handle<Type> type1, Handle<Type> type2) argument
[all...]
/external/dexmaker/src/dx/java/com/android/dx/rop/type/
H A DStdTypeList.java180 * @param type1 {@code non-null;} the second element
183 public static StdTypeList make(Type type0, Type type1) { argument
186 result.set(1, type1);
194 * @param type1 {@code non-null;} the second element
198 public static StdTypeList make(Type type0, Type type1, Type type2) { argument
201 result.set(1, type1);
210 * @param type1 {@code non-null;} the second element
215 public static StdTypeList make(Type type0, Type type1, Type type2, argument
219 result.set(1, type1);
/external/chromium_org/chrome/browser/sessions/
H A Dsession_restore_browsertest.cc852 Browser::Type type1 = browser1->type(); local
857 if (type1 == Browser::TYPE_TABBED) {
860 EXPECT_EQ(type1, Browser::TYPE_POPUP);
/external/chromium_org/chrome_frame/test/
H A Dnavigation_test.cc411 NavigationTransitionTestParameter(CFInvocation::Type type1, argument
413 page1_ = CFInvocation(type1);
/external/chromium/chrome/browser/autofill/
H A Dform_field.cc297 AddressType type1 = addresses[1]->FindType(); local
301 bool reversed = (type0 == kShippingAddress && type1 == kBillingAddress);
/external/chromium_org/third_party/freetype/include/freetype/internal/
H A Dt1types.h212 T1_FontRec type1; member in struct:T1_FaceRec_
/external/freetype/include/freetype/internal/
H A Dt1types.h201 T1_FontRec type1; member in struct:T1_FaceRec_
/external/javassist/src/main/javassist/compiler/
H A DTypeChecker.java284 int type1 = exprType;
290 if (CodeGen.rightIsStrong(type1, exprType))
292 else if (CodeGen.rightIsStrong(exprType, type1)) {
293 expr.setElse(new CastExpr(type1, 0, expr.elseExpr()));
294 exprType = type1;
327 int type1 = exprType;
330 computeBinExprType(expr, token, type1);
367 int type1 = exprType;
375 if ((type1 == CLASS && dim1 == 0 && jvmJavaLangString.equals(cname))
387 computeBinExprType(expr, '+', type1);
494 computeBinExprType(BinExpr expr, int token, int type1) argument
535 insertCast(BinExpr expr, int type1, int type2) argument
[all...]
/external/openfst/src/include/fst/
H A Dlookahead-filter.h39 MatchType type1 = m1.Type(false); local
41 if (type1 == MATCH_OUTPUT &&
H A Dcompose.h420 MatchType type1 = matcher1_->Type(false); local
440 type1 == MATCH_OUTPUT && type2 == MATCH_INPUT) {
442 } else if (flags1 & kPreferMatch && type1 == MATCH_OUTPUT) {
446 } else if (type1 == MATCH_OUTPUT && type2 == MATCH_INPUT) {
448 } else if (type1 == MATCH_OUTPUT) {
/external/v8/src/
H A Dpreparser.h185 bool HasConflict(int type1, int type2) { return (type1 & type2) != 0; } argument
186 bool IsDataDataConflict(int type1, int type2) { argument
187 return ((type1 & type2) & kValueFlag) != 0;
189 bool IsDataAccessorConflict(int type1, int type2) { argument
190 return ((type1 ^ type2) & kValueFlag) != 0;
192 bool IsAccessorAccessorConflict(int type1, int type2) { argument
193 return ((type1 | type2) & kValueFlag) == 0;

Completed in 371 milliseconds

12