/prebuilts/go/darwin-x86/test/interface/ |
convert.go | 41 var ok bool var 57 func true(ok bool) { 58 if !ok { 63 func false(ok bool) { 64 if ok { 108 t, ok = s.(T) 109 true(ok) 113 _, ok = s.(U) 114 false(ok) 117 sl, ok = s.(StringLengther [all...] |
embed2.go | 38 var ok = true var 43 ok = false 71 if !ok {
|
/prebuilts/go/linux-x86/src/ |
make.bat | 49 if exist make.bat goto ok 52 :ok label
|
/prebuilts/go/linux-x86/test/interface/ |
convert.go | 41 var ok bool var 57 func true(ok bool) { 58 if !ok { 63 func false(ok bool) { 64 if ok { 108 t, ok = s.(T) 109 true(ok) 113 _, ok = s.(U) 114 false(ok) 117 sl, ok = s.(StringLengther [all...] |
embed2.go | 38 var ok = true var 43 ok = false 71 if !ok {
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
tkSimpleDialog.py | 113 w = Button(box, text="OK", width=10, command=self.ok, default=ACTIVE) 118 self.bind("<Return>", self.ok) 126 def ok(self, event=None): member in class:Dialog 154 dialog is destroyed. By default, it always validates OK.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
tkSimpleDialog.py | 113 w = Button(box, text="OK", width=10, command=self.ok, default=ACTIVE) 118 self.bind("<Return>", self.ok) 126 def ok(self, event=None): member in class:Dialog 154 dialog is destroyed. By default, it always validates OK.
|
/system/core/logcat/tests/ |
logcat_benchmark.cpp | 43 bool ok; member in class:timestamp 47 ok = false; 49 ok = sscanf(buffer, "%d-%d %d:%d:%d.%d ", &month, &day, &hour, 59 return !ok || !T.ok || (month < T.month) || 73 return ok;
|
/system/media/audio_utils/tests/ |
fifo_multiprocess.cpp | 74 int ok = munmap(frontIndex, sizeof(audio_utils_fifo_index)); local 75 printf("writer unmap front ok=%d\n", ok); 76 ok = ashmem_set_prot_region(frontFd, PROT_READ); 77 printf("writer prot read front ok=%d\n", ok); 137 int ok = munmap(rearIndex, sizeof(audio_utils_fifo_index)); local 138 printf("reader unmap rear ok=%d\n", ok); 139 ok = ashmem_set_prot_region(rearFd, PROT_READ) 212 int ok = munmap(frontIndex, sizeof(audio_utils_fifo_index)); local [all...] |
/development/host/windows/usb/api/ |
adb_legacy_interface.cpp | 53 bool ok = true;
local 57 ok = false;
61 ULONG error = ok ? NO_ERROR : GetLastError();
69 if (!ok) {
|
/device/linaro/bootloader/arm-trusted-firmware/plat/juno/ |
scp_bootloader.c | 111 int ok = scp_boot_message_wait(sizeof(*cmd_ack)) == BOOT_CMD_ACK local 116 return ok;
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
iterobject.c | 179 int ok;
local 180 ok = PyObject_RichCompareBool(result,
183 if (ok == 0)
186 if (ok > 0) {
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
iterobject.c | 179 int ok;
local 180 ok = PyObject_RichCompareBool(result,
183 if (ok == 0)
186 if (ok > 0) {
|
/external/boringssl/src/crypto/asn1/ |
a_bitstr.c | 251 int i, ok; local 259 ok = 1; 260 for (i = 0; i < a->length && ok; ++i) { 263 ok = (a->data[i] & mask) == 0; 265 return ok;
|
/external/boringssl/src/crypto/bn/ |
sqrt.c | 433 int ok = 0, last_delta_valid = 0; local 498 ok = 1; 501 if (ok && out_sqrt == in && !BN_copy(out_sqrt, estimate)) { 502 ok = 0; 505 return ok;
|
/external/boringssl/src/crypto/cmac/ |
cmac.c | 102 const int ok = CMAC_Init(&ctx, key, key_len, cipher, NULL /* engine */) && local 107 return ok;
|
/external/boringssl/src/crypto/pem/ |
pem_info.c | 101 int ok = 0; local 272 ok = 1; 276 if (!ok) {
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_flag_parser.h | 65 bool ok = *value_end == 0; local 66 if (!ok) Printf("ERROR: Invalid value for int option: '%s'\n", value); 67 return ok; 74 bool ok = *value_end == 0; local 75 if (!ok) Printf("ERROR: Invalid value for uptr option: '%s'\n", value); 76 return ok;
|
/external/deqp/framework/delibs/depool/ |
dePoolStringBuilder.c | 96 deBool ok; local 100 ok = dePoolStringBuilder_appendString(builder, buf); 103 return ok;
|
/external/eigen/bench/ |
sparse_lu.cpp | 60 bool ok; local 62 ok = lu.solve(b,&x); 64 if (ok)
|
/external/flac/libFLAC/ |
stream_encoder_framing.c | 364 FLAC__bool ok; local 366 ok = 372 return ok;
|
/external/iproute2/tc/ |
m_csum.c | 93 int ok = 0; local 107 ok++; 117 if (!ok) {
|
m_mirred.c | 71 int ok = 0, iok = 0, mirror=0,redir=0; local 85 ok++; 96 if (!ok) { 101 } else if(!ok) { 113 ok++; 122 ok++; 140 if (!ok && !iok) {
|
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_tbf.c | 41 int ok=0; local 69 ok++; 84 ok++; 98 ok++; 111 ok++; 122 ok++; 133 ok++; 144 ok++;
|