/external/wpa_supplicant_8/src/eap_server/ |
eap.h | 36 } methods[EAP_MAX_METHODS]; member in struct:eap_user
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
dbus_new_helpers.h | 32 /* list of methods, properties and signals registered with object */ 33 const struct wpa_dbus_method_desc *methods; member in struct:wpa_dbus_object_desc
|
dbus_new_introspect.c | 100 struct dl_list *list, const struct wpa_dbus_method_desc *methods) 104 for (dsc = methods; dsc && dsc->dbus_method; dsc++) { 141 * extract_interfaces - Extract interfaces from methods, signals and props 145 * Iterates over all methods, signals, and properties registered with an 153 extract_interfaces_methods(list, obj_dsc->methods); 243 * Iterates over all methods, signals and properties registered with
|
/hardware/libhardware/include/hardware/ |
gralloc.h | 202 * followed by module specific public methods and attributes. 249 return module->methods->open(module,
|
hwcomposer.h | 331 return module->methods->open(module,
|
sensors.h | 437 * followed by module specific public methods and attributes. 479 return module->methods->open(module,
|
/dalvik/dx/src/com/android/dx/command/findusages/ |
FindUsages.java | 169 * Returns the methods with {@code memberNameIndex} declared by {@code 175 Set<Integer> methods = new HashSet<Integer>(); local 180 methods.add(methodIndex); 184 return methods;
|
/dalvik/dx/src/junit/framework/ |
TestSuite.java | 23 * This constructor creates a suite with all the methods 49 * Constructs a TestSuite from the given class. Adds all the methods 71 Method[] methods= superClass.getDeclaredMethods(); local 72 for (int i= 0; i < methods.length; i++) { 73 addTestMethod(methods[i], names, theClass);
|
/dalvik/vm/reflect/ |
Proxy.cpp | 138 * Generate a temporary list of virtual methods. 141 Method **methods; local 142 if (!gatherMethods(interfaces, &methods, &throws, &methodCount)) { 150 createHandlerMethod(newClass, &newClass->virtualMethods[i], methods[i]); 152 free(methods); 231 * Generate a list of methods. The Method pointers returned point to the 244 Method** methods = NULL; local 252 * methods declared by each interface and all of its superinterfaces. 254 maxCount = 3; // 3 methods in java.lang.Object 275 methods = (Method**) malloc(maxCount * sizeof(*methods)) [all...] |
/external/emma/core/java12/com/vladium/emma/report/ |
SrcFileItem.java | 148 for (Iterator methods = cls.getChildren (); methods.hasNext (); ) 150 final MethodItem method = (MethodItem) methods.next ();
|
/external/javassist/src/main/javassist/tools/rmi/ |
AppletServer.java | 114 eo.methods = clazz.getMethods(); 157 rvalue = convertRvalue(eo.methods[methodId].invoke(eo.object, 249 public Method[] methods; field in class:ExportedObject
|
/external/junit/src/junit/framework/ |
TestSuite.java | 27 * This constructor creates a suite with all the methods 116 * Constructs a TestSuite from the given class. Adds all the methods 138 Method[] methods= superClass.getDeclaredMethods(); 139 for (int i= 0; i < methods.length; i++) { 140 addTestMethod(methods[i], names, theClass);
|
/external/proguard/src/proguard/classfile/io/ |
LibraryClassReader.java | 51 // A global array that acts as a parameter for the visitor methods. 181 // Read the methods. 184 // Create the methods array. 193 // Only store methods that are visible. 202 // Copy the visible methods (if any) into a methods array of the right size. 205 libraryClass.methods = EMPTY_LIBRARY_METHODS; 209 libraryClass.methods = new LibraryMethod[visibleMethodsCount]; 210 System.arraycopy(reusableMethods, 0, libraryClass.methods, 0, visibleMethodsCount); 298 // Small utility methods [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/ |
eap_tls_common.c | 735 * EAP-TLS, EAP-PEAP, EAP-TTLS, and EAP-FAST methods are expected to use this 950 * @types: Buffer for returning allocated list of allowed EAP methods 951 * @num_types: Buffer for returning number of allocated EAP methods 954 * This function is used to parse EAP method list and select allowed methods 963 struct eap_method_type *methods = NULL, *_methods; local 996 _methods = os_realloc(methods, 997 num_methods * sizeof(*methods)); 999 os_free(methods); 1003 methods = _methods; 1004 methods[num_methods - 1].vendor = vendor [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/wps/ |
wps_attr_build.c | 63 int wps_build_config_methods(struct wpabuf *msg, u16 methods) 65 wpa_printf(MSG_DEBUG, "WPS: * Config Methods (%x)", methods); 68 wpabuf_put_be16(msg, methods);
|
/frameworks/base/core/jni/ |
android_opengl_GLES10Ext.cpp | 216 static JNINativeMethod methods[] = { variable 225 err = android::AndroidRuntime::registerNativeMethods(_env, classPathName, methods, NELEM(methods));
|
android_os_FileUtils.cpp | 159 static const JNINativeMethod methods[] = { member in namespace:android 189 methods, NELEM(methods));
|
/libcore/junit/src/main/java/junit/framework/ |
TestSuite.java | 25 * This constructor creates a suite with all the methods 51 * Constructs a TestSuite from the given class. Adds all the methods 73 Method[] methods= superClass.getDeclaredMethods(); local 74 for (int i= 0; i < methods.length; i++) { 75 addTestMethod(methods[i], names, theClass);
|
/libcore/luni/src/main/native/ |
java_lang_ProcessManager.cpp | 265 static JNINativeMethod methods[] = { variable 269 return jniRegisterNativeMethods(env, "java/lang/ProcessManager", methods, NELEM(methods));
|
/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...] |
/external/wpa_supplicant_8/src/wps/ |
wps_registrar.c | 480 static void wps_set_pushbutton(u16 *methods, u16 conf_methods) 482 *methods |= WPS_CONFIG_PUSHBUTTON; 485 *methods |= WPS_CONFIG_VIRT_PUSHBUTTON; 487 *methods |= WPS_CONFIG_PHY_PUSHBUTTON; 488 if ((*methods & WPS_CONFIG_VIRT_PUSHBUTTON) != 490 (*methods & WPS_CONFIG_PHY_PUSHBUTTON) != 497 *methods |= WPS_CONFIG_PHY_PUSHBUTTON; 506 u16 methods; local 509 methods = reg->wps->config_methods; 510 methods &= ~WPS_CONFIG_PUSHBUTTON 531 u16 methods; local 552 u16 methods; local 1085 u16 methods = 0; local 3173 u16 methods; local [all...] |
/external/android-mock/tests/com/google/android/testing/mocking/ |
AndroidMockGeneratorTest.java | 107 private List<String> getMethodNames(CtMethod[] methods) { 109 for (CtMethod method : methods) { 176 private List<String> getMethodSignatures(Method[] methods) { 178 for (Method method : methods) { 478 Method[] methods = mockGenerator.getAllMethods(BigInteger.class); local 481 List<String> actualNames = getMethodSignatures(methods);
|
/external/doclava/res/assets/templates/ |
diff.cs | 152 <?cs if:subcount(class.methods) ?> 170 <?cs each:method = class.methods ?> 184 <?cs /each ?><?cs # methods ?>
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/ |
eap_pax.c | 361 (sm->user->methods[i].vendor != EAP_VENDOR_IETF || 362 sm->user->methods[i].method != EAP_TYPE_NONE); 364 if (sm->user->methods[i].vendor == EAP_VENDOR_IETF && 365 sm->user->methods[i].method == EAP_TYPE_PAX) 370 sm->user->methods[i].vendor != EAP_VENDOR_IETF || 371 sm->user->methods[i].method != EAP_TYPE_PAX) {
|
eap_psk.c | 264 (sm->user->methods[i].vendor != EAP_VENDOR_IETF || 265 sm->user->methods[i].method != EAP_TYPE_NONE); 267 if (sm->user->methods[i].vendor == EAP_VENDOR_IETF && 268 sm->user->methods[i].method == EAP_TYPE_PSK) 273 sm->user->methods[i].vendor != EAP_VENDOR_IETF || 274 sm->user->methods[i].method != EAP_TYPE_PSK) {
|