OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:methods
(Results
1 - 25
of
15977
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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.
/art/test/089-many-methods/
info.txt
2
than 65536
methods
.
/art/test/300-package-override/
info.txt
2
methods
/dalvik/tests/089-many-methods/
info.txt
2
than 65536
methods
.
/dalvik/tests/300-package-override/
info.txt
2
methods
/external/chromium_org/chrome/common/extensions/docs/templates/intros/
experimental_app.html
1
<p>The current
methods
allow applications to generate passive notifications.</p
experimental_discovery.html
1
<p>The current
methods
allow extensions to inject suggested links in the recommended pane of the New Tab Page.</p
/art/test/003-omnibus-opcodes/src2/
UnresStuff.java
2
* Unresolved classes / fields /
methods
in a resolved class.
/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
.
/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
13
# Keep native
methods
15
native <
methods
>;
/art/test/097-duplicate-method/
info.txt
1
This is a test to verify that duplicate
methods
in a dex file are handled
/external/chromium_org/chrome/browser/invalidation/
DEPS
7
# Needed for InvalidationController JNI
methods
.
/external/chromium_org/mojo/public/bindings/generators/cpp_templates/
interface_proxy_declaration
5
$
METHODS
/external/svox/pico/
proguard.flags
1
# Some
methods
in this class are called form native code
/external/libexif/libexif/
exif-mnote-data.c
61
if (d->
methods
.free) d->
methods
.free (d);
83
if (!d || !d->
methods
.load) return;
84
d->
methods
.load (d, buf, buf_size);
91
if (!d || !d->
methods
.save) return;
92
d->
methods
.save (d, buf, buf_size);
98
if (!d || !d->
methods
.set_byte_order) return;
99
d->
methods
.set_byte_order (d, o);
105
if (!d || !d->
methods
.set_offset) return;
106
d->
methods
.set_offset (d, o)
[
all
...]
/external/chromium_org/chrome/common/extensions/docs/templates/json/
strings.json
9
"
methods
": "
methods
",
/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
}}
/external/chromium_org/third_party/icu/source/test/intltest/
ustrtest.h
24
* Test some basic
methods
(insert, remove, replace, ...)
28
* Test the
methods
for comparison
32
* Test the
methods
for extracting
36
* More extensively test
methods
for removing and replacing
44
* Test
methods
for padding, trimmimg and truncating
48
* Test
methods
startsWith and endsWith
60
* Test a few miscellaneous
methods
(isBogus, hashCode,...)
/external/chromium_org/chrome/common/
common_param_traits.cc
8
// Generate param traits write
methods
.
15
// Generate param traits read
methods
.
22
// Generate param traits log
methods
.
/art/test/032-concrete-sub/
info.txt
3
different notions about which
methods
are abstract.
/dalvik/tests/032-concrete-sub/
info.txt
3
different notions about which
methods
are abstract.
Completed in 1469 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>