/external/clang/test/Driver/ |
myriad-toolchain.c | 29 // Ensure that '-target shave' picks a different compiler. 39 // RUN: %clang -target shave-myriad -mcpu=myriad2.2 -c -### %s -isystem somewhere -Icommon -Wa,-yippee 2>&1 \ 45 // RUN: %clang -target shave-myriad -c -### %s -DEFINE_ME -UNDEFINE_ME 2>&1 \ 49 // RUN: %clang -target shave-myriad -c -### %s -Icommon -iquote quotepath -isystem syspath 2>&1 \ 53 // RUN: %clang -target shave-myriad -c -### %s -g -fno-inline-functions \ 59 // RUN: %clang -target shave-myriad -c %s -o foo.o -### -MD -MF dep.d 2>&1 \ 63 // RUN: %clang -target shave-myriad -std=gnu++11 -mcpu=anothercpu -S %s -o foo.o -### 2>&1 \ 67 // RUN: %clang -target shave-myriad -E -Ifoo %s -o foo.i -### 2>&1 \
|
/prebuilts/go/darwin-x86/src/hash/ |
test_cases.txt | 15 Free! Free!/A trip/to Mars/for 900/empty jars/Burma Shave
|
/prebuilts/go/linux-x86/src/hash/ |
test_cases.txt | 15 Free! Free!/A trip/to Mars/for 900/empty jars/Burma Shave
|
/external/ImageMagick/utilities/ |
composite.1 | 89 \-shave geometry shave pixels from the image edges
|
composite.1.in | 89 \-shave geometry shave pixels from the image edges
|
magick-script.1 | 204 \-shave geometry shave pixels from the image edges
|
magick-script.1.in | 204 \-shave geometry shave pixels from the image edges
|
magick.1 | 201 \-shave geometry shave pixels from the image edges
|
magick.1.in | 201 \-shave geometry shave pixels from the image edges
|
mogrify.1 | 236 \-shave geometry shave pixels from the image edges
|
mogrify.1.in | 236 \-shave geometry shave pixels from the image edges
|
/external/llvm/lib/Support/ |
Triple.cpp | 64 case shave: return "shave"; 134 case shave: return "shave"; 283 .Case("shave", shave) 394 .Case("shave", Triple::shave) 606 case Triple::shave: [all...] |
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
Triple.cpp | 67 case shave: return "shave"; 137 case shave: return "shave"; 296 .Case("shave", shave) 410 .Case("shave", Triple::shave) 630 case Triple::shave: [all...] |
/external/ImageMagick/Magick++/demo/ |
demo.cpp | 404 cout << " shave ..." << endl; 406 example.label("Shave"); 407 example.shave( Geometry( 10, 10) );
|
/external/ImageMagick/www/source/ |
examples.pl | 382 print "Shave...\n"; 384 $example->Label('Shave'); 385 $example->Shave('10x10');
|
/external/clang/lib/Driver/ |
Tools.h | 847 /// SHAVE tools -- Directly call moviCompile and moviAsm 848 namespace SHAVE { [all...] |
/external/ImageMagick/PerlMagick/t/ |
filter.t | 180 testFilterCompare('input.miff', q//, 'reference/filter/Shave.miff', 'Shave', q/'10x10'/, 0.0, 0.0);
|
/external/skia/src/effects/ |
GrCircleBlurFragmentProcessor.fp | 217 // We shave off some bits to reduce the number of unique entries. We could probably 218 // shave off more than we do.
|
/external/skqp/src/effects/ |
GrCircleBlurFragmentProcessor.fp | 217 // We shave off some bits to reduce the number of unique entries. We could probably 218 // shave off more than we do.
|
/external/dhcpcd-6.8.2/ |
common.h | 158 /* We could shave a few k off the binary size by just using the
|
/packages/services/Car/evs/app/ |
TexWrapper.cpp | 136 // Refresh the values in the png info struct in case any transformation shave been applied.
|
/prebuilts/go/darwin-x86/src/encoding/xml/ |
xml_test.go | 291 var shave, swant string 293 shave = fmt.Sprintf("CharData(%q)", have) 295 shave = fmt.Sprintf("%#v", have) 302 t.Errorf("token %d = %s, want %s", i, shave, swant)
|
/prebuilts/go/linux-x86/src/encoding/xml/ |
xml_test.go | 291 var shave, swant string 293 shave = fmt.Sprintf("CharData(%q)", have) 295 shave = fmt.Sprintf("%#v", have) 302 t.Errorf("token %d = %s, want %s", i, shave, swant)
|
/test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/ |
RootProcessScanner.java | 39 String[] lines = lsOutput.split("/?\r?\n"); // split by line, shave "/" suffix if present
|
/external/autotest/server/ |
autoserv_parser.py | 155 help=('Turns off crash collection to shave ' 159 help=('Turns off sysinfo collection to shave '
|