/external/v8/src/asmjs/ |
asm-wasm-builder.cc | 548 const auto& arguments = func_type->Arguments(); local 550 ValueType type = TypeFrom(arguments[i]); 783 const auto& arguments = func_type->Arguments(); local 786 arguments.size()); 790 for (auto* arg : arguments) { 1916 const auto& arguments = func_type->Arguments(); local [all...] |
/prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/ |
parser.go | 413 // p.error("func init must have no arguments and no return values") 419 // p.error("func main must have no arguments and no return values") 689 // PrimaryExpr Arguments . 697 // Arguments = "(" [ ( ExpressionList | Type [ "," ExpressionList ] ) [ "..." ] [ "," ] ] ")" . [all...] |
/prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/ |
parser.go | 413 // p.error("func init must have no arguments and no return values") 419 // p.error("func main must have no arguments and no return values") 689 // PrimaryExpr Arguments . 697 // Arguments = "(" [ ( ExpressionList | Type [ "," ExpressionList ] ) [ "..." ] [ "," ] ] ")" . [all...] |
/external/autotest/client/common_lib/cros/ |
dev_server.py | [all...] |
/external/clang/lib/AST/ |
ExprCXX.cpp | 293 // If we have explicit template arguments, check for dependent 294 // template arguments and whether they contain any unexpanded pack [all...] |
ExprConstant.cpp | 326 /// Arguments - Parameter bindings for this function call, indexed by 328 APValue *Arguments; 339 APValue *Arguments); [all...] |
/external/v8/src/compiler/ |
instruction.h | [all...] |
/prebuilts/go/darwin-x86/src/cmd/doc/ |
doc_test.go | 27 args []string // Arguments to "[go] doc".
|
/prebuilts/go/linux-x86/src/cmd/doc/ |
doc_test.go | 27 args []string // Arguments to "[go] doc".
|
/build/blueprint/ |
package_ctx.go | 350 // a method on the config object. The method must take no arguments and return 637 // The argNames arguments list Ninja variables that may be overridden by Ninja 638 // build statements that invoke the rule. These arguments may be referenced in 639 // any of the string fields of params. Arguments can shadow package-scoped 743 // The argNames arguments list Ninja variables that may be overridden by Ninja 744 // build statements that invoke the rule. These arguments may be referenced in 745 // any of the string fields of the RuleParams returned by f. Arguments can
|
/device/linaro/bootloader/edk2/DuetPkg/BootSector/ |
start.S | 129 # Arguments:
[all...] |
start16.S | 130 # Arguments:
[all...] |
start32.S | 145 # Arguments:
[all...] |
st16_64.S | 142 # Arguments:
[all...] |
/external/bison/data/ |
yacc.c | 95 # Arguments passed to yyerror: user args plus yylloc. 103 # Accumulate in b4_lex_param all the yylex arguments. 791 /* YYLEX -- calling `yylex' with the right arguments. */ [all...] |
/external/v8/src/ |
globals.h | 432 class Arguments; 860 // Defines specifics about arguments object or rest parameter creation. 1059 // 8. Implicit binding of 'arguments' in functions. [all...] |
/external/v8/src/inspector/ |
v8-console-message.cc | 311 arguments = wrapArguments(session, generatePreview); local 313 if (!arguments) { 314 arguments = protocol::Array<protocol::Runtime::RemoteObject>::create(); 321 arguments->addItem(std::move(messageArg)); 325 consoleAPITypeValue(m_type), std::move(arguments), m_contextId, 357 const std::vector<v8::Local<v8::Value>>& arguments, 376 for (size_t i = 0; i < arguments.size(); ++i) { 378 new v8::Global<v8::Value>(isolate, arguments.at(i)))); 380 v8::debug::EstimatedValueSize(isolate, arguments.at(i)); 382 if (arguments.size() [all...] |
/external/pcre/dist2/ |
RunTest.bat | 224 @rem Arguments are as follows:
|
/prebuilts/go/darwin-x86/src/cmd/go/ |
main.go | 32 // The args are the arguments after the command name. 199 go command [arguments] 330 fmt.Fprintf(os.Stderr, "usage: go help command\n\nToo many arguments given.\n") 373 // Arguments are supposed to be import paths, but 375 // in command-line arguments. Handles .\... and so on. 724 // stringList's arguments should be a sequence of string or []string values.
|
/prebuilts/go/darwin-x86/src/cmd/vet/ |
print.go | 85 // The last parameter before variadic arguments is assumed to be 103 // fixed arguments. 228 firstArg := idx + 1 // Arguments are immediately after format string. 264 // There should be no leftover arguments. 319 arg += s.firstArg - 1 // We want to zero-index the actual arguments. 358 // at the actual arguments present in the call. The result is nil if there is an error. 460 // okPrintfArg compares the formatState to the arguments actually present, 578 // it may be beyond the list of arguments or in a terminal slice... argument, which 594 return false // We just can't tell; there could be many more arguments. 599 // There are bad indexes in the format or there are fewer arguments than the format needs [all...] |
/prebuilts/go/darwin-x86/src/text/template/parse/ |
node.go | 238 Args []Node // Arguments in lexical order: Identifier, field, or constant.
|
/prebuilts/go/linux-x86/src/cmd/go/ |
main.go | 32 // The args are the arguments after the command name. 199 go command [arguments] 330 fmt.Fprintf(os.Stderr, "usage: go help command\n\nToo many arguments given.\n") 373 // Arguments are supposed to be import paths, but 375 // in command-line arguments. Handles .\... and so on. 724 // stringList's arguments should be a sequence of string or []string values.
|
/prebuilts/go/linux-x86/src/cmd/vet/ |
print.go | 85 // The last parameter before variadic arguments is assumed to be 103 // fixed arguments. 228 firstArg := idx + 1 // Arguments are immediately after format string. 264 // There should be no leftover arguments. 319 arg += s.firstArg - 1 // We want to zero-index the actual arguments. 358 // at the actual arguments present in the call. The result is nil if there is an error. 460 // okPrintfArg compares the formatState to the arguments actually present, 578 // it may be beyond the list of arguments or in a terminal slice... argument, which 594 return false // We just can't tell; there could be many more arguments. 599 // There are bad indexes in the format or there are fewer arguments than the format needs [all...] |
/prebuilts/go/linux-x86/src/text/template/parse/ |
node.go | 238 Args []Node // Arguments in lexical order: Identifier, field, or constant.
|
/prebuilts/tools/common/m2/repository/org/parboiled/parboiled-java/1.0.2/ |
parboiled-java-1.0.2.jar | |