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

1 2 3 4 5 6 7 8 91011>>

  /libcore/luni/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/
AnnotationTest.java 53 List<Method> methods = Arrays.asList(AnnotatedClass.class.getDeclaredMethods()); local
56 for (Method m : methods) {
  /prebuilt/common/http-client/
httpclient-4.1.1.jar 
  /cts/tests/tests/net/src/android/net/http/cts/
ApacheHttpClientTest.java 21 import org.apache.http.client.methods.HttpGet;
  /cts/tools/signature-tools/src/signature/converter/doclet/
DocletToSigConverter.java 184 Set<IMethod> methods = new HashSet<IMethod>(); local
185 for (MethodDoc method : classDoc.methods()) {
186 methods.add(convertMethod(method));
188 c.setMethods(methods);
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
NetworkUtilities.java 27 import org.apache.http.client.methods.HttpPost;
57 * Provides utility methods for communicating with the server.
  /development/samples/XmlAdapters/src/com/example/android/xmladapters/
ImageDownloader.java 22 import org.apache.http.client.methods.HttpGet;
  /external/doclava/src/com/google/doclava/
MethodInfo.java 69 for (MethodInfo me : iface.methods()) {
107 for (MethodInfo me : iface.methods()) {
140 for (MethodInfo me : iface.methods()) {
166 for (MethodInfo me : iface.methods()) {
266 // The underlying MethodDoc for an interface's declared methods winds up being marked
358 // vararg methods whose last parameter is a list of arrays, e.g.
730 // Compiler-generated methods vary in their 'final' qual between versions of
  /external/oprofile/agents/jvmpi/
jvmpi_oprofile.cpp 60 JVMPI_Method * passed_methods = event->u.class_load.methods;
  /external/proguard/src/proguard/shrink/
ClassShrinker.java 71 // Shrink the arrays for constant pool, interfaces, fields, methods,
88 shrinkArray(programClass.methods,
95 // Compact the remaining fields, methods, and attributes,
315 // Small utility methods.
  /external/protobuf/python/google/protobuf/internal/
descriptor_test.py 100 methods=[
text_format_test.py 302 methods = [(tokenizer.ConsumeIdentifier, 'identifier1'),
354 m = methods[i]
364 # This test only tests the failures in the integer parsing methods as well
  /external/webkit/Source/WebCore/inspector/
CodeGeneratorInspector.pm 897 my $methods = shift;
903 my $methodsDeclarations = join("\n", @{$methods});
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_enrollee.c 121 u16 methods; local
133 methods = WPS_CONFIG_LABEL | WPS_CONFIG_DISPLAY | WPS_CONFIG_KEYPAD;
135 methods |= WPS_CONFIG_PUSHBUTTON;
146 wps_build_config_methods(msg, methods) ||
wps_i.h 198 int wps_build_config_methods(struct wpabuf *msg, u16 methods);
  /external/wpa_supplicant_8/src/ap/
ap_config.h 115 } methods[EAP_USER_MAX_METHODS]; member in struct:hostapd_eap_user
  /hardware/libhardware/include/hardware/
audio_policy.h 48 * The platform specific audio policy manager must implement methods of the
59 * manager with methods of the audio_policy.
374 return module->methods->open(module, AUDIO_POLICY_INTERFACE,
  /hardware/libhardware/modules/audio/
audio_policy.c 321 .methods = &default_ap_module_methods,
  /hardware/libhardware/modules/gralloc/
gralloc.cpp 87 methods: &gralloc_module_methods
  /hardware/msm7k/liblights/
lights.c 85 * device methods
358 * module methods
420 .methods = &lights_module_methods,
  /packages/apps/Browser/src/com/android/browser/
DownloadTouchIcon.java 22 import org.apache.http.client.methods.HttpGet;
GoogleAccountLogin.java 40 import org.apache.http.client.methods.HttpPost;
  /packages/apps/Browser/src/com/android/browser/search/
OpenSearchSearchEngine.java 22 import org.apache.http.client.methods.HttpGet;
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
GoogleSuggestClient.java 28 import org.apache.http.client.methods.HttpGet;
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_aka.c 410 (sm->user->methods[i].vendor != EAP_VENDOR_IETF ||
411 sm->user->methods[i].method != EAP_TYPE_NONE)) {
412 if (sm->user->methods[i].vendor == EAP_VENDOR_IETF) {
413 if (sm->user->methods[i].method ==
416 if (sm->user->methods[i].method ==
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_aka.c 410 (sm->user->methods[i].vendor != EAP_VENDOR_IETF ||
411 sm->user->methods[i].method != EAP_TYPE_NONE)) {
412 if (sm->user->methods[i].vendor == EAP_VENDOR_IETF) {
413 if (sm->user->methods[i].method ==
416 if (sm->user->methods[i].method ==
    [all...]

Completed in 1593 milliseconds

1 2 3 4 5 6 7 8 91011>>