HomeSort by relevance Sort by last modified time
    Searched full:okay (Results 26 - 50 of 1418) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct.default/
p4.cpp 20 f0(); // okay
47 f(4); // okay
53 f2(6); // okay
  /external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
p5.cpp 37 xih.g(); // okay
38 xih.f(); // okay, uses specialization
42 return X<IntHolder, long>::value; // okay, uses specialization
p21.cpp 28 void X<float>::mf1(float = 3.14f) // okay
  /external/clang/test/Modules/
linkage-merge.m 14 static int f1(float); // okay: considered distinct
15 static int f2(float); // okay: considered distinct
16 extern int f3(float); // okay: considered distinct
  /external/clang/test/SemaCXX/
convert-to-bool.cpp 46 bool b1(ecb); // okay
53 int& i2(ecr); // okay
65 B &b = c; // okay
using-directive.cpp 31 int a[sizeof(i) == sizeof(char)? 1 : -1]; // okay
42 (void) j; // okay
44 (void) k; // okay
55 void K1::foo() {} // okay
133 // Test that we recovered okay.
  /frameworks/base/tests/TransitionTests/res/layout/
incorrect_password.xml 8 android:id="@+id/okay"
15 android:text="@string/okay" />
21 android:layout_above="@+id/okay"
username_taken.xml 8 android:id="@+id/okay"
15 android:text="@string/okay" />
21 android:layout_above="@+id/okay"
  /external/chromium_org/third_party/libxml/src/
testThreads.c 40 static const char *Okay = "OK";
55 int okay = 1; local
69 okay = 0;
74 okay = 0;
78 okay = 0;
83 okay = 0;
87 okay = 0;
90 if (okay == 0)
92 return ((void *) Okay);
131 if (results[i] != (void *) Okay)
    [all...]
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
p6.cpp 9 // okay: deduce T=int from first argument, A=int during overload
13 // okay: deduce T=int from first and second arguments
24 // okay: deductions match
61 // okay: full template-id
69 // okay: only one overload matches
89 // okay: full template-id
  /external/clang/test/SemaTemplate/
class-template-spec.cpp 41 (void)x1->foo(); // okay: refers to #1
42 (void)x2->bar(); // okay: refers to #2
80 template<> struct ::N::B<char>; // okay
81 template<> struct ::N::B<short>; // okay
82 template<> struct ::N::B<int>; // okay
87 template<> struct N::B<int> { }; // okay
default-arguments-cxx0x.cpp 12 f0(); // okay!
  /system/core/adb/
adb_client.h 14 ** the connection succeeded AND the service returned OKAY
51 /* read a standard adb status response (OKAY|FAIL) and
52 ** return 0 in the event of OKAY, -1 in the event of FAIL
  /dalvik/libdex/
Leb128.cpp 33 bool* okay) {
39 *okay = false;
55 bool* okay) {
61 *okay = false;
DexSwapVerify.cpp 989 bool okay = local
1522 bool okay; local
1569 bool okay = verifyClassDataItem0(state, classData); local
1617 bool okay = true; local
1665 bool okay = true; local
1741 bool okay = true; local
1875 bool okay = true; local
1976 bool okay = true; local
2142 bool okay = true; local
2286 bool okay = true; local
2530 bool okay = true; local
2703 bool okay = true; local
2833 bool okay = true; local
    [all...]
  /external/clang/test/CXX/class/class.mem/
p14.cpp 8 int X0; // okay
  /external/clang/test/CXX/class/class.nest/
p1.cpp 11 static char b[sizeof(sx)]; // okay
  /external/llvm/test/CodeGen/PowerPC/
2011-12-08-DemandedBitsMiscompile.ll 14 ; Note: it's okay if someday CodeGen gets smart enough to optimize out
  /dalvik/vm/mterp/armv5te/
OP_AGET_WIDE.S 5 * Arrays of long/double are 64-bit aligned, so it's okay to use LDRD.
19 bcc .L${opcode}_finish @ okay, continue below
OP_APUT_WIDE.S 5 * Arrays of long/double are 64-bit aligned, so it's okay to use STRD.
20 bcc .L${opcode}_finish @ okay, continue below
  /external/clang/test/CXX/special/class.copy/
p33-0x.cpp 38 throw x2; // okay
50 throw x2; // okay
  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_getenv.c 188 printf("okay\n");
195 printf("okay\n");
203 printf("okay\n");
210 printf("okay\n");
218 printf("okay\n");
225 printf("okay\n");
233 printf("okay\n");
240 printf("okay\n");
  /system/core/fastboot/
fastboot_protocol.txt 28 The first four bytes of the response are "OKAY", "FAIL", "DATA",
40 c. OKAY -> the requested command completed successfully. Go to #5
54 The first four bytes of the response are "OKAY", "FAIL", or "INFO".
62 c. OKAY -> success. Go to #5
76 Client: "OKAY" return value ""
84 Client: "OKAY" success
90 "OKAY" indicate success
111 OKAY response.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
pep8.py 83 Okay: spam(ham[1], {eggs: 2})
88 The format is simple: "Okay" or error/warning code followed by colon
112 SELFTEST_REGEX = re.compile(r'(Okay|[EW]\d{3}):\s(.*)')
144 Okay: if a == 0:\n a = 1\n b = 1
158 Okay: if True:\n return
170 Okay: spam(1)
185 Okay: spam(1)
234 Okay: def a():\n pass\n\n\ndef b():\n pass
235 Okay: def a():\n pass\n\n\n# Foo\n# Bar\n\ndef b():\n pass
269 Okay: spam(ham[1], {eggs: 2}
    [all...]
  /external/svox/pico/lib/
picokdt.h 208 returns: TRUE if okay, FALSE otherwise
218 returns: TRUE if okay, FALSE otherwise
224 returns: TRUE if okay, FALSE otherwise
246 returns: TRUE if okay, FALSE otherwise
257 returns: TRUE if okay, FALSE otherwise
264 returns: TRUE if okay, FALSE otherwise
295 returns: TRUE if okay, FALSE otherwise
311 returns: TRUE if okay, FALSE otherwise
318 returns: TRUE if okay, FALSE otherwise
345 returns: TRUE if okay, FALSE otherwis
    [all...]

Completed in 3541 milliseconds

12 3 4 5 6 7 8 91011>>