/external/mockito/src/org/mockito/internal/verification/ |
InOrderContextImpl.java | 13 final IdentitySet verified = new IdentitySet();
field in class:InOrderContextImpl 16 return verified.contains(invocation);
20 verified.add(i);
|
/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.
|
/docs/source.android.com/src/devices/tech/security/verifiedboot/ |
verified-boot.jd | 28 <p>Verified boot guarantees the integrity of the device software starting from a 68 Device states are LOCKED, UNLOCKED, or VERIFIED.</p> 119 <p>Bootloader integrity must be verified using a hardware root of trust. For 132 <p>A verified device will ultimately boot into one of four states during each boot 158 <p>The recovery partition must also be verified and should be verified in the 161 <img src="../images/verified_boot.png" alt="Verified boot flow" id="figure1" /> 162 <p class="img-caption"><strong>Figure 1.</strong> Verified boot flow</p> 174 <li>VERIFIED, indicating someone in physical control of the device may perform 176 its current chain of trust. In the image above, a VERIFIED device must boo [all...] |
index.jd | 1 page.title=Verified Boot 29 <p>Android 4.4 and later supports verified boot through the optional device-mapper-verity 57 A public key is included on the boot partition, which must be verified 63 <h3 id="verified-boot">Establishing a verified boot flow</h3> 65 burned into the device. For details, see <a href="verified-boot.html">Verified boot</a>.</p> 82 <p><a href="verified-boot.html">Verifying Boot</a><br/> 87 <a href="http://www.chromium.org/chromium-os/chromiumos-design-docs/verified-boot">The Chromium Projects - Verified [all...] |
/art/tools/dexfuzz/src/dexfuzz/listeners/ |
LogFileListener.java | 219 long verified = success + timedOut + truelyDivergent; local 224 (((float) (verified)) / iterations) * 100.0f; 225 write(String.format("Percentage Verified/Total: %.3f%%", verifiedTotalRatio)); 228 (((float) timedOut) / (verified)) * 100.0f; 229 write(String.format("Percentage Timed Out/Verified: %.3f%%", timedOutVerifiedRatio)); 232 (((float) success) / (verified)) * 100.0f; 233 write(String.format("Percentage Successful/Verified: %.3f%%", successfulVerifiedRatio)); 236 (((float) truelyDivergent) / (verified)) * 100.0f; 237 write(String.format("Percentage Divergent/Verified: %.3f%%", divergentVerifiedRatio));
|
/bionic/tools/bionicbb/ |
gerrit.py | 65 'Verified': { 73 labels = {'Code-Review': {}, 'Verified': {}} 77 for review in details['labels']['Verified']['all']: 79 labels['Verified'][review['email']] = int(review['value'])
|
bionicbb.py | 58 message_lines += ['If you believe this Verified-1 was in error, ' 66 label = 'Verified' 101 if bb_email in labels['Verified']: 102 bb_review = labels['Verified'][bb_email] 112 request_data = {'labels': {'Verified': 0}}
|
README.md | 72 If the buildbot has applied Verified-1 to a patchset, the user may add their own 73 Verified+1 to the change and the buildbot will remove its rejection the next 88 will remove a Verified-1 from a previously rejected patchset. The actually
|
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/ |
SimpleVerifier.java | 47 * The class that is verified.
52 * The super class of the class that is verified.
57 * The interfaces implemented by the class that is verified.
62 * If the class that is verified is an interface.
77 * @param currentClass the class that is verified.
78 * @param currentSuperClass the super class of the class that is verified.
79 * @param isInterface if the class that is verified is an interface.
93 * @param currentClass the class that is verified.
94 * @param currentSuperClass the super class of the class that is verified.
96 * that is verified. [all...] |
/external/vboot_reference/firmware/2lib/include/ |
2crypto.h | 5 * Crypto constants for verified boot 12 /* Verified boot crypto algorithms */
|
/external/clang/unittests/ASTMatchers/ |
ASTMatchersTest.h | 35 // If 'FindResultVerifier' is not NULL, sets *Verified to the result of 37 // If 'FindResultVerifier' is NULL, sets *Verified to true when Run is called. 40 VerifyMatch(BoundNodesCallback *FindResultVerifier, bool *Verified) 41 : Verified(Verified), FindResultReviewer(FindResultVerifier) {} 45 *Verified |= FindResultReviewer->run(&Result.Nodes, Result.Context); 47 *Verified = true; 57 bool *const Verified; 221 << "Verified unexpected result in \"" << Code << "\""; 235 << "Verified unexpected result in \"" << Code << "\" with AST" [all...] |
/external/mockito/src/org/mockito/ |
InOrder.java | 41 * @param mock to be verified 59 * @param mock to be verified 85 * //however this fails because 1st method was not verified:
|
/external/mockito/src/org/mockito/internal/invocation/ |
InvocationImpl.java | 37 private boolean verified; field in class:InvocationImpl 66 return verified || isIgnoredForVerification; 112 this.verified = true;
|
/build/target/product/ |
vboot.mk | 17 # Provides dependencies necessary for verified boot
|
/external/vboot_reference/firmware/lib/ |
vboot_common_init.c | 5 * Common functions between firmware and kernel verified boot.
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
none.hpp | 19 // -- * To be verified, now that there's no unnamed namespace
|
/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
|
/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.
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
wsdattachment.h | 18 #warning COM interfaces layout in this header has not been verified. 44 #warning COM interfaces layout in this header has not been verified. 76 #warning COM interfaces layout in this header has not been verified.
|
/external/deqp/doc/testspecs/GLES31/ |
functional.shaders.sample_variables.txt | 44 Values are verified with verifier fragment shader. 48 fragment output value and then texture contents are verified. With default 51 gl_SampleID output a non-zero green value. Result image is then verified to 68 verified for legality, uniqueness and distribution. With framebuffer and 69 renderbuffer render targets only the legality and distribution are verified. 70 Distribution is verified by averaging sample position values (texture) or by
|
/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
|
/external/selinux/libselinux/man/man3/ |
getexeccon.3 | 20 .BI "int rpm_execcon(unsigned int " verified ", const char *" filename ", char *const " argv "[] , char *const " envp "[]); 83 verified parameter should contain the return code from the signature
|