OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:check
(Results
126 - 150
of
1856
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/libcore/luni/src/test/java/libcore/javax/crypto/spec/
KeyFactoryTestRSA.java
33
protected void
check
(KeyPair keyPair) throws Exception {
method in class:KeyFactoryTestRSA
/libcore/ojluni/src/main/java/java/security/cert/
CertPathChecker.java
34
* may
check
for and process a critical private extension of each certificate
45
* be passed to the {@link #
check
check
} method (forward or reverse).
48
* {@code
check
} method. If {@code true}, certificates are
52
* unable to
check
certificates in the specified order
59
* when certificates are presented to the {@code
check
} method in the
68
* Performs the
check
(s) on the specified certificate using its internal
74
* not pass the
check
76
void
check
(Certificate cert) throws CertPathValidatorException;
method in interface:CertPathChecker
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale/locale.cons/
char_pointer.pass.cpp
34
void
check
(const std::locale& loc)
function
73
check
(loc);
75
check
(loc2);
78
check
(loc3);
locale_char_pointer_cat.pass.cpp
34
void
check
(const std::locale& loc)
function
73
check
(loc);
75
check
(loc2);
locale_locale_cat.pass.cpp
34
void
check
(const std::locale& loc)
function
73
check
(loc);
75
check
(loc2);
locale_string_cat.pass.cpp
34
void
check
(const std::locale& loc)
function
73
check
(loc);
75
check
(loc2);
string.pass.cpp
34
void
check
(const std::locale& loc)
function
73
check
(loc);
75
check
(loc2);
78
check
(loc3);
/ndk/tests/device/test-stlport_shared-exception/jni/
singleton.cpp
16
int
check
() {return initialized;}
function in class:singleton
35
return singleton::instance().
check
()-2;
/ndk/tests/device/test-stlport_static-exception/jni/
singleton.cpp
16
int
check
() {return initialized;}
function in class:singleton
35
return singleton::instance().
check
()-2;
/prebuilts/gdb/darwin-x86/lib/python2.7/compiler/
syntax.py
0
"""
Check
for errs in the AST.
14
def
check
(tree, multi=None):
function
/prebuilts/gdb/linux-x86/lib/python2.7/compiler/
syntax.py
0
"""
Check
for errs in the AST.
14
def
check
(tree, multi=None):
function
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
syntax.py
0
"""
Check
for errs in the AST.
14
def
check
(tree, multi=None):
function
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
syntax.py
0
"""
Check
for errs in the AST.
14
def
check
(tree, multi=None):
function
/external/v8/test/mjsunit/
array-methods-read-only-length.js
11
function
check
(f) {
23
check
(push);
24
check
(push);
25
check
(push);
27
check
(push);
33
check
(unshift);
34
check
(unshift);
35
check
(unshift);
37
check
(unshift);
43
check
(splice)
[
all
...]
/art/test/022-interface/classes/
Main.class
/bionic/libc/include/netinet/
udp.h
48
u_int16_t
check
;
member in struct:udphdr::__anon189::__anon191
/cts/apps/CameraITS/tests/scene0/
test_metadata.py
47
check
('props.has_key("android.info.supportedHardwareLevel")')
48
check
('props["android.info.supportedHardwareLevel"] is not None')
49
check
('props["android.info.supportedHardwareLevel"] in [0,1,2,3]')
57
check
('md.has_key("android.sensor.frameDuration")')
58
check
('md["android.sensor.frameDuration"] is not None')
59
check
('md.has_key("android.sensor.rollingShutterSkew")')
60
check
('md["android.sensor.rollingShutterSkew"] is not None')
62
check
('md["android.sensor.frameDuration"] > '
66
check
('props.has_key("android.sensor.info.timestampSource")')
67
check
('props["android.sensor.info.timestampSource"] is not None'
85
def
check
(expr):
function
[
all
...]
/cts/common/device-side/util/src/com/android/compatibility/common/util/
EvaluateJsResultPollingCheck.java
31
public synchronized boolean
check
() {
method in class:EvaluateJsResultPollingCheck
/cts/libs/deviceutil/src/android/cts/util/
EvaluateJsResultPollingCheck.java
31
public synchronized boolean
check
() {
method in class:EvaluateJsResultPollingCheck
/development/ndk/platforms/android-21/include/netinet/
udp.h
50
__u16
check
;
member in struct:udphdr
/development/ndk/platforms/android-3/include/linux/
udp.h
21
__u16
check
;
member in struct:udphdr
/development/ndk/platforms/android-3/include/netinet/
udp.h
50
__u16
check
;
member in struct:udphdr
/external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.noreturn/
p1.cpp
33
void
check
() {
function
/external/clang/test/CodeGen/
2007-05-15-PaddingElement.c
17
int
check
(void) {
function
2007-05-29-UnionCopy.c
16
void
check
(union U *u, union U *v) {
function
Completed in 328 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>