Home
last modified time | relevance | path

Searched refs:argument (Results 1 – 25 of 36) sorted by relevance

12

/art/test/994-breakpoint-line/
Dexpected.txt3 argument was true
6 argument was false
9 argument was true
12 argument was false
15 argument was true
17 argument was false
19 argument was true
22 argument was false
24 argument was true
27 argument was false
[all …]
/art/cmdline/
DREADME.md72 (invalid argument), neither will `--apple:fruit` (fruit is not an int) nor `--orange:1234` (1234 is
77 The 'Define' method takes one or more aliases for the argument. Common examples might be `{"-h",
78 "--help"}` where both `--help` and `-h` are aliases for the same argument.
80 The simplest kind of argument just tests for presence, but we often want to parse out a particular
88 After an argument definition is provided, the parser builder needs to know what type the argument
89 will be in order to provide the type safety and make sure the rest of the argument definition is
90 correct as early as possible (in essence, everything but the parsing of the argument name is done at
96 argument that only cares about presence).
104 When parsing an enumeration, it might be very convenient to map a list of possible argument string
120 When an argument definition has multiple aliases with no wildcards, it might be convenient to
[all …]
/art/cmdline/detail/
Dcmdline_parse_argument_detail.h384 virtual CmdlineResult ParseArgumentSingle(const std::string& argument) { in ParseArgumentSingle()
392 if (argument == name) { in ParseArgumentSingle()
406 "Argument value '" + argument + "' does not match any of known valid " in ParseArgumentSingle()
416 if (arg_def_token == argument) { in ParseArgumentSingle()
433 "Argument value '" + argument + "' does not match any of known valid" in ParseArgumentSingle()
442 CmdlineParseResult<TArg> result = type_parser.ParseAndAppend(argument, existing); in ParseArgumentSingle()
449 CmdlineParseResult<TArg> result = type_parser.Parse(argument); in ParseArgumentSingle()
/art/test/2031-zygote-compiled-frame-deopt/
Drun21 ./default-run "$@" --runtime-option -Xopaque-jni-ids:true --add-libdir-argument --runtime-option -X…
/art/test/451-regression-add-float/
Dinfo.txt1 Tests a regression in float addition for optimizing. The second argument
/art/tools/jvmti-agents/chain-agents/
DREADME.md7 It will open the file `chain_agents.txt` from the directory passed in as an argument and read it
29 `-agentpath` argument.
/art/test/503-dead-instructions/smali/
DDeadInstructions.smali28 # code, the verifier will not check the argument count. So
41 # Give a non-sequential pair for the long argument.
/art/test/954-invoke-polymorphic-verifier/
Dexpected.txt4 …nit>(): void TooFewArguments.<init>(): Rejecting invocation, expected 2 argument registers, method…
5 …it>(): void TooManyArguments.<init>(): Rejecting invocation, expected 4 argument registers, method…
6 … failed to verify: void BadThis.<init>(): void BadThis.<init>(): 'this' argument 'Precise Referenc…
/art/test/988-method-trace/
Dexpected.txt119 …actStringBuilder.append(java.lang.String) -> <class java.lang.StringBuilder: Bad argument: -19 < 0>
120 …ng.StringBuilder.append(java.lang.String) -> <class java.lang.StringBuilder: Bad argument: -19 < 0>
137 …va.lang.AbstractStringBuilder.append(int) -> <class java.lang.StringBuilder: Bad argument: -19 < 0>
138 …ilder java.lang.StringBuilder.append(int) -> <class java.lang.StringBuilder: Bad argument: -19 < 0>
151 …actStringBuilder.append(java.lang.String) -> <class java.lang.StringBuilder: Bad argument: -19 < 0>
152 …ng.StringBuilder.append(java.lang.String) -> <class java.lang.StringBuilder: Bad argument: -19 < 0>
156 …StringFactory.newStringFromChars(int,int,char[]) -> <class java.lang.String: Bad argument: -19 < 0>
157 …StringFactory.newStringFromChars(char[],int,int) -> <class java.lang.String: Bad argument: -19 < 0>
158 …a.lang.String java.lang.StringBuilder.toString() -> <class java.lang.String: Bad argument: -19 < 0>
168 …lang.Throwable.fillInStackTrace() -> <class java.lang.Error: java.lang.Error: Bad argument: -19 < 0
[all …]
/art/tools/
Dart226 # -cp argument is split by ':' and stored in DEX2OAT_CLASSPATH
227 # -Ximage argument is stored in DEX2OAT_BOOT_IMAGE
228 # -Xbootclasspath argument is stored in DEX2OAT_BCP
229 # -Xbootclasspath-locations argument is stored in DEX2OAT_BCP_LOCS
239 # Remove '-Ximage:' from the argument.
244 # Remove '-Xbootclasspath:' from the argument.
249 # Remove '-Xbootclasspath-locations:' from the argument.
254 # only supports one -cp argument.
507 # -cp argument is split by ':' and stored in DEX2OAT_CLASSPATH
508 # -Ximage argument is stored in DEX2OAT_BOOT_IMAGE
/art/test/800-smali/smali/
Db_27148248.smali18 # used to throw with argument of non-reference type.
/art/tools/bisection_search/
DREADME.md24 2. Raw-cmd invocation, dalvikvm command is accepted as an argument.
56 --arg [ARG [ARG ...]] argument passed to test
/art/test/954-invoke-polymorphic-verifier/smali/
DTooFewArguments.smali30 # Invoke with one argument too few for prototype.
DTooManyArguments.smali32 # Invoke with one argument too many for prototype.
/art/compiler/optimizing/
Dinliner.cc1811 HInstruction* argument = invoke_instruction->InputAt(parameter_index); in SubstituteArguments() local
1812 if (argument->IsNullConstant()) { in SubstituteArguments()
1814 } else if (argument->IsIntConstant()) { in SubstituteArguments()
1815 current->ReplaceWith(callee_graph->GetIntConstant(argument->AsIntConstant()->GetValue())); in SubstituteArguments()
1816 } else if (argument->IsLongConstant()) { in SubstituteArguments()
1817 current->ReplaceWith(callee_graph->GetLongConstant(argument->AsLongConstant()->GetValue())); in SubstituteArguments()
1818 } else if (argument->IsFloatConstant()) { in SubstituteArguments()
1820 callee_graph->GetFloatConstant(argument->AsFloatConstant()->GetValue())); in SubstituteArguments()
1821 } else if (argument->IsDoubleConstant()) { in SubstituteArguments()
1823 callee_graph->GetDoubleConstant(argument->AsDoubleConstant()->GetValue())); in SubstituteArguments()
[all …]
/art/tools/jvmti-agents/jit-load/
DREADME.md22 * To use with run-test or testrunner.py use the --with-agent argument.
/art/test/1931-monitor-events/
Dexpected.txt22 Waiting with an illegal argument (negative timeout)
/art/test/1980-obsolete-object-cleared/
Dexpected.txt61 …va.lang.IllegalArgumentException: method java.lang.Class.getConstructor argument 1 has type java.l…
78 …IllegalArgumentException: method java.lang.Class.getDeclaredConstructor argument 1 has type java.l…
93 …lang.IllegalArgumentException: method java.lang.Class.getDeclaredMethod argument 2 has type java.l…
96 …lang.IllegalArgumentException: method java.lang.Class.getDeclaredMethod argument 2 has type java.l…
99 …lang.IllegalArgumentException: method java.lang.Class.getDeclaredMethod argument 2 has type java.l…
130 …lang.IllegalArgumentException: method java.lang.Class.getInstanceMethod argument 2 has type java.l…
133 …lang.IllegalArgumentException: method java.lang.Class.getInstanceMethod argument 2 has type java.l…
136 …lang.IllegalArgumentException: method java.lang.Class.getInstanceMethod argument 2 has type java.l…
142 …ws java.lang.IllegalArgumentException: method java.lang.Class.getMethod argument 2 has type java.l…
145 …ws java.lang.IllegalArgumentException: method java.lang.Class.getMethod argument 2 has type java.l…
[all …]
/art/tools/jvmti-agents/ti-fast/
DREADME.md22 * If 'log' is the first argument the event handlers will LOG(INFO) when they are
/art/tools/jvmti-agents/list-extensions/
DREADME.md20 …8] desc: Retrieve the heap id of the object tagged with the given argument. An arbitrary obj…
/art/runtime/
Dreflection.cc397 ObjPtr<mirror::Object> argument = in CheckMethodArguments() local
399 if (argument != nullptr && !argument->InstanceOf(param_type)) { in CheckMethodArguments()
401 << argument->PrettyTypeOf() << " as argument " << (i + 1) in CheckMethodArguments()
/art/tools/runtime_memusage/
DREADME63 the -m argument or by prune_sanitizer_output.py
/art/build/
DAndroid.gtest.mk639 $$(error argument mismatch $(1) and ($2))
646 $$(error argument mismatch $(1) and ($2))
/art/tools/jfuzz/
DREADME.md70 --jfuzz_arg : argument for jfuzz
/art/runtime/interpreter/mterp/x86_64ng/
Dmain.S910 leaq (rREFS, %rcx, 4), %rax # pointer to first argument in reference array
911 leaq (%rax, %rdi, 4), %rax # pointer to last argument in reference array
912 leaq (rFP, %rcx, 4), %rcx # pointer to first argument in register array
913 leaq (%rcx, %rdi, 4), %rdi # pointer to last argument in register array

12