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

1 2 3

  /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
dllimport-dllexport.c 34 typedef int __declspec(dllimport) type2; // expected-warning{{'dllimport' attribute only applies to variables and functions}} 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 75 base(const typename T::type2 &);
84 struct type2 { struct in namespace:core_19754_example
91 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::__anon19007
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 52 ModelType type2 = PREFERENCES; local
53 error.Reset(location2, msg2, type2);
57 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/chromium/chrome/browser/sessions/
session_restore_uitest.cc 323 Browser::Type type1, type2; local
325 ASSERT_TRUE(browser_proxy2->GetType(&type2));
330 EXPECT_EQ(type2, Browser::TYPE_POPUP);
333 EXPECT_EQ(type2, Browser::TYPE_NORMAL);
  /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/chromium_org/chrome/browser/sessions/
session_restore_browsertest.cc 853 Browser::Type type2 = browser2->type(); local
    [all...]
  /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) {
  /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$
  /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...]
  /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...]

Completed in 1967 milliseconds

1 2 3