/external/boringssl/src/crypto/cipher/ |
e_tls.c | 339 unsigned good = constant_time_eq_int(CRYPTO_memcmp(record_mac, mac, mac_len), local 341 good &= constant_time_eq_int(padding_ok, 1); 342 if (!good) {
|
/external/gptfdisk/ |
gpttext.cc | 427 cout << "Place EFI GPT (0xEE) partition first in MBR (good for GRUB)? "; 471 // ... and for good measure, if there are any partition spaces left, 554 goOn = cin.good(); 650 goOn = cin.good(); 776 goOn = cin.good(); [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
regrtest.py | 371 good = [] 458 good.append(test) 595 omitted = set(selected) - set(good) - set(bad) - set(skipped) 598 if good and not quiet: 599 if not bad and not skipped and not interrupted and len(good) > 1: 601 print count(len(good), "test"), "OK." [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
regrtest.py | 371 good = [] 458 good.append(test) 595 omitted = set(selected) - set(good) - set(bad) - set(skipped) 598 if good and not quiet: 599 if not bad and not skipped and not interrupted and len(good) > 1: 601 print count(len(good), "test"), "OK." [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
regrtest.py | 371 good = [] 458 good.append(test) 595 omitted = set(selected) - set(good) - set(bad) - set(skipped) 598 if good and not quiet: 599 if not bad and not skipped and not interrupted and len(good) > 1: 601 print count(len(good), "test"), "OK." [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
regrtest.py | 371 good = [] 458 good.append(test) 595 omitted = set(selected) - set(good) - set(bad) - set(skipped) 598 if good and not quiet: 599 if not bad and not skipped and not interrupted and len(good) > 1: 601 print count(len(good), "test"), "OK." [all...] |
/external/autotest/client/site_tests/power_LoadTest/extension/ |
test.js | 106 var post = ["status=good"];
|
/external/chromium-trace/catapult/third_party/flot/ |
PLUGINS.md | 19 a good idea to avoid leaking names. The usual trick here is wrap the 120 good idea if the plugin is turned off rather than on per default, just
|
/external/deqp/external/vulkancts/framework/vulkan/ |
vkBinaryRegistry.cpp | 68 if (!out.is_open() || !out.good()) 378 if (!indexOut.is_open() || !indexOut.good())
|
/external/doclava/src/com/google/doclava/ |
LinkReference.java | 59 public boolean good; field in class:LinkReference 433 result.good = true;
|
/external/v8/test/mjsunit/regress/ |
regress-2250.js | 64 // Second compilation should have noticed that LICM wasn't a good idea, and now
|
/art/cmdline/ |
cmdline.h | 156 if (!out_->good()) {
|
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/ |
BitSet.pm | 266 A stripped-down version of org.antlr.misc.BitSet that is just good enough to
|
/external/chromium-trace/catapult/dashboard/dashboard/ |
auto_bisect.py | 155 raise NotBisectableError('Invalid "good" revision: %s.' % good_revision) 265 than a1, or zero if they're equally good. 278 good" revision, whereas the start_revision property of an Anomaly is the 288 A pair of revision numbers (good, bad), or (None, None) if no valid 301 'Good rev %s not smaller than bad rev %s.' % (good_rev, bad_rev))
|
/external/clang/lib/Frontend/ |
LayoutOverrideSource.cpp | 40 while (Input.good()) {
|
/external/deqp/executor/tools/ |
xeExtractValues.cpp | 204 if (!in.good())
|
xeMergeTestLogs.cpp | 131 if (!in.good())
|
/external/deqp/framework/common/ |
tcuTestHierarchyUtil.cpp | 197 if (!out.is_open() || !out.good())
|
/external/icu/icu4c/source/test/iotest/ |
stream.cpp | 190 return (stream.good()<<IOSTREAM_GOOD_SHIFT) 202 log_verbose("good");
|
/external/llvm/lib/Transforms/IPO/ |
Internalize.cpp | 99 if (!In.good()) {
|
LoopExtractor.cpp | 205 if (!In.good()) {
|
/external/vulkan-validation-layers/layers/ |
vk_layer_config.cpp | 208 if (!file.good())
|
/ndk/sources/host-tools/nawk-20071023/ |
FIXES | 109 providing a good test case. 223 this does more harm than good. [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
katmai.s | 162 # Pad out to good alignment
|
/external/boringssl/src/ssl/ |
s3_srvr.c | 1614 uint8_t good = constant_time_eq_int_8(decrypt_buf[0], 0) & local [all...] |