HomeSort by relevance Sort by last modified time
    Searched full:hot (Results 1 - 25 of 189) sorted by null

1 2 3 4 5 6 7 8

  /external/webkit/WebCore/manual-tests/resources/
Default-port-frame-contents.html 3 window.testData = "Sam is SOOOOOO hot!";
  /dalvik/tests/081-hot-exceptions/
info.txt 1 Make a hot exception-throwing path to stress test how the trace builder handles
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
CallerInfoIntegrationTest.java 47 insertStructuredName(rawContactId, "Hot", "Tamale");
53 assertEquals("Hot Tamale", callerInfo.name);
  /external/webkit/WebCore/manual-tests/
css3-cursor-fallback-quirks.html 24 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff) 1 1 text;'></div></td> <!-- CSS3 hot spot - invalid, should have comma after hotspot coords -->
29 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff) 1, text;'></div></td> <!-- CSS3 hot spot - ignored in IE -->
30 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff) 1 2 3, text;'></div></td> <!-- CSS3 hot spot - ignored in IE -->
36 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff) 1 2;'></div></td> <!-- CSS3 hot spot - ignored in IE -->
37 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff) 1 2, text;'></div></td> <!-- CSS3 hot spot - ignored in IE -->
59 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff) -1 -1, text;'></div></td> <!-- CSS3 hot spot out-of-range -->
60 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff) 100 100, text;'></div></td> <!-- CSS3 hot spot out-of-range -->
css3-cursor-fallback-strict.html 21 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff) 1 1, text;'></div></td> <!-- CSS3 hot spot - valid, no fallback needed -->
26 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff) 1 1 text;'></div></td> <!-- CSS3 hot spot - invalid, should have comma after hotspot coords -->
27 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff) 1, text;'></div></td> <!-- CSS3 hot spot - invalid, should have two hotspot coords -->
28 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff) 1 2 3, text;'></div></td> <!-- CSS3 hot spot - invalid, should have two hotspot coords -->
51 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff) -1 -1, help;'></div></td> <!-- CSS3 hot spot out-of-range -->
52 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff) 100 100, help;'></div></td> <!-- CSS3 hot spot out-of-range -->
  /dalvik/tests/081-hot-exceptions/src/
Main.java 33 // A hot method invocation that always encounters exceptions
  /external/webkit/JavaScriptCore/jit/
JITPropertyAccess.cpp 422 // As for the hot path of get_by_id, above, we ensure that we can use an architecture specific offset
705 // On success return back to the hot patch code, at a point it will perform the store to dest for us.
712 // Finally patch the jump to slow case back in the hot path to jump here instead.
    [all...]
JITInlineMethods.h 107 ASSERT(m_bytecodeIndex != (unsigned)-1); // This method should only be called during hot/cold path generation, so that m_bytecodeIndex is set.
220 ASSERT(m_bytecodeIndex != (unsigned)-1); // This method should only be called during hot/cold path generation, so that m_bytecodeIndex is set.
227 ASSERT(m_bytecodeIndex != (unsigned)-1); // This method should only be called during hot/cold path generation, so that m_bytecodeIndex is set.
237 ASSERT(m_bytecodeIndex != (unsigned)-1); // This method should only be called during hot/cold path generation, so that m_bytecodeIndex is set.
244 ASSERT(m_bytecodeIndex != (unsigned)-1); // This method should only be called during hot/cold path generation, so that m_bytecodeIndex is set.
619 ASSERT(m_bytecodeIndex != (unsigned)-1); // This method should only be called during hot/cold path generation, so that m_bytecodeIndex is set.
JITCall.cpp 382 // The arguments have been set up on the hot path for op_call_eval
412 // Done! - return back to the hot path.
545 // The arguments have been set up on the hot path for op_call_eval
671 // The arguments have been set up on the hot path for op_call_eval
703 // Done! - return back to the hot path.
  /external/webkit/WebCore/bindings/v8/
MainThreadDOMData.cpp 54 // a hot spot in Dromaeo DOM tests.
  /external/icu4c/test/threadtest/
stringtest.cpp 39 fCleanStrings[2] = "hot";
40 fSourceStrings[2] = "hot";
  /external/v8/src/
liveedit.h 35 // matches hot swap features in other frameworks.
  /external/webkit/WebCore/css/
CSSParserValues.cpp 45 if (v.unit == CSSPrimitiveValue::CSS_PARSER_VARIABLE_FUNCTION_SYNTAX) // isVariable() is not inlined. This is hot.
  /frameworks/base/docs/html/resources/articles/
wikinotes-intents.jd 50 <p>Linkify is used to turn matching text into hot-links. When the user
51 selects a hot-link, Android takes the data locator represented by the
52 hot-link and looks for a data handler for that data locator. If it
  /external/kernel-headers/original/linux/raid/
md_k.h 99 * support hot removal
238 * hot-adding a bitmap. It should
  /frameworks/base/awt/java/awt/
Cursor.java 214 * the hot spot.
299 * incorrectly defined hot spot.
  /bionic/libc/kernel/common/linux/
fb.h 343 struct fbcurpos hot; member in struct:fb_cursor
  /dalvik/vm/compiler/
Compiler.h 87 kJitTSelectRequestHot = 2, // Request a hot trace (bypass the filter)
  /external/qemu/
qemu-monitor.hx 509 { "pci_add", "sss", pci_device_hot_add, "pci_addr=auto|[[<domain>:]<bus>:]<slot> nic|storage [[vlan=n][,macaddr=addr][,model=type]] [file=file][,if=type][,bus=nr]...", "hot-add PCI device" },
513 Hot-add PCI device.
517 { "pci_del", "s", pci_device_hot_remove, "pci_addr=[[<domain>:]<bus>:]<slot>", "hot remove PCI device" },
521 Hot remove PCI device.
  /external/tcpdump/
print-hsrp.c 30 /* Cisco Hot Standby Router Protocol (HSRP). */
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
fb.h 343 struct fbcurpos hot; member in struct:fb_cursor
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
fb.h 343 struct fbcurpos hot; member in struct:fb_cursor
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
fb.h 343 struct fbcurpos hot; member in struct:fb_cursor
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
fb.h 343 struct fbcurpos hot; member in struct:fb_cursor
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
fb.h 343 struct fbcurpos hot; member in struct:fb_cursor

Completed in 72 milliseconds

1 2 3 4 5 6 7 8