HomeSort by relevance Sort by last modified time
    Searched refs:forward (Results 101 - 125 of 1441) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/reader/
ReaderStringTest.java 81 reader.forward(1);
85 reader.forward(1);
87 reader.forward(1);
89 reader.forward(1);
91 reader.forward(1);
101 reader.forward(1);
  /device/linaro/bootloader/edk2/AppPkg/Applications/OrderedCollectionTest/
gentest.sh 51 echo '# populate the tree in random order and empty it iterating forward'
53 echo forward-empty
64 echo forward-list
  /external/libchrome/base/
bind.h 36 return CallbackType(new BindState(std::forward<Functor>(functor),
37 std::forward<Args>(args)...),
  /hardware/interfaces/audio/common/test/utility/include/utility/
ReturnIn.h 40 set(std::forward<Results>(results)...);
47 std::get<sizeof...(ResultStore) - sizeof...(Tail) - 1>(results) = std::forward<Head>(head);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
ScopeExit.h 31 explicit scope_exit(Fp &&F) : ExitFunction(std::forward<Fp>(F)) {}
49 std::forward<Callable>(F));
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
ScopeExit.h 31 explicit scope_exit(Fp &&F) : ExitFunction(std::forward<Fp>(F)) {}
49 std::forward<Callable>(F));
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
ScopeExit.h 31 explicit scope_exit(Fp &&F) : ExitFunction(std::forward<Fp>(F)) {}
49 std::forward<Callable>(F));
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
ScopeExit.h 31 explicit scope_exit(Fp &&F) : ExitFunction(std::forward<Fp>(F)) {}
49 std::forward<Callable>(F));
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
ScopeExit.h 31 explicit scope_exit(Fp &&F) : ExitFunction(std::forward<Fp>(F)) {}
49 std::forward<Callable>(F));
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
ScopeExit.h 31 explicit scope_exit(Fp &&F) : ExitFunction(std::forward<Fp>(F)) {}
49 std::forward<Callable>(F));
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
ScopeExit.h 31 explicit scope_exit(Fp &&F) : ExitFunction(std::forward<Fp>(F)) {}
49 std::forward<Callable>(F));
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
ScopeExit.h 31 explicit scope_exit(Fp &&F) : ExitFunction(std::forward<Fp>(F)) {}
49 std::forward<Callable>(F));
  /external/guava/guava-tests/test/com/google/common/collect/
ForwardingNavigableMapTest.java 266 forward = new ForwardingNavigableMap<String, Boolean>() {
289 forward().lowerEntry("key");
294 forward().lowerKey("key");
299 forward().floorEntry("key");
304 forward().floorKey("key");
309 forward().ceilingEntry("key");
314 forward().ceilingKey("key");
319 forward().higherEntry("key");
324 forward().higherKey("key");
329 forward().pollFirstEntry()
    [all...]
ForwardingListMultimapTest.java 36 forward = new ForwardingListMultimap<String, Boolean>() {
ForwardingSetMultimapTest.java 36 forward = new ForwardingSetMultimap<String, Boolean>() {
ForwardingSortedSetMultimapTest.java 36 forward = new ForwardingSortedSetMultimap<String, Boolean>() {
  /external/javassist/src/main/javassist/tools/rmi/
Sample.java 27 public Object forward(Object[] args, int identifier) { method in class:Sample
  /external/llvm/include/llvm/Support/
Threading.h 93 std::call_once(flag, std::forward<Function>(F),
94 std::forward<Args>(ArgList)...);
100 std::forward<Function>(F)(std::forward<Args>(ArgList)...);
  /external/python/cpython2/Demo/turtle/
tdemo_bytedesign.py 36 self.forward(64.65 * scale)
45 self.forward(24.5 * scale)
63 self.forward(28 * scale)
89 self.forward(29 * scale)
92 self.forward(18 * scale)
98 self.forward(29 * scale)
101 self.forward(18 * scale)
112 self.forward(side)
118 self.forward(side)
124 self.forward(side
    [all...]
tdemo_lindenmayer_indian.py 62 forward(7.5)
94 forward(l)
96 forward(l)
100 forward(10)
  /external/skia/src/core/
SkExchange.h 19 obj = std::forward<U>(new_val);
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Threading.h 93 std::call_once(flag, std::forward<Function>(F),
94 std::forward<Args>(ArgList)...);
100 std::forward<Function>(F)(std::forward<Args>(ArgList)...);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
Threading.h 101 std::call_once(flag, std::forward<Function>(F),
102 std::forward<Args>(ArgList)...);
108 std::forward<Function>(F)(std::forward<Args>(ArgList)...);
thread.h 41 f(std::forward<Args>(args)...);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
Threading.h 101 std::call_once(flag, std::forward<Function>(F),
102 std::forward<Args>(ArgList)...);
108 std::forward<Function>(F)(std::forward<Args>(ArgList)...);

Completed in 648 milliseconds

1 2 3 45 6 7 8 91011>>