| /device/linaro/bootloader/edk2/MdeModulePkg/Library/BaseResetSystemLibNull/ |
| BaseResetSystemLibNull.c | 21 This function causes a system-wide reset (cold reset), in which
26 If this function returns, it means that the system does not support cold reset.
|
| /external/llvm/lib/Analysis/ |
| BranchProbabilityInfo.cpp | 75 /// \brief Weight for a branch taken going into a cold block. 78 /// cold. A block is marked cold if it's postdominated by a 79 /// block containing a call to a cold function. Cold functions 80 /// are those marked with attribute 'cold'. 83 /// \brief Weight for a branch not-taken into a cold block. 86 /// cold. 244 /// \brief Calculate edge weights for edges leading to cold blocks. 246 /// A cold block is one post-dominated by a block with a call to [all...] |
| /external/walt/android/WALT/app/src/main/res/values/ |
| strings.xml | 35 <item>Cold Playback Latency</item> 36 <item>Cold Recording Latency</item>
|
| /device/linaro/bootloader/arm-trusted-firmware/plat/common/aarch64/ |
| platform_up_stack.S | 21 * For cold-boot BL images, only the primary CPU needs a 34 * For cold-boot BL images, only the primary CPU needs a 48 * For cold-boot BL images, only the primary CPU needs a 61 * For cold-boot BL images, only the primary CPU needs a
|
| /external/autotest/server/site_tests/cellular_ChromeEndToEnd/ |
| cellular_ChromeEndToEnd.py | 18 """Cold reboot the dut.
|
| /external/autotest/server/site_tests/firmware_FAFTSetup/ |
| control | 21 - Cold reset
|
| /external/llvm/test/Analysis/ProfileSummary/ |
| basic.ll | 10 ; CHECK-LABEL: f2 :cold
|
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
| predict.def | 75 /* Branch to basic block containing call marked by cold function attribute. */ 76 DEF_PREDICTOR (PRED_COLD_FUNCTION, "cold function call", PROB_VERY_LIKELY, 133 /* Branches to cold labels are extremely unlikely. */ 134 DEF_PREDICTOR (PRED_COLD_LABEL, "cold label", PROB_VERY_LIKELY,
|
| /device/linaro/bootloader/arm-trusted-firmware/docs/ |
| reset-design.rst | 17 for the cold boot path. 42 they reset. Further logic is then required to identify whether it is a cold or 47 at the right address, both on a cold and warm reset. Therefore, the boot type 59 Cold boot on a single CPU 63 Therefore, the cold boot code has to arbitrate access to hardware resources 82 Programmable CPU reset address, Cold boot on a single CPU 139 to the PSCI implementation via a platform defined mechanism. On a cold boot,
|
| /frameworks/base/cmds/statsd/tests/e2e/ |
| GaugeMetric_e2e_push_test.cpp | 123 appUid1, "app1", AppStartOccurred::COLD, "activity_name3", "calling_pkg_name3", 130 appUid1, "app1", AppStartOccurred::COLD, "activity_name5", "calling_pkg_name5", 141 appUid2, "app2", AppStartOccurred::COLD, "activity_name7", "calling_pkg_name7", 186 EXPECT_EQ(AppStartOccurred::COLD, 214 EXPECT_EQ(AppStartOccurred::COLD, 261 EXPECT_EQ(AppStartOccurred::COLD, 284 EXPECT_EQ(AppStartOccurred::COLD, data.bucket_info(0).atom(0).app_start_occurred().type());
|
| /tools/tradefederation/contrib/src/com/android/media/tests/ |
| CameraStartupTest.java | 51 private static final String PREFIX_COLD_STARTUP = "Cold"; 125 // Reboot for a cold start up of Camera application 126 CLog.d("Cold start: Rebooting..."); 132 CLog.d("Cold start: Waiting for device to cool down..."); 221 // Then report only the first two startup time of cold startup and average warm startup.
|
| /device/linaro/bootloader/arm-trusted-firmware/plat/arm/board/fvp/aarch32/ |
| fvp_helpers.S | 21 * For AArch32, cold-booting secondary CPUs is not yet 33 * Main job of this routine is to distinguish between a cold and warm 38 * For a cold boot, return 0. 43 * to use locks immediately after a cold reset 44 * we are relying on the fact that after a cold 64 /* Cold reset */
|
| /device/linaro/bootloader/arm-trusted-firmware/plat/common/aarch32/ |
| platform_up_stack.S | 17 * For cold-boot BL images, only the primary CPU needs 30 * For cold-boot BL images, only the primary CPU needs
|
| /device/linaro/bootloader/arm-trusted-firmware/plat/mediatek/mt8173/aarch64/ |
| plat_helpers.S | 21 * needed for a secondary cpu after a cold reset e.g 27 /* MT8173 Oak does not do cold boot for secondary CPU */
|
| /device/linaro/bootloader/edk2/BeagleBoardPkg/Library/ResetSystemLib/ |
| ResetSystemLib.c | 2 Do a generic Cold Reset for OMAP3550 and BeagleBoard specific Warm reset
134 //Perform cold reset of the system.
|
| /external/autotest/client/cros/ |
| perf.py | 23 In particular it verifies the machine is idle and cold and tries to set 50 self._error_reason = 'Could not get cold machine.'
|
| /device/linaro/bootloader/arm-trusted-firmware/plat/socionext/uniphier/ |
| uniphier_psci.c | 61 * The Boot ROM cannot distinguish warn and cold resets.
|
| /device/linaro/bootloader/arm-trusted-firmware/plat/xilinx/zynqmp/aarch64/ |
| zynqmp_helpers.S | 18 * needed for a secondary cpu after a cold reset e.g
|
| /external/clang/test/CodeGen/ |
| attr-optnone.c | 20 __attribute__((optnone)) __attribute__((cold))
|
| /external/clang/test/OpenMP/ |
| declare_simd_ast_print.cpp | 12 void add_1(float *d) __attribute__((cold)); 17 // CHECK-NEXT: void add_1(float *d) __attribute__((cold)); 52 // CHECK-NEXT: int add(int a, int b) __attribute__((cold)) { 56 int add(int a, int b) __attribute__((cold)) { return a + b; }
|
| /external/libxml2/result/noent/ |
| slashdot.rdf | 52 <title>Suppression of cold fusion research?</title>
|
| /external/libxml2/result/ |
| slashdot.rdf | 52 <title>Suppression of cold fusion research?</title>
|
| /external/libxml2/test/ |
| slashdot.rdf | 53 <title>Suppression of cold fusion research?</title>
|
| /external/llvm/test/Transforms/Inline/ |
| inline-hot-callee.ll | 5 ; A cold callee with identical body does not get inlined because cost exceeds the
|
| inline-hot-callsite.ll | 5 ; inlinehint-threshold. A cold callee with identical body does not get inlined because
|