Searched
full:live (Results
451 -
475 of
2712) sorted by null
<<11121314151617181920>>
/external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/ |
MediaKeys.h | 47 // Maintains a reference to all MediaKeySessions created to ensure they live as
|
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/ |
dashboard_base.js | 29 // FIXME: Find somewhere better for these functions to live or restructure such that we don't need them.
|
/external/chromium_org/third_party/WebKit/public/web/ |
WebCache.h | 76 // only removes resources from live list, w/o releasing cache memory.
|
/external/chromium_org/third_party/icu/source/i18n/ |
brktrans.h | 65 * Caution, this is the live break iterator; it must not be used while
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/ |
MediaStreamTrack.java | 34 INITIALIZING, LIVE, ENDED, FAILED
|
/external/chromium_org/third_party/mesa/src/src/gallium/docs/source/cso/ |
velems.rst | 57 live in the same vertex buffer.
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/ |
radeon_variable.h | 51 struct live_intervals Live[4];
|
/external/chromium_org/v8/test/webkit/ |
dfg-cfg-simplify-redundant-dead-get-local.js | 25 "Tests if the CFG simplifier gracefully handles the case where Block #1 and #2 are merged, #1 has a dead GetLocal, and #2 has a live GetLocal on the same local."
|
dfg-inline-unused-this.js | 49 // a failure while the function is still live.
|
dfg-intrinsic-unused-this.js | 45 // a failure while the function is still live.
|
dfg-multi-basic-block-structure-clobber.js | 25 "This tests that a structure clobber in a basic block that does not touch a live variable causes that variable's structure to be correctly clobbered."
|
/external/chromium_org/webkit/support/mac/ |
DumpRenderTreePasteboard.h | 36 // future we see if there is a better place for it to live so it could be
|
/external/guava/guava/src/com/google/common/collect/ |
Collections2.java | 50 * returned collection is a live view of {@code unfiltered}; changes to one 66 * which elements satisfy the filter. When a live view is <i>not</i> needed, 243 * {@code fromCollection}. The returned collection is a live view of {@code 253 * <p>When a live view is <i>not</i> needed, it may be faster to copy the
|
/external/icu4c/i18n/ |
brktrans.h | 65 * Caution, this is the live break iterator; it must not be used while
|
/external/linux-tools-perf/Documentation/ |
perf-annotate.txt | 52 Load module symbols. WARNING: use only with -k and LIVE kernel.
|
perf-diff.txt | 32 Load module symbols. WARNING: use only with -k and LIVE kernel
|
perf-script.txt | 47 using 'live-mode' i.e. without writing anything to disk. <script> 60 <top-script> and to run the <top-script> using 'live-mode' 67 record' and 'live-mode' variants; this isn't possible however for 68 <top-script> 'live-mode' or 'perf script report' variants.
|
/external/linux-tools-perf/util/ |
probe-finder.h | 43 /* These headers live under the external/elfutils */
|
/external/llvm/include/llvm/CodeGen/ |
SlotIndexes.h | 11 // is to describe a position at which a register can become live, or cease to 12 // be live. 96 /// Basic block boundary. Used for live ranges entering and leaving a 97 /// block without being live in the layout neighbor. Also used as the 101 /// Early-clobber register use/def slot. A live range defined at 102 /// Slot_EarlyCLobber interferes with normal live ranges killed at 103 /// Slot_Register. Also used as the kill slot for live ranges tied to an 108 /// register live ranges at this slot. 111 /// Dead def kill point. Kill slot for a live range that is defined by
|
/external/llvm/lib/CodeGen/ |
ExecutionDepsFix.cpp | 109 /// LiveReg - Information about a live register. 116 /// current basic block. When a LiveReg is used to represent a live-out 231 /// resolve - Follow the chain of dead DomainValues until a live DomainValue is 285 assert(LiveRegs[rx].Value && "Not live after collapse?"); 336 // enterBasicBlock - Set up LiveRegs by merging predecessor live-out values. 361 // Treat function live-ins as if they were defined just before the first 370 // Try to coalesce live-out registers from predecessors. 392 // We have a live DomainValue from more than one predecessor. 414 // Save live registers at end of MBB - used by enterBasicBlock().
|
MachineFunctionPass.cpp | 49 AU.addPreserved("live-values");
|
/external/llvm/test/CodeGen/PowerPC/ |
misched-inorder-latency.ll | 7 ; %val1 is a load live out of %entry. It should be hoisted
|
/external/llvm/test/CodeGen/SystemZ/ |
fp-conv-01.ll | 25 ; is still live.
|
/external/llvm/test/CodeGen/X86/ |
phys_subreg_coalesce-3.ll | 4 ; This requires physreg joining, %vreg13 is live everywhere:
|
/external/llvm/test/Instrumentation/AddressSanitizer/ |
asan-vs-gvn.ll | 28 ; We can not use check for "ret" here because __asan_report_load1 calls live after ret.
|
Completed in 446 milliseconds
<<11121314151617181920>>