HomeSort by relevance Sort by last modified time
    Searched refs:methods (Results 276 - 300 of 540) sorted by null

<<11121314151617181920>>

  /external/chromium/net/data/proxy_resolver_v8_unittest/
pac_library_unittest.js 322 // Setup the MockDate so it forwards methods to "this.wrappedDate_" (which is a
346 // Unfortunately Date()'s methods are non-enumerable, therefore list manually.
364 // Bind the methods to proxy requests to the wrapped Date().
  /external/doclava/src/com/google/doclava/
Stubs.java 67 // don't bother reporting deprecated methods
90 // annotations are handled like methods
193 // take care of methods
446 // skip these two methods on enums, because they're synthetic,
456 // Write all methods that are hidden, but override abstract methods or interface methods.
600 // Abstract/static/final methods are always listed in the API description
850 ArrayList<MethodInfo> methods = cl.allSelfMethods(); local
851 Collections.sort(methods, MethodInfo.comparator)
1079 ArrayList<MethodInfo> methods = cl.allSelfMethods(); local
    [all...]
MethodInfo.java 69 for (MethodInfo me : iface.methods()) {
107 for (MethodInfo me : iface.methods()) {
140 for (MethodInfo me : iface.methods()) {
166 for (MethodInfo me : iface.methods()) {
266 // The underlying MethodDoc for an interface's declared methods winds up being marked
358 // vararg methods whose last parameter is a list of arrays, e.g.
730 // Compiler-generated methods vary in their 'final' qual between versions of
  /external/javassist/src/main/javassist/util/proxy/
ProxyFactory.java 40 * the given interfaces. The calls of the methods inherited from the super class are
42 * associated with instances of the generated class. The calls of the methods from
141 * that they are serialized and deserialized without the need for the proxy class to implement special methods
240 * methods allowing individual factory settings for factoryUseCache and factoryWriteReplace to be reset
379 * Sets a filter that selects the methods that will be controlled by a handler.
1031 Method[] methods = SecurityActions.getDeclaredMethods(clazz); local
    [all...]
  /dalvik/vm/
Native.cpp 20 * Currently the "Dalvik native" methods are only used for internal methods.
89 /* start with our internal-native methods */
481 * Un-register JNI native methods.
506 static void unregisterJNINativeMethods(Method* methods, size_t count)
511 Method* meth = &methods[count];
520 * methods that were registered through JNI. In practice, any
536 * Un-register all JNI native methods from a class.
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
JUnitCodeGen.java 77 Method[] methods = parserClass.getDeclaredMethods(); local
78 for(Method method : methods) {
gUnitExecutor.java 359 Method[] methods = _return.getDeclaredMethods(); local
360 for(Method method : methods) {
527 Method[] methods = _treeReturn.getDeclaredMethods(); local
528 for(Method method : methods) {
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Tests.pas 12 // Test methods for class IANTLRStringStream
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
ObjC.stg 77 /** The overall file structure of a recognizer; stores methods for rules
357 /* ObjC Start of actions.lexer.methods */
358 <actions.lexer.methods>
359 /* ObjC end of actions.lexer.methods */
360 /* ObjC start methods() */
361 <@methods()>
362 /* ObjC end methods() */
740 /* ObjC start actions.(actionScope).methods */
741 <actions.(actionScope).methods>
742 /* ObjC end actions.(actionScope).methods */
    [all...]
  /external/v8/test/mjsunit/
builtins.js 32 // have only unconfigurable properties on the prototype, and the methods
  /external/v8/test/mjsunit/regress/
regress-1365.js 30 // Check that builtin methods are passed undefined as the receiver
regress-1436.js 45 // Check the receiver for callbacks in other array methods.
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_characterdatadeletedatagetlengthanddata.js 79 method, the "getData()" and "getLength()" methods reflect
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_characterdatadeletedatagetlengthanddata.js 79 method, the "getData()" and "getLength()" methods reflect
  /libcore/luni/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/
AnnotationTest.java 53 List<Method> methods = Arrays.asList(AnnotatedClass.class.getDeclaredMethods()); local
56 for (Method m : methods) {
  /prebuilts/tools/common/http-client/
httpclient-4.1.1.jar 
  /cts/tests/tests/net/src/android/net/http/cts/
ApacheHttpClientTest.java 21 import org.apache.http.client.methods.HttpGet;
  /cts/tools/signature-tools/src/signature/converter/doclet/
DocletToSigConverter.java 184 Set<IMethod> methods = new HashSet<IMethod>(); local
185 for (MethodDoc method : classDoc.methods()) {
186 methods.add(convertMethod(method));
188 c.setMethods(methods);
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
NetworkUtilities.java 27 import org.apache.http.client.methods.HttpPost;
57 * Provides utility methods for communicating with the server.
  /development/samples/XmlAdapters/src/com/example/android/xmladapters/
ImageDownloader.java 22 import org.apache.http.client.methods.HttpGet;
  /device/moto/stingray/liblights/
lights.c 49 * device methods
233 * module methods
284 .methods = &lights_module_methods,
  /device/samsung/crespo/libsensors/
sensors.cpp 120 methods: &sensors_module_methods,
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
tree.rb 89 Mainly, it customizes a few methods specifically to deal with tree nodes
90 (instead of basic tokens), and adds some helper methods for working with trees.
200 tree nodes as well as the methods trees need to implement.
306 methods and attributes required to implement the parent-node-children
    [all...]
  /external/oprofile/agents/jvmpi/
jvmpi_oprofile.cpp 60 JVMPI_Method * passed_methods = event->u.class_load.methods;
  /external/proguard/src/proguard/shrink/
ClassShrinker.java 71 // Shrink the arrays for constant pool, interfaces, fields, methods,
88 shrinkArray(programClass.methods,
95 // Compact the remaining fields, methods, and attributes,
315 // Small utility methods.

Completed in 3445 milliseconds

<<11121314151617181920>>