Searched defs:okay (Results 1 - 25 of 37) sorted by relevance

12

/external/libxml2/
H A DtestThreads.c55 int okay = 1; local
69 okay = 0;
74 okay = 0;
78 okay = 0;
83 okay = 0;
87 okay = 0;
90 if (okay == 0)
H A DtestThreadsWin32.c45 int okay = 1; local
59 okay = 0;
64 okay = 0;
68 okay = 0;
73 okay = 0;
77 okay = 0;
80 if (okay == 0)
H A Druntest.c1814 * Parse the saved result to make sure the round trip is okay
2021 * Parse the saved result to make sure the round trip is okay
3958 int okay = 1; local
3972 okay = 0;
3977 okay = 0;
3981 okay = 0;
3986 okay = 0;
3990 okay = 0;
3993 if (okay == 0)
/external/clang/test/CXX/class/class.union/
H A Dp1.cpp47 Okay okay; member in union:U1
73 Okay okay; member in struct:U2::__anon1829
132 Either<int,Okay> okay(0);
/external/clang/test/SemaCXX/
H A Dreferences.cpp70 int& okay; // expected-note{{reference member 'okay' will never be initialized}} member in class:Test6
/external/libvncserver/client_examples/
H A DSDLvncviewer.c39 rfbBool okay=SDL_VideoModeOK(width,height,depth,sdlFlags); local
40 if(!okay)
41 for(depth=24;!okay && depth>4;depth/=2)
42 okay=SDL_VideoModeOK(width,height,depth,sdlFlags);
43 if(okay) {
/external/regex-re2/re2/testing/
H A Dtester.cc453 // Checks whether r is okay given that correct is the right answer.
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
630 okay
[all...]
/external/tinyxml/
H A Dxmltest.cpp540 int okay = 1; local
551 okay = 0;
558 XmlTest( "UTF-8: Verified multi-language round trip.", 1, okay );
/external/svox/pico/lib/
H A Dpicoacph.c381 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...]
H A Dpicosa.c521 picoos_uint8 okay; /* two uses: processing okay and lexind resovled */ local
527 okay = TRUE;
560 okay = TRUE;
629 okay = FALSE;
632 if (okay && (!picokdt_dtPosDclassify(sa->dtposd, &prevout))) {
637 okay = FALSE;
640 if (okay && (!picokdt_dtPosDdecomposeOutClass(sa->dtposd, &dtres))) {
645 okay = FALSE;
647 if (okay
844 picoos_uint8 okay; local
[all...]
/external/libpcap/msdos/
H A Dpktdrvr.c309 BOOL okay; local
313 okay = ((reg.flags & 1) == 0); /* OK if carry clear */
317 okay = ((reg.x.flags & 1) == 0);
334 okay = (!r.w.cflag);
339 okay = ((reg.r_flags & 1) == 0);
342 if (okay)
345 return (okay);
/external/libpcap/
H A Dpcap-dos.c526 * Get a list of all interfaces that are present and that we probe okay.
641 probed_dev = dev; /* device is probed okay and may be used */
956 * just pretend Watt-32 is initialised okay.
1075 BOOL okay = PktExitDriver(); local
1078 fprintf (stderr, "pkt_close(): %d\n", okay);
/external/icu/icu4c/source/test/intltest/
H A Dtsmthred.cpp544 UBool okay = TRUE; local
552 okay = FALSE;
561 okay = FALSE;
577 okay = FALSE;
579 return okay;
/external/icu/icu4c/source/tools/tzcode/
H A Dlocaltime.c1802 ** It's okay to guess wrong since the guess
1872 int okay; local
1880 t = time2(tmp, funcp, offset, &okay);
1881 if (okay)
1920 t = time2(tmp, funcp, offset, &okay);
1921 if (okay)
/external/v8/src/builtins/arm/
H A Dbuiltins-arm.cc893 Label okay; local
905 __ b(gt, &okay); // Signed comparison.
910 __ bind(&okay);
/external/v8/src/builtins/ia32/
H A Dbuiltins-ia32.cc280 Label okay; local
295 __ j(greater, &okay); // Signed comparison.
300 __ bind(&okay);
/external/v8/src/builtins/mips/
H A Dbuiltins-mips.cc733 Label okay; local
746 __ Branch(&okay, gt, a2, Operand(t3));
751 __ bind(&okay);
/external/v8/src/builtins/mips64/
H A Dbuiltins-mips64.cc884 Label okay; local
896 __ Branch(&okay, gt, a2, Operand(a7)); // Signed comparison.
901 __ bind(&okay);
/external/v8/src/builtins/ppc/
H A Dbuiltins-ppc.cc918 Label okay; local
931 __ bgt(&okay); // Signed comparison.
936 __ bind(&okay);
/external/v8/src/builtins/s390/
H A Dbuiltins-s390.cc915 Label okay; local
928 __ bgt(&okay); // Signed comparison.
933 __ bind(&okay);
/external/v8/src/builtins/x64/
H A Dbuiltins-x64.cc282 Label okay; local
299 __ j(greater, &okay); // Signed comparison.
304 __ bind(&okay);
/external/v8/src/builtins/x87/
H A Dbuiltins-x87.cc281 Label okay; local
296 __ j(greater, &okay); // Signed comparison.
301 __ bind(&okay);
/external/v8/src/arm/
H A Dcode-stubs-arm.cc922 Label okay; local
929 __ b(eq, &okay);
931 __ bind(&okay);
/external/v8/src/ppc/
H A Dcode-stubs-ppc.cc993 Label okay; local
1001 __ beq(&okay);
1003 __ bind(&okay);
/external/v8/src/s390/
H A Dcode-stubs-s390.cc961 Label okay; local
968 __ beq(&okay, Label::kNear);
970 __ bind(&okay);
2251 // Removing RC looks okay here.

Completed in 518 milliseconds

12