Searched defs:passed (Results 1 - 25 of 27) sorted by relevance

12

/external/webkit/Tools/TestWebKitAPI/win/
H A Dmain.cpp35 bool passed = true; local
41 passed = TestWebKitAPI::TestsController::shared().runTestNamed(argument);
43 return passed ? EXIT_SUCCESS : EXIT_FAILURE;
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/String/
H A D15.5.3.js42 var passed = true; variable
61 testcases[tc].passed = writeTestCaseResult(
66 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/
H A Dregress-110286.js75 var passed = true; variable
82 passed = false;
84 actual = passed;
/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest-spi.h75 // Returns true iff the test part passed.
76 bool passed() const { return type_ == TPRT_SUCCESS; } function in class:testing::TestPartResult
/external/chromium/testing/gtest/include/gtest/
H A Dgtest-test-part.h88 // Returns true iff the test part passed.
89 bool passed() const { return type_ == kSuccess; } function in class:testing::TestPartResult
/external/expat/tests/
H A Dminicheck.c150 int passed = runner->nchecks - runner->nfailures; local
151 double percentage = ((double) passed) / runner->nchecks;
/external/gtest/include/gtest/
H A Dgtest-test-part.h88 // Returns true iff the test part passed.
89 bool passed() const { return type_ == kSuccess; } function in class:testing::TestPartResult
/external/icu4c/test/cintltst/
H A Dcucdapi.c242 UBool passed = TRUE; local
251 passed = FALSE;
260 if(passed==FALSE){
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-test-part.h88 // Returns true iff the test part passed.
89 bool passed() const { return type_ == kSuccess; } function in class:testing::TestPartResult
/external/protobuf/gtest/include/gtest/
H A Dgtest-test-part.h87 // Returns true iff the test part passed.
88 bool passed() const { return type_ == kSuccess; } function in class:testing::TestPartResult
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dieee802_11_shared.c27 struct os_time now, passed; local
33 os_time_sub(&now, &sta->sa_query_start, &passed);
34 tu = (passed.sec * 1000000 + passed.usec) / 1024;
H A Dsta_info.c768 struct os_time now, passed; local
770 os_time_sub(&now, &sta->sa_query_start, &passed);
771 tu = (passed.sec * 1000000 + passed.usec) / 1024;
/external/wpa_supplicant_8/src/ap/
H A Dieee802_11_shared.c27 struct os_time now, passed; local
33 os_time_sub(&now, &sta->sa_query_start, &passed);
34 tu = (passed.sec * 1000000 + passed.usec) / 1024;
H A Dsta_info.c768 struct os_time now, passed; local
770 os_time_sub(&now, &sta->sa_query_start, &passed);
771 tu = (passed.sec * 1000000 + passed.usec) / 1024;
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dieee802_11_shared.c27 struct os_time now, passed; local
33 os_time_sub(&now, &sta->sa_query_start, &passed);
34 tu = (passed.sec * 1000000 + passed.usec) / 1024;
H A Dsta_info.c768 struct os_time now, passed; local
770 os_time_sub(&now, &sta->sa_query_start, &passed);
771 tu = (passed.sec * 1000000 + passed.usec) / 1024;
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
H A DSerializationStressTest3.java330 private boolean passed = false; field in class:SerializationStressTest3.WriteFieldsUsingPutFieldWrite
336 public boolean passed() { method in class:SerializationStressTest3.WriteFieldsUsingPutFieldWrite
337 return passed;
344 passed = int1 == 0xA9 && object1.equals(v1);
1626 ((WriteFieldsUsingPutFieldWrite) objLoaded).passed());
/external/valgrind/main/callgrind/
H A Dbbcc.c558 Int jmpkind, passed = 0, csp; local
582 passed = CLG_(current_state).jmps_passed;
583 CLG_ASSERT(passed <= last_bb->cjmp_count);
584 if (passed == last_bb->cjmp_count) {
587 /* VEX always gives a Boring jump kind also when passed trough */
601 last_bbcc->jmp[passed].ecounter++;
604 UInt instr_count = last_bb->jmp[passed].instr+1;
696 passed = top_ce->jcc->jmp;
844 /* FIXME: take the real passed count from shadow stack */
845 passed
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Dsme.c918 struct os_time now, passed; local
920 os_time_sub(&now, &wpa_s->sme.sa_query_start, &passed);
921 tu = (passed.sec * 1000000 + passed.usec) / 1024;
/external/chromium/chrome/browser/search_engines/
H A Dtemplate_url_model_unittest.cc52 bool passed() const { return passed_; } function in class:TestGenerateSearchURL
473 EXPECT_TRUE(test_generate_search_url->passed());
489 EXPECT_TRUE(test_generate_search_url->passed());
/external/chromium/testing/gtest/test/
H A Dgtest-death-test_test.cc773 int status, bool passed);
821 TestRole role, int status, bool passed) :
822 parent_(parent), role_(role), status_(status), passed_(passed) {
866 int status, bool passed) {
870 passed_ = passed;
820 MockDeathTest(MockDeathTestFactory *parent, TestRole role, int status, bool passed) argument
864 SetParameters(bool create, DeathTest::TestRole role, int status, bool passed) argument
/external/freetype/src/autofit/
H A Daflatin.c782 FT_Bool passed; local
808 passed = 0;
858 if ( passed )
860 passed = 1;
/external/gtest/test/
H A Dgtest-death-test_test.cc773 int status, bool passed);
821 TestRole role, int status, bool passed) :
822 parent_(parent), role_(role), status_(status), passed_(passed) {
866 int status, bool passed) {
870 passed_ = passed;
820 MockDeathTest(MockDeathTestFactory *parent, TestRole role, int status, bool passed) argument
864 SetParameters(bool create, DeathTest::TestRole role, int status, bool passed) argument
/external/icu4c/test/intltest/
H A Dtzregts.cpp402 UBool passed; local
407 passed = (tzOffset == (tzRawOffset + 3600000));
412 passed = (tzOffset == tzRawOffset);
423 if (passed)
428 if (passed)
434 return passed;
/external/protobuf/gtest/test/
H A Dgtest-death-test_test.cc727 int status, bool passed);
775 TestRole role, int status, bool passed) :
776 parent_(parent), role_(role), status_(status), passed_(passed) {
820 int status, bool passed) {
824 passed_ = passed;
774 MockDeathTest(MockDeathTestFactory *parent, TestRole role, int status, bool passed) argument
818 SetParameters(bool create, DeathTest::TestRole role, int status, bool passed) argument

Completed in 4073 milliseconds

12