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

1 2 3 4 5 67 8 91011>>

  /system/core/metricsd/uploader/
bn_metricsd_impl.cc 49 return Status::ok();
64 return Status::ok();
77 return Status::ok();
90 return Status::ok();
97 return Status::ok();
  /external/boringssl/src/tool/
transport_common.cc 95 bool ok = false; local
128 ok = true;
132 return ok;
144 bool ok = false; local
161 ok = true;
165 return ok;
196 bool ok; local
200 ok = 0 == ioctlsocket(sock, FIONBIO, &arg);
211 ok = 0 == fcntl(sock, F_SETFL, flags);
213 if (!ok) {
    [all...]
  /external/ppp/pppd/
session.c 177 bool ok = 1; local
193 /* If no verification is requested, then simply return an OK */
222 ok = (pam_error == PAM_SUCCESS);
224 if (ok) {
225 ok = (pam_set_item(pamh, PAM_TTY, ttyName) == PAM_SUCCESS) &&
229 if (ok && (SESS_AUTH & flags)) {
233 /* PAM auth was OK */
234 dbglog("PAM Authentication OK for %s", user);
237 ok = 0;
250 if (ok && (SESS_ACCT & flags))
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
SearchEngine.py 94 def search_text(self, text, prog=None, ok=0):
107 there is no selection) is ignored unless the ok flag is true
121 if ok:
126 res = self.search_backward(text, prog, line, col, wrap, ok)
128 if ok:
133 res = self.search_forward(text, prog, line, col, wrap, ok)
136 def search_forward(self, text, prog, line, col, wrap, ok=0):
143 if ok or m.end() > col:
149 ok = 1
158 def search_backward(self, text, prog, line, col, wrap, ok=0)
    [all...]
ReplaceDialog.py 39 self.ok = 1
56 if self.do_find(self.ok):
60 if self.do_find(self.ok):
95 ok = 1
100 res = self.engine.search_forward(text, prog, line, col, 0, ok)
121 ok = 0
127 def do_find(self, ok=0):
131 res = self.engine.search_text(text, None, ok)
140 self.ok = 1
171 self.ok =
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
SearchEngine.py 94 def search_text(self, text, prog=None, ok=0):
107 there is no selection) is ignored unless the ok flag is true
121 if ok:
126 res = self.search_backward(text, prog, line, col, wrap, ok)
128 if ok:
133 res = self.search_forward(text, prog, line, col, wrap, ok)
136 def search_forward(self, text, prog, line, col, wrap, ok=0):
143 if ok or m.end() > col:
149 ok = 1
158 def search_backward(self, text, prog, line, col, wrap, ok=0)
    [all...]
ReplaceDialog.py 39 self.ok = 1
56 if self.do_find(self.ok):
60 if self.do_find(self.ok):
95 ok = 1
100 res = self.engine.search_forward(text, prog, line, col, 0, ok)
121 ok = 0
127 def do_find(self, ok=0):
131 res = self.engine.search_text(text, None, ok)
140 self.ok = 1
171 self.ok =
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
SearchEngine.py 94 def search_text(self, text, prog=None, ok=0):
107 there is no selection) is ignored unless the ok flag is true
121 if ok:
126 res = self.search_backward(text, prog, line, col, wrap, ok)
128 if ok:
133 res = self.search_forward(text, prog, line, col, wrap, ok)
136 def search_forward(self, text, prog, line, col, wrap, ok=0):
143 if ok or m.end() > col:
149 ok = 1
158 def search_backward(self, text, prog, line, col, wrap, ok=0)
    [all...]
ReplaceDialog.py 39 self.ok = 1
56 if self.do_find(self.ok):
60 if self.do_find(self.ok):
95 ok = 1
100 res = self.engine.search_forward(text, prog, line, col, 0, ok)
121 ok = 0
127 def do_find(self, ok=0):
131 res = self.engine.search_text(text, None, ok)
140 self.ok = 1
171 self.ok =
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
SearchEngine.py 94 def search_text(self, text, prog=None, ok=0):
107 there is no selection) is ignored unless the ok flag is true
121 if ok:
126 res = self.search_backward(text, prog, line, col, wrap, ok)
128 if ok:
133 res = self.search_forward(text, prog, line, col, wrap, ok)
136 def search_forward(self, text, prog, line, col, wrap, ok=0):
143 if ok or m.end() > col:
149 ok = 1
158 def search_backward(self, text, prog, line, col, wrap, ok=0)
    [all...]
ReplaceDialog.py 39 self.ok = 1
56 if self.do_find(self.ok):
60 if self.do_find(self.ok):
95 ok = 1
100 res = self.engine.search_forward(text, prog, line, col, 0, ok)
121 ok = 0
127 def do_find(self, ok=0):
131 res = self.engine.search_text(text, None, ok)
140 self.ok = 1
171 self.ok =
    [all...]
  /external/iproute2/tc/
m_gact.c 84 } else if (matches(*argv, "pass") == 0 || matches(*argv, "ok") == 0) {
98 int ok = 0; local
115 ok++;
120 ok++;
127 if (ok) {
133 if (ok && argc > 0) {
182 ok++;
188 if (!ok)
  /external/libcxx/test/std/localization/locale.stdcvt/
codecvt_utf8_in.pass.cpp 39 assert(r == std::codecvt_base::ok);
48 assert(r == std::codecvt_base::ok);
56 assert(r == std::codecvt_base::ok);
64 assert(r == std::codecvt_base::ok);
95 assert(r == std::codecvt_base::ok);
103 assert(r == std::codecvt_base::ok);
117 assert(r == std::codecvt_base::ok);
126 assert(r == std::codecvt_base::ok);
137 assert(r == std::codecvt_base::ok);
145 assert(r == std::codecvt_base::ok);
    [all...]
codecvt_utf16_in.pass.cpp 39 assert(r == std::codecvt_base::ok);
47 assert(r == std::codecvt_base::ok);
55 assert(r == std::codecvt_base::ok);
64 assert(r == std::codecvt_base::ok);
94 assert(r == std::codecvt_base::ok);
103 assert(r == std::codecvt_base::ok);
117 assert(r == std::codecvt_base::ok);
125 assert(r == std::codecvt_base::ok);
133 assert(r == std::codecvt_base::ok);
142 assert(r == std::codecvt_base::ok);
    [all...]
  /external/libvpx/libvpx/vpx_util/
vpx_thread.c 38 while (worker->status_ == OK) { // wait in idling mode
43 worker->status_ = OK;
63 if (worker->status_ >= OK) {
65 while (worker->status_ != OK) {
69 if (new_status != OK) {
88 change_state(worker, OK);
90 assert(worker->status_ <= OK);
95 int ok = 1; local
97 if (worker->status_ < OK) {
111 ok = !pthread_create(&worker->impl_->thread_, NULL, thread_loop, worker)
    [all...]
  /frameworks/wilhelm/src/
entry.c 35 int ok; local
36 ok = pthread_mutex_lock(&theOneTrueMutex);
37 assert(0 == ok);
98 ok = pthread_mutex_unlock(&theOneTrueMutex);
99 assert(0 == ok);
170 ok = pthread_mutex_unlock(&theOneTrueMutex);
171 assert(0 == ok);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.stdcvt/
codecvt_utf8_in.pass.cpp 39 assert(r == std::codecvt_base::ok);
48 assert(r == std::codecvt_base::ok);
56 assert(r == std::codecvt_base::ok);
64 assert(r == std::codecvt_base::ok);
95 assert(r == std::codecvt_base::ok);
103 assert(r == std::codecvt_base::ok);
117 assert(r == std::codecvt_base::ok);
126 assert(r == std::codecvt_base::ok);
137 assert(r == std::codecvt_base::ok);
145 assert(r == std::codecvt_base::ok);
    [all...]
codecvt_utf16_in.pass.cpp 39 assert(r == std::codecvt_base::ok);
47 assert(r == std::codecvt_base::ok);
55 assert(r == std::codecvt_base::ok);
64 assert(r == std::codecvt_base::ok);
94 assert(r == std::codecvt_base::ok);
103 assert(r == std::codecvt_base::ok);
117 assert(r == std::codecvt_base::ok);
125 assert(r == std::codecvt_base::ok);
133 assert(r == std::codecvt_base::ok);
142 assert(r == std::codecvt_base::ok);
    [all...]
  /external/safe-iop/include/
safe_iop.h 107 ({ int __sio(var)(ok) = 0; \
114 __sio(var)(ok) = safe_sadd(__sio(var)(p), \
118 __sio(var)(ok) = safe_uadd(__sio(var)(p), \
123 __sio(var)(ok); })
156 ({ int __sio(var)(ok) = 0; \
163 __sio(var)(ok) = safe_ssub(__sio(var)(p), \
167 __sio(var)(ok) = safe_usub(__sio(var)(p), \
172 __sio(var)(ok); })
208 ({ int __sio(var)(ok) = 0; \
215 __sio(var)(ok) = safe_smul(__sio(var)(p),
    [all...]
  /external/libevent/
bufferevent_async.c 85 unsigned ok : 1; member in struct:bufferevent_async
193 if (!beva->ok || !(bev->enabled&EV_WRITE) ||
217 beva->ok = 0;
239 if (!beva->ok || !(bev->enabled&EV_READ)) {
270 beva->ok = 0;
325 if (!bev_async->ok)
414 ev_ssize_t nbytes, int ok)
428 if (ok)
434 ok? BEV_EVENT_CONNECTED : BEV_EVENT_ERROR);
443 ev_ssize_t nbytes, int ok)
    [all...]
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/fixtures/
open_element_stack_test.js 43 assert.ok(!stack.current);
44 assert.ok(!stack.currentTagName);
89 assert.ok(!stack.current);
110 assert.ok(!stack.current);
131 assert.ok(!stack.current);
250 assert.ok(!stack.tryPeekProperlyNestedBodyElement());
257 assert.ok(stack.isRootHtmlElementCurrent());
260 assert.ok(!stack.isRootHtmlElementCurrent());
269 assert.ok(!stack.getCommonAncestor(element));
272 assert.ok(!stack.getCommonAncestor(element))
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
asm_darwin_arm64.s 19 BCC ok
26 ok: label
40 BCC ok
46 ok: label
63 BCC ok
70 ok: label
87 BCC ok
93 ok: label
114 BCC ok
121 ok label
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
asm_darwin_arm64.s 19 BCC ok
26 ok: label
40 BCC ok
46 ok: label
63 BCC ok
70 ok: label
87 BCC ok
93 ok: label
114 BCC ok
121 ok label
    [all...]
  /external/glide/third_party/gif_encoder/src/main/java/com/bumptech/glide/gifencoder/
AnimatedGifEncoder.java 154 boolean ok = true;
179 ok = false;
182 return ok;
192 boolean ok = true;
201 ok = false;
214 return ok;
277 boolean ok = true;
283 ok = false;
285 return started = ok;
296 boolean ok = true
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/neteq/test/
RTPencode.cc 915 int ok = 0; local
923 ok = WebRtcVad_Init(VAD_inst[k]);
924 if (ok == -1) {
931 ok = WebRtcCng_CreateEnc(&CNGenc_inst[k]);
932 if (ok != 0) {
937 ok = WebRtcCng_InitEnc(CNGenc_inst[k], sampfreq, 200, 5);
938 if (ok == -1) {
971 ok = WebRtcG729_CreateEnc(&G729enc_inst[k]);
972 if (ok != 0) {
998 ok = WebRtcG7291_Create(&G729_1_inst[k])
    [all...]

Completed in 5961 milliseconds

1 2 3 4 5 67 8 91011>>