/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
optparse.py | 494 # also listed just for constructor argument validation. (If 505 # type, ie. which may consume an argument from the command line. 511 # always consume an argument from the command line. 520 # constructor argument validation. 523 # Dictionary of argument checking functions, which convert and 532 # value is the option argument seen on the command-line [all...] |
/external/chromium_org/chrome/installer/mac/ |
pkg-dmg | 693 my($argument, @argumentsOut); 694 foreach $argument (@arguments) { 695 $argument =~ s%([^A-Za-z0-9_\-/.=+,])%\\$1%g; 696 push(@argumentsOut, $argument); 792 # $verbosity argument. Output is returned in an array of lines. undef is 856 # $verbosity argument. Returns nonzero on failure, returning the exit [all...] |
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSSelector.h | 205 const AtomicString& argument() const { return m_hasRareData ? m_data.m_rareData->m_argument : nullAtom; } function in class:WebCore::CSSSelector
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
CodeGeneratorInspectorStrings.py | 92 errorDataValue = $argument;
|
/external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/openssl/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
|
/external/chromium_org/tools/grit/grit/tool/ |
rc2grd.py | 101 The tool takes a single argument, which is the path to the .rc file to convert. 185 print ('This tool takes a single tool-specific argument, the path to the\n'
|
/external/chromium_org/v8/test/mjsunit/ |
function-call.js | 169 // undefined value is an invalid argument value, it mustn't change 305 // Reduce functions do a call with null as this argument.
|
/external/chromium_org/v8/test/webkit/fast/js/ |
parser-syntax-check.js | 32 testFailed("runTest expects string argument: " + _a); 68 // some statements requires statement as argument, and
|
/external/libffi/src/sparc/ |
v8.S | 108 Receives the closure argument in %g2. */ 130 ! Store all of the potential argument registers in va_list format.
|
/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
|
/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...] |