HomeSort by relevance Sort by last modified time
    Searched defs:good (Results 1 - 25 of 30) sorted by null

1 2

  /external/valgrind/main/memcheck/tests/
execve.c 7 char* good[1] = { NULL }; local
10 execve("/bin/true", good, good);
  /frameworks/compile/linkloader/utils/
serialize.h 66 bool good; member in class:ArchiveReader
71 cursor(buf), cursor_base(NULL), good(buf != NULL) {
95 if (!good || cursor + size > buf_end) {
96 good = false;
127 return good ? this : 0;
131 return !good;
  /external/chromium/chrome/browser/sync/syncable/
directory_manager.h 116 inline bool good() { function in class:syncable::ScopedDirLookup
129 // Ensure that the programmer checks good before using the ScopedDirLookup.
syncable.h 352 // After constructing, you must check good() to test whether the Get
359 bool good() const { return 0 != kernel_; } function in class:syncable::Entry
756 bool good() const { return NULL != store_; } function in class:syncable::Directory
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
basic_ios.h 124 * users will call one of the interpreting wrappers, e.g., good().
170 good() const function in class:basic_ios
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_ios.h 124 * users will call one of the interpreting wrappers, e.g., good().
170 good() const function in class:basic_ios
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_ios.h 124 * users will call one of the interpreting wrappers, e.g., good().
170 good() const function in class:basic_ios
  /external/clang/test/SemaCXX/
cxx0x-deleted-default-ctor.cpp 46 struct good : non_trivial { struct in inherits:non_trivial
49 good g;
52 const good g;
virtual-override.cpp 236 X1<0, 0> good; member in namespace:type_dependent_covariance
  /external/doclava/src/com/google/doclava/
LinkReference.java 54 public boolean good; field in class:LinkReference
400 result.good = true;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
codecvt_specializations.h 117 good() const throw() function in class:encoding_state
308 if (__state.good())
375 if (__state.good())
412 if (__state.good())
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/
codecvt_specializations.h 117 good() const throw() function in class:encoding_state
308 if (__state.good())
375 if (__state.good())
412 if (__state.good())
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/
codecvt_specializations.h 117 good() const throw() function in class:encoding_state
308 if (__state.good())
375 if (__state.good())
412 if (__state.good())
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/cert/
CertificateFactory_ImplTest.java 231 private static String[][] good = { field in class:CertificateFactory_ImplTest
305 for (int i=0; i<good.length; i++) {
307 (good[i][0] + x509crl + good[i][1]).getBytes("UTF-8"));
320 (good[0][0] + bad_content[i] + good[0][1]).getBytes("UTF-8"));
401 data[pem_x509] = (good[0][0] + x509crl + good[0][1] + "\n").getBytes("UTF-8");
403 data[pem_pkcs] = (good[0][0] + pkcs7so + good[0][1] + "\n").getBytes("UTF-8")
    [all...]
  /external/chromium/net/base/
dnssec_chain_verifier.cc 748 bool good = false; local
763 good = true;
769 good = true;
774 if (!good) {
  /external/stlport/stlport/stl/
_ios_base.h 172 bool good() const { return _M_iostate == 0; } function in class:ios_base
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 172 bool good() const { return _M_iostate == 0; } function in class:ios_base
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 172 bool good() const { return _M_iostate == 0; } function in class:ios_base
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 172 bool good() const { return _M_iostate == 0; } function in class:ios_base
  /external/clang/lib/AST/
Stmt.cpp 117 struct good {}; struct in namespace:__anon4235
123 static inline good is_good(good) { return good(); }
126 template <class T> good implements_children(children_t T::*) {
127 return good();
134 template <class T> good implements_getSourceRange(getSourceRange_t T::*) {
135 return good();
  /external/openssl/crypto/rand/
rand_win.c 197 int good = 0; local
360 good = 1;
374 good = 1;
499 if (good) starttime = GetTickCount();
530 && (!good || (GetTickCount()-starttime)<MAXDELAY)
540 && (!good || (GetTickCount()-starttime)<MAXDELAY)
563 && (!good || (GetTickCount()-starttime)<MAXDELAY));
574 if (good) starttime = GetTickCount();
578 while (process_next(handle, &p) && (!good || (GetTickCount()-starttime)<MAXDELAY));
586 if (good) starttime = GetTickCount()
    [all...]
  /external/chromium/chrome/browser/
browser_about_handler.cc 848 bool good) {
852 if (good) {
892 bool good = ((status & ZygoteHost::kSandboxSUID) && local
895 if (good) {
    [all...]
  /external/icu4c/test/intltest/
tzregts.cpp 589 const int32_t GOOD = 1;
598 GOOD, INT32_MIN, 0, INT32_MAX, INT32_MIN,
599 GOOD, UCAL_JANUARY, -5, UCAL_SUNDAY, 0,
600 GOOD, UCAL_DECEMBER, 5, UCAL_SATURDAY, 24*60*60*1000,
605 GOOD, UCAL_DECEMBER, 1, 0, 0,
606 GOOD, UCAL_DECEMBER, 31, 0, 0,
611 GOOD, UCAL_DECEMBER, 31, -UCAL_SUNDAY, 0,
612 GOOD, UCAL_DECEMBER, 31, -UCAL_SATURDAY, 0,
619 UBool shouldBeGood = (DATA[i] == GOOD);
703 const int32_t GOOD = 1, BAD = 0
803 UBool good = DATA[i] == GOOD; local
    [all...]
  /external/quake/quake/src/QW/server/
sv_main.c 541 break; // good
1070 qboolean good; local
1073 good = false;
1113 good = true;
    [all...]
  /external/openssl/crypto/ocsp/
ocsp.h 229 * good [0] IMPLICIT NULL,
240 ASN1_NULL *good; member in union:ocsp_cert_status_st::__anon9035

Completed in 1506 milliseconds

1 2