HomeSort by relevance Sort by last modified time
    Searched refs:good (Results 251 - 275 of 388) sorted by null

<<111213141516

  /external/opencv3/modules/calib3d/src/
rho.cpp 309 int good; /* Good/bad flag */ member in struct:cv::RHO_HEST_REFC::__anon21205
    [all...]
  /external/deqp/executor/tools/
xeCommandLineExecutor.cpp 260 XE_CHECK(in.good());
453 XE_CHECK(out.good());
  /external/selinux/policycoreutils/sandbox/
seunshare.c 538 goto good;
541 good:
  /external/v8/test/mjsunit/
escape.js 68 var example = "Now is the time for all good men to come to the aid of the party.";
regexp-results-cache.js 33 The good is oft interred with their bones; \
array-functions-prototype-misc.js 185 sparse[pos + 22591927] = 'good ';
191 assertEquals("baz: Now is the time for all good men.", sparse.join(''));
  /external/wpa_supplicant_8/src/crypto/
tls_openssl_ocsp.c 110 * good [0] IMPLICIT NULL,
117 ASN1_NULL *good; member in union:__anon27498::__anon27499
187 ASN1_IMP(CertStatus, value.good, ASN1_NULL, 0),
744 wpa_printf(MSG_DEBUG, "OpenSSL: certStatus: good");
829 "OpenSSL: OCSP response did not indicate good status");
834 /* OCSP response indicated the certificate is good. */
  /prebuilts/go/darwin-x86/src/runtime/
sys_linux_arm64.s 336 BEQ good
340 good: label
  /prebuilts/go/linux-x86/src/runtime/
sys_linux_arm64.s 336 BEQ good
340 good: label
  /system/bt/osi/
Android.mk 158 # Note: It's good to get the tests compiled both for the host and the target so
  /device/google/contexthub/firmware/src/
nanohubCommand.c 215 bool good = true; local
226 good = eeDataEraseOldVersion(EE_DATA_NAME_ENCR_KEY, addr) && good;
231 return count == 0 ? APP_SEC_KEY_NOT_FOUND : good ? APP_SEC_NO_ERROR : APP_SEC_BAD;
    [all...]
  /external/clang/unittests/libclang/
LibclangTest.cpp 385 assert(OS.good());
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl.cc 346 return output_->good();
  /external/protobuf/src/google/protobuf/
message.cc 177 return output->good();
  /external/webrtc/talk/media/base/
yuvframegenerator.cc 231 if (!value_str_stream.good()) {
  /frameworks/compile/slang/
slang_rs_reflect_utils.cpp 364 if (!good()) {
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 174 bool good() const { return _M_iostate == 0; } function in class:ios_base
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 174 bool good() const { return _M_iostate == 0; } function in class:ios_base
  /external/icu/icu4c/source/test/intltest/
tzregts.cpp 593 const int32_t GOOD = 1;
602 GOOD, INT32_MIN, 0, INT32_MAX, INT32_MIN,
603 GOOD, UCAL_JANUARY, -5, UCAL_SUNDAY, 0,
604 GOOD, UCAL_DECEMBER, 5, UCAL_SATURDAY, 24*60*60*1000,
609 GOOD, UCAL_DECEMBER, 1, 0, 0,
610 GOOD, UCAL_DECEMBER, 31, 0, 0,
615 GOOD, UCAL_DECEMBER, 31, -UCAL_SUNDAY, 0,
616 GOOD, UCAL_DECEMBER, 31, -UCAL_SATURDAY, 0,
623 UBool shouldBeGood = (DATA[i] == GOOD);
707 const int32_t GOOD = 1, BAD = 0
807 UBool good = DATA[i] == GOOD; local
    [all...]
  /external/libweave/third_party/chromium/base/time/
time_unittest.cc 818 EXPECT_TRUE(oss.good());
835 EXPECT_TRUE(oss.good());
864 EXPECT_TRUE(oss.good());
  /external/opencv3/modules/cudaimgproc/src/
generalized_hough.cpp 373 bool good = true;
401 good = false;
410 if(good)
  /external/opencv3/modules/imgproc/src/
generalized_hough.cpp 250 bool good = true; local
278 good = false;
287 if(good)
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
EasyDialogs.py 659 good = 1
712 good = 1
769 good = 1
816 "So far, so good!", "Keep on truckin'" )
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
EasyDialogs.py 659 good = 1
712 good = 1
769 good = 1
816 "So far, so good!", "Keep on truckin'" )
  /external/google-breakpad/src/processor/
minidump_unittest.cc 99 ASSERT_TRUE(file_stream.good());
102 ASSERT_TRUE(file_stream.good());
105 ASSERT_TRUE(file_stream.good());
107 ASSERT_TRUE(file_stream.good());
110 ASSERT_TRUE(stream.good());
    [all...]

Completed in 1494 milliseconds

<<111213141516