OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:marking
(Results
26 - 50
of
840
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/v8/src/
mark-compact.h
49
class
Marking
{
51
explicit
Marking
(Heap* heap)
134
return Color(
Marking
::MarkBitFrom(obj));
168
//
Marking
deque for tracing live objects.
194
// Push the (marked) object on the
marking
stack if there is room,
200
Marking
::BlackToGrey(object);
601
// Phase 1:
Marking
live objects.
626
//
Marking
operations for objects reachable from roots.
631
// Marks the object black and pushes it on the
marking
stack.
632
// This is for non-incremental
marking
[
all
...]
/development/samples/ActionBarCompat/src/com/example/android/actionbarcompat/
ActionBarActivity.java
28
* NOTE: dynamically
marking
menu items as invisible/visible is not currently supported.
67
* Note:
marking
menu items as invisible/visible is not currently supported.
/external/chromium_org/third_party/libxslt/libxslt/
xsltexports.h
2
* Summary: macros for
marking
symbols as exportable/importable.
3
* Description: macros for
marking
symbols as exportable/importable.
/external/libxslt/libxslt/
xsltexports.h
2
* Summary: macros for
marking
symbols as exportable/importable.
3
* Description: macros for
marking
symbols as exportable/importable.
/frameworks/base/core/tests/coretests/src/android/app/activity/
LifecycleTest.java
50
//
Marking
flaky until bug 1164344 is fixed.
58
//
Marking
flaky until bug 1164344 is fixed.
/external/chromium_org/content/common/gpu/media/
h264_parser.cc
907
H264DecRefPicMarking*
marking
;
local
911
marking
= &shdr->ref_pic_marking[i];
913
READ_UE_OR_RETURN(&
marking
->memory_mgmnt_control_operation);
914
if (
marking
->memory_mgmnt_control_operation == 0)
917
if (
marking
->memory_mgmnt_control_operation == 1 ||
918
marking
->memory_mgmnt_control_operation == 3)
919
READ_UE_OR_RETURN(&
marking
->difference_of_pic_nums_minus1);
921
if (
marking
->memory_mgmnt_control_operation == 2)
922
READ_UE_OR_RETURN(&
marking
->long_term_pic_num);
924
if (
marking
->memory_mgmnt_control_operation == 3 |
[
all
...]
/external/chromium_org/third_party/WebKit/ManualTests/
inline-input-marking.html
16
<title>Inline Input Method
Marking
</title>
/external/e2fsprogs/tests/f_dup_de/
expect-nohtree.1
7
Marking
/etc (12) to be rebuilt.
expect.1
4
Marking
/etc (12) to be rebuilt.
/external/llvm/test/CodeGen/X86/
cvtv2f32.ll
1
; A bug fix in the DAGCombiner made this test fail, so
marking
as xfail
/prebuilts/tools/common/proguard/proguard4.7/docs/manual/
optimizations.html
66
<dt><code><b>class/
marking
/final</b></code></dt>
79
<dt><code><b>field/
marking
/private</b></code></dt>
86
<dt><code><b>method/
marking
/private</b></code></dt>
90
<code><b>method/
marking
/static</b></code></dt>
93
<dt><code><b>method/
marking
/final</b></code></dt>
/external/chromium_org/third_party/libxml/src/include/libxml/
xmlexports.h
2
* Summary: macros for
marking
symbols as exportable/importable.
3
* Description: macros for
marking
symbols as exportable/importable.
/external/libxml2/include/libxml/
xmlexports.h
2
* Summary: macros for
marking
symbols as exportable/importable.
3
* Description: macros for
marking
symbols as exportable/importable.
/external/bison/lib/
cloexec.h
34
/* Duplicates a file handle FD, while
marking
the copy to be closed
/external/chromium_org/base/ios/
scoped_critical_action.h
49
// |beginBackgroundTaskWithExpirationHandler:| when
marking
the beginning of
/external/chromium_org/content/public/common/
geoposition.h
30
// All fields are initialized to sentinel values
marking
them as invalid. The
/external/chromium_org/v8/test/mjsunit/regress/
regress-2681.js
28
// Flags: --expose-gc --noincremental-
marking
--harmony-generators
/external/iproute2/man/man8/
tc-choke.8
39
The
marking
probability computation is the same as used by the RED qdisc.
tc-sfq.8
127
Average queue size at which
marking
becomes a possibility. Defaults to
132
At this average queue size, the
marking
probability is maximal. Defaults to
137
Maximum probability for
marking
, specified as a floating point number from 0.0 to 1.0. Default value is 0.02
162
bytes, this parameter forces a drop instead of ecn
marking
.
/external/llvm/lib/Target/Sparc/
README.txt
10
* Add support for isel'ing UMUL_LOHI instead of
marking
it as Expand.
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
SyncSampleBox.java
28
* This box provides a compact
marking
of the random access points withinthe stream. The table is arranged in
/external/oprofile/module/
op_util.c
45
* area and
marking
the pages as reserved.
/external/chromium_org/v8/test/cctest/
test-heap.cc
43
// Go through all incremental
marking
steps in one swoop.
46
IncrementalMarking*
marking
= CcTest::heap()->incremental_marking();
local
50
CHECK(
marking
->IsMarking() ||
marking
->IsStopped());
51
if (
marking
->IsStopped()) {
52
marking
->Start();
54
CHECK(
marking
->IsMarking());
55
while (!
marking
->IsComplete()) {
56
marking
->Step(MB, IncrementalMarking::NO_GC_VIA_STACK_GUARD);
58
CHECK(
marking
->IsComplete())
1962
IncrementalMarking*
marking
= CcTest::heap()->incremental_
marking
();
local
2084
IncrementalMarking*
marking
= CcTest::heap()->incremental_
marking
();
local
3524
IncrementalMarking*
marking
= CcTest::heap()->incremental_
marking
();
local
[
all
...]
/art/runtime/gc/collector/
sticky_mark_sweep.cc
39
// and live bitmap is that
marking
the objects will place them in the live bitmap.
/art/test/102-concurrent-gc/src/
Main.java
51
//
marking
.
Completed in 1735 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>