HomeSort by relevance Sort by last modified time
    Searched defs:Arguments (Results 26 - 40 of 40) sorted by null

12

  /frameworks/base/core/java/com/android/internal/os/
ZygoteConnection.java 61 /** max number of arguments that a connection can specify */
145 Arguments parsedArgs = null;
179 parsedArgs = new Arguments(args);
256 logAndPrintError(newStderr, "Invalid zygote arguments", ex);
342 static class Arguments {
398 * Whether the current arguments constitute an ABI list query.
418 Arguments(String args[]) throws IllegalArgumentException {
423 * Parses the commandline arguments intended for the Zygote spawner
501 // Duplicate --rlimit arguments are specifically allowed.
600 * a) a count of arguments (argc, in essence
    [all...]
  /dalvik/dx/src/com/android/dx/command/dexer/
Main.java 166 /** {@code non-null;} parsed command-line arguments */
167 private static Arguments args;
208 * @param argArray the command line arguments
211 Arguments arguments = new Arguments(); local
212 arguments.parse(argArray);
214 int result = run(arguments);
222 * @param arguments the data + parameters for the conversion
225 public static int run(Arguments arguments) throws IOException
1300 private final String[] arguments; field in class:Main.Arguments.ArgumentsParser
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp 305 /// Arguments - Parameter bindings for this function call, indexed by
307 APValue *Arguments;
318 APValue *Arguments);
822 APValue *Arguments)
824 Index(Info.NextCallIndex++), This(This), Arguments(Arguments) {
    [all...]
  /external/chromium_org/v8/src/
preparser.h 369 // "arguments" as identifier even in strict mode (this is needed in cases like
501 static PreParserIdentifier Arguments() {
833 PreParserExpressionList arguments,
838 PreParserExpressionList arguments,
    [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp 87 // Default arguments are evaluated each time the function is
88 // called. The order of evaluation of function arguments is
171 // FIXME: If the call to this decl is using any of its default arguments, we
306 // Default arguments are only permitted in C++
357 /// arguments in the declarator, which is not a function declaration
359 /// arguments. This routine should be invoked for every declarator
374 // This is a function declaration. It can have default arguments, but
376 // arguments.
422 // For non-template functions, default arguments can be added in
425 // distinct sets of default arguments. That is, declarations i
    [all...]
  /prebuilts/sdk/tools/darwin/lib/
dx.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
lombok-ast-0.2.jar 
  /libcore/benchmarks/libs/
caliper.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.1.jar 
lombok-ast-0.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.1/
lombok-ast-0.2.1.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 1015 milliseconds

12