/cts/tools/dasm/src/dasm/ |
parser.cup | 101 method_spec, methods, set_expr, simple_instruction, source_spec, 134 methods 522 /* ========== Methods ========== */ 524 methods ::= method_list | /* empty */;
|
/external/emma/core/java12/com/vladium/emma/report/html/ |
ReportGenerator.java | 231 row.newCell ().setText ("total methods:", true); 247 first.newCell ().setText ("total methods: " + item.getAggregate (IItem.TOTAL_METHOD_COUNT), true); 553 // // row to separate this class's methods: 557 // cell.setText ("class " + child.getName () + " methods:", true); 561 for (Iterator methods = cls.getChildren (order2); methods.hasNext (); odd = ! odd) 563 final MethodItem method = (MethodItem) methods.next (); 693 for (Iterator methods = item.getChildren (order); methods.hasNext (); odd = ! odd) 695 final MethodItem method = (MethodItem) methods.next () [all...] |
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/ |
prototype-1.6.0.3.js | 54 Object.extend(klass, Class.Methods); 77 Class.Methods = { [all...] |
/development/tools/emulator/opengl/system/gralloc/ |
gralloc.cpp | 663 return sFallback->common.methods->open(&sFallback->common, name, device); 779 methods: &gralloc_module_methods,
|
/external/v8/test/mjsunit/third_party/ |
string-trim.js | 35 // testing Function's *.call() and *.apply() methods.
|
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
OpenSSLSocketImpl.java | 58 * <li>compression methods 249 * Starts a TLS/SSL handshake on this connection using some native methods 792 * The names of the compression methods that may be used on this SSL 794 * @return an array of compression methods 801 * The names of the compression methods versions that are in use 804 * @return an array of compression methods 811 * Enables compression methods listed by getSupportedCompressionMethods(). 816 public void setEnabledCompressionMethods(String[] methods) { 817 enabledCompressionMethods = NativeCrypto.checkEnabledCompressionMethods(methods); [all...] |
/packages/experimental/StrictModeTest/src/com/android/strictmodetest/ |
StrictModeActivity.java | 60 import org.apache.http.client.methods.HttpUriRequest; 61 import org.apache.http.client.methods.HttpGet;
|
/development/samples/XmlAdapters/src/com/example/android/xmladapters/ |
XmlDocumentProvider.java | 22 import org.apache.http.client.methods.HttpGet;
|
/device/samsung/tuna/libsensors/ |
sensors.cpp | 118 methods: &sensors_module_methods,
|
/external/android-mock/tests/com/google/android/testing/mocking/ |
AndroidMockTest.java | 74 List<CtMethod> methods = local 77 for (CtMethod method : Arrays.asList(methods.toArray(new CtMethod[0]))) { 80 methods.remove(method); 83 return methods.toArray(new CtMethod[0]); [all...] |
/external/v8/test/mjsunit/ |
array-functions-prototype-misc.js | 30 * and large arrays. Some of these methods are specified such that they 152 // Concat only applies to real arrays, unlike most of the other methods.
|
/external/webkit/Source/WebCore/bridge/c/ |
c_instance.cpp | 143 const MethodList& methodList = *runtimeMethod->methods(); 145 // Overloading methods are not allowed by NPObjects. Should only be one
|
/external/webkit/Source/WebCore/bridge/jni/jsc/ |
JavaInstanceJSC.cpp | 148 const MethodList& methodList = *runtimeMethod->methods();
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/ |
eap_fast.c | 388 * IMCK[j] = T-PRF(S-IMCK[j-1], "Inner Methods Compound Keys", 398 "Inner Methods Compound Keys", 1002 sm->user->methods[sm->user_eap_method_index].method != 1004 next_type = sm->user->methods[ 1056 next_type = sm->user->methods[0].method; [all...] |
eap_peap.c | 344 * IPMK Seed = "Inner Methods Compound Keys" | ISK 351 peap_prfplus(data->peap_version, tk, 40, "Inner Methods Compound Keys", 883 next_type = sm->user->methods[0].method; 927 sm->user->methods[sm->user_eap_method_index].method != 929 next_type = sm->user->methods[ 1006 next_type = sm->user->methods[0].method; [all...] |
/external/wpa_supplicant_8/src/eap_server/ |
eap_server_fast.c | 389 * IMCK[j] = T-PRF(S-IMCK[j-1], "Inner Methods Compound Keys", 399 "Inner Methods Compound Keys", 1007 sm->user->methods[sm->user_eap_method_index].method != 1009 next_type = sm->user->methods[ 1061 next_type = sm->user->methods[0].method; [all...] |
eap_server_peap.c | 347 * IPMK Seed = "Inner Methods Compound Keys" | ISK 354 peap_prfplus(data->peap_version, tk, 40, "Inner Methods Compound Keys", 886 next_type = sm->user->methods[0].method; 930 sm->user->methods[sm->user_eap_method_index].method != 932 next_type = sm->user->methods[ 1009 next_type = sm->user->methods[0].method; [all...] |
/external/wpa_supplicant_8/src/wps/ |
wps_i.h | 246 int wps_build_config_methods(struct wpabuf *msg, u16 methods);
|
/frameworks/base/core/jni/android/graphics/ |
Paint.cpp | 832 static JNINativeMethod methods[] = { member in namespace:android [all...] |
/frameworks/base/core/tests/coretests/src/android/net/http/ |
AbstractProxyTest.java | 34 import org.apache.http.client.methods.HttpGet;
|
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/ |
FsUtils.java | 28 import org.apache.http.client.methods.HttpGet;
|
/hardware/libhardware/modules/audio/ |
audio_hw.c | 433 .methods = &hal_module_methods,
|
/packages/experimental/AndroidVendorSecurityTool/src/com/android/vending/sectool/v1/ |
PostNotification.java | 7 import org.apache.http.client.methods.HttpGet;
|
/cts/tools/vm-tests/src/util/build/ |
BuildDalvikSuite.java | 89 * a map. key: fully qualified class name, value: a list of test methods for 163 // E, then VFE test methods. 164 // so we need x Main_xxxx methods in a package, and x entries in the 317 System.out.println("collected "+testMethodsCnt+" test methods in " + 339 List<String> methods = entry.getValue(); 340 Collections.sort(methods, new Comparator<String>() { 346 for (String method : methods) {
|
/external/apache-http/src/org/apache/http/impl/client/ |
DefaultRequestDirector.java | 68 import org.apache.http.client.methods.AbortableHttpRequest; 69 import org.apache.http.client.methods.HttpGet; 70 import org.apache.http.client.methods.HttpUriRequest; [all...] |