OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:machine
(Results
501 - 525
of
8360
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/autotest/server/site_tests/telemetry_Benchmarks/
control.smoothness.tough_pinch_zoom_cases
26
def run_benchmark(
machine
):
27
host = hosts.create_host(
machine
)
control.smoothness.tough_scrolling_cases
26
def run_benchmark(
machine
):
27
host = hosts.create_host(
machine
)
control.smoothness.tough_webgl_cases
26
def run_benchmark(
machine
):
27
host = hosts.create_host(
machine
)
control.speedometer
26
def run_benchmark(
machine
):
27
host = hosts.create_host(
machine
)
control.sunspider
26
def run_benchmark(
machine
):
27
host = hosts.create_host(
machine
)
control.tab_switching.top_10
26
def run_benchmark(
machine
):
27
host = hosts.create_host(
machine
)
/external/autotest/server/site_tests/telemetry_GpuTests/
control.context_lost
24
def run_test(
machine
):
25
host = hosts.create_host(
machine
)
control.gpu_process
24
def run_test(
machine
):
25
host = hosts.create_host(
machine
)
control.gpu_rasterization
24
def run_test(
machine
):
25
host = hosts.create_host(
machine
)
control.hardware_accelerated_feature
24
def run_test(
machine
):
25
host = hosts.create_host(
machine
)
control.maps
24
def run_test(
machine
):
25
host = hosts.create_host(
machine
)
control.memory_test
24
def run_test(
machine
):
25
host = hosts.create_host(
machine
)
control.pixel
24
def run_test(
machine
):
25
host = hosts.create_host(
machine
)
control.screenshot_sync
24
def run_test(
machine
):
25
host = hosts.create_host(
machine
)
control.trace_test
24
def run_test(
machine
):
25
host = hosts.create_host(
machine
)
control.webgl_conformance
24
def run_test(
machine
):
25
host = hosts.create_host(
machine
)
control.webgl_robustness
21
def run_test(
machine
):
22
host = hosts.create_host(
machine
)
/external/autotest/tko/
machine_benchmark.cgi
90
for (idx,
machine
, count) in db.select(fields, 'tko_test_view',
92
data[
machine
] = count
93
machine_idx[
machine
] = idx
104
for
machine
in machine_idx:
105
row = [display.box(
machine
)]
107
count = benchmark_data[benchmark].get(
machine
, None)
113
url += '?
machine
=' + str(machine_idx[
machine
])
/external/clang/test/FixIt/
fixit-unicode.c
6
// RUN: not %clang_cc1 -fsyntax-only -fdiagnostics-parseable-fixits %s 2>&1 | FileCheck -check-prefix=CHECK-
MACHINE
%s
23
// CHECK-
MACHINE
: fix-it:"{{.*}}":{[[@LINE-8]]:15-[[@LINE-8]]:18}:""
24
// CHECK-
MACHINE
: fix-it:"{{.*}}":{[[@LINE-9]]:15-[[@LINE-9]]:15}:";"
39
// CHECK-
MACHINE
: fix-it:"{{.*}}":{[[@LINE-9]]:16-[[@LINE-9]]:18}:"%ld"
47
// CHECK-
MACHINE
: fix-it:"{{.*}}":{[[@LINE-3]]:11-[[@LINE-3]]:17}:"\340\270\201ssss"
53
// CHECK-
MACHINE
: fix-it:"{{.*}}":{[[@LINE-3]]:11-[[@LINE-3]]:17}:"ss\340\270\201ss"
57
// CHECK-
MACHINE
: fix-it:"{{.*}}":{[[@LINE-1]]:32-[[@LINE-1]]:43}:"s\344\270\200\344\272\214\344\270\211"
64
// CHECK-
MACHINE
: fix-it:"{{.*}}":{[[@LINE-3]]:11-[[@LINE-3]]:20}:"sssssssss\340\270\201"
/external/kernel-headers/original/uapi/asm-x86/asm/
mce.h
22
__u8 bank; /*
machine
check bank */
28
__u64 mcgcap; /* MCGCAP MSR:
machine
check capabilities of CPU */
/external/llvm/include/llvm/CodeGen/MIRParser/
MIRParser.h
11
// serialize
machine
functions at this time.
32
/// This class initializes
machine
functions by applying the state loaded from
48
/// Initialize the
machine
function to the state that's described in the MIR
58
/// LLVM IR module and initialize the
machine
functions by parsing the
machine
71
/// parse the embedded LLVM IR module and initialize the
machine
functions by
72
/// parsing the
machine
function's state.
74
/// \param Contents - The MemoryBuffer containing the
machine
level IR.
/external/llvm/test/CodeGen/Generic/
stop-after.ll
6
; STOP-NEXT:
Machine
Function Analysis
9
; START: -
machine
-branch-prob -gc-lowering
/external/llvm/test/CodeGen/MIR/X86/
expected-named-register-in-functions-livein.mir
1
# RUN: not llc -march=x86-64 -start-after
machine
-sink -stop-after
machine
-sink -o /dev/null %s 2>&1 | FileCheck %s
expected-subregister-after-colon.mir
1
# RUN: not llc -march=x86-64 -start-after
machine
-sink -stop-after
machine
-sink -o /dev/null %s 2>&1 | FileCheck %s
expected-virtual-register-in-functions-livein.mir
1
# RUN: not llc -march=x86-64 -start-after
machine
-sink -stop-after
machine
-sink -o /dev/null %s 2>&1 | FileCheck %s
Completed in 1375 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>