OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:currentCounter
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderCounter.cpp
196
CounterNode*
currentCounter
= makeCounterNode(*currentRenderer, identifier, false);
199
if (
currentCounter
) {
202
if (
currentCounter
->actsAsReset()) {
208
parent =
currentCounter
->parent();
209
previousSibling = parent ?
currentCounter
: 0;
214
parent =
currentCounter
;
218
if (previousSiblingProtector->parent() !=
currentCounter
)
224
//
CurrentCounter
, the counter at the EndSearchRenderer, is not reset.
228
if (
currentCounter
->parent() != previousSiblingProtector->parent())
231
parent =
currentCounter
->parent()
[
all
...]
/cts/suite/cts/deviceTests/filesystemperf/src/com/android/cts/filesystemperf/
AlmostFullTest.java
46
int
currentCounter
= mRefCounter.incrementAndGet();
47
Log.i(TAG, "++
currentCounter
: " +
currentCounter
);
84
int
currentCounter
= mRefCounter.decrementAndGet();
85
Log.i(TAG, "--
currentCounter
: " +
currentCounter
);
86
if (
currentCounter
== 0) {
Completed in 40 milliseconds