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

<<11121314151617181920>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
obmalloc.c 185 * things simpler, we assume that it is 4K, which is OK for most systems.
189 * violation fault. 4K is apparently OK for all the platforms that python
1651 int ok; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/
string_format.h 482 int ok; local
515 while ((ok = FieldNameIterator_next(&rest, &is_attribute, &index,
540 if (ok == 1)
562 int ok = 0; local
626 ok = output_data(output,
631 return ok;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Python/
marshal.c 343 int ok; local
345 ok = o &&
348 if (!ok) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
object.c 641 int ok; local
652 ok = PyObject_IsTrue(res);
654 return ok;
988 int ok; local
1003 ok = (res == Py_True);
1005 ok = PyObject_IsTrue(res);
1007 return ok;
    [all...]
obmalloc.c 155 * things simpler, we assume that it is 4K, which is OK for most systems.
159 * violation fault. 4K is apparently OK for all the platforms that python
1602 int ok; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
string_format.h 485 int ok; local
518 while ((ok = FieldNameIterator_next(&rest, &is_attribute, &index,
543 if (ok == 1)
565 int ok = 0; local
629 ok = output_data(output,
634 return ok;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
marshal.c 317 int ok; local
319 ok = o &&
322 if (!ok) {
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
fset2.c 1591 int ok; local
    [all...]
  /external/boringssl/src/crypto/x509/
x509_vfy.c 115 static int null_callback(int ok, X509_STORE_CTX *e);
144 static int null_callback(int ok, X509_STORE_CTX *e)
146 return ok;
195 int depth, i, ok = 0; local
279 ok = ctx->get_issuer(&xtmp, ctx, x);
280 if (ok < 0) {
288 if (ok > 0) {
301 ok = 0;
340 ok = ctx->get_issuer(&xtmp, ctx, x);
341 if ((ok <= 0) || X509_cmp(x, xtmp))
589 int i, ok = 0, must_be_ca, plen = 0; local
813 int ok; local
864 int i, last, ok; local
888 int ok = 0, cnum; local
1477 int ok; local
1523 int ok = 0, chnum, cnum; local
1629 int ok; local
1756 int ok = 0, n; local
    [all...]
  /external/boringssl/src/ssl/
ssl_cipher.c 1089 int multi, skip_rule, rule, ok, in_group = 0, has_group = 0; local
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawInstancedTests.cpp 638 const bool ok = tcu::intThresholdPositionDeviationCompare( local
645 if (!ok)
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageLoadStoreTests.cpp 119 bool ok = false; local
121 ok = tcu::intThresholdCompare(log, comparisonName.c_str(), comparisonDesc.c_str(), refLayer, resultLayer, tcu::UVec4(0), tcu::COMPARE_LOG_RESULT);
123 ok = tcu::floatThresholdCompare(log, comparisonName.c_str(), comparisonDesc.c_str(), refLayer, resultLayer, tcu::Vec4(0.01f), tcu::COMPARE_LOG_RESULT);
125 if (ok)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineSpecConstantTests.cpp 153 bool ok = true; local
161 ok = false;
166 if (ok)
167 log << tcu::TestLog::Message << "All OK" << tcu::TestLog::EndMessage;
170 return ok;
    [all...]
  /external/google-breakpad/src/tools/linux/md2core/
minidump-2-core.cc 878 // file. But it is OK if the mapping itself extends past the end of
1023 bool ok = false; local
    [all...]
  /external/harfbuzz_ng/src/
hb-open-type-private.hh 243 bool ok = this->start <= p && p <= this->end && (unsigned int) (this->end - p) >= len; local
249 ok ? "OK" : "OUT-OF-RANGE");
251 return likely (ok);
259 bool ok = !overflows && this->check_range (base, array_size); local
265 overflows ? "OVERFLOWS" : ok ? "OK" : "OUT-OF-RANGE");
267 return likely (ok);
357 /* ok, we made it writable by relocating. try again */
  /external/icu/icu4c/source/common/
uniset_props.cpp 695 UBool ok = FALSE; local
700 ok = TRUE;
705 if (buf.length() < 1 || !ok) {
    [all...]
  /external/icu/icu4c/source/test/intltest/
dtfmrgts.cpp 213 logln(" ok");
420 UBool ok = FALSE; local
424 ok = TRUE;
426 //} catch (ParseException e) {ok=TRUE;}
427 if(!ok)
530 // {sfb} Is it OK to cast away const here?
558 logln("DateFormat.equals ok");
606 logln("Ok: " + s + " " + d);
    [all...]
  /external/iproute2/ip/
ipaddress.c 1339 int ok = 0; local
    [all...]
  /external/libmojo/mojo/edk/system/
node_controller.cc 188 BOOL ok = ::DuplicateHandle( local
192 DPCHECK(ok);
266 DCHECK_EQ(rv, ports::OK) << " Failed to close port: " << port.name();
    [all...]
  /external/libpng/contrib/libtests/
tarith.c 86 int ok = 0; local
232 ++ok;
260 printf("Tested %d finite values, %d non-finite, %d OK (%d failed) %d minor "
261 "arithmetic errors\n", finite, nonfinite, ok, failcount, minorarith);
642 int ok; local
682 ok = fpround <= PNG_UINT_31_MAX &&
684 if (!ok) ++overflow;
687 ok = 0, ++overflow, fpround = fp/*misleading*/;
691 fp, ok ? "ok" : "overflow")
    [all...]
  /external/mdnsresponder/mDNSCore/
DNSDigest.c 1445 mDNSBool ok = mDNSfalse; local
    [all...]
  /external/mdnsresponder/mDNSWindows/mdnsNSP/
mdnsNSP.c 469 BOOL ok; local
471 ok = FreeLibrary( gIPHelperLibraryInstance );
472 check_translated_errno( ok, GetLastError(), kUnknownErr );
1060 BOOL ok; local
1167 BOOL ok; local
1254 BOOL ok; local
    [all...]
  /external/mesa3d/src/egl/drivers/glx/
egl_glx.c 492 EGLBoolean ok; local
497 ok = convert_fbconfig(GLX_drv, GLX_dpy,
501 ok = convert_visual(GLX_drv, GLX_dpy,
504 if (!ok)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_mipmap_tree.c 406 bool ok; local
474 ok = intel_miptree_alloc_hiz(intel, mt, num_samples);
475 if (!ok)
480 ok = intel_miptree_alloc_mcs(intel, mt, num_samples);
481 if (!ok)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_texstate.c 857 GLboolean ok; local
967 ok = GL_TRUE;
989 ok = r200UpdateTextureEnv( ctx, i, currslot, replaceunit );
990 if (!ok) return GL_FALSE;
999 ok = r200UpdateTextureEnv( ctx, 0, 0, 0 );
1006 return ok;
1569 GLboolean ok; local
    [all...]

Completed in 5129 milliseconds

<<11121314151617181920>>