/development/tools/idegen/src/ |
Configuration.java | 58 // The wrapper script should have already verified this.
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_button_cell.mm | 194 // Note: as verified in a debugger, mouseEntered: does NOT increase
|
/external/chromium/sdch/open-vcdiff/src/ |
instruction_map.h | 45 // verified that code_table_data->Validate() returned true before
|
/external/chromium/webkit/glue/ |
site_isolation_metrics.cc | 117 // - Counts of verified text/html responses (without CORS)
|
/external/clang/www/ |
OpenProjects.html | 107 <li><i>Documented</i>, with appropriate Schema against which the output of Clang's XML formatter can be verified.</li>
|
/external/icu4c/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/llvm/lib/TableGen/ |
StringMatcher.cpp | 49 // If we have verified that the entire string matches, we're done: output the
|
/external/openssl/crypto/pkcs7/ |
dec.c | 187 fprintf(stderr,"Signature verified\n");
|
/external/skia/third_party/glu/libtess/ |
priorityq-heap.c | 31 ** published by SGI, but has not been independently verified as being
|
priorityq.c | 31 ** published by SGI, but has not been independently verified as being
|
tessmono.c | 31 ** published by SGI, but has not been independently verified as being
|
/external/webrtc/test/testsupport/ |
fileutils_unittest.cc | 173 // verified the result confirms with the specified documentation for the
|
/libcore/luni/src/main/java/org/apache/harmony/security/utils/ |
JarUtils.java | 59 * @param signature - the input stream of signature file to be verified
|
/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/ |
AttachmentLoader.java | 167 // valid (verified by testing); we won't encode them
|
/system/netd/ |
IdletimerController.cpp | 70 * verified with tcpdump. First take a note of the pkts count for the two rules:
|
/dalvik/vm/oo/ |
Object.h | 82 CLASS_ISPREVERIFIED = (1<<16), // class has been pre-verified 135 CLASS_VERIFYING = 4, /* in the process of being verified */ 754 /* has class been verified? */
|
Resolve.cpp | 26 * if a class isn't pre-verified. Those functions must not update the 100 * If the referrer was pre-verified, the resolved class must come 137 "Class ref in pre-verified class resolved to unexpected "
|
/external/openssl/apps/ |
pkcs12.c | 534 /* Exclude verified certificate */ 664 BIO_printf (bio_err, "MAC verified OK\n"); 823 /* Given a single certificate return a verified chain or NULL if error */
|
/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: 215 * 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");
|
/external/libmtp/src/ |
music-players.h | 101 // From anonymous SourceForge user, not verified 174 // From Anonymous SourceForge user, NOT VERIFIED TO BE MTP 264 // From anonymous Sourceforge user, not verified to be MTP! 628 // 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...] |
/external/mesa3d/src/glsl/ |
linker.cpp | 38 * in multiple shaders with the same name are verified to be the same. 40 * in multiple shaders with the same name are verified to be the same. 57 * are verified to be the same. 59 * same name are verified to be the same. 60 * - Types and qualifiers of outputs defined in one stage are verified to 245 * \param shader Vertex shader executable to be verified 269 * \param shader Fragment shader executable to be verified [all...] |
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/ |
ContactAggregator.java | 242 boolean verified; field in class:ContactAggregator.DisplayNameCandidate 253 verified = false; [all...] |