Home
last modified time | relevance | path

Searched refs:okay (Results 1 – 25 of 150) sorted by relevance

123456

/external/chromium_org/third_party/libxml/src/
DtestThreadsWin32.c45 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()
DtestThreads.c55 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/
Dclass-property-access.m28 // now okay
39 // okay
43 // also okay
51 // also okay
Dobjcbridge-attribute.m67 (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/
DSDL_syscdrom.cc259 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/
DSDL_syscdrom.c167 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/
Didl_namespace.py134 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/
Dlinkage-merge.m14 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/
Dp1.cpp47 Okay okay; member
73 Okay okay; member
132 Either<int,Okay> okay(0); in fred() local
/external/svox/pico/lib/
Dpicoacph.c381 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 …]
Dpicosa.c521 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/
DSDL_blit.c46 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/
Dtester.cc601 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/
Dtester.cc601 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/
D2008-08-05-And.ll16 br i1 %a1, label %incompatible, label %okay
18 okay:
/external/qemu/distrib/sdl-1.2.15/src/cdrom/
DSDL_cdrom.c67 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/
Dconformance_mthd4_good.data7 [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/
DSDL_syscdrom.c171 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/
DSDL_syscdrom.c254 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/
DSDL_syscdrom.c245 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/
DSDL_syscdrom.c275 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/
DBlit9.cpp349 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/
Dcxx-checking.mm91 // 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/
DPKIXCertPath.java77 boolean okay = true; in sortCerts()
89 okay = false; in sortCerts()
94 if (okay) in sortCerts()
/external/chromium_org/media/cdm/ppapi/
DDEPS2 # dependencies are okay.

123456