/external/chromium/base/ |
mach_ipc_mac.mm | 306 return KERN_INVALID_VALUE; // just for safety -- never should occur
|
/external/chromium/chrome/browser/download/ |
download_item.cc | 70 NOTREACHED() << "Unknown safety state " << state;
|
download_manager_unittest.cc | 96 // Make sure download item |id| was set with correct safety state for
|
/external/chromium/chrome/browser/history/ |
url_database.h | 38 // happening to avoid thread-safety problems.
|
/external/chromium/chrome/browser/safe_browsing/ |
client_side_detection_service.cc | 137 // Err on the side of safety and assume this might be private.
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_editor_base_controller.mm | 447 // For safety's sake, in case deleted node was an ancestor of selection,
|
/external/chromium/googleurl/src/ |
gurl.h | 92 // the empty string (for safety in release builds, to keep them from being
|
/external/chromium/third_party/libjingle/source/talk/base/ |
unixfilesystem.cc | 456 // TODO: Consider whether we are worried about thread safety.
|
/external/clang/include/clang/Sema/ |
Template.h | 129 // Sema.h (by including this file) or sacrifice type safety (by
|
/external/e2fsprogs/debugfs/ |
debugfs.8.in | 68 no safety checks are in place, and
|
/external/icu4c/common/ |
resbund.cpp | 131 * Thread-safety is implemented around caches, both the cache that
|
/external/icu4c/i18n/ |
bmsearch.cpp | 112 // room for an extra character on each end, plus 4 for safety
|
/external/jpeg/ |
jcmarker.c | 441 if (datalen > (unsigned int) 65533) /* safety check */
|
jctrans.c | 71 /* Safety check to ensure start_compress not called yet. */
|
jdsample.c | 173 *output_data_ptr = NULL; /* safety check */
|
wrgif.c | 388 if (cinfo->output_components != 1) /* safety check: just one component? */
|
/external/jsilver/src/com/google/clearsilver/jsilver/data/ |
NestedMapData.java | 32 * This class has no synchronization logic. Follow the same thread-safety semantics as you would for
|
/external/libpng/scripts/ |
makefile.gcmmx | 62 # Remove -DPNG_THREAD_UNSAFE_OK if you need thread safety
|
/external/libvpx/examples/includes/geshi/geshi/ |
visualfoxpro.php | 273 'Rpd','Runtime','Safety','Same','Sample','Say',
|
/external/libvpx/vpx/internal/ |
vpx_codec_internal.h | 138 * provide type safety for the exchanged data or assign meanings to the
|
/external/llvm/lib/Object/ |
MachOObjectFile.cpp | 305 // FIXME: thread safety.
|
/external/openssl/crypto/bio/ |
bss_file.c | 312 /* Safety net to catch purely internal BIO_set_fp calls */
|
/external/openssl/crypto/rc4/asm/ |
rc4-586.pl | 75 &cmp ($ty,0); # safety net
|
/external/pcre/ |
pcreposix.c | 265 /* Safety: if the error code is too big for the translation vector (which
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
Message.java | 32 // mergeFrom*() could return BuilderType for better type-safety.
|