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

1 2

  /cts/common/device-side/util/src/com/android/compatibility/common/util/
CtsMockitoUtils.java 23 public static VerificationMode within(long timeout) { method in class:CtsMockitoUtils
24 return new Within(timeout);
Within.java 29 * Custom verification mode that allows waiting for the specific invocation to happen within
34 public class Within implements VerificationMode {
38 public Within(long timeout) {
56 // Found our match within our timeout. Mark all invocations as verified
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
relax1.l 11 8 0010 F407FFFF GETA \$7,nearfar1 % Within reach\.
12 9 0014 F2BFFFFF PUSHJ \$191,nearfar2 % Within reach\.
20 12 40004 4D480000 BNP \$72,l0 % Within reach
21 13 40008 F5040000 GETA \$4,l1 % Within reach\.
22 14 4000c F3050000 nearfar1 PUSHJ 5,l01 % Within reach\.
32 17 40034 4437FFFF l4 BP \$55,l3 % Within reach\.
41 21 80034 47580000 BOD \$88,l4 % Within reach\.
53 24 80064 F0FFFFFF l6 JMP l5 % Within reach\.
66 28 4080064 F1000000 JMP l6 % Within reach
78 31 4080094 482CFFFF l8 BNN \$44,l9 % Within reach\
    [all...]
  /frameworks/support/fragment/tests/java/android/support/v4/app/
CtsMockitoUtils.java 31 public static VerificationMode within(long timeout) { method in class:CtsMockitoUtils
32 return new Within(timeout);
35 public static class Within implements VerificationMode {
39 public Within(long timeout) {
57 // Found our match within our timeout. Mark all invocations as verified
  /external/curl/docs/cmdline-opts/
config.d 18 within quotes. Within double quotes, the following escape sequences are
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
sparsetreemap.go 9 // A SparseTreeMap encodes a subset of nodes within a tree
17 // Given a set of blocks {B1, B2, B3} within the dominator tree, established
21 // ancestor of B within the dominator tree, or nil if none exists.
28 // and lookup points within a block -- one of
84 // Within a sparse tree, the two entries added bracket all their descendant
85 // entries within the tree; the first insertion is keyed by entry number,
97 // Insert creates a definition within b with data x.
99 // AdjustBefore means defined at a phi function (visible Within or After in the same block)
100 // AdjustWithin means defined within the block (visible After in the same block)
101 // AdjustAfter means after the block (visible within child blocks
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
sparsetreemap.go 9 // A SparseTreeMap encodes a subset of nodes within a tree
17 // Given a set of blocks {B1, B2, B3} within the dominator tree, established
21 // ancestor of B within the dominator tree, or nil if none exists.
28 // and lookup points within a block -- one of
84 // Within a sparse tree, the two entries added bracket all their descendant
85 // entries within the tree; the first insertion is keyed by entry number,
97 // Insert creates a definition within b with data x.
99 // AdjustBefore means defined at a phi function (visible Within or After in the same block)
100 // AdjustWithin means defined within the block (visible After in the same block)
101 // AdjustAfter means after the block (visible within child blocks
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/
generate.go 26 Generate runs commands described by directives within existing
98 as a single package. Within a package, generate processes the
99 source files in a package in file name order, one at a time. Within
  /prebuilts/go/linux-x86/src/cmd/go/
generate.go 26 Generate runs commands described by directives within existing
98 as a single package. Within a package, generate processes the
99 source files in a package in file name order, one at a time. Within
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
codegen.ml 119 (* Within the loop, the variable is defined equal to the PHI node. If it
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/
codegen.ml 119 (* Within the loop, the variable is defined equal to the PHI node. If it
  /external/pdfium/xfa/fxfa/fm2js/
xfa_fm2jscontext.cpp 293 {"Within", CXFA_FM2JSContext::Within},
    [all...]
xfa_fm2jscontext.h 214 static void Within(CFXJSE_Value* pThis,
  /external/python/cpython2/Lib/idlelib/idle_test/
htest.py 4 Create a master Tk window. Within that, run each callable in tests
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
codegen.ml 137 (* Within the loop, the variable is defined equal to the PHI node. If it
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/
codegen.ml 137 (* Within the loop, the variable is defined equal to the PHI node. If it
  /prebuilts/go/darwin-x86/src/encoding/csv/
reader.go 34 // Within a quoted-field a quote character followed by a second quote
  /prebuilts/go/darwin-x86/test/
nosplit.go 38 # Within a stanza, ; can be used instead of \n to separate lines.
  /prebuilts/go/linux-x86/src/encoding/csv/
reader.go 34 // Within a quoted-field a quote character followed by a second quote
  /prebuilts/go/linux-x86/test/
nosplit.go 38 # Within a stanza, ; can be used instead of \n to separate lines.
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
codegen.ml 190 (* Within the loop, the variable is defined equal to the PHI node. If it
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/
codegen.ml 190 (* Within the loop, the variable is defined equal to the PHI node. If it
  /external/zlib/src/contrib/masmx64/
gvmat64.asm 374 ;;; Within this loop:
  /external/zlib/src/contrib/masmx86/
match686.asm 316 ;;; Within this loop:
  /prebuilts/go/darwin-x86/src/encoding/gob/
doc.go 115 A boolean is encoded within an unsigned integer: 0 for false, 1 for true.
117 A signed integer, i, is encoded within an unsigned integer, u. Within u, bits 1

Completed in 827 milliseconds

1 2