HomeSort by relevance Sort by last modified time
    Searched defs:METHOD (Results 1 - 25 of 64) sorted by null

1 2 3

  /external/chromium_org/chrome/common/extensions/
dom_action_types.h 16 METHOD = 2, // For Content Script DOM manipulations
  /libcore/luni/src/main/java/java/lang/annotation/
ElementType.java 37 * Method declaration.
39 METHOD,
  /libcore/luni/src/main/java/javax/xml/transform/
OutputKeys.java 40 * method = "xml" | "html" | "text" | <var>expanded name</var>.
42 * <p>The value of the method property identifies the overall method that
45 * of such values is implementation defined. If any of the method values
54 public static final String METHOD = "method";
60 * method.</p>
61 * <p>When the output method is "xml", the version value specifies the
63 * value for the xml output method is 1.0. When the output method i
    [all...]
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
SyntheticAccessorResolver.java 40 public static final int METHOD = 0;
87 //a synthetic method access should be either 2 or 3 instructions, depending on if the method returns
99 accessedMember = new AccessedMember(METHOD, referencedMethodIdItem);
  /dalvik/dx/src/com/android/dx/command/annotool/
Main.java 38 METHOD,
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/
Fuzzy.h 30 #define METHOD 13
FuzzyLexer.h 42 #define METHOD 13
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/output1/
FuzzyLexer.h 42 #define METHOD 13
  /external/nist-sip/java/gov/nist/javax/sip/address/
NetObject.java 52 protected static final String METHOD = "method";
273 * An introspection based string formatting method. We need this because
  /cts/tools/dasm/src/dasm/
sym.java 60 static final int METHOD = 27;
  /dalvik/dx/src/com/android/dx/ssa/
EscapeAnalysis.java 49 * the method they are created in and replaces the array values with registers.
71 * @param size the number of registers in the method
90 * METHOD - Object remains local to method, but can't be scalar replaced.
96 TOP, NONE, METHOD, INTER, GLOBAL
99 /** method we're processing */
109 * @param ssaMeth method to process
202 * Performs escape analysis on a method. Finds scalar replaceable arrays and
205 * @param ssaMethod {@code non-null;} method to process
230 // Track method arguments that are object
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
EscapeAnalysis.java 50 * the method they are created in and replaces the array values with registers.
72 * @param size the number of registers in the method
91 * METHOD - Object remains local to method, but can't be scalar replaced.
97 TOP, NONE, METHOD, INTER, GLOBAL
100 /** method we're processing */
110 * @param ssaMeth method to process
203 * Performs escape analysis on a method. Finds scalar replaceable arrays and
206 * @param ssaMethod {@code non-null;} method to process
231 // Track method arguments that are object
    [all...]
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
XMLWriter.java 48 * {@link #startDocument startDocument} method and ending with
49 * the {@link #endDocument endDocument} method. There are convenience
52 * example, the method invocation</p>
58 * <p>is equivalent to the regular SAX2 ContentHandler method</p>
86 * <p>In fact, there is an even simpler convenience method,
155 * <li>the {@link #setPrefix setPrefix} method.</li>
164 * to a Namespace URI with the setPrefix method:</p>
321 * Internal initialization method.
323 * <p>All of the public constructors invoke this method.
349 * <p>This method is especially useful if the writer throws a
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.cc 222 NULL_SYMBOL, MESSAGE, FIELD, ENUM, ENUM_VALUE, SERVICE, METHOD, PACKAGE
256 CONSTRUCTOR(MethodDescriptor , METHOD , method_descriptor )
268 case METHOD : return method_descriptor ->service()->file();
346 // really be a private method of DescriptorPool, but that would require
846 // * Someone calls a method like descriptor(), GetDescriptor(), or
    [all...]
  /frameworks/base/core/java/android/provider/
CalendarContract.java     [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor.cc 239 NULL_SYMBOL, MESSAGE, FIELD, ENUM, ENUM_VALUE, SERVICE, METHOD,
274 CONSTRUCTOR(MethodDescriptor , METHOD , method_descriptor )
286 case METHOD : return method_descriptor ->service()->file();
389 // really be a private method of DescriptorPool, but that would require
    [all...]
  /prebuilts/devtools/tools/lib/
asm-4.0.jar 
monkeyrunner.jar 
  /prebuilts/misc/common/asm/
asm-4.0.jar 
  /prebuilts/sdk/tools/lib/
asm-4.0.jar 
  /prebuilts/tools/common/asm-tools/
asm-4.0.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm/4.0/
asm-4.0.jar 
  /prebuilts/misc/common/jarjar/
jarjar-1.4.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar 
  /prebuilts/tools/common/cglib/
cglib-2.2.3.jar 

Completed in 2534 milliseconds

1 2 3