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

1 2 3 4 5

  /external/valgrind/main/gdbserver_tests/
nlgone_return.stderr.exp 7 returning ...
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
CallablesTest.java 31 assertNull(Callables.returning(null).call());
34 Callable<Object> callable = Callables.returning(value);
  /external/guava/guava/src/com/google/common/util/concurrent/
Callables.java 36 public static <T> Callable<T> returning(final @Nullable T value) { method in class:Callables
  /external/stlport/src/
sparc_atomic64.s 20 ! returning
39 ! returning
59 ! returning
sparc_atomic.s 42 ! returning
65 ! returning
  /ndk/sources/cxx-stl/stlport/src/
sparc_atomic64.s 20 ! returning
39 ! returning
59 ! returning
sparc_atomic.s 42 ! returning
65 ! returning
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/
store_util.js 17 * @return {function(): string} A function returning a string.
  /external/chromium_org/native_client_sdk/src/build_tools/screenshot_extension/
background.js 8 console.log('Got screenshot, returning...');
  /external/chromium_org/chrome/browser/resources/feedback/js/
take_screenshot.js 7 * @param {function(HTMLCanvasElement)} callback Callback for returning the
  /external/eigen/lapack/
dsecnd_NONE.f 19 *> DSECND returns nothing instead of returning the user time for a process in seconds.
second_NONE.f 19 *> SECOND returns nothing instead of returning the user time for a process in seconds.
ilaclc.f 110 * Now scan each column from the end, returning with the first non-zero.
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
toplevel.ml 36 (* JIT the function, returning a function pointer. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
toplevel.ml 36 (* JIT the function, returning a function pointer. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
toplevel.ml 36 (* JIT the function, returning a function pointer. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
toplevel.ml 36 (* JIT the function, returning a function pointer. *)
  /external/chromium_org/v8/test/mjsunit/compiler/
inline-construct.js 84 // Test constructor returning nothing in all contexts.
93 // Test constructor returning an object in all contexts.
104 // Test constructor returning a primitive value in all contexts.
regress-6.js 40 // returning 'a'.
recursive-deopt.js 31 // Force deopt in both leaf case and when returning. To make
  /external/chromium_org/v8/test/mjsunit/harmony/
proxies-example-membrane.js 140 print("wrapCall exit", fun, str(that), "returning", str(x));
164 print("handler exit", name, arg, "returning", str(x));
176 print("call trap exit", str(obj), str(this), "returning", str(x));
323 print("dry handler exit", name, arg, "returning", str(x));
340 print("dry call trap exit", str(this), "returning", str(x));
390 print("wet handler exit", name, arg, "returning", str(x));
407 print("wet call trap exit", str(this), "returning", str(x));
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
byte_reader.js 74 * Read as a sequence of characters, returning them as a single string.
97 * Read as a sequence of characters, returning them as a single string.
123 * Read as a sequence of UTF16 characters, returning them as a single string.
168 * Read as a sequence of bytes, returning them as a single base64 encoded
349 * Read as a sequence of characters, returning them as a single string.
366 * Read as a sequence of characters, returning them as a single string.
393 * Read as a sequence of UTF16 characters, returning them as a single string.
449 * Read as a sequence of bytes, returning them as a single base64 encoded
466 * Read an image returning it as a data url.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
find_util.js 52 // the DOM including returning null at page bounds.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1151.js 44 // Regression test for not returning undefined.
regress-265.js 28 // When returning or breaking out of a deeply nested try/finally, we

Completed in 954 milliseconds

1 2 3 4 5