/external/guava/guava-testlib/test/com/google/common/collect/testing/ |
IteratorTesterTest.java | 199 assertEquals("Should have verified once per stimulus executed",
|
/external/icu/icu4c/source/test/letest/ |
readme.html | 32 been verified that the text is displayed correctly, gendata is run
|
/external/ipsec-tools/src/racoon/ |
eaytest.c | 178 printf ("Verified. Good.\n"); 184 printf ("Not verified. Good.\n"); 186 printf ("Verified. This is bad...\n"); 638 printf("%s cipher verified.\n", name);
|
/external/lldb/scripts/Python/interface/ |
SBBreakpoint.i | 32 # Get the breakpoint location from breakpoint after we verified that,
|
/external/lldb/test/functionalities/breakpoint/breakpoint_conditions/ |
TestBreakpointConditions.py | 163 # Get the breakpoint location from breakpoint after we verified that,
|
/external/llvm/lib/TableGen/ |
StringMatcher.cpp | 49 // If we have verified that the entire string matches, we're done: output the
|
/external/vboot_reference/futility/ |
futility.c | 186 "most of the distinct verified boot tools formerly produced by the\n"
|
/external/vboot_reference/host/lib21/include/ |
host_key2.h | 5 * Host-side functions for verified boot key structures
|
/external/webrtc/test/testsupport/ |
fileutils_unittest.cc | 173 // verified the result confirms with the specified documentation for the
|
/external/wpa_supplicant_8/src/eap_common/ |
eap_common.c | 22 * length field is verified to be large enough to include the header and not
|
/frameworks/base/core/java/com/android/internal/widget/ |
LockPatternUtils.java | 242 * was verified. 246 * @return the attestation that the challenge was verified, or null. 297 * was verified. 301 * @return the attestation that the challenge was verified, or null. [all...] |
/frameworks/base/packages/StatementService/src/com/android/statementservice/ |
DirectStatementService.java | 105 * A String ArrayList bundle entry that stores sources that can't be verified.
|
/hardware/intel/img/psb_headers/DRM/cc54/inc/ |
wv_mod_drm_api.h | 266 * Pointer to message to be verified
|
/libcore/luni/src/main/java/java/net/ |
JarURLConnection.java | 103 * until the {@code InputStream} has been completely verified.
|
/libcore/luni/src/main/java/org/apache/harmony/security/utils/ |
JarUtils.java | 62 * @param signature - the input stream of signature file to be verified
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/ |
SSLSocketFactoryWrapper.java | 217 * redundantly if the hostname has already been verified.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/isomorphism/ |
vf2userfunc.py | 73 # syntactic check has already verified that neighbors are symmetric
|
/system/netd/server/ |
IdletimerController.cpp | 68 * verified with tcpdump. First take a note of the pkts count for the two rules:
|
/external/openssh/ |
monitor_wrap.c | 450 int verified = 0; local 469 verified = buffer_get_int(&m); 473 return (verified);
|
/external/wpa_supplicant_8/src/eap_peer/ |
eap_config.h | 77 * verified. This is insecure and a trusted CA certificate should 89 * is verified. This is configured with the following format: 252 * verified. This is insecure and a trusted CA certificate should
|
/frameworks/base/core/tests/coretests/src/android/os/storage/ |
StorageManagerBaseTest.java | 513 Log.i(LOG_TAG, "File " + filename + " successfully verified."); 527 * @param checkContents If true, the contents of the file are actually verified; if false, 549 Log.i(LOG_TAG, "File " + filename + " successfully verified for " + size + " zeros");
|
/art/runtime/mirror/ |
class.h | 108 // files, and this status marks a class as needing to be verified 120 kStatusVerifying = 5, // In the process of being verified. 174 // Returns true if the class was compile-time verified. 180 // Returns true if the class has been verified. [all...] |
/external/libmtp/src/ |
music-players.h | 103 // From anonymous SourceForge user, not verified 176 // From Anonymous SourceForge user, NOT VERIFIED TO BE MTP 266 // From anonymous Sourceforge user, not verified to be MTP! 630 // Not verified to be MTP [all...] |
/external/littlemock/src/com/google/testing/littlemock/ |
LittleMock.java | 239 sb.append("\n\nAfter final interaction was verified:\n"); 248 /** Claims that the verified call must happen before the given timeout. */ 544 /** Keeps track of method calls that have been verified, for verifyNoMoreInteractions(). */ 616 * The number of times a given call should be verified. 734 * verified or stubbed. [all...] |
/art/compiler/driver/ |
compiler_driver.cc | 532 // optimize when a class has been fully verified before. 534 // Class is verified so we can enable DEX-to-DEX compilation for performance. [all...] |