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

1 2

  /external/clang/test/SemaTemplate/
canonical-expr-type.cpp 46 typedef T __attribute__((ext_vector_type(N))) type1; typedef in struct:X2
50 void f0(type1); // expected-note{{previous}}
instantiate-exception-spec-cxx11.cpp 86 base(const typename T::type1 &);
91 struct type1 { struct in namespace:core_19754_example
102 typedef type1<types> type1; typedef in struct:core_19754_example::types
  /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/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/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/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/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;
  /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...]
  /external/clang/test/SemaCXX/
qualified-id-lookup.cpp 65 typedef struct N::f1 type1; typedef in typeref:struct:f1
  /external/chromium/chrome/browser/autofill/
form_field.cc 297 AddressType type1 = addresses[1]->FindType(); local
301 bool reversed = (type0 == kShippingAddress && type1 == kBillingAddress);
  /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 388 MatchType type1 = matcher1_->Type(false); local
390 if (type1 == MATCH_OUTPUT && type2 == MATCH_INPUT) {
392 } else if (type1 == MATCH_OUTPUT) {
  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
JavaPerformanceDetector.java 441 TypeReferencePart type1 = arg0.astTypeReference().astParts().last(); local
443 return INT.equals(type1.getTypeName()) && INT.equals(type2.getTypeName());
  /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/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...]
CodeGen.java 968 int type1 = exprType; local
976 && (type1 == CLASS || exprType == CLASS))
977 atStringConcatExpr(expr, type1, dim1, cname1);
979 atArithBinExpr(expr, token, k, type1);
998 int index, int type1) throws CompileError
1007 exprType = type1;
1011 convertOprandTypes(type1, type2, expr);
1018 exprType = INT; // type1 may be BYTE, ...
1028 private void atStringConcatExpr(Expr expr, int type1, int dim1,
1040 if (is2word(type1, dim1))
1101 int type1 = compileOprands(bexpr); local
1167 int type1 = exprType; local
    [all...]
  /dalvik/vm/analysis/
CodeVerify.cpp 2086 RegType type1, type2; local
4371 RegType type1, type2; local
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorFragment.java 1290 final AccountType type1 = accountTypes.getAccountType(accountType1, dataSet1); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.contenttype_3.4.100.v20100505-1235.jar 
  /external/webkit/Source/WebCore/css/
CSSStyleSelector.cpp 6105 int type1 = primitiveValue1->primitiveType(); local
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/cp/
cp-tree.h 303 /* Returns nonzero iff TYPE1 and TYPE2 are the same type, in the usual
305 #define same_type_p(TYPE1, TYPE2) \
306 comptypes ((TYPE1), (TYPE2), COMPARE_STRICT)
308 /* Returns nonzero iff TYPE1 and TYPE2 are the same type, ignoring
310 #define same_type_ignoring_top_level_qualifiers_p(TYPE1, TYPE2) \
311 same_type_p (TYPE_MAIN_VARIANT (TYPE1), TYPE_MAIN_VARIANT (TYPE2))
523 (((struct tree_trait_expr *)TRAIT_EXPR_CHECK (NODE))->type1)
535 tree type1;
534 tree type1; local
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/
cp-tree.h 292 /* Returns nonzero iff TYPE1 and TYPE2 are the same type, in the usual
294 #define same_type_p(TYPE1, TYPE2) \
295 comptypes ((TYPE1), (TYPE2), COMPARE_STRICT)
568 (((struct tree_trait_expr *)TRAIT_EXPR_CHECK (NODE))->type1)
579 tree type1;
578 tree type1; variable
    [all...]

Completed in 685 milliseconds

1 2