/external/quake/src/com/android/quake/ |
DownloaderActivity.java | 43 import org.apache.http.client.methods.HttpGet; 44 import org.apache.http.client.methods.HttpHead; [all...] |
/external/v8/test/mjsunit/ |
object-freeze.js | 28 // Tests the Object.freeze and Object.isFrozen methods - ES 15.2.3.9 and
|
object-seal.js | 28 // Tests the Object.seal and Object.isSealed methods - ES 15.2.3.9 and
|
/external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/ |
argument-types.js | 1 description("Tests the acceptable types for arguments to Geolocation methods.");
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/Getopt/ |
Mixed.pm | 425 There are two methods for using Getopt::Mixed: the simple method and 426 the flexible method. Both methods use the same format for option
|
/external/webkit/Source/WebCore/bridge/objc/ |
objc_instance.mm | 208 const MethodList& methodList = *runtimeMethod->methods(); 210 // Overloading methods is not allowed in ObjectiveC. Should only be one
|
/external/webkit/Source/WebKit/mac/Plugins/Hosted/ |
ProxyInstance.mm | 211 const MethodList& methodList = *runtimeMethod->methods();
|
/frameworks/base/core/jni/android/opengl/ |
util.cpp | 718 * ETC1 methods. 1045 JNINativeMethod* methods; member in struct:android::_ClassRegistrationInfo 1063 cri->classPath, cri->methods, cri->methodCount);
|
/external/emma/lib/ |
emma.jar | |
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
dbus_new.c | 756 * @config_methods - wps config methods [all...] |
dbus_new_helpers.c | 341 const struct wpa_dbus_method_desc *method_dsc = obj_dsc->methods; 386 * methods and handles it. Else it iterates over registered methods list 452 * Frees each of properties, methods and signals description lists and 544 * @obj_desc: description of object's methods, signals and properties
|
/frameworks/base/graphics/jni/ |
android_renderscript_RenderScript.cpp | 1199 static JNINativeMethod methods[] = { variable [all...] |
/dalvik/libdex/ |
DexSwapVerify.cpp | 1259 const DexMethodAnnotationsItem* methods = local [all...] |
/development/apps/Development/src/com/android/development/ |
Connectivity.java | 72 import org.apache.http.client.methods.HttpGet;
|
/external/bluetooth/bluez/audio/ |
android_audio_hw.c | 751 .methods = &hal_module_methods,
|
/external/v8/src/ |
runtime.js | 262 // left operand. This ensures that valueOf methods on the right 314 // left operand. This ensures that valueOf methods on the right
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
glslang_tab.cpp | [all...] |
/frameworks/base/services/camera/libcameraservice/ |
CameraHardwareInterface.h | 102 int rc = module->methods->open(module, mName.string(),
|
/frameworks/base/services/jni/ |
com_android_server_location_GpsLocationProvider.cpp | 256 err = module->methods->open(module, GPS_HARDWARE_MODULE_ID, &device);
|
/hardware/libhardware_legacy/audio/ |
audio_hw_hal.cpp | 596 methods: &legacy_audio_module_methods,
|
/hardware/msm7k/libgralloc/ |
gralloc.cpp | 104 methods: &gralloc_module_methods
|
/build/tools/droiddoc/templates-pdk/assets/ |
android-developer-reference.js | 327 /* Toggle all inherited classes in a single table (e.g. all inherited methods)
|
/external/chromium/chrome/browser/resources/net_internals/ |
util.js | 6 * Inherit the prototype methods from one constructor into another.
|
/external/guava/src/com/google/common/primitives/ |
generate.sh | 60 * Static utility methods pertaining to {@code primtyp} primitives, that are not
|
/dalvik/vm/ |
Jni.cpp | 30 Native methods and interaction with the GC 32 All JNI methods must start by changing their thread status to 717 static void dumpMethods(Method* methods, size_t methodCount, const char* name) { 720 Method* method = &methods[i]; [all...] |