/external/gtest/samples/ |
sample1_unittest.cc | 44 // Don't forget gtest.h, which declares the testing framework.
|
/external/icu4c/tools/tzcode/ |
readme.txt | 99 6. Don't forget to check in the new zoneinfo.txt (from its location at
|
/external/ipsec-tools/src/racoon/ |
isakmp_cfg.h | 39 * XXX don't forget to update
|
/external/kernel-headers/original/linux/ |
gfp.h | 53 /* if you forget to add the bitmask here kernel will crash, period */
|
/external/openssl/crypto/asn1/ |
x_x509.c | 184 /* If certificate unreadable then forget it */
|
/external/skia/src/animator/ |
SkScript.h | 86 void forget(SkTypedArray* array);
|
SkScript2.h | 36 void forget(SkOpArray* array);
|
/external/sqlite/android/ |
PhoneticStringUtilsTest.cpp | 39 // Note: When adding a test, do not forget to add it to DoOneTest().
|
/external/srec/portable/include/ |
ESR_ReturnCode.h | 39 * Note: do not forget to modify ESR_rc2str when modifying this enum.
|
/external/v8/src/ia32/ |
virtual-frame-ia32.h | 123 // Forget count elements from the top of the frame all in-memory 128 void Forget(int count) { 135 // Forget count elements from the top of the frame without adjusting 516 // necessary, free any associated register, and forget its value if
|
/external/v8/src/mips/ |
virtual-frame-mips.h | 111 // Forget elements from the top of the frame to match an actual frame (eg, 113 void Forget(int count) { 122 // Forget count elements from the top of the frame and adjust the stack 466 // necessary, free any associated register, and forget its value if
|
/external/v8/src/x64/ |
virtual-frame-x64.h | 124 // Forget count elements from the top of the frame all in-memory 129 void Forget(int count) { 136 // Forget count elements from the top of the frame without adjusting 492 // necessary, free any associated register, and forget its value if
|
/external/webkit/WebCore/bindings/v8/ |
V8DOMMap.h | 99 virtual void forget(KeyType* obj) function in class:WebCore::WeakReferenceMap
|
/external/webkit/WebCore/dom/ |
OptionElement.cpp | 55 // we won't forget to update a member variable in some cases...
|
/external/webkit/WebCore/platform/graphics/qt/ |
ImageDecoderQt.cpp | 222 // true otherwise we want to reset it and forget about
|
/external/webkit/WebKit/mac/WebInspector/ |
WebNodeHighlight.mm | 130 // We didn't retain _highlightView, but we do need to tell it to forget about us, so it doesn't
|
/external/wpa_supplicant/ |
eap_tls.c | 94 * The TLS handshake failed. So better forget the old
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/ |
eap_tls.c | 96 * The TLS handshake failed. So better forget the old
|
/frameworks/base/docs/html/resources/articles/ |
zipalign.jd | 97 versions available to users. Also, don't forget to align any new
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
BluetoothEventRedirector.java | 85 // After a dock is unpaired, we will forget the
|
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/ |
SynchronousQueue.java | 123 * is taken to "forget" references to data, other nodes, and 441 s.item = null; // forget item 442 s.waiter = null; // forget thread 564 h.next = h; // forget old next 653 if (x != null) // and forget fields 724 s.waiter = null; // forget thread [all...] |
/bionic/libc/netbsd/net/ |
getnameinfo.c | 274 if (numaddrlen + 1 > (size_t)hostlen) /* don't forget terminator */ 346 if (numaddrlen + 1 > hostlen) /* don't forget terminator */
|
/external/stlport/stlport/stl/config/ |
user_config.h | 47 * Please do not forget to link proper STLport library flavor 223 * If you customize the STLport generated library names don't forget to give
|
/external/v8/src/ |
virtual-frame.cc | 261 // Forget the frame elements that will be popped by the call. 262 Forget(dropped_args);
|
/bionic/libc/stdio/ |
fvwrite.c | 194 /* copied the newline: flush and forget */
|