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

1 2 3

  /external/valgrind/main/memcheck/tests/
execve1.c 7 char* good[1] = { NULL }; local
10 execve("/bin/true", good, good);
  /frameworks/rs/driver/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.
  /external/clang/lib/AST/
Comment.cpp 36 struct good {}; struct in namespace:clang::comments::__anon5576
40 good implements_child_begin_end(Comment::child_iterator (T::*)() const) {
41 return good();
50 (void) sizeof(good(implements_child_begin_end(function)))
150 // Defaults are should be good for declarations we don't handle explicitly.
  /prebuilts/gcc/linux-x86/host/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
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
basic_ios.h 126 * users will call one of the interpreting wrappers, e.g., good().
172 good() const function in class:basic_ios
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
basic_ios.h 126 * users will call one of the interpreting wrappers, e.g., good().
172 good() const function in class:basic_ios
  /prebuilts/ndk/5/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
  /prebuilts/ndk/6/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
  /prebuilts/ndk/7/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
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/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
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
basic_ios.h 126 * users will call one of the interpreting wrappers, e.g., good().
172 good() const function in class:basic_ios
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
basic_ios.h 126 * users will call one of the interpreting wrappers, e.g., good().
172 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; // expected-note {{field 'g' of const-qualified type 'const good' would not be initialized}}
virtual-override.cpp 236 X1<0, 0> good; member in namespace:type_dependent_covariance
  /external/doclava/src/com/google/doclava/
LinkReference.java 59 public boolean good; field in class:LinkReference
433 result.good = true;
  /prebuilts/gcc/linux-x86/host/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())
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
codecvt_specializations.h 120 good() const throw() function in class:encoding_state
314 if (__state.good())
381 if (__state.good())
418 if (__state.good())
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
codecvt_specializations.h 120 good() const throw() function in class:encoding_state
314 if (__state.good())
381 if (__state.good())
418 if (__state.good())
  /prebuilts/ndk/5/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())
  /prebuilts/ndk/6/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())
  /prebuilts/ndk/7/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())
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/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())
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
codecvt_specializations.h 120 good() const throw() function in class:encoding_state
314 if (__state.good())
381 if (__state.good())
418 if (__state.good())
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
codecvt_specializations.h 120 good() const throw() function in class:encoding_state
314 if (__state.good())
381 if (__state.good())
418 if (__state.good())

Completed in 1151 milliseconds

1 2 3