HomeSort by relevance Sort by last modified time
    Searched refs:argument (Results 351 - 375 of 666) sorted by null

<<11121314151617181920>>

  /external/littlemock/src/com/google/testing/littlemock/
LittleMock.java 272 * Creates an argument matcher that matches any object, don't use for primitives.
279 /** Generates an argument matcher that matches any string. */
282 /** Generates an argument matcher that matches any int. */
285 /** Generates an argument matcher that matches any float. */
288 /** Generates an argument matcher that matches any double. */
291 /** Generates an argument matcher that matches any boolean. */
294 /** Generates an argument matcher that matches any short. */
297 /** Generates an argument matcher that matches any char. */
300 /** Generates an argument matcher that matches any long. */
303 /** Generates an argument matcher that matches any byte. *
    [all...]
  /external/mesa3d/src/gallium/state_trackers/clover/api/
kernel.cpp 188 /// Common argument checking shared by kernel invocation commands.
212 if (any_of([](std::unique_ptr<kernel::argument> &arg) {
  /external/openssl/crypto/bn/asm/
armv4-mont.S 8 stmdb sp!,{r0,r2} @ sp points at argument block
armv4-mont.pl 29 $num="r0"; # starts as num argument, but holds &tp[num-1]
46 #### argument block layout relative to &tp[num-1], a.k.a. $num
62 stmdb sp!,{r0,r2} @ sp points at argument block
armv4-gf2m.S 161 mov r10,r0 @ reassign 1st argument
armv4-gf2m.pl 214 $ret="r10"; # reassigned 1st argument
217 mov $ret,r0 @ reassign 1st argument
  /external/v8/test/mjsunit/
function-call.js 164 // undefined value is an invalid argument value, it mustn't change
306 // Reduce functions do a call with null as this argument.
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
bsd.sh 108 echo Testing argument parsing
  /cts/tools/signature-tools/test/signature/converter/
ConvertClassTest.java 298 //test type argument string
340 //test if type variable of A is type argument of I
342 ITypeVariableReference argument = (ITypeVariableReference) interfaze.getTypeArguments().get(0); local
343 assertSame(sigClass, argument.getTypeVariableDefinition().getGenericDeclaration());
344 assertEquals(classTypeVar, argument.getTypeVariableDefinition());
625 * Tests whether the first constructor argument is removed.
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
BstOperationsTest.java 362 public boolean matches(Object argument) {
363 return argument instanceof SimpleNode
364 && ((SimpleNode) argument).getKey().charValue() == c;
  /external/grub/docs/
texinfo.tex 287 % \onepageout takes a vbox as an argument. Note that \pagecontents
388 % Parse an argument, then pass it to #1. The argument is the rest of
390 % macro which expects an ordinary undelimited TeX argument.
435 % If a _delimited_ argument is enclosed in braces, they get stripped; so
    [all...]
  /external/bison/build-aux/
texinfo.tex 314 % \onepageout takes a vbox as an argument. Note that \pagecontents
421 % Parse an argument, then pass it to #1. The argument is the rest of
423 % macro which expects an ordinary undelimited TeX argument.
467 % If a _delimited_ argument is enclosed in braces, they get stripped; so
    [all...]
  /external/llvm/
configure 884 # If the previous option needs an argument, assign it.
1213 { echo "$as_me: error: missing argument to $ac_option" >&2
1233 # used to hold the argument of --host etc.
    [all...]
  /external/qemu-pc-bios/bochs/
configure 1017 # If the previous option needs an argument, assign it.
    [all...]
  /external/openssh/
configure 824 # If the previous option needs an argument, assign it.
1182 as_fn_error $? "missing argument to $ac_option"
    [all...]
  /external/llvm/projects/sample/
configure 854 # If the previous option needs an argument, assign it.
1183 { echo "$as_me: error: missing argument to $ac_option" >&2
1203 # used to hold the argument of --host etc.
    [all...]
  /external/chromium/third_party/libevent/
http.c 2118 char *argument; local
    [all...]
  /external/chromium_org/third_party/libevent/
http.c 2118 char *argument; local
    [all...]
  /external/qemu/
vl-android.c 2383 char *argument = strdup(optarg), *p = argument; local
2450 char *argument = strdup(optarg), *p = argument; local
    [all...]
  /external/chromium_org/chrome/tools/
webforms_aggregator.py 604 url: will be used as an argument to create a Crawler object later.
734 print 'Wrong log_level argument.'
  /external/chromium_org/third_party/icu/source/
runConfigureICU 30 The following names can be supplied as the argument for platform:
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
armv4-gf2m.S 161 mov r10,r0 @ reassign 1st argument
armv4-gf2m.pl 214 $ret="r10"; # reassigned 1st argument
217 mov $ret,r0 @ reassign 1st argument
  /external/chromium_org/v8/src/
regexp.js 107 // Both JSC and SpiderMonkey treat a missing pattern argument as the
394 // The array has the format of an "apply" argument for a replacement
  /external/icu4c/
runConfigureICU 35 The following names can be supplied as the argument for platform:

Completed in 691 milliseconds

<<11121314151617181920>>