HomeSort by relevance Sort by last modified time
    Searched defs:methods (Results 176 - 200 of 639) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/tools/common/cglib/
cglib-2.2.3.jar 
  /cts/tools/signature-tools/src/signature/converter/dex/
DexToSigConverter.java 369 // methods
370 Set<SigMethod> methods = Collections.emptySet(); local
404 methods = convertMethods(dexClass.getMethods());
411 methods = convertMethods(dexClass.getMethods());
414 for (SigMethod method : methods) {
417 sigClass.setMethods(new HashSet<IMethod>(methods));
451 private void addAnnotationsToAnnotationFields(List<DexMethod> methods,
461 for (DexMethod method : methods) {
555 * {@link IConstructor}. This method ignores methods which are not
558 * @param methods
    [all...]
  /dalvik/libdex/
DexSwapVerify.cpp 1239 const DexMethodAnnotationsItem* methods = local
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
VmMirror.java 51 * Most methods can throw ReplyErrorCodeException if error occurred in execution
2525 int methods = reply.getNextValueAsInt(); local
    [all...]
  /external/dexmaker/src/test/java/com/google/dexmaker/stock/
ProxyBuilderTest.java 697 * This test is a bit unintuitive because it exercises the synthetic methods
734 * where methods can have the same name but unrelated return types. This is
869 // Grab the static methods array from the original class.
874 // it to rebuild the class and reset the static methods field.
879 // Grab the static methods array from the rebuilt class.
913 Method[] methods = null; local
    [all...]
  /external/doclava/src/com/google/doclava/
Stubs.java 93 // don't bother reporting deprecated methods
134 // annotations are handled like methods
317 // take care of methods
575 // skip these two methods on enums, because they're synthetic,
585 // Write all methods that are hidden or removed, but override abstract methods or interface methods.
732 // Abstract/static/final methods are always listed in the API description
982 ArrayList<MethodInfo> methods = cl.allSelfMethods(); local
1192 List<MethodInfo> methods = cl.getRemovedSelfMethods(); local
1310 ArrayList<MethodInfo> methods = cl.allSelfMethods(); local
1512 ArrayList<MethodInfo> methods = cl.allSelfMethods(); local
    [all...]
  /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...]
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/
Enhancer.java 32 * generated subclasses override the non-final methods of the superclass and
47 * The most common uses of this class are embodied in the static helper methods. For
186 * Set the {@link CallbackFilter} used to map the generated class' methods
201 * @param callback the callback to use for all methods
238 * Set whether methods called from within the proxy's constructer
239 * will be intercepted. The default value is true. Unintercepted methods
241 * @param interceptDuringConstruction whether to intercept methods called from the constructor
252 * @param callbackType the type of callback to use for all methods
309 * To create a new instance you will have to use reflection, and methods
401 * Finds all of the methods that will be extended by a
457 List methods = CollectionUtils.transform(actualMethods, new Transformer() { local
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
Descriptors.java 1593 private MethodDescriptor[] methods; field in class:Descriptors.ServiceDescriptor
    [all...]
  /external/wpa_supplicant_8/hs20/client/
osu_client.c 1885 unsigned int methods; member in struct:osu_data
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps_registrar.c 538 static void wps_set_pushbutton(u16 *methods, u16 conf_methods)
540 *methods |= WPS_CONFIG_PUSHBUTTON;
543 *methods |= WPS_CONFIG_VIRT_PUSHBUTTON;
546 *methods |= WPS_CONFIG_PHY_PUSHBUTTON;
547 if ((*methods & WPS_CONFIG_VIRT_PUSHBUTTON) !=
549 (*methods & WPS_CONFIG_PHY_PUSHBUTTON) !=
556 *methods |= WPS_CONFIG_PHY_PUSHBUTTON;
564 u16 methods; local
567 methods = reg->wps->config_methods;
568 methods &= ~WPS_CONFIG_PUSHBUTTON
587 u16 methods; local
1219 u16 methods = 0; local
3463 u16 methods; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
config.c 1239 struct eap_method_type *methods = NULL, *tmp; local
1257 tmp = methods;
1258 methods = os_realloc_array(methods, num_methods + 1,
1259 sizeof(*methods));
1260 if (methods == NULL) {
1265 methods[num_methods].method = eap_peer_get_type(
1266 start, &methods[num_methods].vendor);
1267 if (methods[num_methods].vendor == EAP_VENDOR_IETF &&
1268 methods[num_methods].method == EAP_TYPE_NONE)
    [all...]
  /frameworks/base/core/java/android/view/
ViewDebug.java 81 * This annotation can be used to mark fields and methods to be dumped by
82 * the view server. Only non-void methods with no arguments can be annotated
196 * Note: Applies only to fields and methods that return String[].
266 * This annotation can be used to mark fields and methods to be dumped when
267 * the view is captured. Methods with this annotation must have no arguments
274 * When retrieveReturn is true, we need to retrieve second level methods
278 * @return true if we need the second level methods
1062 Method[] methods = map.get(klass); local
1165 final Method[] methods = getExportedPropertyMethods(klass); local
1485 Method[] methods = map.get(klass); local
1518 final Method[] methods = capturedViewGetPropertyMethods(klass); local
    [all...]
  /frameworks/base/core/jni/android/graphics/
Paint.cpp 1098 static JNINativeMethod methods[] = { member in namespace:android
    [all...]
  /frameworks/base/core/jni/android/opengl/
util.cpp 804 * ETC1 methods.
1123 JNINativeMethod* methods; member in struct:android::_ClassRegistrationInfo
    [all...]
  /frameworks/base/core/jni/
android_opengl_GLES10.cpp 3187 static JNINativeMethod methods[] = { variable
    [all...]
android_opengl_GLES11Ext.cpp 3576 static JNINativeMethod methods[] = { variable
    [all...]
android_opengl_GLES31.cpp 3178 static JNINativeMethod methods[] = { variable
    [all...]
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/store/
SetterStore.java 594 ModelMethod[] methods = viewType.getMethods(name, 1); local
596 for (ModelMethod method : methods) {
    [all...]
  /frameworks/support/v8/renderscript/jni/
android_renderscript_RenderScript.cpp 1948 static JNINativeMethod methods[] = { variable
    [all...]
  /libcore/libart/src/main/java/java/lang/
Class.java 145 * interface methods. There is one pair per interface supported by this class. That
155 * methods for the methods in the interface.
170 * is copied in, and virtual methods from our class either replace those from the super or are
171 * appended. For abstract classes, methods may be created in the vtable that aren't in
172 * virtual_ methods_ for miranda methods.
179 /** static, private, and &lt;init&gt; methods. */
195 /** Virtual methods defined in this class; invoked through vtable. */
223 /** Number of direct methods. */
238 /** Number of virtual methods. *
701 List<Method> methods = new ArrayList<Method>(); local
    [all...]
  /libcore/luni/src/main/java/java/io/
ObjectStreamClass.java 516 * Normally constructors come before methods (because <init> <
566 Method[] methods = cl.getDeclaredMethods(); local
567 if (methods.length > 1) {
580 Arrays.sort(methods, methodComparator);
584 for (int i = 0; i < methods.length; i++) {
585 Method method = methods[i];
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
ReflectionTest.java 284 Method[] methods = ExtendsImplementsDefinesMember.class.getMethods(); local
285 assertTrue(names(methods).contains("method"));
289 Method[] methods = ImplementsExtendsDefinesMember.class.getMethods(); local
290 assertTrue(names(methods).contains("method"));
294 Method[] methods = ExtendsAndImplementsDefinesMember.class.getMethods(); local
295 assertEquals(1, count(names(methods), "method"));
405 private List<String> names(Member[] methods) {
407 for (Member method : methods) {
  /prebuilts/tools/common/api-generator/
api-generator-22.9.1.jar 
api-generator-22.9.2.jar 

Completed in 729 milliseconds

1 2 3 4 5 6 78 91011>>