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

1 2 3 4 5 6 7

  /dalvik/libdex/
Leb128.cpp 33 bool* okay) {
39 *okay = false;
55 bool* okay) {
61 *okay = false;
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 963 bool okay = local
973 if (!okay) {
1505 bool okay; local
1552 bool okay = verifyClassDataItem0(state, classData); local
1600 bool okay = true; local
1648 bool okay = true; local
1724 bool okay = true; local
1861 bool okay = true; local
1962 bool okay = true; local
2128 bool okay = true; local
2272 bool okay = true; local
2516 bool okay = true; local
2689 bool okay = true; local
2820 bool okay = true; local
    [all...]
Leb128.h 114 bool* okay);
125 int readAndVerifySignedLeb128(const u1** pStream, const u1* limit, bool* okay);
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mashups/
iobject.py 79 okay = False
80 while not okay:
83 okay = validation_fn(val)
84 if not okay:
87 okay = True
91 okay = False
93 while not okay:
97 okay = True
103 okay = True
  /external/libxml2/
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...]
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...]
  /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::__anon7826
92 struct s7 : Okay {
132 Either<int,Okay> okay(0);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/epiphany/
badpostmod.s 6 strb r12,[r12],r3 ; stores are 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/autotest/client/site_tests/camera_V4L2/
camera_V4L2.py 167 okay, stdout = self.run_v4l2_capture_test(False, options)
176 okay, stdout = self.run_v4l2_capture_test(False, option)
203 okay, stdout = self.run_v4l2_capture_test(False, option)
215 okay, stdout = self.run_v4l2_capture_test(False, option)
  /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...]
  /bionic/libc/bionic/
net_if.cpp 122 bool okay = nc.SendRequest(RTM_GETLINK) && nc.ReadResponses(__if_nameindex_callback, &list); local
123 if (!okay) {
  /external/bison/build-aux/
git-version-gen 167 *-*-*) : git describe is okay three part flavor ;;
  /external/strace/
git-version-gen 171 *-*-*) : git describe is okay three part flavor ;;
  /libcore/luni/src/main/native/
libcore_icu_TimeZoneNames.cpp 109 bool okay = local
114 if (!okay) {
  /packages/apps/Settings/src/com/android/settings/users/
UserDialogs.java 121 .setPositiveButton(R.string.okay, onConfirmListener)
136 .setPositiveButton(R.string.okay, onConfirmListener)
  /external/clang/test/SemaCXX/
references.cpp 70 int& okay; // expected-note{{reference member 'okay' will never be initialized}} member in class:Test6
  /packages/apps/Settings/src/com/android/settings/notification/
ZenRuleNameDialog.java 51 .setPositiveButton(R.string.okay, new DialogInterface.OnClickListener() {
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/
PKIXCertPath.java 80 boolean okay = true;
92 okay = false;
97 if (okay)
  /external/v8/test/webkit/
array-defineOwnProperty.js 55 // Reassigning the value is okay if the property is writable.
57 // Reassigning the value is okay if the value doesn't change.
60 shouldBe("Object.defineProperty(Object.defineProperty([], '0', { value: 'okay'.substring(0,2) }), '0', { value: 'not ok'.substring(4,6) })[0]", '"ok"');
66 // Reassigning the value is not okay if the value changes.
68 shouldThrow("Object.defineProperty(Object.defineProperty([], '0', { value: 'okay' }), '0', { value: 'not ok' })[0]");
72 // Reassigning the value is not okay if the type changes.
  /art/runtime/hprof/
hprof.cc 448 bool okay; variable
451 okay = DumpToDdmsDirect(overall_size, max_length, CHUNK_TYPE("HPDS"));
453 okay = DumpToDdmsBuffered(overall_size, max_length);
456 okay = DumpToFile(overall_size, max_length);
459 if (okay) {
757 bool okay; local
762 okay = !file_output.Errors();
764 if (okay) {
772 if (okay) {
773 okay = file->FlushCloseOrErase() == 0
    [all...]
  /packages/apps/Settings/src/com/android/settings/
CustomListPreference.java 82 builder.setPositiveButton(R.string.okay, new DialogInterface.OnClickListener() {
  /art/runtime/native/
libcore_util_CharsetUtils.cc 94 bool okay = resize(mOffset); local
95 return okay ? mJavaArray : nullptr;

Completed in 1240 milliseconds

1 2 3 4 5 6 7