Searched
full:eliminate (Results
326 -
350 of
1274) sorted by null
<<11121314151617181920>>
/external/skia/src/core/ |
SkRecord.h | 114 // Rearrange and resize this record to eliminate any NoOps.
|
/external/skia/src/gpu/ |
GrPathRenderer.h | 37 * use a GrProcessor coverage stage that sets coverage to zero to eliminate pixels that are
|
/external/srtp/ |
install-sh | 213 # don't allow the sed command to completely eliminate the filename
|
/external/tcpdump/ |
install-sh | 212 # don't allow the sed command to completely eliminate the filename
|
makemib | 40 # eliminate use of gsub and functions to use classic "awk"), you have to
|
/external/v8/test/webkit/ |
dfg-arith-add-overflow-check-elimination-predicted-but-not-proven-int-expected.txt | 24 Tests that when values predicted but not proven int are used in a tower of additions, we don't eliminate the overflow check unsoundly.
|
dfg-check-structure-elimination-for-non-cell-expected.txt | 24 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.
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
gtest_xml_test_utils.py | 152 Normalizes Google Test's XML output to eliminate references to transient
|
/external/webrtc/webrtc/common_audio/ |
blocker.cc | 166 // TODO(claguna): Look at using ring buffers to eliminate some copies.
|
/frameworks/base/core/java/android/text/ |
MeasuredText.java | 172 // FIXME: may want to eliminate special case for subclass
|
/frameworks/base/docs/html/training/improving-layouts/ |
reusing-layouts.jd | 120 <p>The {@code <merge />} tag helps eliminate redundant view groups in your view hierarchy
|
/frameworks/base/docs/html/training/tv/publishing/ |
checklist.jd | 69 Eliminate requirements for unsupported hardware in your app.
|
/frameworks/base/tools/aapt2/split/ |
TableSplitter.cpp | 174 // First eliminate any resource that we definitely don't want.
|
/frameworks/native/libs/ui/ |
GraphicBufferMapper.cpp | 24 // We would eliminate the non-conforming zero-length array, but we can't since
|
/hardware/ti/omap3/dspbridge/inc/ |
gt.h | 34 *! to eliminate preprocessor confusion with other macros.
|
/libcore/luni/src/main/java/libcore/io/ |
IoUtils.java | 204 // "absolutePath" is a directory or not. We can eliminate it
|
/ndk/sources/third_party/googletest/googletest/test/ |
gtest_xml_test_utils.py | 150 Normalizes Google Test's XML output to eliminate references to transient
|
/packages/apps/Dialer/tests/src/com/android/dialer/voicemail/ |
VoicemailStatusHelperImplTest.java | 253 // Restrict the cursor to only the the test packages to eliminate any side effects if there
|
/packages/apps/TV/usbtuner/res/values-ro/ |
strings.xml | 38 <string name="ut_setup_again_description" msgid="6974243332718382952">"Astfel, vor fi eliminate canalele g?site de pe tunerul USB ?i se vor c?uta din nou canale.\n\nAsigura?i-v? c? tunerul USB este conectat la o surs? de alimentare ?i la o surs? de semnal TV.\n\nDac? folosi?i o anten? over the air, poate fi necesar s? îi ajusta?i amplasarea sau direc?ia pentru a capta majoritatea canalelor. Pentru cele mai bune rezultate, amplasa?i-o la în?l?ime ?i în apropierea unei ferestre."</string>
|
/external/nanopb-c/generator/google/protobuf/ |
descriptor.py | 361 # TODO(robinson): Find a way to eliminate this repetition. 385 # TODO(robinson): Find a way to eliminate this repetition. 422 # TODO(robinson): Find a way to eliminate this repetition.
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/arm64/ |
peep.go | 67 // can eliminate moves that don't care without 72 // Try to eliminate reg->reg moves 306 fmt.Printf("trying to eliminate %v->%v move from:\n%v\n", gc.Ctxt.Dconv(v1), gc.Ctxt.Dconv(v2), r0.Prog)
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/arm64/ |
peep.go | 64 // can eliminate moves that don't care without 69 // Try to eliminate reg->reg moves 303 fmt.Printf("trying to eliminate %v->%v move from:\n%v\n", gc.Ctxt.Dconv(v1), gc.Ctxt.Dconv(v2), r0.Prog)
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/arm64/ |
peep.go | 67 // can eliminate moves that don't care without 72 // Try to eliminate reg->reg moves 306 fmt.Printf("trying to eliminate %v->%v move from:\n%v\n", gc.Ctxt.Dconv(v1), gc.Ctxt.Dconv(v2), r0.Prog)
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/arm64/ |
peep.go | 64 // can eliminate moves that don't care without 69 // Try to eliminate reg->reg moves 303 fmt.Printf("trying to eliminate %v->%v move from:\n%v\n", gc.Ctxt.Dconv(v1), gc.Ctxt.Dconv(v2), r0.Prog)
|
/art/test/449-checker-bce/src/ |
Main.java | 38 for (int i = 1; i < size; i++) flags[i] = true; // Can eliminate. 40 if (flags[i]) { // Can eliminate. 43 flags[k - 1] = false; // Can't eliminate yet due to (k+i) may overflow. 92 // eliminate this bounds check. 718 // Can't eliminate the bound check since not every i++ is [all...] |
Completed in 2498 milliseconds
<<11121314151617181920>>