/prebuilts/go/darwin-x86/src/path/ |
path.go | 55 // 2. Eliminate each . path name element (the current directory). 56 // 3. Eliminate each inner .. path name element (the parent directory) 58 // 4. Eliminate .. elements that begin a rooted path:
|
/prebuilts/go/linux-x86/src/path/ |
path.go | 55 // 2. Eliminate each . path name element (the current directory). 56 // 3. Eliminate each inner .. path name element (the parent directory) 58 // 4. Eliminate .. elements that begin a rooted path:
|
/external/icu/icu4c/source/tools/genbrk/ |
genbrk.1.in | 89 In order to eliminate any ambiguity of the encoding for how the
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
toy.ml | 38 (* Eliminate Common SubExpressions. *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
toy.ml | 38 (* Eliminate Common SubExpressions. *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
toy.ml | 38 (* Eliminate Common SubExpressions. *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
toy.ml | 42 (* Eliminate Common SubExpressions. *)
|
/external/llvm/test/CodeGen/X86/ |
optimize-max-2.ll | 7 ; LSR's OptimizeMax function shouldn't try to eliminate this max, because
|
tls-addr-non-leaf-function.ll | 16 ; whether to eliminate the frame pointer.
|
/external/llvm/test/Transforms/GVN/ |
rle-must-alias.ll | 3 ; GVN should eliminate the fully redundant %9 GEP which
|
/external/llvm/test/Transforms/InstCombine/ |
lshr-phi.ll | 5 ; Instcombine should be able to eliminate the lshr, because only
|
/external/llvm/test/Transforms/LoopDeletion/ |
simplify-then-delete.ll | 4 ; Indvars and loop deletion should be able to eliminate all looping
|
/external/lzma/CPP/7zip/UI/GUI/ |
ExtractDialog.rc | 41 CONTROL "Eliminate duplication of root folder", IDX_EXTRACT_ELIM_DUP, MY_CHECKBOX,
|
/external/mesa3d/src/glsl/ |
ir_variable_refcount.cpp | 94 * dead-code eliminate them, so just accept the body here.
|
/external/opencv3/3rdparty/jinja2/ |
optimizer.py | 36 """Eliminate dead code."""
|
/external/replicaisland/src/com/replica/replicaisland/ |
ShellSorter.java | 52 * The code can be revised to eliminate the initial
|
/external/skia/src/core/ |
SkBitmapCache.h | 70 // todo: eliminate the need to specify ID, since it should == the bitmap's
|
/external/v8/build/mac/ |
strip_from_xcode | 56 # eliminate quoting ambiguity concerns.
|
/external/v8/test/mjsunit/regress/ |
regress-create-exception.js | 50 return j; // Make sure that future optimizations don't eliminate j.
|
/external/v8/test/webkit/ |
dfg-check-structure-elimination-for-non-cell.js | 25 "Tests that we do the right things when we prove that we can eliminate a structure check, but haven't proved that the value is definitely an object - i.e. we've proved that it's either an object with a specific structure, or it's not an object at all."
|
/prebuilts/go/darwin-x86/src/go/types/ |
check_test.go | 197 func eliminate(t *testing.T, errmap map[string][]string, errlist []error) { 215 // eliminate from list 266 // match and eliminate errors; 269 eliminate(t, errmap, errlist)
|
/prebuilts/go/linux-x86/src/go/types/ |
check_test.go | 197 func eliminate(t *testing.T, errmap map[string][]string, errlist []error) { 215 // eliminate from list 266 // match and eliminate errors; 269 eliminate(t, errmap, errlist)
|
/external/ceres-solver/internal/ceres/ |
schur_jacobi_preconditioner.cc | 95 // SchurEliminator::Eliminate function to allow NULL for the rhs. As 101 eliminator_->Eliminate(&A, b.data(), D, m_.get(), rhs.data());
|
/external/libmpeg2/common/arm/ |
ideint_cac_a9.s | 134 @ Eliminate values smaller than RSUM_CSUM_THRESH 165 @ Eliminate values smaller than RSUM_CSUM_THRESH >> 2
|
/external/libvorbis/doc/vorbisfile/ |
crosslap.html | 53 eliminate stairstep discontinuities all the time for exactly the 57 playback, is necessary to eliminate that last epsilon of trouble.
|