Home
last modified time | relevance | path

Searched refs:executed (Results 1 – 25 of 942) sorted by relevance

12345678910>>...38

/external/llvm/test/tools/llvm-cov/Inputs/
Dtest_-f.output2 Lines executed:100.00% of 1
5 Lines executed:0.00% of 1
8 Lines executed:0.00% of 1
11 Lines executed:100.00% of 2
14 Lines executed:0.00% of 2
17 Lines executed:100.00% of 3
20 Lines executed:100.00% of 4
23 Lines executed:91.67% of 24
26 Lines executed:100.00% of 1
29 Lines executed:100.00% of 1
[all …]
Dtest_-b_-f.output2 Lines executed:100.00% of 1
7 Lines executed:0.00% of 1
12 Lines executed:0.00% of 1
17 Lines executed:100.00% of 2
22 Lines executed:0.00% of 2
27 Lines executed:100.00% of 3
32 Lines executed:100.00% of 4
33 Branches executed:100.00% of 4
38 Lines executed:91.67% of 24
39 Branches executed:100.00% of 11
[all …]
Dtest_-a_-b_-c_-u.cpp.gcov15 function _ZN1A1BEv called 8589934592 returned 100% blocks executed 100%
20 function _Z7uselessv called 0 returned 0% blocks executed 0%
23 unconditional 0 never executed
25 function _Z12more_uselessv called 0 returned 0% blocks executed 0%
29 unconditional 0 never executed
32 function _Z3foov called 2 returned 100% blocks executed 100%
40 function _Z3barv called 0 returned 0% blocks executed 0%
45 unconditional 0 never executed
48 function _Z6assignii called 8 returned 100% blocks executed 100%
55 function _Z15initialize_gridv called 2 returned 100% blocks executed 100%
[all …]
Dtest_-a_-b_-u.cpp.gcov15 function _ZN1A1BEv called 8589934592 returned 100% blocks executed 100%
20 function _Z7uselessv called 0 returned 0% blocks executed 0%
23 unconditional 0 never executed
25 function _Z12more_uselessv called 0 returned 0% blocks executed 0%
29 unconditional 0 never executed
32 function _Z3foov called 2 returned 100% blocks executed 100%
40 function _Z3barv called 0 returned 0% blocks executed 0%
45 unconditional 0 never executed
48 function _Z6assignii called 8 returned 100% blocks executed 100%
55 function _Z15initialize_gridv called 2 returned 100% blocks executed 100%
[all …]
Dtest_-a_-b.cpp.gcov15 function _ZN1A1BEv called 8589934592 returned 100% blocks executed 100%
19 function _Z7uselessv called 0 returned 0% blocks executed 0%
23 function _Z12more_uselessv called 0 returned 0% blocks executed 0%
29 function _Z3foov called 2 returned 100% blocks executed 100%
36 function _Z3barv called 0 returned 0% blocks executed 0%
43 function _Z6assignii called 8 returned 100% blocks executed 100%
49 function _Z15initialize_gridv called 2 returned 100% blocks executed 100%
69 function main called 2 returned 100% blocks executed 94%
Dtest_-b.output2 Lines executed:84.21% of 38
3 Branches executed:100.00% of 15
9 Lines executed:100.00% of 1
Dtest_no_output.output2 Lines executed:84.21% of 38
5 Lines executed:100.00% of 1
Dtest_no_options.output2 Lines executed:84.21% of 38
6 Lines executed:100.00% of 1
Dtest_no_gcda.output2 Lines executed:0.00% of 38
6 Lines executed:0.00% of 1
Dtest_-a_-b.h.gcov6 function _ZN1AC1Ev called 2 returned 100% blocks executed 100%
7 function _ZN1AC2Ev called 2 returned 100% blocks executed 100%
Dtest_no_preserve_paths.output2 Lines executed:100.00% of 1
6 Lines executed:84.21% of 38
Dtest_missing.output2 Lines executed:100.00% of 1
6 Lines executed:84.21% of 38
Dtest_-a_-b_-u.h.gcov6 function _ZN1AC1Ev called 2 returned 100% blocks executed 100%
7 function _ZN1AC2Ev called 2 returned 100% blocks executed 100%
Dtest_-a_-b_-c_-u.h.gcov6 function _ZN1AC1Ev called 2 returned 100% blocks executed 100%
7 function _ZN1AC2Ev called 2 returned 100% blocks executed 100%
Dtest_preserve_paths.output2 Lines executed:100.00% of 1
6 Lines executed:84.21% of 38
/external/swiftshader/third_party/LLVM/test/Analysis/Profiling/
Dprofiling-tool-chain.ll76 ; PROF: ;;; Basic block executed 2 times.
88 ; PROF: ;;; Basic block executed 2 times.
107 ; PROF: ;;; Basic block executed 6 times.
115 ; PROF: ;;; Basic block executed 3 times.
122 ; PROF: ;;; Basic block executed 9 times.
131 ; PROF: ;;; Basic block executed 9 times.
138 ; PROF: ;;; Never executed!
144 ; PROF: ;;; Basic block executed 9 times.
154 ; PROF: ;;; Basic block executed 12 times.
163 ; PROF: ;;; Basic block executed 3 times.
[all …]
/external/clang/test/SemaObjC/
Dwarn-unreachable.m15 return; // expected-warning {{will never be executed}}
25 return 1; // expected-warning {{will never be executed}}
34 return 0; // expected-warning {{will never be executed}}
56 …if (NO) calledFun(); // expected-warning {{will never be executed}} expected-note {{silence by add…
62 calledFun(); // expected-warning {{will never be executed}}
70 calledFun(); // expected-warning {{code will never be executed}}
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
DCall.java39 private boolean executed; field in Call
75 if (executed) throw new IllegalStateException("Already Executed"); in execute()
76 executed = true; in execute()
79 client.getDispatcher().executed(this); in execute()
111 if (executed) throw new IllegalStateException("Already Executed"); in enqueue()
112 executed = true; in enqueue()
131 return executed; in isExecuted()
/external/guava/guava-tests/benchmark/com/google/common/util/concurrent/
DExecutionListBenchmark.java279 boolean executed = false;
288 if (!executed) {
302 if (executed) {
305 executed = true;
340 private boolean executed;
347 if (!executed) {
358 if (executed) {
361 executed = true;
403 private boolean executed;
410 if (!executed) {
[all …]
/external/guava/guava/src/com/google/common/util/concurrent/
DExecutionList.java58 private boolean executed; field in ExecutionList
92 if (!executed) { in add()
121 if (executed) { in execute()
124 executed = true; in execute()
/external/python/cpython3/Doc/library/
Drunpy.rst18 Note that this is *not* a sandbox module - all code is executed in the
22 Furthermore, any functions and classes defined by the executed code are not
37 import mechanism (refer to :pep:`302` for details) and then executed in a
43 that package is then executed and the resulting module globals dictionary
47 the module's globals dictionary before the code is executed. The supplied
54 dictionary before the module code is executed (Note that this is a
72 module being executed. Both ``sys.argv[0]`` and ``sys.modules[__name__]``
107 For a simple script, the specified code is simply executed in a fresh
116 the module's globals dictionary before the code is executed. The supplied
123 dictionary before the module code is executed (Note that this is a
[all …]
/external/python/cpython2/Doc/reference/
Dcompound_stmts.rst38 statements are executed::
93 true and false); then that suite is executed (and no other part of the
94 :keyword:`if` statement is executed or evaluated). If all expressions are
95 false, the suite of the :keyword:`else` clause, if present, is executed.
117 suite of the :keyword:`else` clause, if present, is executed and the loop
124 A :keyword:`break` statement executed in the first suite terminates the loop
126 statement executed in the first suite skips the rest of the suite and goes back
152 then executed once for each item provided by the iterator, in the order of
154 standard rules for assignments, and then the suite is executed. When the items
156 the :keyword:`else` clause, if present, is executed, and the loop terminates.
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMInstrVFP.td78 // Some single precision VFP instructions may be executed on both NEON and VFP
92 // Some single precision VFP instructions may be executed on both NEON and VFP
140 // Some single precision VFP instructions may be executed on both NEON and
153 // Some single precision VFP instructions may be executed on both NEON and
166 // Some single precision VFP instructions may be executed on both NEON and
209 // Some single precision VFP instructions may be executed on both NEON and
223 // Some single precision VFP instructions may be executed on both NEON and
247 // Some single precision VFP instructions may be executed on both NEON and
261 // Some single precision VFP instructions may be executed on both NEON and
283 // Some single precision VFP instructions may be executed on both NEON and
[all …]
/external/python/cpython2/Doc/library/
Drunpy.rst30 import mechanism (refer to :pep:`302` for details) and then executed in a
35 that package is then executed and the resulting module globals dictionary
39 the module's globals dictionary before the code is executed. The supplied
46 code is executed (Note that this is a minimal set of variables - other
67 module being executed. Both ``sys.argv[0]`` and ``sys.modules[__name__]``
95 For a simple script, the specified code is simply executed in a fresh
104 the module's globals dictionary before the code is executed. The supplied
111 code is executed (Note that this is a minimal set of variables - other
130 with a temporary module object for the module being executed. All
/external/python/cpython3/Doc/reference/
Dcompound_stmts.rst40 executed::
99 true and false); then that suite is executed (and no other part of the
100 :keyword:`if` statement is executed or evaluated). If all expressions are
101 false, the suite of the :keyword:`else` clause, if present, is executed.
124 suite of the :keyword:`else` clause, if present, is executed and the loop
131 A :keyword:`break` statement executed in the first suite terminates the loop
133 statement executed in the first suite skips the rest of the suite and goes back
162 then executed once for each item provided by the iterator, in the order returned
165 executed. When the items are exhausted (which is immediately when the sequence
167 the :keyword:`else` clause, if present, is executed, and the loop terminates.
[all …]

12345678910>>...38