HomeSort by relevance Sort by last modified time
    Searched refs:argument (Results 276 - 300 of 677) sorted by null

<<11121314151617181920>>

  /libcore/luni/src/main/java/java/util/
Formatter.java 51 * {@code %} and describe how to format their corresponding argument. It includes an optional
52 * argument index, optional flags, an optional width, an optional precision, and a mandatory
57 * Not all combinations of argument index, flags, width, precision, and conversion type
60 * <i>Argument index</i>. Normally, each format specifier consumes the next argument to
64 * For example, {@code "%4$s"} formats the fourth argument ({@code 4$}) as a string ({@code s}).
65 * It's also possible to reuse an argument with {@code <}. For example,
118 * used to represent the argument. If the result would otherwise be shorter than the width, padding
128 * <i>Conversion type</i>. One or two characters describing how to interpret the argument. Most
273 * Invokes {@code hashCode} on its argument, which may be of any type
1073 Object argument = null; local
    [all...]
  /art/runtime/
Android.mk 262 $$(error expected target or host for argument 1, received $(1))
267 $$(error expected ndebug or debug for argument 2, received $(2))
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest-death-test.cc 361 // members which have previously been set, and one argument:
373 // Argument:
520 void AddArgument(const char* argument) {
521 args_.insert(args_.end() - 1, strdup(argument));
642 // by the "test" argument to its address. If the test should be
  /external/chromium/sdch/open-vcdiff/vsprojects/
vcdiff_test.bat 25 rem The script should be passed one argument which is the location of the
28 ( echo Must pass location of vcdiff.exe as script argument ^
54 && ( echo vcdiff without operation argument should fail, but succeeded ^
263 && ( echo -buffersize option with no argument should fail, but succeeded ^
  /external/chromium_org/chrome/browser/resources/sync_internals/
chrome_sync.js 116 // Calls the function, assuming the last argument is a callback to be
  /external/chromium_org/chrome/renderer/resources/extensions/
permissions_custom_bindings.js 85 // dispatchToListener call happens after argument validation, which works
  /external/chromium_org/sdch/open-vcdiff/vsprojects/
vcdiff_test.bat 25 rem The script should be passed one argument which is the location of the
28 ( echo Must pass location of vcdiff.exe as script argument ^
54 && ( echo vcdiff without operation argument should fail, but succeeded ^
263 && ( echo -buffersize option with no argument should fail, but succeeded ^
  /external/chromium_org/v8/test/mjsunit/
arguments-opt.js 72 // Out-of-bounds integer access with and without argument
  /external/chromium_org/v8/test/mjsunit/compiler/
regress-3218915.js 36 // A function to observe the value of its first argument.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1246.js 39 // Giving these values as the radix argument triggers radix detection.
regress-1790.js 47 builtin.apply(array, [callback_wrapper, 'argument']);
  /external/chromium_org/v8/test/webkit/
dfg-constant-fold-misprediction.js 28 // A function with an argument correctly predicted double.
  /external/chromium_org/v8/test/webkit/fast/js/kde/
operators.js 25 function nonSpeculativeNotInner(argument, o1, o2)
29 return !argument;
31 function nonSpeculativeNot(argument)
33 return nonSpeculativeNotInner(argument, {}, {});
  /external/compiler-rt/
Android.mk 260 $$(error expected target or host for argument 1, received $(1))
265 $$(error expected static or shared for argument 2, received $(2))
  /external/libffi/src/sparc/
v9.S 139 Receives the closure argument in %g1. */
150 ! Store all of the potential argument registers in va_list format.
158 ! Store possible floating point argument registers too.
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
codegen.ml 43 (* If argument mismatch error. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
codegen.ml 43 (* If argument mismatch error. *)
  /external/lzma/CS/7zip/
ICoder.cs 16 /// The exception that is thrown when the value of an argument is outside the allowable range.
  /external/open-vcdiff/vsprojects/
vcdiff_test.bat 25 rem The script should be passed one argument which is the location of the
28 ( echo Must pass location of vcdiff.exe as script argument ^
54 && ( echo vcdiff without operation argument should fail, but succeeded ^
263 && ( echo -buffersize option with no argument should fail, but succeeded ^
  /external/v8/test/mjsunit/
arguments-opt.js 72 // Out-of-bounds integer access with and without argument
  /external/v8/test/mjsunit/compiler/
regress-3218915.js 36 // A function to observe the value of its first argument.
  /external/v8/test/mjsunit/regress/
regress-1246.js 39 // Giving these values as the radix argument triggers radix detection.
regress-1790.js 47 builtin.apply(array, [callback_wrapper, 'argument']);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_memoryview.py 325 self.assertRaises(TypeError, memoryview, argument=ob)
326 self.assertRaises(TypeError, memoryview, ob, argument=True)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_memoryview.py 325 self.assertRaises(TypeError, memoryview, argument=ob)
326 self.assertRaises(TypeError, memoryview, ob, argument=True)

Completed in 489 milliseconds

<<11121314151617181920>>