/ndk/build/platforms/android-8/arch-x86/usr/include/linux/ |
fb.h | 343 struct fbcurpos hot; member in struct:fb_cursor
|
/frameworks/base/awt/java/awt/ |
Toolkit.java | 719 * Creates a custom cursor with the specified Image, hot spot, and cursor 725 * the Point giving the coordinates of the cursor's hot spot. 728 * @return the cursor with the specified Image, hot spot, and cursor 731 * if the hot spot values are outside the bounds of the cursor. [all...] |
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
ContactsProvider2Test.java | 188 long rawContactId1 = createRawContactWithName("Hot", "Tamale"); 192 long rawContactId2 = createRawContactWithName("Hot", "Tamale"); 197 values.put(Contacts.DISPLAY_NAME, "Hot Tamale"); 225 insertStructuredName(rawContactId, "Hot", "Tamale"); 232 values.put(PhoneLookup.DISPLAY_NAME, "Hot Tamale"); 257 insertStructuredName(rawContactId, "Hot", "Tamale"); 261 assertStoredValue(lookupUri1, PhoneLookup.DISPLAY_NAME, "Hot Tamale"); 268 assertStoredValue(lookupUri2, PhoneLookup.DISPLAY_NAME, "Hot Tamale"); 281 assertStoredValue(lookupUri2, PhoneLookup.DISPLAY_NAME, "Hot Tamale"); 321 long rawContactId = createRawContactWithName("Hot", "Tamale") [all...] |
/external/bluetooth/glib/tests/ |
uri-test.c | 445 uris = g_uri_list_extract_uris ("# just hot air\r\n# more hot air");
|
/dalvik/vm/interp/ |
InterpDefs.h | 59 * has already gone hot enough to be translated, we should assume that
|
/external/kernel-headers/original/linux/ |
fb.h | 366 struct fbcurpos hot; /* cursor hot spot */ member in struct:fb_cursor 484 struct fbcurpos hot; /* cursor hot spot */ member in struct:fb_cursor_user [all...] |
netdevice.h | 442 * refcnt is a very hot point, so align it on SMP 771 /* Hot-plugging. */
|
pci.h | 347 void (*remove) (struct pci_dev *dev); /* Device removed (NULL if not a hot-plug capable driver) */ 543 /* Proper probing supporting hot-pluggable devices */
|
pci_regs.h | 201 #define PCI_CAP_ID_SHPC 0x0C /* PCI Standard Hot-Plug Controller */ 223 #define PCI_PM_CAP_PME_D3 0x4000 /* PME# from D3 (hot) */
|
sched.h | 651 unsigned long long cache_hot_time; /* Task considered cache hot (ns) */ 652 unsigned int cache_nice_tries; /* Leave cache hot tasks for # tries */ [all...] |
/external/webkit/WebCore/platform/text/ |
StringImpl.h | 227 // This is a hot function because it's used when parsing HTML.
|
AtomicString.cpp | 236 // Note: This is a hot function in the Dromaeo benchmark.
|
StringImpl.cpp | 165 // Note: This is a hot function in the Dromaeo benchmark, specifically the 897 // This is a hot function because it's used when parsing HTML.
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
basic-block.h | 176 #define EDGE_CROSSING 8192 /* Edge crosses between hot 330 /* Set on blocks that should be put in a hot section. */ 354 /* Dummy flag for convenience in the hot/cold partitioning code. */ 357 /* Partitions, to be used when partitioning hot and cold basic blocks into [all...] |
ansidecl.h | 370 /* Attribute `hot' and `cold' was valid as of gcc 4.3. */
|
cgraph.h | 62 /* Size of the hot regions of the function before inlining. */
|
/dalvik/vm/compiler/codegen/arm/ |
ArchUtility.c | 267 LOGD("-------- chaining cell (hot): 0x%04x\n", dest);
|
/dalvik/vm/compiler/ |
Frontend.c | 618 * instruction that cannot change the control flow, request a hot 647 /* For unconditional branches, request a hot chaining cell */
|
/external/qemu/distrib/sdl-1.2.12/src/video/ |
SDL_cursor.c | 119 /* Sanity check the hot spot */ 121 SDL_SetError("Cursor hot spot doesn't lie within cursor");
|
/hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/ |
bcmpcispi.c | 283 /* Hack to allow hot-swapping oscillators: 297 sd_err(("%s: Ok to hot-swap oscillators.\n", __FUNCTION__));
|
/bootable/recovery/ |
ui.c | 241 // Reads input events, handles special hot keys, and adds to the key queue.
|
/external/apache-http/src/org/apache/commons/logging/impl/ |
WeakHashtable.java | 60 * arises during hot deploy in a J2EE-like containers.
|
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/ |
SDL_QuartzWM.m | 111 p.y -= 1.0f; /* Apparently y goes from 1 to h, not from 0 to h-1 (i.e. the "location of the mouse" seems to be defined as "the location of the top left corner of the mouse pointer's hot pixel" */
|
/external/tcpdump/ |
INSTALL | 164 print-hsrp.c - Cisco Hot Standby Router Protocol printer routines
|
/dalvik/vm/ |
Globals.h | 793 /* Table to track the overall and trace statistics of hot methods */
|