HomeSort by relevance Sort by last modified time
    Searched refs:ok (Results 176 - 200 of 1996) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/boringssl/src/crypto/x509v3/
v3_prn.c 102 int ok = 1; local
114 ok = 0;
120 ok = 0;
126 if(!method->i2r(method, ext_str, out, indent)) ok = 0;
127 } else ok = 0;
134 return ok;
  /external/chromium-trace/catapult/telemetry/telemetry/internal/results/
story_run_unittest.py 38 self.assertFalse(run.ok)
47 self.assertFalse(run.ok)
55 self.assertFalse(run.ok)
64 self.assertFalse(run.ok)
70 self.assertTrue(run.ok)
78 self.assertTrue(run.ok)
  /external/iproute2/tc/
m_skbedit.c 55 int ok = 0; local
76 ok++;
84 ok++;
92 ok++;
132 ok++;
136 if (!ok) {
q_fifo.c 33 int ok=0; local
44 ok++;
56 if (ok)
q_gred.c 124 int ok=0; local
144 ok++;
146 if (ok) {
157 ok++;
164 ok++;
176 ok++;
183 ok++;
190 ok++;
197 ok++;
202 ok++
    [all...]
q_sfq.c 40 int ok = 0, red = 0; local
56 ok++;
63 ok++;
74 ok++;
81 ok++;
88 ok++;
95 ok++;
98 ok++;
201 if (ok || red)
  /external/libcxx/test/std/localization/locales/locale/locale.cons/
default.pass.cpp 57 int ok; local
66 ok = globalMemCounter.outstanding_new;
68 assert(globalMemCounter.checkOutstandingNewEq(ok));
70 assert(globalMemCounter.checkOutstandingNewEq(ok));
72 assert(globalMemCounter.checkOutstandingNewEq(ok));
74 assert(globalMemCounter.checkOutstandingNewEq(ok));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale/locale.cons/
default.pass.cpp 71 int ok; local
80 ok = new_called;
82 assert(new_called == ok);
84 assert(new_called == ok);
86 assert(new_called == ok);
88 assert(new_called == ok);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractIncludeWizard.java 95 boolean ok = true;
101 ok = false;
108 ok = false;
112 if (ok) {
122 setPageComplete(ok);
123 return ok;
  /system/core/libmemunreachable/
MemUnreachable.cpp 338 bool ok = unreachable.GetUnreachableMemory(leaks, limit, &num_leaks, &leak_bytes); local
340 ok = ok && pipe.Sender().Send(num_allocations);
341 ok = ok && pipe.Sender().Send(allocation_bytes);
342 ok = ok && pipe.Sender().Send(num_leaks);
343 ok = ok && pipe.Sender().Send(leak_bytes);
344 ok = ok && pipe.Sender().SendVector(leaks)
390 bool ok = true; local
    [all...]
  /system/update_engine/
binder_service_android.cc 80 return Status::ok();
100 return Status::ok();
107 return Status::ok();
114 return Status::ok();
121 return Status::ok();
128 return Status::ok();
  /external/apache-http/src/org/apache/http/message/
BasicLineParser.java 162 boolean ok = true;
163 for (int j=0; ok && (j<protolength); j++) {
164 ok = (buffer.charAt(i+j) == protoname.charAt(j));
166 if (ok) {
167 ok = (buffer.charAt(i+protolength) == '/');
169 if (!ok) {
264 boolean ok = true;
265 for (int j=0; ok && (j<protolength); j++) {
266 ok = (buffer.charAt(index+j) == protoname.charAt(j));
268 if (ok) {
    [all...]
  /external/e2fsprogs/lib/e2p/
mntopts.c 97 * Edit a mntopt set array as requested by the user. The ok
101 int e2p_edit_mntopts(const char *str, __u32 *mntopts, __u32 ok)
134 if (ok && !(ok & mask)) {
  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/widgets/
TextInputDialogBox.java 48 Button ok = new Button("OK"); local
49 ok.addClickHandler(new ClickHandler() {
62 hPanel.add(ok);
  /external/v8/test/webkit/
dfg-dead-min-two-args.js 40 var ok = null; variable
46 x = {f:{valueOf:function(){ ok = i; return 37; }}};
51 shouldBe("ok", "" + i);
57 ok = null;
62 y = {f:{valueOf:function(){ ok = i; return 37; }}};
67 shouldBe("ok", "" + i);
  /packages/apps/Bluetooth/src/com/android/bluetooth/
Utils.java 201 boolean ok;
211 ok = (foregroundUser == callingUser);
212 if (!ok) {
217 ok = (systemUiUid == callingUid) || (Process.SYSTEM_UID == callingUid);
221 ok = false;
225 return ok;
232 boolean ok;
245 ok = (foregroundUser == callingUser) ||
247 if (!ok) {
252 ok = (systemUiUid == callingUid) || (Process.SYSTEM_UID == callingUid)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
UpdateToolsPage.java 72 boolean ok = isUpToDate();
73 setPageComplete(ok);
74 if (ok) {
  /system/netd/server/
NetdNativeService.cpp 54 return binder::Status::ok();
79 if (ret != android::OK) {
85 return android::OK;
110 return binder::Status::ok();
120 return binder::Status::ok();
128 return binder::Status::ok();
153 return binder::Status::ok();
175 return binder::Status::ok();
189 return binder::Status::ok();
203 return binder::Status::ok();
    [all...]
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/spec/
ECParameterSpec_ImplTest.java 82 } catch (NullPointerException ok) {
90 } catch (NullPointerException ok) {
98 } catch (NullPointerException ok) {
106 } catch (NullPointerException ok) {
130 } catch (IllegalArgumentException ok) {
138 } catch (IllegalArgumentException ok) {
146 } catch (IllegalArgumentException ok) {
154 } catch (IllegalArgumentException ok) {
162 } catch (IllegalArgumentException ok) {
  /external/e2fsprogs/tests/defaults/
e_script 37 rm -f $test_name.failed $test_name.ok
40 echo "$test_name: $test_description: ok"
41 touch $test_name.ok
  /external/e2fsprogs/tests/
test_one.in 19 *.failed|*.new|*.ok|*.log|*.tmp) exit 0 ;;
50 rm -f $test_name.ok $test_name.failed
  /external/libchrome/base/json/
string_escape.cc 131 bool ok = EscapeJSONStringImpl(str, true, &dest); local
132 DCHECK(ok);
138 bool ok = EscapeJSONStringImpl(str, true, &dest); local
139 DCHECK(ok);
  /external/libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
wchar_t_unshift.pass.cpp 33 assert(f.unshift(mbs, to.data(), to.data() + to.size(), to_next) == F::ok);
  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/soundmanager2/
SoundManager.java 72 public static native boolean ok () /*-{ method in class:SoundManager
73 return $wnd.soundManager.ok();
  /external/opencv3/modules/videostab/include/opencv2/videostab/
global_motion.hpp 117 @param ok Indicates whether motion was estimated successfully.
120 virtual Mat estimate(InputArray points0, InputArray points1, bool *ok = 0) = 0;
142 virtual Mat estimate(InputArray points0, InputArray points1, bool *ok = 0);
158 virtual Mat estimate(InputArray points0, InputArray points1, bool *ok = 0);
183 virtual Mat estimate(const Mat &frame0, const Mat &frame1, bool *ok = 0) = 0;
197 virtual Mat estimate(const Mat &frame0, const Mat &frame1, bool *ok = 0);
211 virtual Mat estimate(const Mat &frame0, const Mat &frame1, bool *ok = 0);
238 virtual Mat estimate(const Mat &frame0, const Mat &frame1, bool *ok = 0);
265 virtual Mat estimate(const Mat &frame0, const Mat &frame1, bool *ok = 0);
266 Mat estimate(const cuda::GpuMat &frame0, const cuda::GpuMat &frame1, bool *ok = 0)
    [all...]

Completed in 799 milliseconds

1 2 3 4 5 6 78 91011>>