Home
last modified time | relevance | path

Searched refs:sfx (Results 1 – 24 of 24) sorted by relevance

/external/libvpx/libvpx/build/make/
Dgen_asm_deps.sh44 sfx=${sfx:-asm}
45 includes=$(LC_ALL=C egrep -i "include +\"?[a-z0-9_/]+\.${sfx}" $srcfile |
46 perl -p -e "s;.*?([a-z0-9_/]+.${sfx}).*;\1;")
Dgen_msvs_sln.sh58 if [ "$sfx" = "vcproj" ]; then
70 var=${var%%.${sfx}}
75 if [ "$sfx" = "vcproj" ]; then
102 var=${var%%.${sfx}}
109 if [ -n "$deps" ] && [ "$sfx" = "vcproj" ]; then
306 sfx=vcproj
309 sfx=vcxproj
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/
Dgen_asm_deps.sh44 sfx=${sfx:-asm}
45 includes=$(LC_ALL=C egrep -i "include +\"?[a-z0-9_/]+\.${sfx}" $srcfile |
46 perl -p -e "s;.*?([a-z0-9_/]+.${sfx}).*;\1;")
Dgen_msvs_sln.sh58 if [ "$sfx" = "vcproj" ]; then
70 var=${var%%.${sfx}}
75 if [ "$sfx" = "vcproj" ]; then
102 var=${var%%.${sfx}}
109 if [ -n "$deps" ] && [ "$sfx" = "vcproj" ]; then
306 sfx=vcproj
309 sfx=vcxproj
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
Dgen_x86_insn.py723 for sfx, sz in zip("bwl", [8, 16, 32]):
725 suffix=sfx,
732 for sfx, sz in zip("bwl", [8, 16, 32]):
734 suffix=sfx,
759 for sfx, sz in zip("bwlq", [8, 16, 32, 64]):
761 suffix=sfx,
770 for sfx, sz in zip("bwlq", [8, 16, 32, 64]):
772 suffix=sfx,
779 for sfx, sz in zip("bwlq", [8, 16, 32, 64]):
781 suffix=sfx,
[all …]
/external/chromium_org/third_party/drmemory/
DREADME.chromium21 …ild.chromium.org/p/client.drmemory/builds/drmemory-windows-rXXX-sfx.exe -o drmemory-windows-sfx.exe
24 $ upload_to_google_storage.py --bucket chromium-drmemory drmemory-windows-sfx.exe
25 This will produce a file drmemory-windows-sfx.exe.sha1 in the current
28 2) Replace the existing drmemory-windows-sfx.exe.sha1 file with the new
/external/elfutils/0.153/libdwfl/
Dlinux-kernel-modules.c309 #define TRY(sfx) \ in check_suffix() argument
310 if ((namelen ? f->fts_namelen == namelen + sizeof sfx - 1 \ in check_suffix()
311 : f->fts_namelen >= sizeof sfx) \ in check_suffix()
312 && !memcmp (f->fts_name + f->fts_namelen - (sizeof sfx - 1), \ in check_suffix()
313 sfx, sizeof sfx)) \ in check_suffix()
314 return sizeof sfx - 1 in check_suffix()
/external/lzma/C/Util/SfxSetup/
Dresource.rc3 MY_VERSION_INFO_APP("7z Setup SFX small", "7zS2.sfx")
Dmakefile1 PROG = 7zS2.sfx
Dmakefile_con1 PROG = 7zS2con.sfx
/external/chromium_org/third_party/skia/src/effects/gradients/
DSkRadialGradient.cpp66 typedef void (* RadialShade16Proc)(SkScalar sfx, SkScalar sdx,
71 void shadeSpan16_radial_clamp(SkScalar sfx, SkScalar sdx, in shadeSpan16_radial_clamp() argument
84 SkFixed fx = SkScalarToFixed(sfx) >> 1; in shadeSpan16_radial_clamp()
309 typedef void (* RadialShadeProc)(SkScalar sfx, SkScalar sdx,
315 void shadeSpan_radial_clamp(SkScalar sfx, SkScalar sdx, in shadeSpan_radial_clamp() argument
322 SkFixed fx = SkScalarToFixed(sfx) >> 1; in shadeSpan_radial_clamp()
/external/skia/src/effects/gradients/
DSkRadialGradient.cpp66 typedef void (* RadialShade16Proc)(SkScalar sfx, SkScalar sdx,
71 void shadeSpan16_radial_clamp(SkScalar sfx, SkScalar sdx, in shadeSpan16_radial_clamp() argument
84 SkFixed fx = SkScalarToFixed(sfx) >> 1; in shadeSpan16_radial_clamp()
309 typedef void (* RadialShadeProc)(SkScalar sfx, SkScalar sdx,
315 void shadeSpan_radial_clamp(SkScalar sfx, SkScalar sdx, in shadeSpan_radial_clamp() argument
322 SkFixed fx = SkScalarToFixed(sfx) >> 1; in shadeSpan_radial_clamp()
/external/chromium_org/tools/valgrind/
Dchrome_tests.bat38 set DRMEMORY_SFX=%DRMEMORY_PATH%\drmemory-windows-sfx.exe
54 set TSAN_SFX=%TSAN_PATH%\tsan-x86-windows-sfx.exe
/external/chromium_org/third_party/libyuv/tools/valgrind-libyuv/
Dlibyuv_tests.bat47 set DRMEMORY_SFX=%DRMEMORY_PATH%\drmemory-windows-sfx.exe
63 set TSAN_SFX=%TSAN_PATH%\tsan-x86-windows-sfx.exe
/external/blktrace/btt/
Dargs.c267 static FILE *std_open(char *output_name, char *sfx, char *msg) in std_open() argument
272 sprintf(fname, "%s.%s", output_name, sfx); in std_open()
/external/icu/icu4c/source/i18n/
Dcollationsets.h65 void addSuffix(UChar32 c, const UnicodeString &sfx);
Dcollationsets.cpp335 TailoredSet::addSuffix(UChar32 c, const UnicodeString &sfx) { in addSuffix() argument
336 tailored->add(UnicodeString(unreversedPrefix).append(c).append(sfx)); in addSuffix()
/external/chromium_org/chrome/
Dbrowser_tests.isolate48 '../media/test/data/sfx.ogg',
/external/deqp/modules/glshared/
DglsShaderRenderCase.cpp719 float sfx = (float)ix + 0.5f; in computeVertexReference() local
721 float fx1 = deFloatClamp((sfx - sx0) * oosx, 0.0f, 1.0f); in computeVertexReference()
/external/chromium_org/
D.gitignore245 /third_party/drmemory/drmemory-windows-sfx.exe
D.DEPS.git714 'src/third_party/drmemory/drmemory-windows-sfx.exe.sha1'
DDEPS816 "-s", "src/third_party/drmemory/drmemory-windows-sfx.exe.sha1",
/external/llvm/lib/Target/ARM/
DARMInstrInfo.td3011 multiclass arm_ldst_mult<string asm, string sfx, bit L_bit, bit P_bit, Format f,
3018 !strconcat(asm, "${p}\t$Rn, $regs", sfx), "", []> {
3027 !strconcat(asm, "${p}\t$Rn!, $regs", sfx), "$Rn = $wb", []> {
3038 !strconcat(asm, "da${p}\t$Rn, $regs", sfx), "", []> {
3047 !strconcat(asm, "da${p}\t$Rn!, $regs", sfx), "$Rn = $wb", []> {
3058 !strconcat(asm, "db${p}\t$Rn, $regs", sfx), "", []> {
3067 !strconcat(asm, "db${p}\t$Rn!, $regs", sfx), "$Rn = $wb", []> {
3078 !strconcat(asm, "ib${p}\t$Rn, $regs", sfx), "", []> {
3087 !strconcat(asm, "ib${p}\t$Rn!, $regs", sfx), "$Rn = $wb", []> {
/external/chromium_org/third_party/WebKit/PerformanceTests/Parser/resources/
Dfinal-url-en61693 http://www.old-time.com/sfx.html