HomeSort by relevance Sort by last modified time
    Searched full:methods (Results 1 - 25 of 11238) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/wpa_supplicant_8/hostapd/
hostapd.eap_user_sqlite 3 methods TEXT,
10 methods TEXT
13 INSERT INTO users(identity,methods,password,phase2) VALUES ('user','TTLS-MSCHAPV2','password',1);
14 INSERT INTO users(identity,methods,password,phase2) VALUES ('DOMAIN\mschapv2 user','TTLS-MSCHAPV2','password',1);
16 INSERT INTO wildcards(identity,methods) VALUES ('','TTLS,TLS');
17 INSERT INTO wildcards(identity,methods) VALUES ('0','AKA');
  /frameworks/base/core/java/android/util/
package.html 3 Provides common utility methods such as date/time manipulation, base64 encoders
4 and decoders, string and number conversion methods, and XML utilities.
  /dalvik/tests/089-many-methods/
info.txt 2 than 65536 methods.
  /dalvik/tests/300-package-override/
info.txt 2 methods
  /dalvik/tests/003-omnibus-opcodes/src2/
UnresStuff.java 2 * Unresolved classes / fields / methods in a resolved class.
  /libcore/dalvik/src/main/java/org/apache/harmony/dalvik/ddmc/
README.txt 1 These classes are tied to the VM, e.g. the VM may invoke some of the methods.
  /cts/apps/CtsVerifier/
proguard.flags 2 native <methods>;
  /external/svox/pico/
proguard.flags 1 # Some methods in this class are called form native code
  /external/clang/test/SemaCXX/
attr-no-sanitize-address.cpp 18 // expected-error {{'no_sanitize_address' attribute only applies to functions and methods}}
23 // expected-error {{'no_sanitize_address' attribute only applies to functions and methods}}
28 // expected-error {{'no_sanitize_address' attribute only applies to functions and methods}}
33 // expected-error {{'no_sanitize_address' attribute only applies to functions and methods}}
37 // expected-error {{'no_sanitize_address' attribute only applies to functions and methods}}
attr-no-sanitize-memory.cpp 18 // expected-error {{'no_sanitize_memory' attribute only applies to functions and methods}}
23 // expected-error {{'no_sanitize_memory' attribute only applies to functions and methods}}
28 // expected-error {{'no_sanitize_memory' attribute only applies to functions and methods}}
33 // expected-error {{'no_sanitize_memory' attribute only applies to functions and methods}}
37 // expected-error {{'no_sanitize_memory' attribute only applies to functions and methods}}
attr-no-sanitize-thread.cpp 18 // expected-error {{'no_sanitize_thread' attribute only applies to functions and methods}}
23 // expected-error {{'no_sanitize_thread' attribute only applies to functions and methods}}
28 // expected-error {{'no_sanitize_thread' attribute only applies to functions and methods}}
33 // expected-error {{'no_sanitize_thread' attribute only applies to functions and methods}}
37 // expected-error {{'no_sanitize_thread' attribute only applies to functions and methods}}
  /dalvik/tests/032-concrete-sub/
info.txt 3 different notions about which methods are abstract.
  /external/arduino/libraries/Wire/
keywords.txt 10 # Methods and Functions (KEYWORD2)
  /external/clang/test/Sema/
attr-minsize.c 5 int var1 __attribute__((__minsize__)); // expected-error{{'__minsize__' attribute only applies to functions and methods}}
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/html-attrs/
internet_explorer6 14 methods
  /external/mockito/src/org/mockito/internal/runners/util/
TestMethodsFinder.java 13 Method[] methods = klass.getMethods(); local
14 for(Method m:methods) {
  /external/openssl/crypto/des/
DES.pm 15 # Preloaded methods go here. Autoload methods go after __END__, and are
  /packages/inputmethods/LatinIME/java/
proguard.flags 1 # Keep classes and methods that have the @UsedForTesting annotation
7 # Keep classes and methods that have the @ExternallyReferenced annotation
  /external/icu4c/test/intltest/
ustrtest.h 30 * Test some basic methods (insert, remove, replace, ...)
34 * Test the methods for comparison
38 * Test the methods for extracting
42 * More extensively test methods for removing and replacing
50 * Test methods for padding, trimmimg and truncating
54 * Test methods startsWith and endsWith
67 * Test a few miscellaneous methods (isBogus, hashCode,...)
  /external/nist-sip/java/gov/nist/javax/sip/header/
AllowList.java 66 * Gets an Iterator of all the methods of the AllowHeader. Returns an empty
68 * Iterator if no methods are defined in this Allow Header.
72 * @return Iterator of String objects each identifing the methods of
91 * Sets the methods supported defined by this AllowHeader.
95 * @param methods - the Iterator of Strings defining the methods supported
101 * unexpectedly while parsing the Strings defining the methods supported.
105 public void setMethods(List<String> methods) throws ParseException {
106 ListIterator<String> it = methods.listIterator();
  /external/icu4c/i18n/
nultrans.h 24 * @internal Use transliterator factory methods instead since this class will be removed in that release.
32 * @internal Use transliterator factory methods instead since this class will be removed in that release.
38 * @internal Use transliterator factory methods instead since this class will be removed in that release.
44 * @internal Use transliterator factory methods instead since this class will be removed in that release.
50 * @internal Use transliterator factory methods instead since this class will be removed in that release.
  /external/chromium/chrome/browser/importer/
profile_import_process_messages.cc 17 // Generate param traits write methods.
23 // Generate param traits read methods.
29 // Generate param traits log methods.
  /external/chromium/chrome/common/
common_message_generator.cc 17 // Generate param traits write methods.
23 // Generate param traits read methods.
29 // Generate param traits log methods.
nacl_messages.cc 17 // Generate param traits write methods.
23 // Generate param traits read methods.
29 // Generate param traits log methods.
  /external/clang/test/SemaObjC/
protocol-implementation-inherited.m 20 // protocol is inherited, and extended methods are implemented.
33 // Interface conforms to a protocol whose methods are provided by an
46 // Interface conforms to a protocol whose methods are provided by a base class.

Completed in 698 milliseconds

1 2 3 4 5 6 7 8 91011>>