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

1 2

  /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...]
  /dalvik/dx/src/com/android/dx/command/annotool/
Main.java 51 METHOD,
  /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
  /sdk/monkeyrunner/src/com/android/monkeyrunner/
MonkeyRunnerHelp.java 34 import java.lang.reflect.Method;
56 ENUM, FIELD, METHOD
60 Set<Method> methods,
103 for (Method m : clz.getMethods()) {
187 Set<Method> methods = Sets.newTreeSet(MEMBER_SORTER);
215 for (Method m : methods) {
246 Set<Method> methods = Sets.newTreeSet(MEMBER_SORTER);
259 for (Method m : methods) {
  /cts/tools/dasm/src/dasm/
sym.java 60 static final int METHOD = 27;
  /dalvik/dx/src/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/webkit/Tools/DumpRenderTree/mac/PerlSupport/
DumpRenderTreeSupport_wrapPregenerated.c 959 #ifdef METHOD
960 #undef METHOD
  /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...]
  /cts/tools/dx-tests/lib/
jasmin.jar 
  /dalvik/dx/etc/
jasmin.jar 
  /prebuilt/sdk/tools/lib/
dx.jar 
  /prebuilt/sdk/15/
android.jar 
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 
  /prebuilt/common/ecj/
ecj.jar 
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 1090 milliseconds

1 2