HomeSort by relevance Sort by last modified time
    Searched refs:live (Results 126 - 150 of 331) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/v8/tools/turbolizer/
node.js 23 return this.live !== false;
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
schedule.go 79 // maps mem values to the next live memory value
120 // this value is already live. This also removes its
126 // This makes sure that we only have one live flags
329 f.Fatalf("two stores live simultaneously: %v and %v", v, last)
schedule_test.go 33 t.Error("single-live-mem restriction not enforced by schedule for func:")
deadstore.go 66 b.Fatalf("two final stores - simultaneous live stores %s %s", last.LongString(), v.LongString())
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug257.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
schedule.go 79 // maps mem values to the next live memory value
120 // this value is already live. This also removes its
126 // This makes sure that we only have one live flags
329 f.Fatalf("two stores live simultaneously: %v and %v", v, last)
schedule_test.go 33 t.Error("single-live-mem restriction not enforced by schedule for func:")
deadstore.go 66 b.Fatalf("two final stores - simultaneous live stores %s %s", last.LongString(), v.LongString())
  /prebuilts/go/linux-x86/test/fixedbugs/
bug257.go     [all...]
  /art/compiler/optimizing/
register_allocation_resolver.cc 155 // Instructions live at the top of catch blocks or irreducible loop header
158 BitVector* live = liveness_.GetLiveInSet(*block); local
159 for (uint32_t idx : live->Indexes()) {
163 // a lifetime hole in it. `CoversSlow` returns whether the interval is live at that
171 BitVector* live = liveness_.GetLiveInSet(*block); local
172 for (uint32_t idx : live->Indexes()) {
440 // Our live_in fixed point calculation has found that the instruction is live
442 // live interval computation however does not compute a fixed point, and
  /compatibility/cdd/3_software/
3_8_user-interface-compatibility.md 329 ### 3.8.7\. Live Wallpapers
333 [?Live Wallpapers?](http://developer.android.com/reference/android/service/wallpaper/WallpaperService.html)
334 to the end user. Live wallpapers are animations, patterns, or similar images
338 Hardware is considered capable of reliably running live wallpapers if it can run
339 all live wallpapers, with no limitations on functionality, at a reasonable frame
343 hardware is considered incapable of running live wallpaper. As an example, some
344 live wallpapers may use an OpenGL 2.0 or 3.x context to render their content.
345 Live wallpaper will not run reliably on hardware that does not support multiple
346 OpenGL contexts because the live wallpaper use of an OpenGL context may conflict
349 * Device implementations capable of running live wallpapers reliably as describe
    [all...]
  /external/autotest/server/
lab_status_unittest.py 371 """Test build disabled with a live build specified."""
  /external/noto-fonts/
Android.mk 82 # Now "build" the rest of the fonts, which live in a separate subdirectory.
313 # Now "build" the variable fonts, which live in a separate subdirectory.
  /external/oj-libjdwp/src/share/javavm/export/
jmm.h 74 JMM_THREAD_LIVE_COUNT = 4, /* Current number of live threads */
75 JMM_THREAD_PEAK_COUNT = 5, /* Peak number of live threads */
313 jboolean live);
  /system/core/libmemunreachable/tests/
HeapWalker_test.cpp 102 TEST_F(HeapWalkerTest, live) {
  /prebuilts/go/darwin-x86/src/runtime/
mstats.go 99 // E.g., if this is 0.6, then GC should start when the live
116 // heap_live is the number of bytes considered live by the GC.
129 // mcentral). Hence, it slightly overestimates the "true" live
143 // is the live heap (as counted by heap_live), but omitting
191 // The number of live objects is Mallocs - Frees.
256 // transient spike in live heap size.
421 // of allocation is Size*Mallocs. The number of live
  /prebuilts/go/linux-x86/src/runtime/
mstats.go 99 // E.g., if this is 0.6, then GC should start when the live
116 // heap_live is the number of bytes considered live by the GC.
129 // mcentral). Hence, it slightly overestimates the "true" live
143 // is the live heap (as counted by heap_live), but omitting
191 // The number of live objects is Mallocs - Frees.
256 // transient spike in live heap size.
421 // of allocation is Size*Mallocs. The number of live
  /build/blueprint/
doc.go 28 // to all live in the project. Dependencies between the layers are fully
  /compatibility/cdd/2_device-types/
2_3_television-reqs.md 5 and/or live TV for users sitting about ten feet away (a ?lean back? or ?10-foot
  /compatibility/cdd/5_multimedia/
5_7_network-protocols.md 14 [HTTP Live Streaming draft protocol, Version 7](
15 http://tools.ietf.org/html/draft-pantos-http-live-streaming-07).
151 <td>See <a href="#mp2t">MPEG-2 Transport Stream</a> underneath HTTP Live Streaming for details</td>
  /device/linaro/bootloader/edk2/OvmfPkg/VirtioNetDxe/
TechNotes.txt 112 The EfiSimpleNetworkInitialized state is the live state of the virtio NIC / the
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/testdata/
addressed.go 63 func f3b_ssa(x int) interface{} { // ./foo.go:15: internal error: f3b_ssa ~r1 (type interface {}) recorded as live on entry
  /prebuilts/go/darwin-x86/src/cmd/test2json/
main.go 15 // the JSON stream can be read for ?live updates? of test status.
  /prebuilts/go/darwin-x86/src/cmd/vet/
bool.go 145 // We'll live with the false negatives for now.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/testdata/
addressed.go 63 func f3b_ssa(x int) interface{} { // ./foo.go:15: internal error: f3b_ssa ~r1 (type interface {}) recorded as live on entry

Completed in 1384 milliseconds

1 2 3 4 56 7 8 91011>>