OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:live
(Results
726 - 750
of
2712
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/libvpx/libvpx/vp9/common/
vp9_onyx.h
83
// (0)=Realtime/
Live
Encoding. This mode is optimized for realtim encoding (for example, capturing
84
// a television signal or feed from a
live
camera). ( speed setting controls how fast )
/external/llvm/include/llvm/MC/
MCSectionMachO.h
120
/// S_ATTR_LIVE_SUPPORT - Blocks are
live
if they reference
live
blocks.
/external/llvm/lib/CodeGen/
CalcSpillWeights.cpp
187
// If the
live
interval was already unspillable, leave it that way.
191
// Mark li as unspillable if all
live
ranges are tiny.
TwoAddressInstructionPass.cpp
218
"Reg should not have empty
live
interval.");
378
assert(I != LI.end() && "Reg must be
live
-in to use.");
567
// if the def of regC is closer. Its
live
interval is shorter.
572
/// block, distance map, and
live
variables if needed. Return true if it is
764
"Reg should not have empty
live
interval.");
866
// Don't want to extend other
live
ranges and update kills.
901
// Update
live
variables
[
all
...]
StackColoring.cpp
162
/// LifetimeLIVE_OUT maps that represent which stack slots are
live
coming
302
// allocas are
live
in/out of that block.
351
// After adopting the
live
bits, we need to turn-off the bits which
396
// and update the
live
intervals.
568
// inside the expected
live
range. If the instruction is not inside
582
"Found instruction usage outside of
live
range.");
738
// into the bigger one and update the
live
interval. Remove the small alloca
/external/skia/src/ports/
SkImageDecoder_CG.cpp
161
// we don't own/reference the stream, so it our consumer must not
live
190
must only
live
for the duration of the onEncode() method.
/frameworks/base/core/java/com/android/internal/backup/
IBackupTransport.aidl
55
* "
live
" backup services without interfering with the
live
bookkeeping. The
/frameworks/base/core/tests/coretests/src/android/widget/
SimpleCursorAdapterTest.java
86
* Test creating with a
live
cursor
108
* Test changeCursor() with
live
cursor
/frameworks/base/docs/html/
index.jd
91
<a href="http://developers.google.com/
live
">Google Developers
Live
</a>.</p>
/libcore/libart/src/main/java/dalvik/system/
VMRuntime.java
78
* be resized so that (size of
live
objects) / (size of heap) is
88
* be resized so that (size of
live
objects) / (size of heap) is
/libcore/libdvm/src/main/java/dalvik/system/
VMRuntime.java
78
* be resized so that (size of
live
objects) / (size of heap) is
88
* be resized so that (size of
live
objects) / (size of heap) is
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_callbacks.py
139
live
= [x for x in gc.get_objects()
141
self.assertEqual(len(
live
), 0)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_callbacks.py
139
live
= [x for x in gc.get_objects()
141
self.assertEqual(len(
live
), 0)
/external/chromium_org/content/renderer/accessibility/
accessibility_node_serializer.cc
454
//
Live
region attributes
463
if (element.hasAttribute("aria-
live
")) {
465
element.getAttribute("aria-
live
");
473
// Walk up the parent chain to set
live
region attributes of containers
495
if (container_elem.hasAttribute("aria-
live
") &&
499
container_elem.getAttribute("aria-
live
");
/external/chromium_org/third_party/WebKit/Source/core/loader/cache/
MemoryCache.cpp
138
// Dead resource capacity is whatever space is not occupied by
live
resources, bounded by an independent minimum and maximum.
147
//
Live
resource capacity is whatever is left over after calculating dead resource capacity.
163
// Destroy any decoded data in
live
objects that we can.
478
void MemoryCache::adjustSize(bool
live
, int delta)
480
if (
live
) {
568
pruneDeadResources(); // Prune dead first, in case it was "borrowing" capacity from
live
.
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
RepeatedFieldBuilder.java
522
* Gets a view of the builder as a list of messages. The returned list is
live
537
*
live
and will reflect any changes to the underlying builder.
551
* list is
live
and will reflect any changes to the underlying builder.
599
* Provides a
live
view of the builder as a list of messages.
632
* Provides a
live
view of the builder as a list of builders.
665
* Provides a
live
view of the builder as a list of builders.
/external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
heap-checker.h
256
// Helper for DoNoLeaks to ignore all objects reachable from all
live
data
261
// The call back does the things needed to ignore
live
data reachable from
263
// as well as do other global-
live
-data ignoring
278
// This helper does
live
object discovery and ignoring
285
// reachable from currently considered
live
objects
288
// in a debug message to describe what kind of
live
object sources
/external/chromium_org/third_party/tcmalloc/chromium/src/
heap-profile-table.cc
267
if (alloc && !alloc->
live
()) {
353
RAW_LOG(ERROR, "Failed dumping
live
objects to %s", file_name);
489
if (v->
live
()) {
542
// if not the entry is not
live
and is not present in arg->base.
545
if (v->
live
()) {
559
RAW_VLOG(1, "Dumping non-
live
heap profile to %s", file_name);
/external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/
heap-checker.h
256
// Helper for DoNoLeaks to ignore all objects reachable from all
live
data
261
// The call back does the things needed to ignore
live
data reachable from
263
// as well as do other global-
live
-data ignoring
278
// This helper does
live
object discovery and ignoring
285
// reachable from currently considered
live
objects
288
// in a debug message to describe what kind of
live
object sources
/external/clang/lib/Analysis/
LiveVariables.cpp
1
//=- LiveVariables.cpp -
Live
Variable Analysis for Source CFGs ----------*-==//
10
// This file implements
Live
Variables analysis for source-level CFGs.
279
// Mark all children expressions
live
.
290
// Include the implicit "this" pointer as being
live
.
298
// In calls to super, include the implicit "self" pointer as being
live
.
613
<< " (
live
variables at block exit) ]\n";
/external/libpcap/
pcap.3
431
This is not a minimum number; when reading a
live
capture, only one
437
live
capture, or all the packets in the file when reading a
486
0 is returned if no packets were read from a
live
capture (if, for
508
when reading a
live
capture,
529
return when
live
read timeouts occur.
563
is returned if an error occured, or if no packets were read from a
live
580
packets are being read from a
live
capture, and the timeout expired
620
if the signal interrupted a call reading packets in a
live
capture,
825
machine on which the packets are captured; if a
live
capture is being
1159
is supported only on
live
captures, not on ``savefiles''; no statistic
[
all
...]
/art/runtime/gc/collector/
mark_sweep.cc
89
// Bind
live
to mark bitmap if necessary.
215
// This second sweep makes sure that we don't have any objects in the
live
stack which point to
224
// Ensure that nobody inserted items in the
live
stack after we swapped the stacks.
251
// the
live
stack during the recursive mark.
261
// At this point the
live
stack should no longer have any mutators which push into it.
276
// Mark everything allocated since the last as GC
live
so that we can sweep concurrently,
277
// knowing that new allocations won't be marked as
live
.
337
// Swap the
live
and mark bitmaps for each space which we modified space. This is an
338
// optimization that enables us to not clear
live
bits inside of the sweep. Only swaps unbound
344
// Unbind the
live
and mark bitmaps
[
all
...]
/libcore/luni/src/main/java/java/util/concurrent/
ConcurrentLinkedQueue.java
109
* a Node was tenured while
live
, which generational GCs have a
193
* A node from which the first
live
(non-deleted) node (if any)
196
* - all
live
nodes are reachable from head via succ()
305
// and for newNode to become "
live
".
315
// jump to head, from which all
live
nodes are always
367
* Returns the first
live
(non-deleted) node on list, or null if none.
527
// jump to head, from which all
live
nodes are always
/device/sample/etc/
apns-full-conf.xml
115
apn="
live
.vodafone.com"
1286
<apn carrier="Vodafone
Live
!"
1321
<apn carrier="Vodafone
Live
! VitaMAX"
[
all
...]
/external/v8/src/
mark-compact.cc
387
// size, so the adjustment to the
live
data count will be zero anyway.
445
PrintF("%p [%s]: %d bytes
live
(unswept)\n",
736
// Phase 1: tracing and marking
live
objects.
738
// after: a
live
object's map pointer is marked as '00'.
740
// Marking all
live
objects in the heap as part of mark-sweep or mark-compact
742
// marking,
live
objects' map pointers are marked indicating that the object
[
all
...]
Completed in 697 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>