HomeSort by relevance Sort by last modified time
    Searched full:methods (Results 1 - 25 of 10094) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/util/
package.html 3 Provides common utility methods such as date/time manipulation, base64 encoders
4 and decoders, string and number conversion methods, and XML utilities.
  /dalvik/tests/089-many-methods/
info.txt 2 than 65536 methods.
  /dalvik/tests/003-omnibus-opcodes/src2/
UnresStuff.java 2 * Unresolved classes / fields / methods in a resolved class.
  /libcore/dalvik/src/main/java/org/apache/harmony/dalvik/ddmc/
README.txt 1 These classes are tied to the VM, e.g. the VM may invoke some of the methods.
  /cts/apps/CtsVerifier/
proguard.flags 2 native <methods>;
  /external/clang/test/PCH/
objc_methods.h 1 /* For use with the methods.m test */
  /external/svox/pico/
proguard.flags 1 # Some methods in this class are called form native code
  /bionic/libstdc++/src/
pure_virtual.cpp 7 fprintf(stderr, "Pure virtual function called. Are you calling virtual methods from a destructor?\n");
  /dalvik/tests/032-concrete-sub/
info.txt 3 different notions about which methods are abstract.
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/html-attrs/
internet_explorer6 14 methods
  /external/openssl/crypto/des/
DES.pm 15 # Preloaded methods go here. Autoload methods go after __END__, and are
  /external/icu4c/test/intltest/
ustrtest.h 30 * Test some basic methods (insert, remove, replace, ...)
34 * Test the methods for comparison
38 * Test the methods for extracting
42 * More extensively test methods for removing and replacing
50 * Test methods for padding, trimmimg and truncating
54 * Test methods startsWith and endsWith
67 * Test a few miscellaneous methods (isBogus, hashCode,...)
  /external/nist-sip/java/gov/nist/javax/sip/header/
AllowList.java 66 * Gets an Iterator of all the methods of the AllowHeader. Returns an empty
68 * Iterator if no methods are defined in this Allow Header.
72 * @return Iterator of String objects each identifing the methods of
91 * Sets the methods supported defined by this AllowHeader.
95 * @param methods - the Iterator of Strings defining the methods supported
101 * unexpectedly while parsing the Strings defining the methods supported.
105 public void setMethods(List<String> methods) throws ParseException {
106 ListIterator<String> it = methods.listIterator();
  /external/icu4c/i18n/
nultrans.h 24 * @internal Use transliterator factory methods instead since this class will be removed in that release.
32 * @internal Use transliterator factory methods instead since this class will be removed in that release.
38 * @internal Use transliterator factory methods instead since this class will be removed in that release.
44 * @internal Use transliterator factory methods instead since this class will be removed in that release.
50 * @internal Use transliterator factory methods instead since this class will be removed in that release.
  /external/chromium/chrome/browser/importer/
profile_import_process_messages.cc 17 // Generate param traits write methods.
23 // Generate param traits read methods.
29 // Generate param traits log methods.
  /external/chromium/chrome/common/
common_message_generator.cc 17 // Generate param traits write methods.
23 // Generate param traits read methods.
29 // Generate param traits log methods.
nacl_messages.cc 17 // Generate param traits write methods.
23 // Generate param traits read methods.
29 // Generate param traits log methods.
  /external/clang/test/SemaObjC/
protocol-implementation-inherited.m 19 // protocol is inherited, and extended methods are implemented.
32 // Interface conforms to a protocol whose methods are provided by an
45 // Interface conforms to a protocol whose methods are provided by a base class.
  /external/jdiff/src/jdiff/
MemberDiff.java 18 * The old member type. For methods, this is the return type.
22 * The new member type. For methods, this is the return type.
26 /** The old signature. Null except for methods. */
28 /** The new signature. Null except for methods. */
32 * The old list of exceptions. Null except for methods and constructors.
36 * The new list of exceptions. Null except for methods and constructors.
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
BlurMaskFilter_Delegate.java 23 * Delegate implementing the native methods of android.graphics.BlurMaskFilter
25 * Through the layoutlib_create tool, the original native methods of BlurMaskFilter have
26 * been replaced by calls to methods of the same name in this delegate class.
43 // ---- Public Helper methods ----
55 // ---- native methods ----
63 // ---- Private delegate/helper methods ----
ColorFilter_Delegate.java 23 * Delegate implementing the native methods of android.graphics.ColorFilter
25 * Through the layoutlib_create tool, the original native methods of ColorFilter have been replaced
26 * by calls to methods of the same name in this delegate class.
47 // ---- Public Helper methods ----
56 // ---- native methods ----
63 // ---- Private delegate/helper methods ----
DrawFilter_Delegate.java 23 * Delegate implementing the native methods of android.graphics.DrawFilter
25 * Through the layoutlib_create tool, the original native methods of DrawFilter have been replaced
26 * by calls to methods of the same name in this delegate class.
47 // ---- Public Helper methods ----
56 // ---- native methods ----
63 // ---- Private delegate/helper methods ----
EmbossMaskFilter_Delegate.java 23 * Delegate implementing the native methods of android.graphics.EmbossMaskFilter
25 * Through the layoutlib_create tool, the original native methods of EmbossMaskFilter have
26 * been replaced by calls to methods of the same name in this delegate class.
43 // ---- Public Helper methods ----
55 // ---- native methods ----
64 // ---- Private delegate/helper methods ----
MaskFilter_Delegate.java 23 * Delegate implementing the native methods of android.graphics.MaskFilter
25 * Through the layoutlib_create tool, the original native methods of MaskFilter have been replaced
26 * by calls to methods of the same name in this delegate class.
47 // ---- Public Helper methods ----
56 // ---- native methods ----
63 // ---- Private delegate/helper methods ----
PaintFlagsDrawFilter_Delegate.java 23 * Delegate implementing the native methods of android.graphics.PaintFlagsDrawFilter
25 * Through the layoutlib_create tool, the original native methods of PaintFlagsDrawFilter have been
26 * replaced by calls to methods of the same name in this delegate class.
43 // ---- Public Helper methods ----
55 // ---- native methods ----
63 // ---- Private delegate/helper methods ----

Completed in 1242 milliseconds

1 2 3 4 5 6 7 8 91011>>