HomeSort by relevance Sort by last modified time
    Searched refs:cold (Results 1 - 25 of 31) sorted by null

1 2

  /external/clang/test/CodeGen/
attr-optnone.c 20 __attribute__((optnone)) __attribute__((cold))
  /prebuilts/go/darwin-x86/src/debug/dwarf/testdata/
ranges.c 5 const char *cold = "cold"; variable
17 arr[i] = cold;
  /prebuilts/go/linux-x86/src/debug/dwarf/testdata/
ranges.c 5 const char *cold = "cold"; variable
17 arr[i] = cold;
  /external/chromium-trace/catapult/systrace/profile_chrome/
chrome_startup_tracing_agent.py 19 def __init__(self, device, package_info, cold, url):
23 self._cold = cold
96 def __init__(self, device, package_info, cold, url, chrome_categories):
100 self.cold = cold
107 config.cold, config.url)
115 options.add_option('--cold', help='Flush the OS page cache before starting '
122 options.cold, options.url,
  /external/clang/test/OpenMP/
declare_simd_ast_print.c 13 void add_1(float *d, int s1, float *s2, double b[]) __attribute__((cold));
19 // CHECK-NEXT: void add_1(float *d, int s1, float *s2, double b[]) __attribute__((cold))
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; }
declare_simd_codegen.cpp 33 int add(int a, int b) __attribute__((cold)) { return a + b; }
  /compatibility/cdd/5_multimedia/
5_6_audio-latency.md 13 * **cold output latency**. The output latency for the first frame, when the
22 * **cold input latency**. The sum of lost input time and the input latency
27 * **cold output jitter**. The variability among separate measurements of cold
29 * **cold input jitter**. The variability among separate measurements of cold
45 * [SR] Cold output latency of 100 milliseconds or less
47 * [SR] Minimize the cold output jitter
51 latency and cold output latency over at least one supported audio output device,
67 * [SR] Cold input latency of 100 milliseconds or les
    [all...]
5_10_professional-audio.md 36 period immediately after cold start.
  /packages/apps/DocumentsUI/app-perf-tests/src/com/android/documentsui/
FilesAppPerfTest.java 40 "files-cold-start-performance-median";
64 public void runFilesStartPerformanceTest(boolean cold) throws Exception {
67 if (cold) {
68 // Kill all providers, as well as DocumentsUI to measure a cold start.
81 reportMetrics(cold ? KEY_FILES_COLD_START_PERFORMANCE_MEDIAN
  /art/runtime/base/
macros.h 79 #define COLD_ATTR __attribute__ ((cold))
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Sec/Arm/
SecEntryPoint.asm 43 // By default, we are doing a cold boot
62 // If we are not doing a cold boot in this case we should assume the Initial Memory to be already initialized
73 // If we are not doing a cold boot in this case we should assume the Initial Memory to be already initialized
  /external/v8/src/snapshot/
mksnapshot.cc 169 StartupData cold = blob; local
170 blob = v8::V8::WarmUpSnapshotDataBlob(cold, warmup_script);
171 delete[] cold.data;
  /external/llvm/bindings/go/llvm/
ir_test.go 91 {ColdAttribute, "cold"},
  /external/ipsec-tools/src/racoon/
isakmp_cfg.c     [all...]
  /art/runtime/interpreter/
interpreter_common.h 475 __attribute__((cold))
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformSecLib/Ia32/
Flat32.asm 289 ; Before we get going, check SOC Unit Registers to see if we are required to issue a warm/cold reset
301 jz TestHmboundLock ; Zero means bit clear, we're not requested to cold reset so continue as normal
418 ; Issue Cold Reset request to Remote Management Unit via iLB
  /external/llvm/lib/AsmParser/
LLLexer.cpp 621 KEYWORD(cold);
  /external/libunwind/doc/
libunwind-dynamic.tex 36 one for rarely-executed (cold) code. Similarly, simple
  /external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
llvm.ml 67 let cold = 9
    [all...]
llvm.mli 109 val cold : int (** [cold] is the calling convention for
    [all...]
  /prebuilts/misc/common/robolectric/lib/
backport-util-concurrent-3.1.jar 
  /prebuilts/tools/common/m2/repository/backport-util-concurrent/backport-util-concurrent/3.1/
backport-util-concurrent-3.1.jar 
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 79 let cold = 9 var in Module:CallConv
    [all...]
llvm.mli 125 val cold : int (** [cold] is the calling convention for
    [all...]

Completed in 1011 milliseconds

1 2