HomeSort by relevance Sort by last modified time
    Searched defs:ok (Results 226 - 250 of 1309) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/iproute2/tc/
q_htb.c 114 int ok=0; local
134 ok++;
168 ok++;
177 ok++;
188 ok++;
199 ok++;
211 /* if (!ok)
  /external/ipsec-tools/src/racoon/
proposal.h 91 int ok; /* if 1, success to set SA in kenrel */ member in struct:saproto
  /external/libcap/pam_cap/
pam_cap.c 111 int ok = 0; local
177 ok = 1;
195 return ok;
  /external/libese/esed/pn81a/
apdu.h 80 bool ok() const { function in class:android::ResponseApdu
  /external/libevent/
event_iocp.c 55 handle_entry(OVERLAPPED *o, ULONG_PTR completion_key, DWORD nBytes, int ok)
59 eo->cb(eo, completion_key, nBytes, ok);
76 int ok = GetQueuedCompletionStatus(p, &bytes, &key, local
89 handle_entry(overlapped, key, bytes, ok);
238 int i, r, ok=1; local
243 ok = 0;
245 return ok ? 0 : -1;
  /external/libmicrohttpd/src/testcurl/
test_get_response_cleanup.c 62 static int ok; variable
103 int *ok = cls; local
106 *ok = 0;
136 &ok,
152 ok = 1;
163 if (ok != 0)
180 ok = 1;
188 if (ok != 0)
198 if (ok != 0)
215 ok = 1
    [all...]
  /external/libmojo/mojo/public/cpp/bindings/lib/
interface_endpoint_client.cc 283 bool ok = incoming_receiver_->AcceptWithResponder(message, responder); local
284 if (!ok)
286 return ok;
router.cc 259 bool ok = incoming_receiver_->AcceptWithResponder(message, responder); local
260 if (!ok)
262 return ok;
  /external/linux-kselftest/tools/testing/selftests/x86/
unwind_vdso.c 118 bool ok = (eax == SYS_getpid || eax == getpid()) && local
122 if (!ok)
125 (ok ? "OK" : "FAIL"),
176 printf("[OK]\tAT_SYSINFO maps to %s, loaded at 0x%p\n",
206 printf("[OK]\tAll is well\n");
  /external/ltp/testcases/kernel/syscalls/ipc/msgctl/
msgctl08.c 80 int i, j, ok, pid; local
141 ok = 1;
147 ok = 0;
152 ok = 0;
155 ok = 1;
157 } while (ok == 0);
171 "\tFork failed (may be OK if under stress)");
251 printf("\tFork failed (may be OK if under stress)\n");
msgctl09.c 84 int i, j, ok, pid; local
152 ok = 1;
158 ok = 0;
163 ok = 0;
166 ok = 1;
168 } while (ok == 0);
181 "\tFork failed (may be OK if under stress)");
msgctl10.c 77 int i, j, ok, pid; local
138 ok = 1;
144 ok = 0;
149 ok = 0;
152 ok = 1;
154 } while (ok == 0);
168 "\tFork failed (may be OK if under stress)");
246 printf("Fork failed (may be OK if under stress)\n");
  /external/ltp/testcases/network/nfsv4/acl/
acl1.c 49 int ok; member in struct:statstore
124 res = "[OK]";
125 aclstat.ok++;
331 printf("\nACL TESTS RESULTS: %d passed, %d failed\n\n", aclstat.ok,
338 aclstat.ok = 0;
  /external/pdfium/third_party/libtiff/
tif_aux.c 301 int ok; local
305 ok = TIFFVGetFieldDefaulted(tif, tag, ap);
307 return (ok);
  /external/protobuf/conformance/
conformance_test_runner.cc 307 bool ok = suite.RunSuite(&runner, &output); local
311 return ok ? EXIT_SUCCESS : EXIT_FAILURE;
  /external/protobuf/src/google/protobuf/
generated_message_reflection.h 667 bool ok = &T::default_instance() == local
670 return ok ? down_cast<T*>(from) : NULL;
  /external/protobuf/src/google/protobuf/io/
gzip_stream.cc 95 bool ok = sub_stream_->Next(&in, &in_size); local
96 if (!ok) {
125 bool ok = (zerror_ == Z_OK) || (zerror_ == Z_STREAM_END) local
127 if ((!ok) || (zcontext_.next_out == NULL)) {
157 ok = (zerror_ == Z_OK) || (zerror_ == Z_STREAM_END)
159 if (!ok) {
172 bool ok = Next(&data, &size); local
173 while (ok && (size < count)) {
175 ok = Next(&data, &size);
180 return ok;
252 bool ok = sub_stream_->Next(&sub_data_, &sub_data_size_); local
321 bool ok = zerror_ == Z_OK; local
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
status.h 45 OK = 0,
72 // ignored and a Status object identical to Status::OK is
80 static const Status OK; // Identical to 0-arg constructor
85 bool ok() const { function in class:google::protobuf::util::Status
86 return error_code_ == error::OK;
111 #define EXPECT_OK(value) EXPECT_TRUE((value).ok())
  /external/protobuf/src/google/protobuf/util/internal/
json_escaping.cc 368 bool ok; local
376 ok = ReadCodePoint(str, i, &cp, &num_left, &num_read);
377 if (num_left > 0 || !ok) break; // case iii or iv
386 if (!ok) {
  /external/svox/pico/lib/
picobase.c 58 picoos_uint8 ok; local
60 ok = TRUE;
64 while (ok && (i < maxlen) && (utf8str[i] != '\000')) {
70 ok = FALSE;
75 ok = FALSE;
86 ok = FALSE;
90 if (ok) {
    [all...]
  /external/syslinux/com32/lib/syslinux/
zonelist.c 351 bool ok; local
358 /* This assumes SMT_TERMINAL is OK if we can get the exact address */
367 ok = false;
393 ok = true;
398 if (!ok)
  /external/syslinux/gpxe/src/core/
uri.c 410 int ok = ( isupper ( c ) || islower ( c ) || isdigit ( c ) || local
415 ok = ok || ( c == ';' ) || ( c == '&' ) || ( c == '=' );
418 ok = ok || ( c == '/' );
421 ok = 1;
423 return ok;
  /external/syslinux/gpxe/src/net/80211/
sec80211.c 176 int ok = 0; local
193 ok |= ( 1 << crypto->algorithm );
195 ok |= ( 1 << hs->protocol );
234 if ( ok & ( 1 << map_ent->net80211_type ) ) {
366 DBG ( "RSN detect: OK, crypto type %d, secprot type %d\n", cr, sp );
  /external/toybox/lib/
lsm.h 57 int ok = 0; local
60 if (CFG_TOYBOX_SMACK) ok = smack_new_label_from_self(&result) > 0;
61 else ok = getcon(&result) == 0;
63 return ok ? result : strdup("?");
  /external/v8/src/wasm/
wasm-result.h 46 bool ok() const { return error_code == kSuccess; } function in struct:v8::internal::wasm::Result
65 if (result.ok()) {

Completed in 1585 milliseconds

1 2 3 4 5 6 7 8 91011>>