| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
| cfg-flags.def | 64 /* Set on blocks that should be put in a cold section. */ 157 /* Edge crosses between hot and cold sections, when we do partitioning.
|
| /cts/tests/tests/provider/src/android/provider/cts/contacts/ |
| ContactsContract_DataTest.java | 163 cv4.put(Contacts.DISPLAY_NAME, "Cold Tamago"); 184 cv7.put(Contacts.DISPLAY_NAME, "Cold Tamago"); 522 // Only callables belonging to John Doe (name) and Cold Tamago (organization) are returned. 546 // Only callables belonging to John Doe (name) and Cold Tamago (organization) are returned. [all...] |
| /external/guava/guava-tests/test/com/google/common/util/concurrent/ |
| RateLimiterTest.java | 183 stopwatch.sleepMillis(4000); // #3: becomes cold again 188 stopwatch.sleepMillis(2000); // #6: didn't get cold! It would take another 2 seconds to go cold 207 stopwatch.sleepMillis(4500); // #2: back to cold state (warmup period + repay last acquire) 217 stopwatch.sleepMillis(4250); // #6, back to cold state (warmup period + repay last acquire) 219 limiter.acquire(); // #7, showing off the warmup starting from totally cold
|
| /platform_testing/tests/perf/PerfTransitionTest/src/com/android/apptransition/tests/ |
| AppTransitionTests.java | 180 * Cold launch given list of apps for given launch count from the launcher screen. 191 // Perform cold app launch from launcher screen 194 // Additional launch to account for cold launch 246 // Additional launch to account for cold launch 361 * Launch given app to account for the cold launch and track 535 * @param launchMode Cold or Hot launch
|
| /system/core/bootstat/ |
| bootstat.cpp | 190 {"reboot,cold", 48}, 198 {"cold", 56}, 212 {"cold,powerkey", 70}, 319 "cold", 331 if (s == "cold") break; 574 {"cold,powerkey", "powerkey"}, 636 if (m.first.length() <= strlen("cold")) continue; // too short? 638 if (m.first.length() <= strlen("reboot,cold")) continue; // short? 667 ret = "cold"; 674 // reboot -p, reboot <no reason>, reboot cold, reboot warm and reboot hard [all...] |
| /external/llvm/test/CodeGen/AArch64/ |
| arm64-stackmap.ll | 107 ; Cold OSR Exit 125 br i1 %test, label %ret, label %cold 126 cold:
|
| /external/llvm/test/CodeGen/PowerPC/ |
| ppc64-stackmap.ll | 141 ; Cold OSR Exit 159 br i1 %test, label %ret, label %cold 160 cold:
|
| /external/autotest/server/cros/faft/utils/ |
| mode_switcher.py | 479 Just reboot the DUT using either cold or warm reset. Does not wait for 482 @param reboot_type: A string of reboot type, 'warm' or 'cold'. 483 If reboot_type != warm/cold, raise exception. 490 elif reboot_type == 'cold': 513 @param reboot_type: A string of reboot type, one of 'warm', 'cold', or 525 elif reboot_type == 'cold': [all...] |
| /device/linaro/bootloader/arm-trusted-firmware/drivers/arm/gic/ |
| arm_gic.c | 167 * Per cpu gic distributor setup which will be done by all cpus after a cold 221 * cold boot. It marks out the secure SPIs, PPIs & SGIs and enables them. It
|
| /device/linaro/bootloader/arm-trusted-firmware/lib/psci/ |
| psci_setup.c | 263 * This duplicates what the primary cpu did after a cold boot in BL1. The same 281 * secure image during cold boot. The relevant registers in the cpu context
|
| /device/linaro/bootloader/arm-trusted-firmware/plat/arm/common/aarch64/ |
| arm_helpers.S | 133 * For cold-boot BL images, only the primary CPU needs a 146 * For cold-boot BL images, only the primary CPU needs a
|
| /device/linaro/bootloader/arm-trusted-firmware/services/spd/tlkd/ |
| tlkd_main.c | 98 * time on the primary cpu after a cold boot. It assumes that a valid secure 332 * finished initialising itself after a cold boot
|
| /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/ |
| IpmiNetFnApp.h | 70 // Definitions for Cold Reset command
75 // Constants and Structure definitions for "Cold Reset" command to follow here
|
| /device/linaro/bootloader/edk2/PcAtChipsetPkg/ |
| PcAtChipsetPkg.dec | 180 ## 8bit Reset Control Register value for cold reset.
181 # @Prompt Reset Control Register value for cold reset
|
| PcAtChipsetPkg.uni | 154 "Reset Control Register value for cold reset"
158 "8bit Reset Control Register value for cold reset."
|
| /external/autotest/client/site_tests/video_PlaybackPerf/ |
| video_PlaybackPerf.py | 202 logging.warning('Could not get cold machine pre login.') 283 logging.warning('Could not get cold machine post login.')
|
| /external/autotest/tko/perf_upload/ |
| perf_dashboard_config.json | 619 "autotest_name": "telemetry_Benchmarks.session_restore.cold.typical_25", 621 "dashboard_test_name": "session_restore.cold.typical_25"
|
| /external/compiler-rt/lib/profile/ |
| InstrProfilingValue.c | 169 * targets more sticky while cold targets less so. In other 178 * lock on a cold target that is alread in stable state.
|
| /external/ipsec-tools/src/racoon/ |
| isakmp_cfg.c | [all...] |
| /frameworks/av/services/audioflinger/ |
| FastThread.cpp | 167 // only perform a cold idle command once 181 // requests such a brief cold idle that it doesn't require resetting this flag.
|
| /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/ |
| CallingConv.h | 45 // Cold - This calling convention attempts to make code in the caller as 49 Cold = 9,
|
| /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/ |
| CallingConv.h | 45 // Cold - This calling convention attempts to make code in the caller as 49 Cold = 9,
|
| /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/ |
| CallingConv.h | 45 // Cold - This calling convention attempts to make code in the caller as 49 Cold = 9,
|
| /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/ |
| CallingConv.h | 45 // Cold - This calling convention attempts to make code in the caller as 49 Cold = 9,
|
| /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/ |
| CallingConv.h | 45 // Cold - This calling convention attempts to make code in the caller as 49 Cold = 9,
|