HomeSort by relevance Sort by last modified time
    Searched full:okay (Results 1 - 25 of 1755) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libxml2/test/warning/
ent8 3 <a> &unknown; but Okay </a>
  /external/chromium-trace/catapult/third_party/Paste/tests/cgiapp_data/
ok.cgi 3 print('Status: 200 Okay')
  /external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
p20.cpp 12 friend void f<float>(float); // okay
13 friend class A<float>; // okay
p4.cpp 26 xih.g(); // okay
49 xih.g(); // okay
50 xih.f(); // okay, uses specialization
52 X<IntHolder, long>::Inner inner; // okay, uses specialization
54 return X<IntHolder, long>::value; // okay, uses specialization
p15.cpp 15 // Okay; this is a declaration, not a definition.
32 template<> unsigned X<1>::Inner::array[]; // okay
p5.cpp 37 xih.g(); // okay
38 xih.f(); // okay, uses specialization
42 return X<IntHolder, long>::value; // okay, uses specialization
  /external/clang/test/SemaObjC/
class-property-access.m 28 // now okay
39 // okay
43 // also okay
51 // also okay
  /external/clang/test/SemaCXX/
member-name-lookup.cpp 39 (void)d.b; // okay
43 d.static_f(0); // okay
45 D::E e = D::enumerator; // okay
46 D::type t = 0; // okay
48 D::E2 e2 = D::enumerator2; // okay
55 (void)b; // okay
59 static_f(0); // okay
61 E e = enumerator; // okay
62 type t = 0; // okay
64 E2 e2 = enumerator2; // okay
    [all...]
  /external/libxml2/
testThreadsWin32.c 30 const char *Okay = "OK";
45 int okay = 1; local
59 okay = 0;
64 okay = 0;
68 okay = 0;
73 okay = 0;
77 okay = 0;
80 if (okay == 0)
82 return ((DWORD) Okay);
132 if (results[i] != (DWORD) Okay)
    [all...]
  /external/clang/test/CXX/class/class.nest/
p1-cxx0x.cpp 10 static char a[sizeof(x)]; // okay
11 static char b[sizeof(sx)]; // okay
  /external/llvm/test/Transforms/InstCombine/
2008-08-05-And.ll 16 br i1 %a1, label %incompatible, label %okay
18 okay:
  /dalvik/libdex/
DexClass.cpp 29 bool okay = true; local
32 while (okay && (count-- != 0)) {
33 readAndVerifyUnsignedLeb128(&pData, pLimit, &okay);
36 return okay;
41 * returns an "okay" flag (that is, false == failure). */
54 * returns an "okay" flag (that is, false == failure).
75 * returns an "okay" flag (that is, false == failure).
126 bool okay = true; local
163 for (i = 0; okay && (i < header.staticFieldsSize); i++) {
164 okay = dexReadAndVerifyClassDataField(pData, pLimit
    [all...]
  /external/clang/test/CXX/class/class.friend/
p2.cpp 9 friend class C; // okay
p1.cpp 34 friend int myoperation(float); // okay
45 friend void a_member(); // okay (because we ignore class scopes when looking up friends)
46 friend class A::AInner; // this is okay as an extension
47 friend class AInner; // okay, refers to ::AInner
53 friend int Base::typedeffed_member(); // okay: should look through typedef
57 friend A operator|(const A& l, const A& r); // okay
64 friend ftypedef typedeffed_function; // okay (because it's not declared as a member)
  /external/clang/test/CXX/class.derived/class.virtual/
p2.cpp 25 virtual void f(); // okay
28 struct G : F { }; // okay
30 struct H : G, A { }; // okay
36 struct D : B, C { }; // okay
  /external/llvm/test/DebugInfo/Generic/
gmlt.test 4 ; There's a darwin specific test in X86/gmlt, so it's okay to XFAIL this here.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/epiphany/
badpostmod.s 6 strb r12,[r12],r3 ; stores are okay
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mashups/
iobject.py 79 okay = False
80 while not okay:
83 okay = validation_fn(val)
84 if not okay:
87 okay = True
91 okay = False
93 while not okay:
97 okay = True
103 okay = True
  /art/test/068-classloader/src/
DoubledExtendOkay.java 18 * "Okay" doubled sub-class, form #1.
22 //System.out.println("Ctor: doubled extend okay, type 1");
  /art/test/068-classloader/src-ex/
DoubledExtendOkay.java 18 * "Okay" doubled sub-class, form #2.
22 //System.out.println("Ctor: doubled extend okay, type 2");
  /external/clang/test/SemaTemplate/
implicit-instantiation-1.cpp 12 (void)sizeof(xip->f(2, 0)); // okay: does not instantiate
13 (void)xip->g(2, 0); // okay: does not instantiate
  /external/clang/test/Sema/
nested-redef.c 8 struct Y { }; // okay: this is a different Y
  /external/clang/test/SemaObjCXX/
ivar-lookup.mm 15 int *ip = [Ivar method]; // Okay; calls A's method on the instance variable Ivar.
  /external/llvm/test/CodeGen/X86/
fast-isel-agg-constant.ll 3 ; (Failing out is okay, as long as we don't miscompile.)
  /external/clang/test/CXX/class.derived/class.abstract/
p4.cpp 19 (void)new D; // okay
57 (void) new D; // okay
78 (void) new D; // okay

Completed in 417 milliseconds

1 2 3 4 5 6 7 8 91011>>