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

1 23 4 5 6 7

  /external/libmojo/mojo/public/cpp/bindings/lib/
message.cc 245 base::Bind(&DoNotifyBadMessage, base::Passed(&response_));
318 base::Bind(&DoNotifyBadMessage, base::Passed(message_));
  /tools/test/connectivity/acts/framework/acts/
records.py 109 """To mark the test as passed in this record.
224 self.passed: A list of records for tests passed.
233 self.passed = []
304 self.passed.append(record)
347 category, like "Passed", "Failed" etc.
364 category, like "Passed", "Failed" etc.
373 d["Passed"] = len(self.passed)
  /external/icu/icu4c/source/allinone/
icucheck.bat 124 echo " - All Passed!"
  /external/libchrome/base/
bind_helpers.h 15 // The wrapper functions are base::Unretained(), base::Owned(), base::Passed(),
24 // Passed() is for transferring movable-but-not-copyable types (eg. unique_ptr)
27 // Callback::Run() twice on a Callback that was created with a Passed()
32 // When the callback is called, the object is passed as a raw pointer.
122 // EXAMPLE OF Passed():
132 // Closure cb = Bind(&TakesOwnership, Passed(&f));
139 // cb = Bind(&TakesOwnership, Passed(CreateFoo()));
146 // Passed() is particularly useful with PostTask() when you are transferring
261 // bound to a Callback. We guard this explicitly at the call of Passed()
262 // to make for clear errors. Things not given to Passed() will be forwarde
    [all...]
  /external/libchrome/base/message_loop/
message_loop.cc 88 : MessageLoop(TYPE_CUSTOM, Bind(&ReturnPump, Passed(&pump))) {
596 : MessageLoop(TYPE_UI, Bind(&ReturnPump, Passed(&pump))) {}
  /system/bt/bta/dm/
bta_dm_api.cc 253 do_in_bta_thread(FROM_HERE, base::Bind(bta_dm_pin_reply, base::Passed(&msg)));
327 base::Bind(bta_dm_add_device, base::Passed(&msg)));
  /test/vts/runners/host/
records.py 102 """To mark the test as passed in this record.
218 self.passed: A list of records for tests passed.
230 self.passed = []
314 self.requested, self.failed, self.executed, self.passed,
342 self.passed.append(record)
366 """Add a record to indicate a test class setup has passed and no test
377 self.passed.append(record)
409 self.executed, self.failed, self.passed, self.skipped, self.error)
423 category, like "Passed", "Failed" etc
    [all...]
  /external/google-breakpad/src/testing/gtest/include/gtest/
gtest.h 524 // Returns true iff the test passed (i.e. no test part failed).
525 bool Passed() const { return !Failed(); }
790 // Returns true iff the test case passed.
791 bool Passed() const { return !Failed(); }
845 // Returns true iff test passed.
847 return test_info->should_run() && test_info->result()->Passed();
    [all...]
  /external/googletest/googletest/include/gtest/
gtest.h 538 // Returns true iff the test passed (i.e. no test part failed).
539 bool Passed() const { return !Failed(); }
834 // Returns true iff the test case passed.
835 bool Passed() const { return !Failed(); }
893 // Returns true iff test passed.
895 return test_info->should_run() && test_info->result()->Passed();
    [all...]
  /external/libmojo/mojo/public/cpp/bindings/tests/
e2e_perftest.cc 178 base::Bind(&CreateAndRunService, base::Passed(&request),
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h 538 // Returns true iff the test passed (i.e. no test part failed).
539 bool Passed() const { return !Failed(); }
834 // Returns true iff the test case passed.
835 bool Passed() const { return !Failed(); }
893 // Returns true iff test passed.
895 return test_info->should_run() && test_info->result()->Passed();
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest.h 523 // Returns true iff the test passed (i.e. no test part failed).
524 bool Passed() const { return !Failed(); }
790 // Returns true iff the test case passed.
791 bool Passed() const { return !Failed(); }
845 // Returns true iff test passed.
847 return test_info->should_run() && test_info->result()->Passed();
    [all...]
  /external/mesa3d/src/gtest/include/gtest/
gtest.h 515 // Returns true iff the test passed (i.e. no test part failed).
516 bool Passed() const { return !Failed(); }
802 // Returns true iff the test case passed.
803 bool Passed() const { return !Failed(); }
861 // Returns true iff test passed.
863 return test_info->should_run() && test_info->result()->Passed();
    [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/
gtest.h 523 // Returns true iff the test passed (i.e. no test part failed).
524 bool Passed() const { return !Failed(); }
790 // Returns true iff the test case passed.
791 bool Passed() const { return !Failed(); }
845 // Returns true iff test passed.
847 return test_info->should_run() && test_info->result()->Passed();
    [all...]
  /external/v8/testing/gtest/include/gtest/
gtest.h 538 // Returns true iff the test passed (i.e. no test part failed).
539 bool Passed() const { return !Failed(); }
834 // Returns true iff the test case passed.
835 bool Passed() const { return !Failed(); }
893 // Returns true iff test passed.
895 return test_info->should_run() && test_info->result()->Passed();
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
gtest.h 515 // Returns true iff the test passed (i.e. no test part failed).
516 bool Passed() const { return !Failed(); }
802 // Returns true iff the test case passed.
803 bool Passed() const { return !Failed(); }
861 // Returns true iff test passed.
863 return test_info->should_run() && test_info->result()->Passed();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/share/opt-viewer/
opt-viewer.py 186 if isinstance(remark, optrecord.Passed) and remark.Pass == "inline" and remark.Name == "Inlined":
  /prebuilts/clang/host/darwin-x86/clang-4630689/share/opt-viewer/
opt-viewer.py 186 if isinstance(remark, optrecord.Passed) and remark.Pass == "inline" and remark.Name == "Inlined":
  /prebuilts/clang/host/darwin-x86/clang-4639204/share/opt-viewer/
opt-viewer.py 186 if isinstance(remark, optrecord.Passed) and remark.Pass == "inline" and remark.Name == "Inlined":
  /prebuilts/clang/host/darwin-x86/clang-4691093/share/opt-viewer/
opt-viewer.py 186 if isinstance(remark, optrecord.Passed) and remark.Pass == "inline" and remark.Name == "Inlined":
  /prebuilts/clang/host/linux-x86/clang-4579689/share/opt-viewer/
opt-viewer.py 186 if isinstance(remark, optrecord.Passed) and remark.Pass == "inline" and remark.Name == "Inlined":
  /prebuilts/clang/host/linux-x86/clang-4630689/share/opt-viewer/
opt-viewer.py 186 if isinstance(remark, optrecord.Passed) and remark.Pass == "inline" and remark.Name == "Inlined":
  /prebuilts/clang/host/linux-x86/clang-4639204/share/opt-viewer/
opt-viewer.py 186 if isinstance(remark, optrecord.Passed) and remark.Pass == "inline" and remark.Name == "Inlined":
  /prebuilts/clang/host/linux-x86/clang-4691093/share/opt-viewer/
opt-viewer.py 186 if isinstance(remark, optrecord.Passed) and remark.Pass == "inline" and remark.Name == "Inlined":
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/include/gtest/
gtest.h 515 // Returns true iff the test passed (i.e. no test part failed).
516 bool Passed() const { return !Failed(); }
788 // Returns true iff the test case passed.
789 bool Passed() const { return !Failed(); }
847 // Returns true iff test passed.
849 return test_info->should_run() && test_info->result()->Passed();
    [all...]

Completed in 998 milliseconds

1 23 4 5 6 7