HomeSort by relevance Sort by last modified time
    Searched refs:methods (Results 301 - 325 of 540) sorted by null

<<11121314151617181920>>

  /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 108 } methods[EAP_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.
427 return module->methods->open(module, AUDIO_POLICY_INTERFACE,
  /hardware/libhardware/modules/audio/
audio_policy.c 340 .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;
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
UrlOpener.java 34 import org.apache.http.client.methods.HttpGet;
55 * This class holds methods for adding URLs management.
  /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 403 (sm->user->methods[i].vendor != EAP_VENDOR_IETF ||
404 sm->user->methods[i].method != EAP_TYPE_NONE)) {
405 if (sm->user->methods[i].vendor == EAP_VENDOR_IETF) {
406 if (sm->user->methods[i].method ==
409 if (sm->user->methods[i].method ==
    [all...]
  /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...]
  /dalvik/tests/046-reflect/src/
Main.java 391 Method[] methods; local
393 methods = niuClass.getDeclaredMethods();
394 System.out.println("got methods");
  /device/samsung/crespo/libhwcomposer/
SecHWC.cpp 51 methods: &hwc_module_methods,
584 dev->device.methods = &hwc_methods;
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
RecognizerSharedState.as 59 /** The goal of all lexer rules/methods is to create a token object.
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
debug.rb 138 ParserEvents adds debugging event hook methods and functionality that is
288 A module that wraps token stream methods with debugging event code. A debuggable
343 ###################################### Stream Methods ######################################
  /external/v8/test/mjsunit/
strict-mode-implicit-receiver.js 35 // Test calls to strict mode function as methods.

Completed in 7691 milliseconds

<<11121314151617181920>>