HomeSort by relevance Sort by last modified time
    Searched defs:okay (Results 1 - 25 of 153) sorted by null

1 2 3 4 5 6 7

  /device/linaro/bootloader/edk2/StdLib/LibC/Time/
timegm.c 105 int okay; local
108 t = time2(tmp, gmtsub, 0, &okay);
109 if (okay || tmp->tm_isdst < 0)
Time.c 356 ** It's okay to guess wrong since the guess
431 int okay; local
435 t = time2(tmp, funcp, offset, &okay);
440 if (okay)
446 if (okay || tmp->tm_isdst < 0)
483 t = time2(tmp, funcp, offset, &okay);
484 if (okay)
  /dalvik/libdex/
DexClass.cpp 29 bool okay = true; local
32 while (okay && (count-- != 0)) {
33 readAndVerifyUnsignedLeb128(&pData, pLimit, &okay);
36 return okay;
41 * returns an "okay" flag (that is, false == failure). */
54 * returns an "okay" flag (that is, false == failure).
75 * returns an "okay" flag (that is, false == failure).
126 bool okay = true; local
163 for (i = 0; okay && (i < header.staticFieldsSize); i++) {
164 okay = dexReadAndVerifyClassDataField(pData, pLimit
    [all...]
DexSwapVerify.cpp 973 bool okay = local
1577 bool okay; local
1624 bool okay = verifyClassDataItem0(state, classData); local
1672 bool okay = true; local
1720 bool okay = true; local
1796 bool okay = true; local
1933 bool okay = true; local
2034 bool okay = true; local
2200 bool okay = true; local
2369 bool okay = true; local
2613 bool okay = true; local
2798 bool okay = true; local
2940 bool okay = true; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
treesync.py 73 if not okay("create slave directory %s?" % slave,
179 if not okay("okay to copy? ", answer):
190 def okay(prompt, answer='ask'): function
202 return okay(prompt)
  /external/libxml2/
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);
129 if (results[i] != (void *) Okay)
    [all...]
testThreadsWin32.c 30 const char *Okay = "OK";
45 int okay = 1; local
59 okay = 0;
64 okay = 0;
68 okay = 0;
73 okay = 0;
77 okay = 0;
80 if (okay == 0)
82 return ((DWORD) Okay);
132 if (results[i] != (DWORD) Okay)
    [all...]
  /libcore/luni/src/main/native/
libcore_icu_TimeZoneNames.cpp 109 bool okay = local
114 if (!okay) {
  /bionic/libc/bionic/
net_if.cpp 122 bool okay = nc.SendRequest(RTM_GETLINK) && nc.ReadResponses(__if_nameindex_callback, &list); local
123 if (!okay) {
ifaddrs.cpp 242 bool okay = nc.SendRequest(RTM_GETLINK) && nc.ReadResponses(__getifaddrs_callback, out) && local
244 if (!okay) {
  /art/runtime/native/
libcore_util_CharsetUtils.cc 94 bool okay = resize(mOffset); local
95 return okay ? mJavaArray : nullptr;
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
Versions.cpp 368 bool okay = false; local
370 okay = true;
378 okay = true;
384 if (! okay)
  /external/clang/test/CXX/class/class.union/
p1.cpp 5 class Okay {
13 class VirtualBase : virtual Okay { // expected-note 4 {{because type 'VirtualBase' has a virtual base class}}
47 Okay okay; member in union:U1
73 Okay okay; member in struct:U2::__anon14477
92 struct s7 : Okay {
132 Either<int,Okay> okay(0);
  /external/clang/test/SemaCXX/
references.cpp 70 int& okay; // expected-note{{reference member 'okay' will never be initialized}} member in class:Test6
  /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/libvncserver/client_examples/
SDLvncviewer.c 39 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/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...]
picosa.c 521 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 && dtres.set)
844 picoos_uint8 okay; local
    [all...]
  /external/tinyxml/
xmltest.cpp 540 int okay = 1; local
551 okay = 0;
558 XmlTest( "UTF-8: Verified multi-language round trip.", 1, okay );
  /art/runtime/
java_vm_ext.cc 105 bool okay; variable
113 okay = true;
120 okay = (jni_on_load_result_ == kOkay);
122 << (okay ? "succeeded" : "failed") << "]";
125 return okay;
788 // it's okay to decode it without worrying about unexpectedly marking it alive.
    [all...]
  /external/libpcap/msdos/
pktdrvr.c 309 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);
    [all...]
  /external/libpcap/
pcap-dos.c 526 * 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);
    [all...]
  /art/runtime/hprof/
hprof.cc 467 bool okay; variable
471 okay = DumpToDdmsDirect(overall_size, max_length, CHUNK_TYPE("HPDS"));
473 okay = DumpToDdmsBuffered(overall_size, max_length);
476 okay = DumpToFile(overall_size, max_length);
479 if (okay) {
777 bool okay; local
782 okay = !file_output.Errors();
784 if (okay) {
792 if (okay) {
793 okay = file->FlushCloseOrErase() == 0
    [all...]
  /external/icu/icu4c/source/test/intltest/
tsmthred.cpp 544 UBool okay = TRUE; local
552 okay = FALSE;
561 okay = FALSE;
577 okay = FALSE;
579 return okay;
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
localtime.c 1872 int okay; local
    [all...]

Completed in 915 milliseconds

1 2 3 4 5 6 7