/external/iptables/iptables/ |
iptables-apply.8 | 16 user whether the changes are okay. If the new ruleset cut the existing
|
/external/jsilver/src/com/google/clearsilver/jsilver/functions/string/ |
CrcFunction.java | 48 // Note that we need to cast to signed int, but that's okay because the
|
/external/libpcap/ |
TODO | 15 style (okay, you can guess that by looking at the code) and a guide for
|
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_ListModes.3 | 11 Return a pointer to an array of available screen dimensions for the given format and video flags, sorted largest to smallest\&. Returns \fBNULL\fP if there are no dimensions available for a particular format, or \fB-1\fR if any dimension is okay for the given format\&.
|
/external/qemu/distrib/sdl-1.2.15/src/cdrom/ |
SDL_cdrom.c | 67 int okay; local 69 okay = SDL_cdinitted; 74 okay = 0; 80 return(okay);
|
/external/qemu/distrib/sdl-1.2.15/src/cdrom/mint/ |
SDL_syscdrom.c | 171 int i,okay; local 186 okay=1; 196 okay=0; 215 return(okay ? 0 : -1);
|
/dalvik/libdex/ |
DexClass.h | 61 * returns an "okay" flag (that is, false == failure). */ 67 * returns an "okay" flag (that is, false == failure). 81 * returns an "okay" flag (that is, false == failure).
|
/external/chromium_org/third_party/re2/re2/testing/ |
tester.cc | 453 // Checks whether r is okay given that correct is the right answer. 503 LogMatch(r.skipped ? "Skipped: " : "Okay: ", i, text, context, anchor); 601 bool okay = true; local 603 okay &= (!v_[i]->error() && v_[i]->RunCase(text, context, anchor)); 604 return okay; 613 bool okay = TestInputInContext(text, text); local 618 okay &= TestInputInContext(sp, text); 621 okay &= TestInputInContext(sp, text); 623 return okay; 628 bool okay = true local [all...] |
/external/clang/test/SemaCXX/ |
references.cpp | 70 int& okay; // expected-note{{reference member 'okay' will never be initialized}} member in class:Test6 88 typedef intref const intref_c; // okay. FIXME: how do we verify that this is the same type as intref?
|
cxx1y-variable-templates_in_class.cpp | 93 template<typename U> static const U Data<U*> = U(); // Okay 99 template<typename U> static U* Data<U>; // Okay, with out-of-line definition 106 template<typename U> static const U* Data<U>; // Okay, with out-of-line definition
|
/external/clang/test/SemaTemplate/ |
instantiate-member-template.cpp | 82 X1<void>::Inner0<int> *xvip; // okay 85 X1<int>::Inner1<void> *xivp; // okay 88 X1<int>::Inner2<void>::SuperInner *xisivp; // okay
|
temp_arg_nontype.cpp | 18 A1<Enumerator> *a6; // okay 59 A4<an_X> *a15_1; // okay 94 Overflow<5> *overflow1; // okay 95 Overflow<255> *overflow2; // okay 100 Signedness<10> *signedness1; // okay
|
/external/regex-re2/re2/testing/ |
tester.cc | 453 // Checks whether r is okay given that correct is the right answer. 503 LogMatch(r.skipped ? "Skipped: " : "Okay: ", i, text, context, anchor); 601 bool okay = true; local 603 okay &= (!v_[i]->error() && v_[i]->RunCase(text, context, anchor)); 604 return okay; 613 bool okay = TestInputInContext(text, text); local 618 okay &= TestInputInContext(sp, text); 621 okay &= TestInputInContext(sp, text); 623 return okay; 628 bool okay = true local [all...] |
/external/svox/pico/lib/ |
picoacph.c | 381 picoos_uint8 okay; local 386 okay = TRUE; 432 okay = TRUE; 480 okay = FALSE; 483 if (okay && (!picokdt_dtPHRclassify(acph->dtphr))) { 488 okay = FALSE; 491 if (okay && (!picokdt_dtPHRdecomposeOutClass(acph->dtphr, &dtres))) { 496 okay = FALSE; 499 if (okay && dtres.set) { 800 picoos_uint8 okay; local [all...] |
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/ |
Blit.cpp | 351 bool okay = setVertexShader(SHADER_VS_STANDARD); local 360 okay = okay && setPixelShader(SHADER_PS_COMPONENTMASK); 365 okay = okay && setPixelShader(SHADER_PS_LUMINANCE); 369 if (!okay)
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/ |
PKIXCertPath.java | 77 boolean okay = true; 89 okay = false; 94 if (okay)
|
/external/chromium_org/mojo/system/ |
waiter_list_unittest.cc | 34 waiter_list.RemoveWaiter(thread.waiter()); // Double-remove okay. 86 waiter_list.RemoveWaiter(thread.waiter()); // Double-remove okay. 143 waiter_list.RemoveWaiter(thread.waiter()); // Double-remove okay.
|
waiter.cc | 54 // Treat any out-of-range deadline as "forever" (which is wrong, but okay
|
/packages/apps/Email/tests/src/com/android/email/mail/store/imap/ |
ImapListTest.java | 88 // Make sure null is okay 154 // Make sure null is okay 204 // Make sure null is okay
|
/build/tools/acp/ |
README | 17 volume. "cp" works okay copying from local disk.
|
/external/chromium_org/content/browser/ |
safe_util_win.h | 35 // S_OK : The file was okay. If any viruses were found, they were cleaned.
|
/external/chromium_org/content/renderer/media/ |
pepper_platform_video_decoder.cc | 35 // it is okay to immediately send IPC messages through the returned channel.
|
/external/chromium_org/mojo/public/system/ |
macros.h | 10 // Annotate a variable indicating it's okay if it's unused.
|
/external/chromium_org/net/base/ |
keygen_handler.h | 48 // password callback is okay here.
|
/external/chromium_org/ppapi/host/ |
resource_message_filter.cc | 25 // During shutdown the object may not be deleted, but it should be okay to
|