/external/chromium_org/ui/base/cursor/ |
D | cursor_loader_ozone.cc | 21 const gfx::Point& hot) { in LoadImageCursor() argument 23 gfx::Point hotspot = hot; in LoadImageCursor() 33 const gfx::Point& hot, in LoadAnimatedCursor() argument 36 gfx::Point hotspot = hot; in LoadAnimatedCursor()
|
D | cursor_loader_win.h | 21 const gfx::Point& hot) OVERRIDE; 24 const gfx::Point& hot,
|
D | cursor_loader_ozone.h | 23 const gfx::Point& hot) OVERRIDE; 26 const gfx::Point& hot,
|
D | cursor_loader.h | 43 const gfx::Point& hot) = 0; 52 const gfx::Point& hot,
|
D | cursor_loader_x11.h | 28 const gfx::Point& hot) OVERRIDE; 31 const gfx::Point& hot,
|
D | cursor_loader_x11.cc | 156 const gfx::Point& hot) { in LoadImageCursor() argument 158 gfx::Point hotspot = hot; in LoadImageCursor() 167 const gfx::Point& hot, in LoadAnimatedCursor() argument 170 gfx::Point hotspot = hot; in LoadAnimatedCursor()
|
D | cursor_loader_win.cc | 130 const gfx::Point& hot) { in LoadImageCursor() argument 136 const gfx::Point& hot, in LoadAnimatedCursor() argument
|
/external/llvm/docs/HistoricalNotes/ |
D | 2003-06-25-Reoptimizer1.txt | 14 exceeds a threshold, we identify a hot loop and perform second-level 15 instrumentation on the hot loop region (the instructions between the 28 first machine-code basic block of the hot loop region. 31 exits from the hot region? 3 step process. 33 1) Do a DFS from the first machine-code basic block of the hot loop 36 2) Do a DFS from the last machine-code basic block of the hot loop 39 the end BB of the hot region). 41 3) Mark BBs which end in edges that exit the hot region; we need to 48 through the hot region. Silently fail if we need more than 64 bits. 58 verify our assumption that we picked a hot back-edge in first-level [all …]
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | tkt3457.test | 24 # To roll back a hot-journal file, the application needs read and write 26 # the outcome of trying to rollback a hot-journal file when this is not 30 # the hot-journal file. Result: SQLITE_CANTOPEN. 33 # the hot-journal file. Result: SQLITE_CANTOPEN. 36 # the hot-journal file. Result: SQLITE_CANTOPEN. 38 # tkt3457-1.5: Application has read/write permission on the hot-journal
|
D | tkt-fc62af4523.test | 66 # to do a hot-journal rollback to recover the database. 70 # database file and no hot-journal to fix it with.
|
D | pagerfault3.test | 49 # back the hot-journal file. This is a special case in pager_truncate().
|
D | crash8.test | 129 # The following tests check that SQLite will not roll back a hot-journal 137 # Also test that SQLite will not rollback a hot-journal file with a 241 # journal files, and that the results behave correctly if a hot-journal
|
D | pager1.test | 367 # hot-journal file appears to be corrupt (checksum does not 372 # pager1.4.3.*: Test that the contents of a hot-journal are ignored if the 376 # pager1.4.4.*: Test hot-journal rollback of journal file with a master 380 # pager1.4.5.*: Test that hot-journal rollback stops if it encounters a 383 # pager1.4.6.*: Test that when rolling back a hot-journal that contains a 385 # after all the hot-journals that refer to it are deleted. 387 # pager1.4.7.*: Test that if a hot-journal file exists but a client can 409 # up the file system to contain two databases, two hot-journal files and 538 # 512 bytes in length. The idea is to create a hot-journal file that 807 # * three hot-journal files [all …]
|
D | jrnlmode2.test | 34 # not a hot-journal, SQLite currently grabs an exclusive lock on the
|
D | rollback.test | 125 # point the first query would attempt a hot rollback, attempt to open
|
/external/chromium_org/chrome/browser/extensions/ |
D | global_shortcut_listener_mac.mm | 102 // This hot key should be registered. 104 // Look up the accelerator based on this hot key ID. 170 // If we unregistered a hot key, and no more hot keys are registered, remove 171 // the hot key handler. 196 // Register the event hot key. 214 // Unregister the event hot key.
|
/external/chromium_org/ppapi/api/ |
D | ppb_mouse_cursor.idl | 81 * and set the custom image to 0 and the hot spot to NULL. To set a custom 83 * specify your image and hot spot. 98 * pixel position within the given image of the "hot spot" of the cursor.
|
/external/clang/test/Index/ |
D | skipped-ranges.c | 8 #elif defined(hot)
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/ |
D | sce1.asm | 2 db 048h; emit a REX prefix, to enable hot-patching
|
D | sce3.asm | 2 db 048h; emit a REX prefix, to enable hot-patching
|
D | sce3.masm | 5 db 048h; emit a REX prefix, to enable hot-patching
|
/external/clang/docs/ |
D | SanitizerSpecialCaseList.rst | 22 * speedup hot function, which is known to be correct;
|
/external/kernel-headers/original/uapi/linux/ |
D | fb.h | 391 struct fbcurpos hot; /* cursor hot spot */ member
|
/external/llvm/test/CodeGen/X86/ |
D | zlib-longest-match.ll | 5 ; This is longest_match, the hot function from zlib's deflate implementation. 19 ; is mostly cold, only %do.cond125 and %land.rhs131 are hot. 25 ; the two hot blocks are laid out close to each other.
|
/external/llvm/docs/ |
D | BlockFrequencyTerminology.rst | 116 used in isolation to indicate whether a block is relatively hot or cold, or to
|