/external/chromium/base/allocator/ |
allocator_shim.cc | 183 // Subtle warning: NULL return does not alwas indicate out-of-memory. If
|
/external/chromium/base/synchronization/ |
condition_variable.h | 62 // For a discussion of the many very subtle implementation details, see the FAQ
|
/external/chromium/chrome/browser/automation/ |
automation_resource_message_filter.h | 66 return base::subtle::Barrier_AtomicIncrement(&unique_request_id_, 1);
|
/external/chromium/chrome/browser/sync/glue/ |
autofill_data_type_controller.cc | 63 // Waiting for the personal data is subtle: we do this as the PDM resets
|
/external/chromium/chrome/browser/sync/sessions/ |
status_controller.h | 176 // up to date. This is subtle: if it's false, it could either mean that
|
/external/chromium_org/base/ |
bind.h.pump | 106 // non-const reference parameter can make for subtle bugs because the
|
tracked_objects.cc | 63 static base::subtle::Atomic32 timing_enabled = UNDEFINED_TIMING; 67 base::subtle::Atomic32 current_timing_enabled = 68 base::subtle::NoBarrier_Load(&timing_enabled); 78 base::subtle::NoBarrier_Store(&timing_enabled, current_timing_enabled);
|
/external/chromium_org/content/browser/loader/ |
redirect_to_file_resource_handler.cc | 233 // cache, so modifying it can cause some pretty subtle race conditions:
|
/external/chromium_org/gpu/command_buffer/client/ |
query_tracker.cc | 153 base::subtle::MemoryBarrier();
|
/external/chromium_org/sync/notifier/ |
p2p_invalidator.cc | 193 // There may be some subtle issues around case sensitivity of the
|
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/ |
AudioNode.h | 95 // We handle our own ref-counting because of the threading issues and subtle nature of
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
ThreadSpecific.h | 32 * native API. There is subtle semantic discrepancy for the cleanup function
|
/external/chromium_org/third_party/cld/base/ |
casts.h | 124 // The C++ standard is more subtle and complex than this, but that
|
/external/chromium_org/third_party/mesa/src/docs/ |
MESA_texture_signed_rgba.spec | 116 Other than those subtle issues there are no other non-standard
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/ |
atomicops.h | 31 // The routines exported by this module are subtle. If you use them, even if
|
/external/chromium_org/tools/emacs/ |
trybot.el | 48 ; This regexp is subtle and rather hard to read. :~(
|
/external/eigen/doc/ |
I14_PreprocessorDirectives.dox | 23 fail to link or exhibit subtle bugs. Nevertheless, these options can be useful for people who know what they
|
/external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/udp/ |
UdpKernel.java | 280 // point and it may lead to subtle bugs if not properly
|
/external/llvm/lib/Analysis/ |
CaptureTracking.cpp | 118 // be captured. This is a subtle point considering that (for example)
|
/external/llvm/test/Transforms/FunctionAttrs/ |
nocapture.ll | 41 ; subtle escape mechanism follows
|
/external/mesa3d/docs/ |
MESA_texture_signed_rgba.spec | 116 Other than those subtle issues there are no other non-standard
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
build_clib.py | 16 # two modules, mainly because a number of subtle details changed in the
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
xxmodule.c | 178 /* Example with subtle bug from extensions manual ("Thin Ice"). */
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
build_clib.py | 16 # two modules, mainly because a number of subtle details changed in the
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
xxmodule.c | 178 /* Example with subtle bug from extensions manual ("Thin Ice"). */
|