HomeSort by relevance Sort by last modified time
    Searched full:okay (Results 176 - 200 of 1418) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/qemu/distrib/sdl-1.2.15/src/cdrom/openbsd/
SDL_syscdrom.c 254 int i, okay; local
258 okay = 0;
293 okay = 1;
296 return(okay ? 0 : -1);
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/qnx/
SDL_syscdrom.c 275 int i, okay; local
277 okay = 0;
308 okay = 1;
311 return (okay ? 0 : -1);
  /frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
LoginActivityFromResources.java 81 } else if (text.equals("Okay")) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DownloadOverMeteredDialog.java 32 * This implements the dialog for asking the user whether it's okay to download dictionaries over
  /system/core/adb/
SERVICES.TXT 12 any OKAY or FAIL.
23 After the OKAY, this is followed by a 4-byte hex len,
47 <serial-number>. After the OKAY response, every client request will
210 After the OKAY, the service sends 16-byte binary structure
test_track_devices.c 75 /* read the OKAY answer */
test_track_jdwp.c 75 /* read the OKAY answer */
  /external/svox/pico/lib/
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...]
picobase.h 108 * @return TRUE if okay
132 * @return TRUE if okay
  /dalvik/libdex/
Leb128.h 114 bool* okay);
125 int readAndVerifySignedLeb128(const u1** pStream, const u1* limit, bool* okay);
  /external/chromium/chrome/browser/
process_info_snapshot.h 38 // returns - |true| if okay, |false| on error.
76 // returns - |true| if okay, |false| on error (including PID not found).
  /external/chromium_org/base/i18n/
file_util_icu_unittest.cc 58 {L"this_file_name is okay!.mp3", L"this_file_name is okay!.mp3"},
  /external/chromium_org/chrome/browser/
process_info_snapshot.h 38 // returns - |true| if okay, |false| on error.
67 // returns - |true| if okay, |false| on error (including PID not found).
  /external/chromium_org/third_party/protobuf/python/
stubout.py 98 definition. Its okay to call SmartUnsetAll() repeatedly, as later calls
130 definition. Its okay to call UnsetAll() repeatedly, as later calls have
  /external/chromium_org/v8/test/webkit/
array-defineOwnProperty-expected.txt 49 PASS Object.defineProperty(Object.defineProperty([], '0', { value: 'okay'.substring(0,2) }), '0', { value: 'not ok'.substring(4,6) })[0] is "ok"
56 PASS Object.defineProperty(Object.defineProperty([], '0', { value: 'okay' }), '0', { value: 'not ok' })[0] threw exception TypeError: Cannot redefine property: 0.
  /external/chromium_org/v8/test/webkit/fast/js/
string-split-conformance-expected.txt 86 PASS var a = 'hello'.split({toString:function(){separatorToStringCalled='OKAY';return 'e';}},0); a.push(separatorToStringCalled); a is ["OKAY"]
string-split-conformance.js 96 shouldBe("var a = 'hello'.split({toString:function(){separatorToStringCalled='OKAY';return 'e';}},0); a.push(separatorToStringCalled); a", '["OKAY"]');
  /external/clang/test/Modules/
objc-categories.m 61 // These are okay
62 [foo left_sub]; // okay
  /external/clang/test/SemaTemplate/
instantiate-expr-1.cpp 66 (void)sizeof(BitfieldNeg<-5>); // okay
68 (void)sizeof(BitfieldNeg2<int, -5>); // okay
instantiate-function-1.cpp 58 void test_X5(X5<Incomplete> x5); // okay!
208 template struct TryCatch0<int>; // okay
  /external/llvm/lib/Transforms/Instrumentation/
EdgeProfiling.cpp 91 // Okay, we have to add a counter of each outgoing edge. If the
99 // Okay, we are guaranteed that the edge is no longer critical. If we
  /external/protobuf/python/
stubout.py 98 definition. Its okay to call SmartUnsetAll() repeatedly, as later calls
130 definition. Its okay to call UnsetAll() repeatedly, as later calls have
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
atmdev.h 34 __HANDLE_ITEM(tx); /* TX okay */ \
36 __HANDLE_ITEM(rx); /* RX okay */ \
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
atmdev.h 34 __HANDLE_ITEM(tx); /* TX okay */ \
36 __HANDLE_ITEM(rx); /* RX okay */ \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
atmdev.h 34 __HANDLE_ITEM(tx); /* TX okay */ \
36 __HANDLE_ITEM(rx); /* RX okay */ \

Completed in 1626 milliseconds

1 2 3 4 5 6 78 91011>>