/bionic/libc/upstream-netbsd/libc/regex/ |
regcomp.c | 505 /* KLUDGE: emit y? as (y|) until subtle bug gets fixed */ 1164 /* KLUDGE: emit y? as (y|) until subtle bug gets fixed */ 1177 /* KLUDGE: emit y? as (y|) until subtle bug gets fixed */ [all...] |
/external/chromium/chrome/browser/sync/syncable/ |
syncable.cc | 327 base::subtle::NoBarrier_AtomicIncrement(&refcount, 1); 331 if (!base::subtle::NoBarrier_AtomicIncrement(&refcount, -1)) 410 bool del = !base::subtle::NoBarrier_AtomicIncrement(&kernel_->refcount, -1); [all...] |
/external/chromium_org/base/debug/ |
trace_event.h | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
pickle.py | 549 # Subtle. Same as in the big comment below. 565 # Subtle. d was not in memo when we entered save_tuple(), so [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
pickle.py | 549 # Subtle. Same as in the big comment below. 565 # Subtle. d was not in memo when we entered save_tuple(), so [all...] |
/dalvik/docs/ |
dexopt.html | 250 indices and offsets are updated as well. A similar but more subtle
|
/external/ceres-solver/docs/source/_themes/armstrong/static/ |
rtd.css_t | 158 /* Permalink anchor (subtle grey with a red hover) */
|
/external/chromium/base/ |
message_loop.h | 540 // likely break things in subtle, hard to detect, ways.
|
/external/chromium/chrome/browser/autocomplete/ |
autocomplete_edit.h | 411 // Subtle note: This ignores the desired_tld_ (unlike GetDataForURLExport()
|
/external/chromium/chrome/browser/chromeos/input_method/ |
input_method_util.cc | 542 // scoped_ptr<> in the comparator for a subtle STL reason.
|
/external/chromium/chrome/browser/ui/views/autocomplete/ |
autocomplete_result_view.cc | 357 // Now determine what to elide, if anything. Several subtle points:
|
/external/chromium/chrome/common/extensions/docs/server/ |
chromeextensionsdocs.py | 61 # TODO(nickbaum): there's a subtle bug here: if there are two instances of the app,
|
/external/chromium/googleurl/base/ |
logging.h | 183 // subtle difference between ostream member streaming functions (e.g.,
|
/external/chromium_org/build/android/pylib/ |
chrome_test_server_spawner.py | 222 # This is required to avoid subtle deadlocks that could be caused by the
|
/external/chromium_org/chrome/browser/history/ |
top_sites_database.cc | 58 // version number. The code is subtle and in development, contact me
|
/external/chromium_org/chrome/browser/ui/gtk/ |
browser_toolbar_gtk.cc | 444 // can change, and result in subtle bugs like http://crbug.com/118823.
|
/external/chromium_org/chrome/browser/ui/views/omnibox/ |
omnibox_result_view.cc | 429 // Now determine what to elide, if anything. Several subtle points:
|
/external/chromium_org/chrome/browser/ui/webui/ |
sync_setup_handler.cc | 690 // prompt them again. This covers a few subtle cases: [all...] |
/external/chromium_org/courgette/third_party/ |
bsdiff_create.cc | 344 // wrong. There is a subtle point here: |lastscan| points to before the
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
PartitionAllocTest.cpp | 408 // Subtle: this checks for an old bug where we copied too much from the
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
dtfmtrtts.cpp | 24 // Useful for turning up subtle bugs: Change the following to TRUE, recompile,
|
/external/chromium_org/third_party/pexpect/ |
pxssh.py | 96 #SUBTLE HACK ALERT! Note that the command that SETS the prompt uses a
|
/external/chromium_org/third_party/re2/re2/ |
onepass.cc | 435 // Should implement it in this engine, but it's subtle.
|
/external/chromium_org/third_party/sqlite/src/test/ |
alter2.test | 12 # focus of this script is testing that SQLite can handle a subtle
|
/external/icu4c/test/intltest/ |
dtfmtrtts.cpp | 24 // Useful for turning up subtle bugs: Change the following to TRUE, recompile,
|