/frameworks/base/core/jni/ |
android_util_Process.cpp | 848 static const JNINativeMethod methods[] = { variable 882 methods, NELEM(methods));
|
com_google_android_gles_jni_EGLImpl.cpp | 523 static JNINativeMethod methods[] = { member in namespace:android 558 android::classPathName, android::methods, NELEM(android::methods));
|
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/ |
concat-jquery-mootools-prototype.js | 629 // Since version 1.3, DOM methods and functions like alert [all...] |
mootools-1.2.2-core-nc.js | 29 var methods = options.implement; 68 if (methods) object.implement(methods); 688 var methods = {}; 690 if (!Number[name]) methods[name] = function(){ 694 Number.implement(methods); 1296 time-saver methods to let you easily work with HTML Elements. [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/ |
eap_ttls.c | 988 sm->user->methods[sm->user_eap_method_index].method != 990 next_type = sm->user->methods[ 1045 next_type = sm->user->methods[0].method; [all...] |
/external/wpa_supplicant_8/src/eap_server/ |
eap_server_ttls.c | 966 sm->user->methods[sm->user_eap_method_index].method != 968 next_type = sm->user->methods[ 1023 next_type = sm->user->methods[0].method; [all...] |
/development/tools/emulator/system/sensors/ |
sensors_qemu.c | 634 .methods = &sensors_module_methods,
|
/external/apache-http/src/org/apache/http/impl/client/ |
AbstractHttpClient.java | 59 import org.apache.http.client.methods.HttpUriRequest;
|
/external/chromium/chrome/common/extensions/docs/js/ |
api_page_generator.js | 12 * defines the methods and events contained in one api. 238 * to any methods declared in the api_page_generator.js file. The code
|
/external/emma/core/java12/com/vladium/emma/instr/ |
InstrVisitor.java | 189 // note: this is a bit premature if the class has no methods that need 356 public Object visit (final IMethodCollection methods, final Object ctx) 362 final int originalMethodCount = methods.size (); 382 final Method_info method = methods.get (m); 388 // TODO: research whether synthetic methods add nontrivially to line coverage or not 475 clinit = methods.get (m_clinitID); 556 final int instrMethodCount = m_classInstrMethodCount; // actual number of methods to instrument may be less than the size of the block map [all...] |
/external/javassist/src/main/javassist/ |
CtClassType.java | 143 exToString(buffer, " methods=", 1622 String[] methods = new String[keys.size()]; local [all...] |
/external/wpa_supplicant_8/hostapd/ |
config_file.c | 300 user->methods[num_methods].method = 303 &user->methods[num_methods].vendor); 304 if (user->methods[num_methods].vendor == 306 user->methods[num_methods].method == EAP_TYPE_NONE) [all...] |
/external/wpa_supplicant_8/src/ap/ |
ieee802_1x.c | [all...] |
/frameworks/base/core/java/android/net/http/ |
AndroidHttpClient.java | 34 import org.apache.http.client.methods.HttpUriRequest;
|
/hardware/libhardware_legacy/audio/ |
audio_policy_hal.cpp | 417 methods: &legacy_ap_module_methods,
|
/hardware/msm7k/libcopybit/ |
copybit.cpp | 64 * Common hardware methods 85 methods: ©bit_module_methods
|
/hardware/ti/omap4xxx/camera/ |
CameraHal_Module.cpp | 56 methods: &camera_module_methods,
|
/packages/apps/Settings/src/com/android/settings/wifi/ |
WifiStatusTest.java | 23 import org.apache.http.client.methods.HttpGet;
|
/sdk/emulator/sensors/ |
sensors_qemu.c | 634 .methods = &sensors_module_methods,
|
/prebuilt/common/ecj/ |
ecj.jar | |
/cts/tests/SignatureTest/src/android/tests/sigtest/ |
JDiffClassDescription.java | 439 * methods. 451 * Checks to ensure that the modifiers value for two methods are 538 * Checks if the two types of methods are the same. 542 * @return true, if both methods are the same 545 // If the method names aren't equal, the methods can't match. 551 // Next, compare the return types of the two methods. If 552 // they aren't equal, the methods can't match. 556 // different number of parameters, the two methods 560 // methods can't match. 566 // We've passed all the tests, the methods d 583 Method[] methods = mClass.getDeclaredMethods(); local [all...] |
/dalvik/dx/src/com/android/dx/merge/ |
DexMerger.java | 760 private void transformMethods(DexBuffer in, IndexMap indexMap, ClassData.Method[] methods) { 762 for (ClassData.Method method : methods) { [all...] |
/dalvik/vm/reflect/ |
Reflect.cpp | 343 * We use positive values starting from 0 for virtual methods, negative 344 * values starting from -1 for static methods. 467 * Count up the #of relevant methods. 606 * Get an array with all methods declared by a class. 608 * This includes both static and virtual methods, and can include private 609 * members if "publicOnly" is false. It does not include Miranda methods, 618 * Count up the #of relevant methods. 620 * Ignore virtual Miranda methods and direct class/object constructors. 711 static Object* findConstructorOrMethodInArray(int methodsCount, Method* methods, 719 method = &methods[i] [all...] |
/external/jdiff/src/jdiff/ |
APIComparator.java | 241 * Need to compare constructors, methods and fields. 310 ", Methods differ? " + differsMethods + 438 * Compare all the methods in two classes. 452 System.out.println(" Comparing methods: #old " + 460 // Find methods which were removed in the new class 477 // an issue with methods having another List of params used indirectly by 496 // so it is valid to compare the two methods. We know it 500 // We also know that at least one of the methods is 506 // Only concerned with locally defined methods 517 // Find methods which were added in the new clas [all...] |
/external/proguard/src/proguard/classfile/io/ |
ProgramClassReader.java | 134 // Read the methods. 137 programClass.methods = new ProgramMethod[programClass.u2methodsCount]; 142 programClass.methods[index] = programMethod; 744 // Small utility methods. [all...] |