HomeSort by relevance Sort by last modified time
    Searched full:methods (Results 726 - 750 of 15977) sorted by null

<<21222324252627282930>>

  /external/chromium_org/third_party/icu/source/test/intltest/
jamotest.h 41 // Support methods
49 // Methods to convert Jamo to/from readable short names,
  /external/chromium_org/third_party/leveldatabase/src/table/
iterator_wrapper.h 36 // Iterator interface methods
40 // Methods below require iter() != NULL
  /external/chromium_org/tools/clang/plugins/tests/
overridden_methods.h 8 // Should warn about overriding of methods.
24 // Should not warn about pure virtual methods.
  /external/chromium_org/webkit/browser/appcache/
appcache_backend_impl.h 27 // Methods to support the AppCacheBackend interface. A false return
60 // Methods to support cross site navigations. Hosts are transferred
  /external/chromium_org/webkit/browser/fileapi/
file_system_quota_client.h 32 // All of the public methods of this class are called by the quota manager
42 // QuotaClient methods.
file_system_url_request_job.h 41 // URLRequestJob methods:
54 // FilterContext methods (via URLRequestJob):
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SummaryManager.h 32 - ObjC methods:
37 - C++ methods
  /external/guava/guava/src/com/google/common/collect/
ForwardingList.java 31 * override one or more methods to modify the behavior of the backing list as
39 * <p><b>Warning:</b> The methods of {@code ForwardingList} forward
40 * <b>indiscriminately</b> to the methods of the delegate. For example,
46 * <p>The {@code standard} methods and any collection views they return are not
47 * guaranteed to be thread-safe, even when all of the methods that they depend
197 * methods you may wish to override {@link #listIterator(int)} to forward to
208 * override any other methods, you may wish to override {@link #subList(int,
219 * and {@link #iterator}. If you override either of those methods, you may
  /external/guava/guava/src/com/google/common/eventbus/
Subscribe.java 30 * parameter. If this annotation is applied to methods with zero parameters,
35 * methods will be invoked serially by each event bus that they are registered
  /external/icu4c/test/intltest/
jamotest.h 41 // Support methods
49 // Methods to convert Jamo to/from readable short names,
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/rmi/
ObjectDef.java 53 * Methods of the implementation on the local client. Set to null
56 public Method[] methods; field in class:ObjectDef
  /external/junit/src/org/junit/
Rule.java 12 * to the {@link org.junit.rules.TestRule} will run any {@link Before} methods,
13 * then the {@link Test} method, and finally any {@link After} methods,
  /external/mockito/src/org/mockito/internal/stubbing/answers/
CallsRealMethods.java 18 * When this implementation is used, unstubbed methods will delegate to the real implementation.
19 * This is a way to create a partial mock object that calls real methods by default.
  /external/proguard/docs/
index.html 55 It can detect and remove unused classes, fields, methods, and attributes. It
57 rename the remaining classes, fields, and methods using short meaningless
  /external/proguard/examples/annotations/
examples.pro 37 native <methods>;
40 # Preserve the special static methods that are required in all enumeration
  /external/proguard/examples/
applets.pro 29 native <methods>;
32 # Preserve the special static methods that are required in all enumeration
applications.pro 35 native <methods>;
38 # Preserve the special static methods that are required in all enumeration
servlets.pro 30 native <methods>;
33 # Preserve the special static methods that are required in all enumeration
  /external/proguard/src/proguard/classfile/editor/
ClassMemberSorter.java 44 // Sort the methods.
45 Arrays.sort(programClass.methods, 0, programClass.u2methodsCount, this);
  /external/proguard/src/proguard/evaluation/value/
UnknownDoubleValue.java 30 // Basic unary methods.
53 // Basic binary methods.
UnknownFloatValue.java 30 // Basic unary methods.
53 // Basic binary methods.
  /external/proguard/src/proguard/optimize/info/
CatchExceptionMarker.java 29 * This AttributeVisitor marks all methods that catch exceptions.
51 // Small utility methods.
  /external/proguard/src/proguard/preverify/
Preverifier.java 29 * This class can preverify methods in program class pools, according to a given
56 // Preverify all methods.
  /frameworks/av/media/libstagefright/codecs/avc/enc/
SoftAVCEncoder.h 39 // Override SimpleSoftOMXComponent methods
48 // Override SoftOMXComponent methods
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
SoftMPEG4Encoder.h 37 // Override SimpleSoftOMXComponent methods
46 // Override SoftOMXComponent methods

Completed in 1708 milliseconds

<<21222324252627282930>>