OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:verified
(Results
26 - 50
of
838
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/mockito/src/org/mockito/invocation/
Invocation.java
23
* @return whether the invocation has been already
verified
.
48
* Marks this invocation as
verified
so that it will not cause verification error at
/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/chromium_org/chrome/browser/chromeos/policy/
policy_cert_verifier.h
22
// this
verified
. This object can be created on the IO thread; the handle is
/external/chromium_org/chrome/browser/extensions/
webstore_inline_installer.cc
23
"have one or more
verified
sites";
26
"
verified
sites";
119
// Ensure that there is at least one
verified
site present.
175
// Turn the
verified
site into a URL that can be parsed by URLPattern.
/external/chromium_org/content/public/browser/android/
download_controller_android.h
37
// Called when a dangerous download item is
verified
or rejected.
/external/chromium_org/net/base/
test_data_stream.h
13
//
verified
independently to be the correct stream of data.
/external/chromium_org/remoting/host/win/
com_security.h
29
// - the caller's identity is
verified
on every call (Dynamic cloaking).
/external/chromium_org/sync/engine/
process_updates_command.h
29
// Postconditions - All of the
verified
SyncEntity data will be copied to
/external/chromium_org/third_party/WebKit/ManualTests/autocorrection/
remove-misspelling-marker-after-appending-letter.html
34
<div>The test
verified
that misspelling marker is removed after appending new letter to misspelled word. You should see the phrase "this brought" without red underline.</div>
/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.
/libcore/luni/src/main/java/javax/net/ssl/
SSLPeerUnverifiedException.java
22
*
verified
.
/libcore/luni/src/main/java/org/apache/harmony/security/asn1/
ASN1Primitive.java
40
* @param identifier identifier to be
verified
/packages/apps/ContactsCommon/TestCommon/
Android.mk
23
# "Class ref in pre-
verified
class resolved to unexpected implementation"
/external/chromium_org/sandbox/win/src/
service_resolver_32.cc
233
// Save the
verified
code
324
// Save the
verified
code
348
// Save the
verified
code
372
// Save the
verified
code
391
// Save the
verified
code
414
// Save the
verified
code
/bootable/recovery/
verifier_test.sh
89
#
verified
against different key
93
#
verified
against right key but wrong hash algorithm
/dalvik/vm/native/
java_lang_reflect_Array.cpp
80
assert(elementClass != NULL); //
verified
by caller
88
assert(dimArray != NULL); //
verified
by caller
Completed in 1165 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>