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

1 2 3 4 5 6 7

  /external/valgrind/none/tests/x86/
shift_ndep.stdout.exp 0 Passed (0).
  /external/valgrind/none/tests/ppc32/
data-cache-instructions.stdout.exp 0 Passed dcbzl test at aligned address within the test block.
2 Passed dcbzl test at un-aligned (1 modulo block_size) address within the test block.
3 Passed dcbzl test at un-aligned ((block_size - 1) modulo block_size) address within the test block.
  /external/valgrind/none/tests/ppc64/
data-cache-instructions.stdout.exp 0 Passed dcbzl test at aligned address within the test block.
2 Passed dcbzl test at un-aligned (1 modulo block_size) address within the test block.
3 Passed dcbzl test at un-aligned ((block_size - 1) modulo block_size) address within the test block.
  /external/libchrome/base/threading/
thread_task_runner_handle.cc 58 base::Passed(&top_level_ttrh)));
77 base::Passed(&overriding_task_runner),
  /external/libmojo/mojo/public/cpp/bindings/
thread_safe_interface_ptr.h 72 base::Bind(forward_, base::Passed(message)));
87 FROM_HERE, base::Bind(forward_with_responder_, base::Passed(message),
88 base::Passed(&responder)));
106 base::Passed(std::move(responder_)),
107 base::Passed(std::move(*message))));
194 base::Passed(&ptr_info)));
206 base::Passed(&ptr_info)));
  /system/bt/bta/dm/
bta_dm_ci.cc 74 base::Bind(bta_dm_ci_rmt_oob_act, base::Passed(&msg)));
  /external/google-breakpad/src/testing/gtest/test/
gtest-unittest-api_test.cc 243 EXPECT_TRUE(unit_test->Passed());
256 EXPECT_TRUE(test_cases[0]->Passed());
275 EXPECT_TRUE(test_cases[2]->Passed());
290 EXPECT_TRUE(tests[1]->result()->Passed());
298 EXPECT_TRUE(tests[2]->result()->Passed());
306 EXPECT_TRUE(tests[3]->result()->Passed());
323 EXPECT_TRUE(tests[0]->result()->Passed());
  /external/googletest/googletest/test/
gtest-unittest-api_test.cc 243 EXPECT_TRUE(unit_test->Passed());
256 EXPECT_TRUE(test_cases[0]->Passed());
275 EXPECT_TRUE(test_cases[2]->Passed());
290 EXPECT_TRUE(tests[1]->result()->Passed());
298 EXPECT_TRUE(tests[2]->result()->Passed());
306 EXPECT_TRUE(tests[3]->result()->Passed());
323 EXPECT_TRUE(tests[0]->result()->Passed());
  /external/protobuf/gtest/test/
gtest-unittest-api_test.cc 243 EXPECT_TRUE(unit_test->Passed());
256 EXPECT_TRUE(test_cases[0]->Passed());
276 EXPECT_TRUE(test_cases[2]->Passed());
291 EXPECT_TRUE(tests[1]->result()->Passed());
299 EXPECT_TRUE(tests[2]->result()->Passed());
307 EXPECT_TRUE(tests[3]->result()->Passed());
325 EXPECT_TRUE(tests[0]->result()->Passed());
  /external/v8/testing/gtest/test/
gtest-unittest-api_test.cc 243 EXPECT_TRUE(unit_test->Passed());
256 EXPECT_TRUE(test_cases[0]->Passed());
275 EXPECT_TRUE(test_cases[2]->Passed());
290 EXPECT_TRUE(tests[1]->result()->Passed());
298 EXPECT_TRUE(tests[2]->result()->Passed());
306 EXPECT_TRUE(tests[3]->result()->Passed());
323 EXPECT_TRUE(tests[0]->result()->Passed());
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest-unittest-api_test.cc 243 EXPECT_TRUE(unit_test->Passed());
256 EXPECT_TRUE(test_cases[0]->Passed());
275 EXPECT_TRUE(test_cases[2]->Passed());
290 EXPECT_TRUE(tests[1]->result()->Passed());
298 EXPECT_TRUE(tests[2]->result()->Passed());
306 EXPECT_TRUE(tests[3]->result()->Passed());
323 EXPECT_TRUE(tests[0]->result()->Passed());
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/test/
gtest-unittest-api_test.cc 243 EXPECT_TRUE(unit_test->Passed());
256 EXPECT_TRUE(test_cases[0]->Passed());
275 EXPECT_TRUE(test_cases[2]->Passed());
290 EXPECT_TRUE(tests[1]->result()->Passed());
298 EXPECT_TRUE(tests[2]->result()->Passed());
306 EXPECT_TRUE(tests[3]->result()->Passed());
323 EXPECT_TRUE(tests[0]->result()->Passed());
  /external/libchrome/dbus/
exported_object.cc 226 base::Passed(&method_call),
235 base::Passed(&method_call)));
252 base::Passed(&method_call)));
264 base::Passed(&method_call),
265 base::Passed(&response),
  /external/libchrome/base/files/
important_file_writer.cc 181 Closure task = Bind(&WriteScopedStringToFileAtomically, path_, Passed(&data),
182 Passed(&before_next_write_callback_),
183 Passed(&after_next_write_callback_));
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-death-test-internal.h 67 // exit code: The integer code passed to exit(3), _exit(2), or
114 // Returns true if the death test passed; that is, the test process
119 // than a function pointer or functor, or else Wait and Passed could
121 virtual bool Passed(bool exit_status_ok) = 0;
199 if (!gtest_dt->Passed(predicate(gtest_dt->Wait()))) { \
  /external/googletest/googletest/include/gtest/internal/
gtest-death-test-internal.h 67 // exit code: The integer code passed to exit(3), _exit(2), or
114 // Returns true if the death test passed; that is, the test process
119 // than a function pointer or functor, or else Wait and Passed could
121 virtual bool Passed(bool exit_status_ok) = 0;
199 if (!gtest_dt->Passed(predicate(gtest_dt->Wait()))) { \
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-death-test-internal.h 67 // exit code: The integer code passed to exit(3), _exit(2), or
114 // Returns true if the death test passed; that is, the test process
119 // than a function pointer or functor, or else Wait and Passed could
121 virtual bool Passed(bool exit_status_ok) = 0;
199 if (!gtest_dt->Passed(predicate(gtest_dt->Wait()))) { \
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-death-test-internal.h 67 // exit code: The integer code passed to exit(3), _exit(2), or
114 // Returns true if the death test passed; that is, the test process
119 // than a function pointer or functor, or else Wait and Passed could
121 virtual bool Passed(bool exit_status_ok) = 0;
199 if (!gtest_dt->Passed(predicate(gtest_dt->Wait()))) { \
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-death-test-internal.h 67 // exit code: The integer code passed to exit(3), _exit(2), or
114 // Returns true if the death test passed; that is, the test process
119 // than a function pointer or functor, or else Wait and Passed could
121 virtual bool Passed(bool exit_status_ok) = 0;
199 if (!gtest_dt->Passed(predicate(gtest_dt->Wait()))) { \
  /external/protobuf/gtest/include/gtest/internal/
gtest-death-test-internal.h 65 // exit code: The integer code passed to exit(3), _exit(2), or
108 // Returns true if the death test passed; that is, the test process
113 // than a function pointer or functor, or else Wait and Passed could
115 virtual bool Passed(bool exit_status_ok) = 0;
168 if (!gtest_dt->Passed(predicate(gtest_dt->Wait()))) { \
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
gtest-death-test-internal.h 67 // exit code: The integer code passed to exit(3), _exit(2), or
114 // Returns true if the death test passed; that is, the test process
119 // than a function pointer or functor, or else Wait and Passed could
121 virtual bool Passed(bool exit_status_ok) = 0;
199 if (!gtest_dt->Passed(predicate(gtest_dt->Wait()))) { \
  /external/v8/testing/gtest/include/gtest/internal/
gtest-death-test-internal.h 67 // exit code: The integer code passed to exit(3), _exit(2), or
114 // Returns true if the death test passed; that is, the test process
119 // than a function pointer or functor, or else Wait and Passed could
121 virtual bool Passed(bool exit_status_ok) = 0;
199 if (!gtest_dt->Passed(predicate(gtest_dt->Wait()))) { \
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-death-test-internal.h 67 // exit code: The integer code passed to exit(3), _exit(2), or
114 // Returns true if the death test passed; that is, the test process
119 // than a function pointer or functor, or else Wait and Passed could
121 virtual bool Passed(bool exit_status_ok) = 0;
199 if (!gtest_dt->Passed(predicate(gtest_dt->Wait()))) { \
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-death-test-internal.h 67 // exit code: The integer code passed to exit(3), _exit(2), or
114 // Returns true if the death test passed; that is, the test process
119 // than a function pointer or functor, or else Wait and Passed could
121 virtual bool Passed(bool exit_status_ok) = 0;
199 if (!gtest_dt->Passed(predicate(gtest_dt->Wait()))) { \
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/include/gtest/internal/
gtest-death-test-internal.h 67 // exit code: The integer code passed to exit(3), _exit(2), or
114 // Returns true if the death test passed; that is, the test process
119 // than a function pointer or functor, or else Wait and Passed could
121 virtual bool Passed(bool exit_status_ok) = 0;
199 if (!gtest_dt->Passed(predicate(gtest_dt->Wait()))) { \

Completed in 621 milliseconds

1 2 3 4 5 6 7