OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:verified
(Results
1 - 25
of
574
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/unittests/ASTMatchers/
ASTMatchersTest.h
30
// If 'FindResultVerifier' is not NULL, sets *
Verified
to the result of
32
// If 'FindResultVerifier' is NULL, sets *
Verified
to true when Run is called.
35
VerifyMatch(BoundNodesCallback *FindResultVerifier, bool *
Verified
)
36
:
Verified
(
Verified
), FindResultReviewer(FindResultVerifier) {}
40
*
Verified
= FindResultReviewer->run(&Result.Nodes);
42
*
Verified
= true;
47
bool *const
Verified
;
106
<< "
Verified
unexpected result in \"" << Code << "\"";
/dalvik/dx/tests/008-field/
info.txt
7
(so that the names can be
verified
in debugging output).
/dalvik/dx/tests/009-method/
info.txt
7
(so that the names can be
verified
in debugging output).
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/
RawContentVerifier.java
5
*
verified
using the digest of the calculated data.
/external/chromium/chrome/browser/sync/engine/
process_updates_command.h
25
// and
verified
.
27
// Postconditions - All of the
verified
SyncEntity data will be copied to
/tools/motodev/src/help/studio_help/src/topics/
t_keystore-entries-importing.dita
47
<cmd>For any selected keys that show "Not
verified
" in the <uicontrol>
Verified
</uicontrol> column, supply their
48
passwords in the <uicontrol>Password</uicontrol> column. "Not
verified
" indicates that the password is either
u_sign-keystore-type-changing.dita
47
supply the password for any keys where the <uicontrol>
Verified
</uicontrol> column indicates "Not
verified
";
/tools/motodev/src/plugins/preflighting.core/src/com/motorolamobility/preflighting/core/source/model/
Assignment.java
19
* Represents a variable assignment in the code being
verified
.
/dalvik/dx/src/com/android/dx/cf/attrib/
AttExceptions.java
36
*
verified
to be subclasses of {@code Throwable}
60
* general, these classes are not pre-
verified
to be subclasses of
/dalvik/vm/analysis/
DexPrepare.h
33
OPTIMIZE_MODE_VERIFIED, /* only optimize
verified
classes (default) */
34
OPTIMIZE_MODE_ALL, /* optimize
verified
& unverified (risky) */
35
OPTIMIZE_MODE_FULL /* fully opt
verified
classes at load time */
/external/clang/bindings/python/tests/cindex/
test_location.py
65
verified
= False
68
verified
= True
70
assert
verified
/libcore/luni/src/main/java/javax/net/ssl/
HandshakeCompletedEvent.java
84
* if the identity of the peer has not been
verified
.
99
* if the identity of the peer has not been
verified
.
110
* if the identity of the peer has not been
verified
.
SSLPeerUnverifiedException.java
22
*
verified
.
/libcore/luni/src/main/java/java/security/
SignatureSpi.java
39
* going to be
verified
.
80
* Updates the data to be
verified
or to be signed, using the specified
92
* Updates the data to be
verified
or to be signed, using the given {@code
109
* Updates the data to be
verified
or to be signed, using the specified
202
* Indicates whether the given {@code sigBytes} can be
verified
using the
211
* @return {@code true} if the signature was
verified
, {@code false}
222
* offset} with {@code length} bytes can be
verified
using the public key or
235
* @return {@code true} if the signature was
verified
, {@code false}
/development/samples/ApiDemos/tests/src/com/example/android/apis/
ApiDemosTest.java
23
*
verified
by {@link #testActivityTestCaseSetUpProperly}.
/development/samples/HelloActivity/tests/src/com/example/android/helloactivity/
HelloActivityTest.java
23
*
verified
by {@link #testActivityTestCaseSetUpProperly}.
/development/samples/LunarLander/tests/src/com/example/android/lunarlander/
LunarLanderTest.java
25
*
verified
by {@link #testActivityTestCaseSetUpProperly}.
/development/samples/NotePad/tests/src/com/example/android/notepad/
NotePadActivityTest.java
24
*
verified
by {@link #testActivityTestCaseSetUpProperly}.
/development/samples/SkeletonApp/tests/src/com/example/android/skeletonapp/
SkeletonAppTest.java
23
*
verified
by {@link #testActivityTestCaseSetUpProperly}.
/development/samples/Snake/tests/src/com/example/android/snake/
SnakeTest.java
23
*
verified
by {@link #testActivityTestCaseSetUpProperly}.
/external/chromium/net/base/
cert_verify_result.h
34
// If the certificate was successfully
verified
then this contains the SHA1
/external/clang/unittests/Tooling/
CommentHandlerTest.cpp
31
CommentHandlerVisitor() : base(), PP(0),
Verified
(false) { }
34
EXPECT_TRUE(
Verified
) << "CommentVerifier not accessed";
66
bool
Verified
;
124
Verified
= true;
/external/jmonkeyengine/engine/src/core/checkers/quals/
Unused.java
10
* This property is
verified
by the checker that type-checks the {@code
/external/llvm/test/Transforms/GVN/
2008-12-15-CacheVisited.ll
2
; Cached results must be added to and
verified
against the visited sets.
/external/skia/src/gpu/gl/
GrGLCaps.h
71
* Call to note that a color config has been
verified
as a valid color
80
* Call to check whether a config has been
verified
as a valid color
202
// tracks configs that have been
verified
to pass the FBO completeness when
207
// tracks configs that have been
verified
to pass the FBO completeness when
Completed in 2206 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>