HomeSort by relevance Sort by last modified time
    Searched full:dead (Results 101 - 125 of 1680) sorted by null

1 2 3 45 6 7 8 91011>>

  /cts/tests/tests/os/src/android/os/cts/
ParcelFileDescriptorProcessTest.java 171 // even though dead we should still drain pipe
174 assertContains("Remote side is dead", blue.checkError());
189 assertContains("Remote side is dead", red.checkError());
222 assertContains("Remote side is dead", red.checkListener());
252 // red noticed the blue error, but after that the comm pipe was dead so
264 assertContains("Remote side is dead", red.checkError());
275 assertContains("Remote side is dead", red.checkError());
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
MemoryCache.h 48 // The cache keeps a flexible but bounded window of dead resources that grows/shrinks
50 // with a min dead resource capacity of 25% and a max dead resource capacity of 50%:
52 // |-----| Dead: -
120 // - minDeadBytes: The maximum number of bytes that dead resources should consume when the cache is under pressure.
121 // - maxDeadBytes: The maximum number of bytes that dead resources should consume when the cache is not under pressure.
195 size_t m_deadSize; // The number of bytes currently consumed by "dead" resources in the cache.
  /external/llvm/lib/Transforms/IPO/
PassManagerBuilder.cpp 157 MPM.add(createDeadArgEliminationPass()); // Dead argument elimination
165 MPM.add(createPruneEHPass()); // Remove dead EH info
196 MPM.add(createLoopDeletionPass()); // Delete dead loops
215 MPM.add(createDeadStoreEliminationPass()); // Delete dead stores
237 MPM.add(createAggressiveDCEPass()); // Delete dead instructions
285 MPM.add(createStripDeadPrototypesPass()); // Get rid of dead prototypes
287 // GlobalOpt already deletes dead functions and globals, at -O2 try a
288 // late pass of GlobalDCE. It is capable of deleting dead cycles.
290 MPM.add(createGlobalDCEPass()); // Remove dead fns and globals.
338 PM.add(createPruneEHPass()); // Remove dead EH info
    [all...]
GlobalDCE.cpp 58 "Dead Global Elimination", false, false)
96 // The first pass is to drop initializers of global variables which are dead.
97 std::vector<GlobalVariable*> DeadGlobalVars; // Keep track of dead globals
101 DeadGlobalVars.push_back(I); // Keep track of dead globals
105 // The second pass drops the bodies of functions which are dead...
109 DeadFunctions.push_back(I); // Keep track of dead globals
114 // The third pass drops targets of aliases which are dead...
143 // Now delete any dead aliases.
  /external/clang/test/Analysis/
dead-stores.cpp 5 // Basic dead store checking (but in C++ mode).
23 // Dead store checking involving constructors.
39 // Dead store checking involving CXXTemporaryExprs
78 // Shows the limitation of dead stores tracking. The write is really
79 // dead since the value cannot escape the function.
93 // Dead stores involving 'new'
101 // Dead stores in namespaces.
113 // Dead stores in with EH code.
161 // Dead stores in template instantiations (do not warn).
dead-stores.m 40 // we don't warn about a dead store because 'nil' is assigned to
64 // Don't flag dead stores to assignments to self within a nested assignment.
80 // Don't flag dead stores when a variable is captured in a block used
dtor.cpp 47 // Remove dead bindings...
64 // Remove dead bindings...
81 // Remove dead bindings...
92 // Remove dead bindings...
103 // Remove dead bindings...
121 // Remove dead bindings...
  /external/llvm/lib/Transforms/Scalar/
LoopDeletion.cpp 1 //===- LoopDeletion.cpp - Dead Loop Deletion Pass ---------------===//
10 // This file implements the Dead Loop Deletion Pass. This pass is responsible
36 // Possibly eliminate loop L if it is dead.
63 "Delete dead loops", false, false)
70 "Delete dead loops", false, false)
76 /// isLoopDead - Determined if a loop is dead. This assumes that we've already
126 /// runOnLoop - Remove dead loops, by which we mean loops that do not impact the
143 // We can't remove loops that contain subloops. If the subloops were dead,
161 // Finally, we have to check that the loop really is dead.
ConstantProp.cpp 16 // * This pass has a habit of making definitions be dead. It is a good idea
77 if (!I->use_empty()) // Don't muck with dead instructions...
88 // Remove the dead instruction.
  /external/chromium_org/third_party/mesa/src/src/glsl/
opt_dead_code.cpp 27 * Eliminates dead assignments and variable declarations from the code.
38 * Do a dead code pass over instructions and everything that instructions
58 * dead.
77 /* Remove a single dead assignment to the variable we found.
123 * Does a dead code pass on the functions present in the instruction stream.
  /external/mesa3d/src/glsl/
opt_dead_code.cpp 27 * Eliminates dead assignments and variable declarations from the code.
38 * Do a dead code pass over instructions and everything that instructions
58 * dead.
77 /* Remove a single dead assignment to the variable we found.
123 * Does a dead code pass on the functions present in the instruction stream.
  /external/chromium_org/content/browser/zygote_host/
zygote_host_impl_linux.h 45 // is already dead without waiting synchronously for it.
47 // is dead. When |known_dead| is false, processes could be seen as
50 // really dead). This is to prevent a waiting waitpid() from blocking in
  /external/elfutils/libdwfl/
dwfl_end.c 65 Dwfl_Module *dead = next; local
66 next = dead->next;
67 __libdwfl_module_free (dead);
  /external/llvm/test/Transforms/DeadStoreElimination/
simple.ll 9 %DEAD = load i32* %Q
10 store i32 %DEAD, i32* %P
65 store i32 10, i32* %p, align 4 ;; dead.
76 store i32 10, i32* %p, align 4 ;; dead.
119 ; DSE should delete the dead trampoline.
149 ; %P doesn't escape, the DEAD instructions should be removed.
154 %DEAD = load i32* %P
155 %DEAD2 = add i32 %DEAD, 1
172 %DEAD = load i32* %Q
173 store i32 %DEAD, i32* %
    [all...]
  /external/llvm/test/Transforms/Mem2Reg/
use-analysis.ll 44 ; through round trip bitcasts, dead bitcasts, GEPs, multiple GEPs, and lifetime
59 %dead = bitcast i32* %a to i4096*
60 %dead1 = bitcast i4096* %dead to i42*
  /external/qemu/audio/
noaudio.c 101 int dead = hw->samples - live; local
104 if (dead) {
113 samples = audio_MIN (samples, dead);
  /external/ipsec-tools/src/racoon/
schedule.c 90 if (p->dead)
99 /* mark it with dead. and call the function. */
100 p->dead = 1;
148 new->dead = 0;
201 sc->dead = 1;
215 if (!sc->dead) {
schedule.h 51 int dead; /* dead or alive */ member in struct:sched
  /external/chromium_org/content/browser/
child_process_launcher.h 59 // |known_dead| can be true if we already know the process is dead as it can
62 // accurate status is important. With |known_dead| set to false, a dead
  /external/chromium_org/net/third_party/nss/ssl/
sslmutex.h 15 * dead holder.
18 * discover and release semaphores that were held by a dead process.
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_fs_live_variables.cpp 226 * first store, and use[] as the last use. We use this in dead code
233 * considers a def after the last use, then the dead code elimination pass
235 * include dead code, then virtual_grf_interferes() lies and we'll do
236 * horrible things like coalesce the register that is dead-code-written
237 * into another register that was live across the dead write (causing the
238 * use of the second register to take the dead write's source value instead
242 * detect dead code, nuke it, and if we changed anything, calculate again
256 /* If there's dead code (def but not use), it would break our test
  /external/chromium_org/ui/base/ime/chromeos/
character_composer.h 16 // A class to recognize compose and dead key sequence.
44 // Composite a character with dead-keys and compose-key.
  /external/chromium_org/v8/test/mjsunit/compiler/
dead-code6.js 29 // Test some dead code elimination scenarios
56 a == 2 ? (a * b) : (b * a); // dead
  /external/llvm/include/llvm/Transforms/Utils/
SimplifyIndVar.h 43 SmallVectorImpl<WeakVH> &Dead, IVVisitor *V = NULL);
48 SmallVectorImpl<WeakVH> &Dead);
  /external/llvm/test/CodeGen/X86/
fp-stack-2results.ll 50 ; Uses ST(0), ST(1) is dead but must be popped.
58 ; Uses ST(1), ST(0) is dead and must be popped.

Completed in 431 milliseconds

1 2 3 45 6 7 8 91011>>