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

12

  /sdk/eventanalyzer/src/com/android/eventanalyzer/
EventAnalyzer.java 78 String argument = args[index++]; local
80 if ("-s".equals(argument)) {
88 } else if ("-fb".equals(argument)) {
96 } else if ("-ft".equals(argument)) {
104 } else if ("-F".equals(argument)) {
112 } else if ("-t".equals(argument)) {
120 mOutputFile = argument;
  /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/v8/src/arm/
builtins-arm.cc 53 // -- sp[0] : last argument
55 // -- sp[4 * (argc - 1)] : first argument (argc == r0)
304 // sp[0]: last argument
335 // Check for one argument. Bail out if argument is not smi or if it is
341 __ ldr(r2, MemOperand(sp)); // Get the argument from the stack.
354 // sp[0]: argument
366 // Setup return value, remove receiver and argument from stack and return.
378 // sp[0]: last argument
399 // sp[0]: last argument
513 Register argument = r2; local
    [all...]
lithium-arm.cc 914 // argument count from the predecessor.
945 // Pick up the outgoing argument count of one of the predecessors.
1180 LOperand* argument = Use(instr->argument()); local
    [all...]
lithium-codegen-arm.cc 171 // Argument to NewContext is the function, which is in r1.
2649 LOperand* argument = instr->InputAt(0); local
    [all...]
  /external/webkit/Source/WebCore/css/
CSSSelector.h 243 const AtomicString& argument() const { return m_hasRareData ? m_data.m_rareData->m_argument : nullAtom; } function in class:WebCore::CSSSelector
CSSStyleSelector.cpp 2895 const AtomicString& argument = sel->argument(); local
    [all...]
  /packages/apps/Phone/src/com/android/phone/
PhoneInterfaceManager.java 74 /** The argument to use for the request */
75 public Object argument; field in class:PhoneInterfaceManager.MainThreadRequest
79 public MainThreadRequest(Object argument) {
80 this.argument = argument;
107 mPhone.handlePinMmi((String) request.argument));
178 private Object sendRequest(int command, Object argument) {
183 MainThreadRequest request = new MainThreadRequest(argument);
  /external/chromium/third_party/libevent/
http.c 2118 char *argument; local
    [all...]
  /libcore/luni/src/main/java/java/util/
Formatter.java 51 * {@code %} and describe how to format their corresponding argument. It includes an optional
52 * argument index, optional flags, an optional width, an optional precision, and a mandatory
57 * Not all combinations of argument index, flags, width, precision, and conversion type
60 * <i>Argument index</i>. Normally, each format specifier consumes the next argument to
64 * For example, {@code "%4$s"} formats the fourth argument ({@code 4$}) as a string ({@code s}).
65 * It's also possible to reuse an argument with {@code <}. For example,
118 * used to represent the argument. If the result would otherwise be shorter than the width, padding
128 * <i>Conversion type</i>. One or two characters describing how to interpret the argument. Most
273 * Invokes {@code hashCode} on its argument, which may be of any type
1071 Object argument = null; local
    [all...]
  /external/mesa3d/src/glsl/glcpp/
glcpp-parse.c 144 _argument_list_append (argument_list_t *list, token_list_t *argument);
3489 token_list_t *argument; local
3650 token_list_t *argument; local
    [all...]
  /external/v8/src/ia32/
lithium-ia32.cc 907 // argument count from the predecessor.
938 // Pick up the outgoing argument count of one of the predecessors.
1190 LOperand* argument = UseAny(instr->argument()); local
    [all...]
lithium-codegen-ia32.cc 164 // Argument to NewContext is the function, which is still in edi.
2505 LOperand* argument = instr->InputAt(0); local
    [all...]
  /external/v8/src/x64/
lithium-x64.cc 909 // argument count from the predecessor.
940 // Pick up the outgoing argument count of one of the predecessors.
1180 LOperand* argument = UseOrConstant(instr->argument()); local
    [all...]
lithium-codegen-x64.cc 179 // Argument to NewContext is the function, which is still in rdi.
2517 LOperand* argument = instr->InputAt(0); local
    [all...]
  /external/qemu/
vl-android.c 2368 char *argument = strdup(optarg), *p = argument; local
2435 char *argument = strdup(optarg), *p = argument; local
    [all...]
  /external/v8/src/
hydrogen.cc 4264 HValue* argument = Pop(); local
    [all...]
parser.cc 954 // constant or a function argument was encountered.
3502 Expression* argument = ParseAssignmentExpression(true, CHECK_OK); local
    [all...]
  /prebuilt/common/ecj/
ecj.jar 
  /prebuilt/common/ant/
ant.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilt/common/jython/
jython.jar 

Completed in 1041 milliseconds

12