HomeSort by relevance Sort by last modified time
    Searched defs:Expect (Results 1 - 15 of 15) sorted by null

  /external/compiler-rt/lib/tsan/tests/unit/
tsan_mutexset_test.cc 18 static void Expect(const MutexSet &mset, uptr i, u64 id, bool write, u64 epoch,
33 Expect(mset, 0, 1, true, 2, 1);
40 Expect(mset, 0, 3, true, 4, 1);
41 Expect(mset, 1, 5, false, 6, 1);
52 Expect(mset, 0, 1, true, 2, 1);
56 Expect(mset, 0, 1, true, 2, 2);
60 Expect(mset, 0, 1, true, 2, 1);
86 Expect(mset, 0, 3, true, 4, 2);
96 Expect(mset, i, i, true, i + 1, 1);
104 Expect(mset, i, i, true, i + 1, 2)
    [all...]
  /art/runtime/
intern_table_test.cc 80 void Expect(const mirror::String* s) {
109 p.Expect(s0.Get());
110 p.Expect(s1.Get());
  /external/v8/test/cctest/compiler/
test-basic-block-profiler.cc 22 void Expect(size_t size, uint32_t* expected) {
52 m.Expect(arraysize(expected), expected);
58 m.Expect(arraysize(expected), expected);
66 m.Expect(arraysize(expected), expected);
72 m.Expect(arraysize(expected), expected);
98 m.Expect(arraysize(expected), expected);
106 m.Expect(arraysize(expected), expected);
  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/testing/
mock.py 190 def Expect(self, request, response=None, exception=None, **unused_kwargs):
203 # future things that can be passed to Expect(), like special
216 # TODO(jasmuth): allow the testing code to expect certain
  /external/v8/test/unittests/compiler/
zone-pool-unittest.cc 26 void Expect(ZonePool::StatsScope* stats, size_t current, size_t max,
51 Expect(&stats, 0, 0, 0);
83 Expect(&stats, before_deletion, before_deletion, before_deletion);
93 Expect(&stats, 0, before_deletion, before_deletion);
102 Expect(&stats, after_deletion, std::max(after_deletion, before_deletion),
113 Expect(&stats, 0, std::max(after_deletion, before_deletion),
144 Expect(&inner_stats, allocated, allocated, allocated);
145 Expect(&outer_stats, outer_allocated + allocated, max_loop_allocation,
151 Expect(&inner_stats, 0, allocated, allocated);
152 Expect(&outer_stats, outer_allocated, max_loop_allocation
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/net/
HttpRequestHeader.java 90 * Example: Expect: 100-continue */
91 public static final String Expect = "Expect";
  /system/tpm/trunks/
trunks_ftdi_spi.cc 56 Expect = (1 << 3),
247 // No need to wait for the sts.Expect bit to be set, at least with the
272 // First we read the FIFO payload header, to see how much data to expect.
  /external/autotest/client/virt/
aexpect.py 851 class Expect(Tail):
853 This class runs a child process in the background and provides expect-like
889 self._add_reader("expect")
910 fd = self._get_fd("expect")
    [all...]
  /external/v8/tools/release/
test_scripts.py 306 def Expect(self, recipe):
444 def Expect(self, *args):
446 self._mock.Expect(*args)
468 self.Expect([Cmd("git --version", "git version 1.2.3"),
474 self.Expect([
486 self.Expect([
497 self.Expect([
511 self.Expect([
517 self.Expect([
565 self.Expect([
    [all...]
  /prebuilts/misc/windows/sdl2/test/
testatomic.c 107 #define Expect (CountTo-NInter*CountInc*NThreads)
234 SDL_Log("Counting down from %d, Expect %d remaining\n",CountTo,Expect);
239 SDL_assert(v==Expect);
240 SDL_assert(bad!=Expect);
  /prebuilts/tools/common/m2/repository/com/google/truth/truth/0.24/
truth-0.24.jar 
  /prebuilts/tools/common/m2/repository/com/google/truth/truth/0.26/
truth-0.26.jar 
  /prebuilts/tools/common/m2/repository/com/google/truth/truth/0.28/
truth-0.28.jar 
  /build/tools/ijar/
classfile.cc     [all...]
  /external/v8/src/parsing/
parser-base.h 646 void Expect(Token::Value token, bool* ok) {
667 Expect(Token::SEMICOLON, ok);
695 Expect(Token::IDENTIFIER, ok);
    [all...]

Completed in 311 milliseconds