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

1 2

  /external/clang/test/SemaCXX/
constexpr-many-arguments.cpp 4 struct type1 struct
6 constexpr type1(int a0) : my_data{a0} {} function in struct:type1
12 typedef type1 T;
20 type1 my_data[23];
qualified-id-lookup.cpp 65 typedef struct N::f1 type1; typedef in typeref:struct:f1
  /external/clang/test/SemaTemplate/
canonical-expr-type.cpp 42 typedef T __attribute__((ext_vector_type(N))) type1; typedef in struct:X2
46 void f0(type1); // expected-note{{previous}}
instantiate-exception-spec-cxx11.cpp 74 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/dexmaker/src/dx/java/com/android/dx/cf/code/
Merger.java 39 Type type1 = ft1.getType(); local
42 if (type1 == type2) {
43 return type1;
44 } else if (type1.isReference() && type2.isReference()) {
45 if (type1 == Type.KNOWN_NULL) {
56 return type1;
57 } else if (type1.isArray() && type2.isArray()) {
59 mergeType(type1.getComponentType(),
77 } else if (type1.isIntlike() && type2.isIntlike()) {
  /external/clang/test/Sema/
dllimport-dllexport.c 32 typedef int __declspec(dllexport) type1; // expected-warning{{'dllexport' attribute only applies to variables and functions}} typedef
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/
ImplicitTest.java 188 * TYPE1 = [1] IMPLICIT OCTET STRING
189 * TYPE2 = [2] IMPLICIT TYPE1
192 ASN1Implicit type1 = new ASN1Implicit(1, ASN1OctetString.getInstance()); local
194 ASN1Implicit type2 = new ASN1Implicit(2, type1);
  /external/clang/test/CodeGenCXX/
type_visibility.cpp 123 namespace type1 { namespace
  /external/chromium/chrome/browser/sessions/
session_restore_uitest.cc 323 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/third_party/skia/src/gpu/gl/
GrGLEffectMatrix.cpp 18 SkMatrix::TypeMask type1; local
20 type1 = drawEffect.getCoordChangeMatrix().getType();
27 type1 = SkMatrix::kIdentity_Mask;
30 int combinedTypes = type0 | type1;
  /external/javassist/src/main/javassist/compiler/ast/
IntConst.java 54 int type1 = this.type; local
57 if (type1 == TokenId.LongConstant || type2 == TokenId.LongConstant)
59 else if (type1 == TokenId.CharConstant
95 newType = type1;
99 newType = type1;
103 newType = type1;
  /external/skia/src/gpu/gl/
GrGLEffectMatrix.cpp 18 SkMatrix::TypeMask type1; local
20 type1 = drawEffect.getCoordChangeMatrix().getType();
27 type1 = SkMatrix::kIdentity_Mask;
30 int combinedTypes = type0 | type1;
  /dalvik/dx/src/com/android/dx/cf/code/
Merger.java 157 Type type1 = ft1.getType(); local
160 if (type1 == type2) {
161 return type1;
162 } else if (type1.isReference() && type2.isReference()) {
163 if (type1 == Type.KNOWN_NULL) {
174 return type1;
175 } else if (type1.isArray() && type2.isArray()) {
177 mergeType(type1.getComponentType(),
195 } else if (type1.isIntlike() && type2.isIntlike()) {
  /external/clang/test/Index/
annotate-nested-name-specifier.cpp 107 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:107:76 (Definition
    [all...]
  /device/lge/mako/camera/mm-camera-interface/
mm_camera_channel.c 185 mm_camera_stream_type_t type1; local
196 type1 = MM_CAMERA_STREAM_RAW;
200 type1 = MM_CAMERA_STREAM_PREVIEW;
204 type1 = MM_CAMERA_STREAM_VIDEO;
210 type1 = MM_CAMERA_STREAM_SNAPSHOT;
221 MM_CAMERA_STATE_EVT_ACQUIRE, &type1);
  /external/chromium/chrome/browser/autofill/
form_field.cc 297 AddressType type1 = addresses[1]->FindType(); local
301 bool reversed = (type0 == kShippingAddress && type1 == kBillingAddress);
  /external/chromium_org/chrome/browser/sessions/
session_restore_browsertest.cc 852 Browser::Type type1 = browser1->type(); local
    [all...]
  /external/javassist/src/main/javassist/bytecode/analysis/
Executor.java 283 Type type1 = frame.getStack(frame.getTopIndex() - 1); local
285 frame.push(type1);
292 frame.setStack(insert - 1, type1);
296 Type type1 = frame.pop(); local
298 if (type1.getSize() == 2 || type2.getSize() == 2)
300 frame.push(type1);
    [all...]
  /external/openfst/src/include/fst/
lookahead-filter.h 39 MatchType type1 = m1.Type(false); local
41 if (type1 == MATCH_OUTPUT &&
compose.h 420 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/chromium_org/third_party/freetype/include/freetype/internal/
t1types.h 5 /* Basic Type1/Type2 type definitions and interface (specification */
39 /*** REQUIRED TYPE1/TYPE2 TABLES DEFINITIONS ***/
212 T1_FontRec type1; member in struct:T1_FaceRec_
  /external/freetype/include/freetype/internal/
t1types.h 5 /* Basic Type1/Type2 type definitions and interface (specification */
39 /*** REQUIRED TYPE1/TYPE2 TABLES DEFINITIONS ***/
201 T1_FontRec type1; member in struct:T1_FaceRec_
  /cts/tests/tests/content/src/android/content/cts/
ContentResolverTest.java 155 String type1 = mContentResolver.getType(REMOTE_TABLE1_URI); local
158 assertTrue(type1.startsWith(ContentResolver.CURSOR_DIR_BASE_TYPE, 0));
169 String type1 = mContentResolver.getType(REMOTE_TABLE1_URI); local
170 assertTrue(type1.startsWith(ContentResolver.CURSOR_DIR_BASE_TYPE, 0));
176 type1 = mContentResolver.getType(REMOTE_TABLE1_URI);
177 assertTrue(type1.startsWith(ContentResolver.CURSOR_DIR_BASE_TYPE, 0));
182 type1 = mContentResolver.getType(REMOTE_TABLE1_URI);
183 assertTrue(type1.startsWith(ContentResolver.CURSOR_DIR_BASE_TYPE, 0));
212 String type1 = mContentResolver.getType(REMOTE_TABLE1_URI); local
213 assertTrue(type1.startsWith(ContentResolver.CURSOR_DIR_BASE_TYPE, 0))
249 String type1 = mContentResolver.getType(TABLE1_URI); local
271 String type1 = mContentResolver.getType(REMOTE_TABLE1_URI); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_tgsi_insn.c 355 SVGA3dShaderRegType type0, type1; local
360 type1 = SVGA3dShaderGetRegType( src1.base.value );
363 type1 == SVGA3DREG_CONST &&
368 type1 == SVGA3DREG_INPUT &&
404 SVGA3dShaderRegType type0, type1, type2; local
409 type1 = SVGA3dShaderGetRegType( src1.base.value );
414 ((type1 == SVGA3DREG_CONST && src0.base.num != src1.base.num) ||
418 if (type1 == SVGA3DREG_CONST &&
424 ((type1 == SVGA3DREG_INPUT && src0.base.num != src1.base.num) ||
428 if (type1 == SVGA3DREG_INPUT &
475 SVGA3dShaderRegType type0, type1, type2, type3; local
    [all...]
  /external/javassist/src/main/javassist/compiler/
TypeChecker.java 284 int type1 = exprType; local
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; local
330 computeBinExprType(expr, token, type1);
367 int type1 = exprType; local
375 if ((type1 == CLASS && dim1 == 0 && jvmJavaLangString.equals(cname))
387 computeBinExprType(expr, '+', type1);
515 int type1 = exprType; local
    [all...]

Completed in 1971 milliseconds

1 2