/external/chromium_org/third_party/libxml/src/ |
D | testThreadsWin32.c | 45 int okay = 1; in thread_specific_data() local 59 okay = 0; in thread_specific_data() 64 okay = 0; in thread_specific_data() 68 okay = 0; in thread_specific_data() 73 okay = 0; in thread_specific_data() 77 okay = 0; in thread_specific_data() 80 if (okay == 0) in thread_specific_data()
|
D | testThreads.c | 55 int okay = 1; in thread_specific_data() local 69 okay = 0; in thread_specific_data() 74 okay = 0; in thread_specific_data() 78 okay = 0; in thread_specific_data() 83 okay = 0; in thread_specific_data() 87 okay = 0; in thread_specific_data() 90 if (okay == 0) in thread_specific_data()
|
/external/clang/test/SemaObjC/ |
D | class-property-access.m | 28 // now okay 39 // okay 43 // also okay 51 // also okay
|
D | objcbridge-attribute.m | 67 (void)(NSError *)cf; // okay 68 (void)(MyError*)cf; // okay, 69 (void)(NSUColor *)cf2; // okay 70 (void)(CFErrorRef)ns; // okay 78 (void)(id)cf; // okay 79 (void)(id<P1, P2>)cf; // okay 84 (void)(id)cf; // okay
|
/external/qemu/distrib/sdl-1.2.15/src/cdrom/beos/ |
D | SDL_syscdrom.cc | 259 int okay; in SDL_SYS_CDioctl() local 262 okay = 0; in SDL_SYS_CDioctl() 266 okay = 1; in SDL_SYS_CDioctl() 270 return(okay ? 0 : -1); in SDL_SYS_CDioctl() 351 int okay; in SDL_SYS_CDPlay() local 355 okay = 0; in SDL_SYS_CDPlay() 361 okay = 1; in SDL_SYS_CDPlay() 365 return(okay ? 0 : -1); in SDL_SYS_CDPlay()
|
/external/qemu/distrib/sdl-1.2.15/src/cdrom/win32/ |
D | SDL_syscdrom.c | 167 int i, okay; in SDL_SYS_CDGetTOC() local 170 okay = 0; in SDL_SYS_CDGetTOC() 226 okay = 1; in SDL_SYS_CDGetTOC() 230 return(okay ? 0 : -1); in SDL_SYS_CDGetTOC() 330 int okay; in SDL_SYS_CDResume() local 333 okay = 0; in SDL_SYS_CDResume() 345 okay = 1; in SDL_SYS_CDResume() 349 return(okay ? 0 : -1); in SDL_SYS_CDResume()
|
/external/chromium_org/ppapi/generators/ |
D | idl_namespace.py | 134 okay = namespace.AddNode(node) 135 if not okay or node.errors or node.warns: 140 okay = namespace.AddNode(node) 141 if not okay or node.errors or not node.warns: 148 okay = namespace.AddNode(node) 149 if okay or not node.errors:
|
/external/clang/test/Modules/ |
D | 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/CXX/class/class.union/ |
D | p1.cpp | 47 Okay okay; member 73 Okay okay; member 132 Either<int,Okay> okay(0); in fred() local
|
/external/svox/pico/lib/ |
D | picoacph.c | 381 picoos_uint8 okay; in acphSubPhrasing() local 386 okay = TRUE; in acphSubPhrasing() 432 okay = TRUE; in acphSubPhrasing() 480 okay = FALSE; in acphSubPhrasing() 483 if (okay && (!picokdt_dtPHRclassify(acph->dtphr))) { in acphSubPhrasing() 488 okay = FALSE; in acphSubPhrasing() 491 if (okay && (!picokdt_dtPHRdecomposeOutClass(acph->dtphr, &dtres))) { in acphSubPhrasing() 496 okay = FALSE; in acphSubPhrasing() 499 if (okay && dtres.set) { in acphSubPhrasing() 800 picoos_uint8 okay; in acphAccentuation() local [all …]
|
D | picosa.c | 521 picoos_uint8 okay; /* two uses: processing okay and lexind resovled */ in saDisambPos() local 527 okay = TRUE; in saDisambPos() 560 okay = TRUE; in saDisambPos() 629 okay = FALSE; in saDisambPos() 632 if (okay && (!picokdt_dtPosDclassify(sa->dtposd, &prevout))) { in saDisambPos() 637 okay = FALSE; in saDisambPos() 640 if (okay && (!picokdt_dtPosDdecomposeOutClass(sa->dtposd, &dtres))) { in saDisambPos() 645 okay = FALSE; in saDisambPos() 647 if (okay && dtres.set) { in saDisambPos() 665 okay = FALSE; in saDisambPos() [all …]
|
/external/qemu/distrib/sdl-1.2.15/src/video/ |
D | SDL_blit.c | 46 int okay; in SDL_SoftBlit() local 51 okay = 1; in SDL_SoftBlit() 57 okay = 0; in SDL_SoftBlit() 66 okay = 0; in SDL_SoftBlit() 73 if ( okay && srcrect->w && srcrect->h ) { in SDL_SoftBlit() 108 return(okay ? 0 : -1); in SDL_SoftBlit()
|
/external/regex-re2/re2/testing/ |
D | tester.cc | 601 bool okay = true; in TestCase() local 603 okay &= (!v_[i]->error() && v_[i]->RunCase(text, context, anchor)); in TestCase() 604 return okay; in TestCase() 613 bool okay = TestInputInContext(text, text); in TestInput() local 618 okay &= TestInputInContext(sp, text); in TestInput() 621 okay &= TestInputInContext(sp, text); in TestInput() 623 return okay; in TestInput() 628 bool okay = true; in TestInputInContext() local 630 okay &= TestCase(text, context, anchors[i]); in TestInputInContext() 631 return okay; in TestInputInContext()
|
/external/chromium_org/third_party/re2/re2/testing/ |
D | tester.cc | 601 bool okay = true; in TestCase() local 603 okay &= (!v_[i]->error() && v_[i]->RunCase(text, context, anchor)); in TestCase() 604 return okay; in TestCase() 613 bool okay = TestInputInContext(text, text); in TestInput() local 618 okay &= TestInputInContext(sp, text); in TestInput() 621 okay &= TestInputInContext(sp, text); in TestInput() 623 return okay; in TestInput() 628 bool okay = true; in TestInputInContext() local 630 okay &= TestCase(text, context, anchors[i]); in TestInputInContext() 631 return okay; in TestInputInContext()
|
/external/llvm/test/Transforms/InstCombine/ |
D | 2008-08-05-And.ll | 16 br i1 %a1, label %incompatible, label %okay 18 okay:
|
/external/qemu/distrib/sdl-1.2.15/src/cdrom/ |
D | SDL_cdrom.c | 67 int okay; in CheckInit() local 69 okay = SDL_cdinitted; in CheckInit() 74 okay = 0; in CheckInit() 80 return(okay); in CheckInit()
|
/external/chromium_org/mojo/public/interfaces/bindings/tests/data/validation/ |
D | conformance_mthd4_good.data | 7 [dist4]method4_params // num_bytes: Larger than what we know is okay. 8 [u4]3 // num_fields: Larger than what we know is okay.
|
/external/qemu/distrib/sdl-1.2.15/src/cdrom/mint/ |
D | SDL_syscdrom.c | 171 int i,okay; in SDL_SYS_CDGetTOC() local 186 okay=1; in SDL_SYS_CDGetTOC() 196 okay=0; in SDL_SYS_CDGetTOC() 215 return(okay ? 0 : -1); in SDL_SYS_CDGetTOC()
|
/external/qemu/distrib/sdl-1.2.15/src/cdrom/openbsd/ |
D | SDL_syscdrom.c | 254 int i, okay; in SDL_SYS_CDGetTOC() local 258 okay = 0; in SDL_SYS_CDGetTOC() 293 okay = 1; in SDL_SYS_CDGetTOC() 296 return(okay ? 0 : -1); in SDL_SYS_CDGetTOC()
|
/external/qemu/distrib/sdl-1.2.15/src/cdrom/freebsd/ |
D | SDL_syscdrom.c | 245 int i, okay; in SDL_SYS_CDGetTOC() local 249 okay = 0; in SDL_SYS_CDGetTOC() 284 okay = 1; in SDL_SYS_CDGetTOC() 287 return(okay ? 0 : -1); in SDL_SYS_CDGetTOC()
|
/external/qemu/distrib/sdl-1.2.15/src/cdrom/qnx/ |
D | SDL_syscdrom.c | 275 int i, okay; in SDL_SYS_CDGetTOC() local 277 okay = 0; in SDL_SYS_CDGetTOC() 308 okay = 1; in SDL_SYS_CDGetTOC() 311 return (okay ? 0 : -1); in SDL_SYS_CDGetTOC()
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d9/ |
D | Blit9.cpp | 349 bool okay = setVertexShader(SHADER_VS_STANDARD); in setFormatConvertShaders() local 360 okay = okay && setPixelShader(SHADER_PS_COMPONENTMASK); in setFormatConvertShaders() 365 okay = okay && setPixelShader(SHADER_PS_LUMINANCE); in setFormatConvertShaders() 369 if (!okay) in setFormatConvertShaders()
|
/external/clang/test/ARCMT/ |
D | cxx-checking.mm | 91 // It's okay to pass a retainable type through an ellipsis. 97 // It's okay to create a VLA of retainable types.
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/ |
D | PKIXCertPath.java | 77 boolean okay = true; in sortCerts() 89 okay = false; in sortCerts() 94 if (okay) in sortCerts()
|
/external/chromium_org/media/cdm/ppapi/ |
D | DEPS | 2 # dependencies are okay.
|