/external/opencv/otherlibs/highgui/ |
grfmt_tiff.cpp | 202 int tile_width = tile_width0, ok; local 208 ok = TIFFReadRGBAStrip( tif, y, (uint32*)buffer ); 210 ok = TIFFReadRGBATile( tif, x, y, (uint32*)buffer ); 212 if( !ok )
|
/external/openssh/ |
auth2-pubkey.c | 630 int ok, found_principal = 0; local 692 ok = process_principals(f, NULL, pw, cert); 698 found_principal = ok; 920 int r, ok, found_key = 0; local 1010 ok = check_authkeys_file(f, options.authorized_keys_command, key, pw); 1016 found_key = ok;
|
/external/protobuf/conformance/ |
conformance_test.cc | 296 if (!status.ok()) { 1971 ok = false; local [all...] |
/external/skia/tests/ |
GrMemoryPoolTest.cpp | 139 bool ok = true; local 140 for (size_t i = 0; ok && i < SK_ARRAY_COUNT(fIntArray); ++i) { 142 ok = false; 145 return ok && this->INHERITED::checkValues(v);
|
/external/sonivox/arm-wt-22k/lib_src/ |
eas_imelody.c | 1305 EAS_BOOL ok; local [all...] |
/external/toybox/toys/pending/ |
lsof.c | 188 int ok; local 191 ok = sscanf(line, " %*d: %x:%x %x:%x %x %*x:%*x %*X:%*X %*X %*d %*d %ld", 196 ok = sscanf(line, " %*d: %8x%8x%8x%8x:%x %8x%8x%8x%8x:%x %x " 205 if (!ok) return;
|
/external/v8/src/heap/ |
spaces-inl.h | 617 bool ok = result.To(&obj); local 618 USE(ok); 619 DCHECK(ok);
|
/external/v8/src/parsing/ |
pattern-rewriter.cc | 18 ZoneList<const AstRawString*>* names, bool* ok) { 31 rewriter.ok_ = ok; 43 bool ok = true; local 53 rewriter.ok_ = &ok; 57 DCHECK(ok);
|
/external/v8/src/wasm/ |
decoder.h | 218 if (ok()) { 282 bool ok() const { return error_msg_ == nullptr; } function in class:v8::internal::wasm::Decoder 283 bool failed() const { return !ok(); }
|
/external/valgrind/coregrind/m_initimg/ |
initimg-linux.c | 470 /* OK, now we know how big the client stack is */ 510 Bool ok; local 547 ok = VG_(am_create_reservation)( 553 if (ok) { 561 if ((!ok) || sr_isError(res)) { 571 vg_assert(ok); 846 Bool ok; local 863 ok = VG_(am_create_reservation)( 870 if (!ok) { 874 ( 0/*floating*/, anon_size+resvn_size, &ok ); [all...] |
/external/wpa_supplicant_8/src/ap/ |
ap_config.c | 222 int line = 0, ret = 0, len, ok; local 279 ok = 0; 282 ok = 1; 286 ok = 1; 288 if (!ok) {
|
/external/wpa_supplicant_8/src/rsn_supp/ |
peerkey.c | 924 int ok = 0; local 944 ok = 1; 953 if (!ok && peerkey->stk_set) { 962 ok = 1; 965 if (!ok) { [all...] |
/frameworks/base/libs/hwui/font/ |
Font.cpp | 245 bool ok = measure.getPosTan(x + hOffset + glyph->mBitmapLeft + halfWidth, position, tangent); local 246 if (!ok) {
|
/frameworks/native/libs/vr/libbroadcastring/include/libbroadcastring/ |
broadcast_ring.h | 213 bool ok = ring.ValidateGeometry(mmap_size, record_size, record_count); local 214 return std::make_tuple(ring, ok);
|
/frameworks/wilhelm/tests/sandbox/ |
playbq.cpp | 547 int ok = pthread_create(&thread, (const pthread_attr_t *) NULL, file_reader_loop, NULL); local 548 assert(0 == ok); 607 ok = pthread_join(thread, (void **) NULL); 608 assert(0 == ok);
|
reverb.c | 210 int ok; local 211 ok = pthread_mutex_lock(&mutex); 212 assert(ok == 0); 214 ok = pthread_cond_signal(&cond); 215 assert(ok == 0); 216 ok = pthread_mutex_unlock(&mutex); 217 assert(ok == 0);
|
/hardware/intel/img/hwcomposer/merrifield/common/base/ |
HwcLayerList.cpp | 485 bool ok = false; local 489 ok = assignPrimaryPlaneHelper(spriteLayer); 490 if (!ok) { 495 ok = assignPrimaryPlaneHelper(mFrameBufferTarget, 0); 496 if (!ok) { 501 ok = attachPlanes(); 502 if (!ok) { 508 for (int i = 0; i < layers && !ok; i++) { 513 ok = assignPrimaryPlaneHelper(mFrameBufferTarget, mFBLayers[i]->getZOrder()); 514 if (!ok) { 531 bool ok = attachPlanes(); local 865 bool ok = true; local [all...] |
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/ |
HwcLayerList.cpp | 559 bool ok = false; local 563 ok = assignPrimaryPlaneHelper(spriteLayer); 564 if (!ok) { 569 ok = assignPrimaryPlaneHelper(mFrameBufferTarget, 0); 570 if (!ok) { 575 ok = attachPlanes(); 576 if (!ok) { 582 for (int i = 0; i < layers && !ok; i++) { 587 ok = assignPrimaryPlaneHelper(mFrameBufferTarget, mFBLayers[i]->getZOrder()); 588 if (!ok) { 607 bool ok = attachPlanes(); local 816 bool ok = true; local [all...] |
/hardware/libhardware/modules/sensors/dynamic_sensor/ |
HidRawSensor.cpp | 908 bool ok = true; local [all...] |
/libcore/luni/src/main/native/ |
java_math_NativeBN.cpp | 401 int ok; local 403 ok = BN_lshift(toBigNum(r), toBigNum(a), n); 405 ok = BN_rshift(toBigNum(r), toBigNum(a), -n); 407 if (!ok) {
|
/packages/apps/Calendar/src/com/android/calendar/ |
DeleteEventHelper.java | 175 // Enable the "ok" button now that the user has selected which 177 Button ok = mAlertDialog.getButton(DialogInterface.BUTTON_POSITIVE); 178 ok.setEnabled(true); 278 mContext.getText(android.R.string.ok), 283 mContext.getText(android.R.string.ok), 328 .setPositiveButton(android.R.string.ok, mDeleteRepeatingDialogListener) 334 // Disable the "Ok" button until the user selects which events 336 Button ok = dialog.getButton(DialogInterface.BUTTON_POSITIVE); local 337 ok.setEnabled(false);
|
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/Carbon/ |
Dialogs.py | 29 ok = kStdOkItemIndex variable
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/ |
Dialogs.py | 29 ok = kStdOkItemIndex variable
|
/sdk/find_java2/src/ |
JavaFinder.cpp | 123 BOOL ok = CreateProcess(
local 136 // // if ((gIsConsole || gIsDebug) && !ok) displayLastError("CreateProcess failed: ");
148 if (ok) {
153 while (ok) {
156 ok = ReadFile(stdoutPipeRd, // hFile
161 if (!ok || sizeRead == 0 || sizeRead > SIZE) break;
548 bool ok = rk.SetStringValue(JF_REGISTRY_VALUE_PATH, javaPath.mPath, REG_SZ) == ERROR_SUCCESS &&
local 551 return ok;
|
/system/bt/stack/avdt/ |
avdt_msg.cc | 1488 bool ok = true; local [all...] |