OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:burn
(Results
1 - 15
of
15
) sorted by null
/external/valgrind/main/gdbserver_tests/
mcinfcallWSRU.stderr.exp
1
loops/sleep_ms/
burn
/threads_spec: 100 100000000 1000000000 -S-S-SB-
2
Brussels ready to sleep and/or
burn
3
London ready to sleep and/or
burn
4
Petaouchnok ready to sleep and/or
burn
5
main ready to sleep and/or
burn
nlcontrolc.stderr.exp
6
loops/sleep_ms/
burn
/threads_spec: 1000000000 1000000000 1000000000 BSBSBSBS
7
Brussels ready to sleep and/or
burn
8
London ready to sleep and/or
burn
9
Petaouchnok ready to sleep and/or
burn
10
main ready to sleep and/or
burn
clean_after_fork.c
17
int
burn
;
local
18
for (
burn
= 0;
burn
< 100000;
burn
++) /* burncpu */__asm__ __volatile("":::"memory") ;
mcinfcallRU.stderr.exp
1
loops/sleep_ms/
burn
/threads_spec: 1 0 2000000000 ------B-
2
main ready to sleep and/or
burn
sleepers.c
14
static int
burn
= 0; // after each sleep, will
burn
cpu in a tight '
burn
' loop
variable
39
for (i = 0; i <
burn
; i++) loopnr++;
63
int
burn
;
member in struct:spec
75
fprintf(stderr, "%s ready to sleep and/or
burn
\n", s->name);
86
if (
burn
> 0 && s->
burn
)
90
fprintf(stderr, "%s finished to sleep and/or
burn
\n", s->name);
117
// threads wanting to
burn
cpu
[
all
...]
nlcontrolc.stdoutB.exp
19
39 for (i = 0; i <
burn
; i++) loopnr++;
mcinfcallWSRU.stderrB.exp
22
39 for (i = 0; i <
burn
; i++) loopnr++;
25
39 for (i = 0; i <
burn
; i++) loopnr++;
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
InputStreamBuffer.java
200
//
Burn
some bytes from the input stream to match the new index.
201
int
burn
= i - mFilled;
local
205
while (
burn
> 0) {
206
final long burned = mInputStream.skip(
burn
);
210
burn
-= burned;
227
mOffset = index -
burn
;
/external/chromium_org/v8/test/mjsunit/
elements-kind-depends.js
30
function
burn
() {
function
46
b =
burn
();
49
%OptimizeFunctionOnNextCall(
burn
);
50
b =
burn
();
regexp-global.js
46
str = "It was a pleasure to
burn
.";
50
assertEquals("2It 3was 1a 8pleasure 2to 4
burn
.", str);
/external/v8/test/mjsunit/
elements-kind-depends.js
30
function
burn
() {
function
46
b =
burn
();
49
%OptimizeFunctionOnNextCall(
burn
);
50
b =
burn
();
/external/chromium_org/v8/test/mjsunit/regress/
regress-crbug-150729.js
31
function
burn
() {
function
37
if (j == 2) %OptimizeFunctionOnNextCall(
burn
);
38
burn
();
/external/chromium/chrome/browser/chromeos/cros/
cros_library.cc
60
DEFINE_GET_LIBRARY_METHOD(
Burn
,
burn
);
117
DEFINE_SET_LIBRARY_METHOD(
Burn
,
burn
);
burn_library.cc
115
BurnLibraryImpl*
burn
= static_cast<BurnLibraryImpl*>(object);
local
117
// Copy
burn
status because it will be freed after returning from this method.
120
BurnLibraryTaskProxy* task = new BurnLibraryTaskProxy(
burn
->AsWeakPtr());
136
// If
burn
is finished, remove target paths from paths being burnt to.
/external/chromium_org/chrome/browser/resources/chromeos/
image_burner.js
9
* Class that keeps track of current
burn
process state.
329
* Sends the
burn
image message to c++ code.
395
} else if (updateSignal.progressType == '
burn
' &&
Completed in 2394 milliseconds