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

1 2 3 4 5 6 78 91011>>

  /external/v8/test/mjsunit/
string-compare-alignment.js 33 "Now is the time for all good men to come to the aid of the party. " +
34 "Now is the time for all good men to come to the aid of the party."
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_istream.h 295 if (__istr.good()) {
302 if (!__istr.good()) {
311 if (__istr.good()) {
320 return __istr.good();
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_istream.h 295 if (__istr.good()) {
302 if (!__istr.good()) {
311 if (__istr.good()) {
320 return __istr.good();
  /external/google-breakpad/src/client/linux/minidump_writer/
linux_ptrace_dumper.cc 301 bool good = true;
303 good &= ResumeThread(threads_[i]);
305 return good;
  /external/gptfdisk/
support.cc 41 if (!cin.good())
59 if (!cin.good())
108 if (!cin.good())
  /external/opencv3/modules/cudaimgproc/src/
gftt.cpp 151 bool good = true;
182 good = false;
192 if(good)
hough_circles.cpp 246 bool good = true;
275 good = false;
284 if(good)
  /external/autotest/client/cros/
power_utils.py 564 good = eval("%d %s %d" % (value, operator, expr))
565 if not good:
569 return good
576 good = self._shift_mask_match(reg_name, r, item)
577 if not good:
  /external/clang/lib/AST/
Stmt.cpp 153 struct good {}; struct in namespace:__anon7156
159 static inline good is_good(good) { return good(); }
162 template <class T> good implements_children(children_t T::*) {
163 return good();
171 template <class T> good implements_getLocStart(getLocStart_t T::*) {
172 return good();
180 template <class T> good implements_getLocEnd(getLocEnd_t T::*) {
181 return good();
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
codecvt_test.cpp 298 CPPUNIT_ASSERT( ostr.good() );
302 CPPUNIT_ASSERT( ostr.good() );
307 CPPUNIT_ASSERT( istr.good() );
314 CPPUNIT_ASSERT( istr.good() );
342 CPPUNIT_ASSERT( istr.good() );
349 CPPUNIT_ASSERT( istr.good() );
  /ndk/tests/device/test-stlport/unit/
codecvt_test.cpp 298 CPPUNIT_ASSERT( ostr.good() );
302 CPPUNIT_ASSERT( ostr.good() );
307 CPPUNIT_ASSERT( istr.good() );
314 CPPUNIT_ASSERT( istr.good() );
342 CPPUNIT_ASSERT( istr.good() );
349 CPPUNIT_ASSERT( istr.good() );
  /external/gemmlowp/test/
test.cc 362 // cases the first-tried shift value 16 turns out to be good enough.
444 const bool good = CheckResultStatsBounds(stats, bounds); local
448 good ? "PASS" : "FAIL", rows, depth, cols, OrderName(kLhsOrder),
452 if (!good) {
467 Check(good);
778 const bool good = CheckResultStatsBounds(stats, bounds); local
780 good ? "PASS" : "FAIL");
782 Check(good);
998 const bool good = CheckResultStatsBounds(stats, bounds); local
1058 const bool good = CheckResultStatsBounds(stats, bounds); local
1089 const bool good = CheckResultStatsBounds(stats, bounds); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
codecvt_specializations.h 118 good() const throw() function in class:encoding_state
312 if (__state.good())
379 if (__state.good())
416 if (__state.good())
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
codecvt_specializations.h 118 good() const throw() function in class:encoding_state
312 if (__state.good())
379 if (__state.good())
416 if (__state.good())
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
codecvt_specializations.h 118 good() const throw() function in class:encoding_state
312 if (__state.good())
379 if (__state.good())
416 if (__state.good())
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
codecvt_specializations.h 118 good() const throw() function in class:encoding_state
312 if (__state.good())
379 if (__state.good())
416 if (__state.good())
  /external/autotest/cli/
action_common.py 123 good = set(str(result[field]) for result in results)
125 ', '.join(set(filters[dbkey]) - good))
job_unittest.py 146 u'control_file': u'kernel = \'8210088647656509311.kernel-smp-2.6.18-220.5.x86_64.rpm\'\ndef step_init():\n job.next_step([step_test])\n testkernel = job.kernel(\'8210088647656509311.kernel-smp-2.6.18-220.5.x86_64.rpm\')\n \n testkernel.install()\n testkernel.boot(args=\'console_always_print=1\')\n\ndef step_test():\n job.next_step(\'step0\')\n\ndef step0():\n AUTHOR = "Autotest Team"\n NAME = "Sleeptest"\n TIME = "SHORT"\n TEST_CATEGORY = "Functional"\n TEST_CLASS = "General"\n TEST_TYPE = "client"\n \n DOC = """\n This test simply sleeps for 1 second by default. It\'s a good way to test\n profilers and double check that autotest is working.\n The seconds argument can also be modified to make the machine sleep for as\n long as needed.\n """\n \n job.run_test(\'sleeptest\', seconds = 1)',
167 u'control_file': u'kernel = \'8210088647656509311.kernel-smp-2.6.18-220.5.x86_64.rpm\'\ndef step_init():\n job.next_step([step_test])\n testkernel = job.kernel(\'8210088647656509311.kernel-smp-2.6.18-220.5.x86_64.rpm\')\n \n testkernel.install()\n testkernel.boot(args=\'console_always_print=1\')\n\ndef step_test():\n job.next_step(\'step0\')\n\ndef step0():\n AUTHOR = "Autotest Team"\n NAME = "Sleeptest"\n TIME = "SHORT"\n TEST_CATEGORY = "Functional"\n TEST_CLASS = "General"\n TEST_TYPE = "client"\n \n DOC = """\n This test simply sleeps for 1 second by default. It\'s a good way to test\n profilers and double check that autotest is working.\n The seconds argument can also be modified to make the machine sleep for as\n long as needed.\n """\n \n job.run_test(\'sleeptest\', seconds = 1)',
189 u'control_file': u'kernel = \'8210088647656509311.kernel-smp-2.6.18-220.5.x86_64.rpm\'\ndef step_init():\n job.next_step([step_test])\n testkernel = job.kernel(\'8210088647656509311.kernel-smp-2.6.18-220.5.x86_64.rpm\')\n \n testkernel.install()\n testkernel.boot(args=\'console_always_print=1\')\n\ndef step_test():\n job.next_step(\'step0\')\n\ndef step0():\n AUTHOR = "Autotest Team"\n NAME = "Sleeptest"\n TIME = "SHORT"\n TEST_CATEGORY = "Functional"\n TEST_CLASS = "General"\n TEST_TYPE = "client"\n \n DOC = """\n This test simply sleeps for 1 second by default. It\'s a good way to test\n profilers and double check that autotest is working.\n The seconds argument can also be modified to make the machine sleep for as\n long as needed.\n """\n \n job.run_test(\'sleeptest\', seconds = 1)',
    [all...]
  /external/autotest/tko/
display.py 15 #### depending on stats of GOOD/FAIL
143 # GOOD (6) -> 1
148 if status == status_idx['GOOD']:
200 eg. { 'GOOD' : 4, 'FAIL' : 1 }
205 good = db.status_idx['GOOD']
209 html = "%d&nbsp;/&nbsp;%d " % (status_count_subset.get(good, 0),
239 Display a ratio of total number of GOOD tests
241 More info (e.g. 10 GOOD, 2 WARN, 3 FAIL) is in tooltips
256 Display a ratio of total number of GOOD test
    [all...]
  /external/deqp/executor/tools/
xeExtractShaderPrograms.cpp 83 if (!out.good())
182 if (!in.good())
  /external/v8/test/mjsunit/wasm/
ffi-error.js 44 // everything is good.
  /external/v8/test/webkit/
dfg-arrayify-when-late-prevent-extensions.js 25 "Tests that Arraify does good things when Object.preventExtensions() has been called."
dfg-arrayify-when-prevent-extensions.js 25 "Tests that Arraify does good things when Object.preventExtensions() has been called."
dfg-float32-array-nan.js 45 debug("I didn't crash, which is a good thing.");
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
general.s 219 # Force a good alignment.

Completed in 1755 milliseconds

1 2 3 4 5 6 78 91011>>