Home
last modified time | relevance | path

Searched refs:hot (Results 1 – 25 of 57) sorted by relevance

123

/external/chromium_org/ui/base/cursor/
Dcursor_loader_ozone.cc21 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()
Dcursor_loader_win.h21 const gfx::Point& hot) OVERRIDE;
24 const gfx::Point& hot,
Dcursor_loader_ozone.h23 const gfx::Point& hot) OVERRIDE;
26 const gfx::Point& hot,
Dcursor_loader.h43 const gfx::Point& hot) = 0;
52 const gfx::Point& hot,
Dcursor_loader_x11.h28 const gfx::Point& hot) OVERRIDE;
31 const gfx::Point& hot,
Dcursor_loader_x11.cc156 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()
Dcursor_loader_win.cc130 const gfx::Point& hot) { in LoadImageCursor() argument
136 const gfx::Point& hot, in LoadAnimatedCursor() argument
/external/llvm/docs/HistoricalNotes/
D2003-06-25-Reoptimizer1.txt14 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/
Dtkt3457.test24 # 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
Dtkt-fc62af4523.test66 # to do a hot-journal rollback to recover the database.
70 # database file and no hot-journal to fix it with.
Dpagerfault3.test49 # back the hot-journal file. This is a special case in pager_truncate().
Dcrash8.test129 # 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
Dpager1.test367 # 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 …]
Djrnlmode2.test34 # not a hot-journal, SQLite currently grabs an exclusive lock on the
Drollback.test125 # point the first query would attempt a hot rollback, attempt to open
/external/chromium_org/chrome/browser/extensions/
Dglobal_shortcut_listener_mac.mm102 // 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/
Dppb_mouse_cursor.idl81 * 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/
Dskipped-ranges.c8 #elif defined(hot)
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/
Dsce1.asm2 db 048h; emit a REX prefix, to enable hot-patching
Dsce3.asm2 db 048h; emit a REX prefix, to enable hot-patching
Dsce3.masm5 db 048h; emit a REX prefix, to enable hot-patching
/external/clang/docs/
DSanitizerSpecialCaseList.rst22 * speedup hot function, which is known to be correct;
/external/kernel-headers/original/uapi/linux/
Dfb.h391 struct fbcurpos hot; /* cursor hot spot */ member
/external/llvm/test/CodeGen/X86/
Dzlib-longest-match.ll5 ; 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/
DBlockFrequencyTerminology.rst116 used in isolation to indicate whether a block is relatively hot or cold, or to

123