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

1 2 3 4 5 6 7 8 91011>>

  /art/test/081-hot-exceptions/
info.txt 1 Make a hot exception-throwing path to stress test how the trace builder handles
  /external/clang/test/Index/
skipped-ranges.c 8 #elif defined(hot)
9 // hot
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tmschema.h 431 TM_STATE(2,HSS,HOT)
438 TM_STATE(2,HTS,HOT)
445 TM_STATE(2,VSS,HOT)
452 TM_STATE(2,VTS,HOT)
459 TM_STATE(2,SBS,HOT)
466 TM_STATE(2,MINBS,HOT)
473 TM_STATE(2,MAXBS,HOT)
480 TM_STATE(2,RBS,HOT)
487 TM_STATE(2,HBS,HOT)
494 TM_STATE(2,CBS,HOT)
    [all...]
  /external/clang/test/Sema/
attr-coldhot.c 10 int baz() __attribute__((__cold__)) __attribute__((__hot__)); // expected-error{{'__cold__' and 'hot' attributes are not compatible}}
  /external/clang/test/Profile/
c-attributes.c 8 // CHECK: hot_100_percent(i32{{.*}}%i) [[HOT:#[0-9]+]]
14 // CHECK: hot_40_percent(i32{{.*}}%i) [[HOT]]
32 // CHECK: attributes [[HOT]] = { inlinehint nounwind {{.*}} }
  /external/llvm/docs/HistoricalNotes/
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-leve
    [all...]
  /development/samples/ControllerSample/res/values/
strings.xml 8 that you are a lone space cowboy in hot pursuit of the aliens who kidnapped
  /hardware/libhardware/modules/usbcamera/
CameraHAL.h 54 // Hot plug thread managing camera hot plug.
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
SqlInjectionDetectionTest.java 46 long rawContactId = RawContactUtil.createRawContactWithName(mResolver, "Hot", "Tamale");
54 long rawContactId = RawContactUtil.createRawContactWithName(mResolver, "Hot", "Tamale");
62 long rawContactId = RawContactUtil.createRawContactWithName(mResolver, "Hot", "Tamale");
70 long rawContactId = RawContactUtil.createRawContactWithName(mResolver, "Hot", "Tamale");
79 long rawContactId = RawContactUtil.createRawContactWithName(mResolver, "Hot", "Tamale");
CallerInfoIntegrationTest.java 48 DataUtil.insertStructuredName(mResolver, rawContactId, "Hot", "Tamale");
54 assertEquals("Hot Tamale", callerInfo.name);
  /ndk/sources/android/support/src/musl-ctype/
iswprint.c 7 * The following code is optimized heavily to make hot paths for the
  /device/lge/hammerhead/overlay/frameworks/base/core/res/res/values-mcc204-mnc04/
config.xml 30 <item>[ApnSettingV3]HOT mobile PC,pc.hotm,,,,,,,,,204,04,,DUN,,,true,0,,,,,,,spn,HOT mobile</item>
  /frameworks/base/services/core/java/com/android/server/hdmi/
HotplugDetectionAction.java 28 * Feature action that handles hot-plug detection mechanism.
29 * Hot-plug event is initiated by timer after device discovery action.
32 * If system audio is on, check hot-plug for audio system every 5 secs.
69 Slog.v(TAG, "Hot-plug dection started.");
168 Slog.v(TAG, "Remove device by hot-plug detection:" + index);
181 Slog.v(TAG, "Add device by hot-plug detection:" + index);
RequestArcInitiationAction.java 22 * <p>This action is created by TV's hot plug event of ARC port.
  /external/replicaisland/src/com/replica/replicaisland/
HotSpotSystem.java 20 * A system for testing positions against "hot spots" embedded in the level tile map data.
21 * A level may contain a layer of "hot spots," tiles that provide a hint to the game objects about
22 * how to act in that particular area of the game world. Hot spots are commonly used to direct AI
96 //TOOD: take a region? how do we deal with multiple hot spot intersections?
110 //TOOD: take a region? how do we deal with multiple hot spot intersections?
  /external/llvm/lib/Analysis/
Trace.cpp 11 // single entry, multiple exit, region of code that is often hot. Trace-based
13 // block: because the trace path is assumed to be hot, optimizations for the
  /art/test/081-hot-exceptions/src/
Main.java 33 // A hot method invocation that always encounters exceptions
  /device/lge/hammerhead/
spn-conf.xml 25 <spnOverride numeric="42507" spn="HOT mobile"/>
  /external/clang/test/PCH/
missing-file.cpp 8 // %t.h might be touched by scanners as a hot file on Windows,
  /art/runtime/jit/
jit_instrumentation.cc 97 // If we have enough samples, mark as hot and request Jit compilation.
108 VLOG(jit) << "Compiling hot method " << PrettyMethod(method);
  /external/llvm/include/llvm/CodeGen/
MachineBranchProbabilityInfo.h 62 // A 'Hot' edge is an edge which probability is >= 80%.
66 // Return a hot successor for the block BB or null if there isn't one.
  /developers/build/prebuilts/gradle/Quiz/Application/src/main/assets/
Quiz.json 14 "question": "How hot is the surface of the sun?",
  /developers/samples/android/wearable/wear/Quiz/Application/src/main/assets/
Quiz.json 14 "question": "How hot is the surface of the sun?",
  /external/llvm/include/llvm/Analysis/
BranchProbabilityInfo.h 67 /// \brief Test if an edge is hot relative to other out-edges of the Src.
69 /// Check whether this edge out of the source block is 'hot'. We define hot
73 /// \brief Retrieve the hot successor of a block if one exists.
  /external/sepolicy/
perfprofd.te 10 # perfprofd needs to control CPU hot-plug in order to avoid kernel

Completed in 189 milliseconds

1 2 3 4 5 6 7 8 91011>>