HomeSort by relevance Sort by last modified time
    Searched refs:methods (Results 201 - 225 of 407) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
BandwidthTestUtil.java 28 import org.apache.http.client.methods.HttpPost;
  /hardware/libhardware/include/hardware/
audio.h 331 return module->methods->open(module, AUDIO_HARDWARE_INTERFACE,
  /hardware/msm7k/libgralloc-qsd8k/
gralloc.cpp 161 methods: &gralloc_module_methods
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
UrlOpener.java 29 import org.apache.http.client.methods.HttpGet;
46 * This class holds methods for adding URLs management.
  /external/wpa_supplicant/
eap.c 709 const struct eap_method *methods,
735 for (m = methods; m; m = m->next) {
755 wpa_printf(MSG_DEBUG, "EAP: no more allowed methods");
778 const struct eap_method *methods, *m; local
783 methods = eap_peer_get_methods(&count);
784 if (methods == NULL)
787 return eap_sm_build_expanded_nak(sm, id, len, methods, count);
800 for (m = methods; m; m = m->next) {
820 wpa_hexdump(MSG_DEBUG, "EAP: allowed methods",
1676 const struct eap_method *methods, *m; local
    [all...]
eap_fast.c 639 struct eap_method_type *methods = NULL, *_methods; local
669 methods,
670 num_methods * sizeof(*methods));
672 os_free(methods);
677 methods = _methods;
678 methods[num_methods - 1].vendor = vendor;
679 methods[num_methods - 1].method = method;
685 data->phase2_types = methods;
1266 * IMCK[j] = T-PRF(S-IMCK[j-1], "Inner Methods Compound Keys",
    [all...]
eap_ttls.c 122 struct eap_method_type *methods = NULL, *_methods; local
153 methods, num_methods *
154 sizeof(*methods));
156 os_free(methods);
161 methods = _methods;
162 methods[num_methods - 1].vendor =
164 methods[num_methods - 1].method =
171 data->phase2_eap_types = methods;
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap.c 761 struct eap_sm *sm, int id, const struct eap_method *methods,
779 for (m = methods; m; m = m->next) {
795 wpa_printf(MSG_DEBUG, "EAP: no more allowed methods");
813 const struct eap_method *methods, *m; local
818 methods = eap_peer_get_methods(&count);
819 if (methods == NULL)
822 return eap_sm_build_expanded_nak(sm, id, methods, count);
832 for (m = methods; m; m = m->next) {
848 wpa_hexdump(MSG_DEBUG, "EAP: allowed methods", start, found);
1723 const struct eap_method *methods, *m; local
    [all...]
  /external/chromium/chrome/browser/resources/net_internals/
loggrouper.js 15 // TODO(eroman): document these methods!
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
nodeisequalnode14.js 82 Note the localName for an Attr created with DOM Level 1 methods is null.
  /packages/apps/Mms/src/com/android/mms/transaction/
HttpUtils.java 25 import org.apache.http.client.methods.HttpGet;
26 import org.apache.http.client.methods.HttpPost;
  /external/chromium/chrome/browser/password_manager/
native_backend_gnome_x.cc 241 // should be posted to the UI thread to call one of its action methods, and then
251 // Action methods. These call gnome_keyring_* functions. Call from UI thread.
614 // methods against it because the caller waits for those methods to run.
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/
OldClassTest.java 822 assertEquals("Incorrect number of methods", 10,
824 assertEquals("Incorrect number of methods", 11,
828 Method[] methods = Cls2.class.getMethods(); local
829 for (Method method : methods) {
836 fail("getMethods() did not return all methods");
841 methods = Cls3.class.getMethods();
842 for (Method method : methods) {
849 fail("getMethods() did not return all methods");
854 methods = Cls3.class.getMethods();
855 for (Method method : methods) {
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
Descriptors.java 1366 private MethodDescriptor[] methods; field in class:Descriptors.ServiceDescriptor
    [all...]
  /libcore/luni/src/main/java/java/io/
ObjectStreamClass.java 498 * Normally constructors come before methods (because <init> <
548 Method[] methods = cl.getDeclaredMethods(); local
549 if (methods.length > 1) {
562 Arrays.sort(methods, methodComparator);
566 for (int i = 0; i < methods.length; i++) {
567 Method method = methods[i];
    [all...]
  /cts/tools/vm-tests-tf/src/util/build/
BuildDalvikSuite.java 86 * a map. key: fully qualified class name, value: a list of test methods for
155 // then E, then VFE test methods.
261 System.out.println("collected " + testMethodsCnt + " test methods in " +
281 List<String> methods = entry.getValue();
282 Collections.sort(methods, new Comparator<String>() {
288 for (String method : methods) {
  /external/emma/core/java12/com/vladium/jcd/cls/
ClassDef.java 165 // methods for getting various nested tables:
299 // was set for an interface only if the interface declared methods
375 // descriptor separators (this is done for methods only, not for fields)
377 final IMethodCollection methods = getMethods (); local
380 final ConstructorDescriptor [] cds = new ConstructorDescriptor [methods.size ()];
387 final Method_info method = methods.get (i);
  /external/jhead/
main.c 720 static JNINativeMethod methods[] = { variable
729 * Register several native methods for one class.
751 * Register native methods for all classes we know about.
756 methods, NELEM(methods));
  /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.
596 // Abstract/static/final methods are always listed in the API description
823 ArrayList<MethodInfo> methods = cl.allSelfMethods(); local
824 Collections.sort(methods, MethodInfo.comparator)
1052 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...]
  /dalvik/tests/046-reflect/src/
Main.java 343 Method[] methods; local
345 methods = niuClass.getDeclaredMethods();
346 System.out.println("got methods");
  /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/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

Completed in 1087 milliseconds

1 2 3 4 5 6 7 891011>>