HomeSort by relevance Sort by last modified time
    Searched defs:methods (Results 151 - 175 of 404) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/base/core/jni/
android_util_Process.cpp 1016 static const JNINativeMethod methods[] = { variable
1053 methods, NELEM(methods));
android_opengl_GLES10.cpp 3068 static JNINativeMethod methods[] = { variable
    [all...]
android_opengl_GLES11Ext.cpp 3458 static JNINativeMethod methods[] = { variable
    [all...]
android_opengl_GLES31.cpp 3060 static JNINativeMethod methods[] = { variable
    [all...]
  /frameworks/base/test-runner/src/android/test/
TestRunner.java 332 Method[] methods = getAllTestMethods(clazz); local
333 for (Method m : methods) {
607 Method[] methods = getAllTestMethods(clazz); local
609 String[] onScreenTestNames = new String[methods.length];
611 for (Method m : methods) {
  /frameworks/support/v8/renderscript/jni/
android_renderscript_RenderScript.cpp 992 static JNINativeMethod methods[] = { variable
    [all...]
  /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) {
  /frameworks/base/core/java/android/widget/
RemoteViews.java 752 ArrayMap<MutablePair<String, Class<?>>, Method> methods = sMethods.get(klass); local
753 if (methods == null) {
754 methods = new ArrayMap<MutablePair<String, Class<?>>, Method>();
755 sMethods.put(klass, methods);
761 method = methods.get(mPair);
780 methods.put(new MutablePair<String, Class<?>>(methodName, paramType), method);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.httpclient_3.1.0.v201005080502.jar 
  /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 1265 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
2486 int methods = reply.getNextValueAsInt(); local
    [all...]
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
Descriptors.java 1395 private MethodDescriptor[] methods; field in class:Descriptors.ServiceDescriptor
    [all...]
  /external/doclava/src/com/google/doclava/
Stubs.java 91 // don't bother reporting deprecated methods
114 // annotations are handled like methods
240 // take care of methods
494 // skip these two methods on enums, because they're synthetic,
504 // Write all methods that are hidden or removed, but override abstract methods or interface methods.
651 // Abstract/static/final methods are always listed in the API description
901 ArrayList<MethodInfo> methods = cl.allSelfMethods(); local
1111 List<MethodInfo> methods = cl.getRemovedSelfMethods(); local
1229 ArrayList<MethodInfo> methods = cl.allSelfMethods(); local
1431 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 1366 private MethodDescriptor[] methods; field in class:Descriptors.ServiceDescriptor
    [all...]
  /external/wpa_supplicant_8/hs20/client/
osu_client.c 1859 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
1206 u16 methods = 0; local
3437 u16 methods; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
config.c 1023 struct eap_method_type *methods = NULL, *tmp; local
1041 tmp = methods;
1042 methods = os_realloc_array(methods, num_methods + 1,
1043 sizeof(*methods));
1044 if (methods == NULL) {
1049 methods[num_methods].method = eap_peer_get_type(
1050 start, &methods[num_methods].vendor);
1051 if (methods[num_methods].vendor == EAP_VENDOR_IETF &&
1052 methods[num_methods].method == EAP_TYPE_NONE)
    [all...]
  /frameworks/base/core/java/android/view/
ViewDebug.java 80 * This annotation can be used to mark fields and methods to be dumped by
81 * the view server. Only non-void methods with no arguments can be annotated
195 * Note: Applies only to fields and methods that return String[].
265 * This annotation can be used to mark fields and methods to be dumped when
266 * the view is captured. Methods with this annotation must have no arguments
273 * When retrieveReturn is true, we need to retrieve second level methods
277 * @return true if we need the second level methods
1037 Method[] methods = map.get(klass); local
1134 final Method[] methods = getExportedPropertyMethods(klass); local
1454 Method[] methods = map.get(klass); local
1487 final Method[] methods = capturedViewGetPropertyMethods(klass); local
    [all...]
  /frameworks/base/core/jni/android/graphics/
Paint.cpp 938 static JNINativeMethod methods[] = { member in namespace:android
    [all...]
  /frameworks/base/rs/jni/
android_renderscript_RenderScript.cpp 1682 static JNINativeMethod methods[] = { variable
    [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...]

Completed in 1875 milliseconds

1 2 3 4 5 67 8 91011>>