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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/components/dom_distiller/core/
feedback_reporter.cc 16 void FeedbackReporter::ReportQuality(bool good) {
17 UMA_HISTOGRAM_BOOLEAN("DomDistiller.DistillationQuality", good);
feedback_reporter.h 18 // Reports the quality of the distillation. |good| represents whether the
19 // perceived quality of the distillation of a web page was good.
20 static void ReportQuality(bool good);
  /external/valgrind/main/memcheck/tests/
execve1.c 7 char* good[1] = { NULL }; local
10 execve("/bin/true", good, good);
  /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/libcxx/test/input.output/iostreams.base/ios/iostate.flags/
good.pass.cpp 14 // bool good() const;
26 assert(!ios.good());
31 assert(ios.good());
33 assert(!ios.good());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/iostate.flags/
good.pass.cpp 14 // bool good() const;
26 assert(!ios.good());
31 assert(ios.good());
33 assert(!ios.good());
  /external/libcxx/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des/
ostream.pass.cpp 24 assert(outf.good());
ostream_delem.pass.cpp 25 assert(outf.good());
30 assert(outf.good());
copy.pass.cpp 25 assert(outf.good());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des/
ostream.pass.cpp 24 assert(outf.good());
ostream_delem.pass.cpp 25 assert(outf.good());
30 assert(outf.good());
  /external/clang/test/SemaCXX/
operator-arrow-depth.cpp 21 A<MAX/2> good; variable
22 int n = good->n;
  /external/libcxx/test/strings/basic.string/string.nonmembers/string.io/
get_line_delim.pass.cpp 29 assert(in.good());
32 assert(in.good());
35 assert(in.good());
45 assert(in.good());
48 assert(in.good());
51 assert(in.good());
63 assert(in.good());
66 assert(in.good());
69 assert(in.good());
80 assert(in.good());
    [all...]
  /external/stlport/test/unit/
ostmit_test.cpp 42 CPPUNIT_ASSERT(os.good());
44 CPPUNIT_ASSERT(os.good());
48 CPPUNIT_ASSERT(os.good());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.nonmembers/string.io/
get_line_delim.pass.cpp 29 assert(in.good());
32 assert(in.good());
35 assert(in.good());
45 assert(in.good());
48 assert(in.good());
51 assert(in.good());
63 assert(in.good());
66 assert(in.good());
69 assert(in.good());
80 assert(in.good());
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
ostmit_test.cpp 42 CPPUNIT_ASSERT(os.good());
44 CPPUNIT_ASSERT(os.good());
48 CPPUNIT_ASSERT(os.good());
  /ndk/tests/device/test-stlport/unit/
ostmit_test.cpp 42 CPPUNIT_ASSERT(os.good());
44 CPPUNIT_ASSERT(os.good());
48 CPPUNIT_ASSERT(os.good());
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/dom_distiller/
ExternalFeedbackReporter.java 18 * @param good whether the perceived quality of the distillation of a web page was good.
20 void reportFeedback(Activity activity, String url, boolean good);
  /external/libcxx/test/input.output/string.streams/istringstream/istringstream.cons/
default.pass.cpp 25 assert(ss.good());
31 assert(ss.good());
37 assert(ss.good());
43 assert(ss.good());
  /external/libcxx/test/input.output/string.streams/istringstream/istringstream.members/
str.pass.cpp 25 assert(ss.good());
34 assert(ss.good());
42 assert(ss.good());
51 assert(ss.good());
  /external/libcxx/test/input.output/string.streams/ostringstream/ostringstream.cons/
default.pass.cpp 25 assert(ss.good());
31 assert(ss.good());
37 assert(ss.good());
43 assert(ss.good());
  /external/libcxx/test/input.output/string.streams/stringstream.cons/
default.pass.cpp 25 assert(ss.good());
31 assert(ss.good());
37 assert(ss.good());
43 assert(ss.good());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/istringstream/istringstream.cons/
default.pass.cpp 25 assert(ss.good());
31 assert(ss.good());
37 assert(ss.good());
43 assert(ss.good());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/istringstream/istringstream.members/
str.pass.cpp 25 assert(ss.good());
34 assert(ss.good());
42 assert(ss.good());
51 assert(ss.good());

Completed in 812 milliseconds

1 2 3 4 5 6 7 8 91011>>