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

1 2 3 4

  /external/valgrind/main/memcheck/tests/
execve1.c 7 char* good[1] = { NULL }; local
10 execve("/bin/true", good, good);
  /external/chromium_org/webkit/browser/appcache/
manifest_parser_unittest.cc 56 const std::string good = kGoodSignatures[i]; local
57 EXPECT_TRUE(ParseManifest(url, good.c_str(), good.length(), manifest));
  /external/chromium_org/chrome/browser/net/
chrome_fraudulent_certificate_reporter_unittest.cc 46 // Builds an SSLInfo from a "good" cert chain, as defined by IsGoodSSLInfo,
62 // Checks that |info| is good as required by the SSL checks performed in
81 // Passes if invoked with a good SSLInfo and for a hostname that is a Google
179 SSLInfo good = GetGoodSSLInfo(); local
180 EXPECT_TRUE(IsGoodSSLInfo(good));
  /external/clang/test/CXX/temp/temp.spec/
no-body.cpp 11 namespace good { namespace
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_robotparser.py 6 def __init__(self, index, parser, url, good, agent):
8 if good:
9 self.str = "RobotTest(%d, good, %s)" % (index, url)
14 self.good = good
23 if self.good:
54 good = ['/','/test.html'] variable
57 RobotTest(1, doc, good, bad)
72 good = ['/','/test.html',('cybermapper','/cyberworld/map/index.html')] variable
75 RobotTest(2, doc, good, bad
84 good = [] variable
100 good = [] # XFAIL '\/a\/b.html' variable
118 good = ['\/tmp',] # XFAIL: '\/a%2fb.html' variable
133 good = ['\/foo.html'] variable
147 good = ['\/folder1\/myfile.html'] variable
162 good = [] variable
167 good = [] variable
181 good = [] variable
186 good = ['\/something.jpg'] variable
200 good = ['\/folder1\/myfile.html'] variable
212 good = ['\/some\/path'] variable
226 good = ['\/another\/path'] variable
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_robotparser.py 6 def __init__(self, index, parser, url, good, agent):
8 if good:
9 self.str = "RobotTest(%d, good, %s)" % (index, url)
14 self.good = good
23 if self.good:
54 good = ['/','/test.html'] variable
57 RobotTest(1, doc, good, bad)
72 good = ['/','/test.html',('cybermapper','/cyberworld/map/index.html')] variable
75 RobotTest(2, doc, good, bad
84 good = [] variable
100 good = [] # XFAIL '\/a\/b.html' variable
118 good = ['\/tmp',] # XFAIL: '\/a%2fb.html' variable
133 good = ['\/foo.html'] variable
147 good = ['\/folder1\/myfile.html'] variable
162 good = [] variable
167 good = [] variable
181 good = [] variable
186 good = ['\/something.jpg'] variable
200 good = ['\/folder1\/myfile.html'] variable
212 good = ['\/some\/path'] variable
226 good = ['\/another\/path'] variable
    [all...]
  /external/chromium_org/sync/syncable/
entry.h 47 // After constructing, you must check good() to test whether the Get
54 bool good() const { return 0 != kernel_; } function in class:syncer::syncable::Entry
directory.h 176 bool good() const { return NULL != kernel_; } function in class:syncer::syncable::Directory
  /frameworks/rs/cpu_ref/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::__anon17499
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
  /prebuilts/ndk/9/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/9/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
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
basic_ios.h 128 * users will call one of the interpreting wrappers, e.g., good().
174 good() const function in class:basic_ios
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/
unicodetext.cc 77 int good = UniLib::SpanInterchangeValid(start, end - start); local
78 if (good > 0) {
80 memmove(out, start, good);
82 out += good;
83 start += good;
  /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}}

Completed in 1345 milliseconds

1 2 3 4