Home
last modified time | relevance | path

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

12

/external/lzma/DOC/
Dinstaller.txt23 7zSD.sfx is SFX module for installers. 7zSD.sfx uses msvcrt.dll.
32 copy /b 7zSD.sfx + config.txt + archive.7z archive.exe
106 7zS2.sfx - small SFX module (GUI version)
107 7zS2con.sfx - small SFX module (Console version)
124 copy /b 7zS2.sfx + archive.7z sfx.exe
126 When you run installer sfx module (sfx.exe)
142 Windows CE (ARM) version of 7zS2.sfx is included to 7-Zip for Windows Mobile package.
151 copy /b 7zS2con.sfx + c.7z 7zCompr.exe
158 copy /b 7zS2.sfx + g.7z 7zgCompr.exe
165 copy /b 7zS2.sfx + h.7z 7zTxt.exe
Dlzma-sdk.txt97 bin/7zS2.sfx - small SFX module for installers (GUI version)
98 bin/7zS2con.sfx - small SFX module for installers (Console version)
99 bin/7zSD.sfx - SFX module for installers.
144 SFXCon - 7zCon.sfx: Console 7z SFX module
145 SFXSetup - 7zS.sfx: 7z SFX module for installers
146 SFXWin - 7z.sfx: GUI 7z SFX module
/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.sh65 var=${var%%.${sfx}}
/external/toybox/toys/pending/
Duserdel.c27 char *filenamesfx = NULL, *sfx = NULL, *line = NULL; in update_groupfiles() local
33 sfx = strchr(filenamesfx, '+'); in update_groupfiles()
36 *sfx = '-'; in update_groupfiles()
40 *sfx = '+'; in update_groupfiles()
/external/opencensus-java/exporters/stats/signalfx/src/main/java/io/opencensus/exporter/stats/signalfx/
DSignalFxMetricsSenderFactory.java49 SignalFxEndpoint sfx =
53 new HttpDataPointProtobufReceiverFactory(sfx).setVersion(2),
54 new HttpEventProtobufReceiverFactory(sfx),
/external/toybox/lib/
Dpassword.c110 *sfx = NULL, *line = NULL; in update_password() local
118 sfx = strchr(filenamesfx, '+'); in update_password()
126 *sfx = '-'; in update_password()
131 *sfx = '+'; in update_password()
/external/linux-kselftest/tools/testing/selftests/netfilter/
Dnft_nat.sh11 sfx=$(mktemp -u "XXXXXXXX")
12 ns0="ns0-$sfx"
13 ns1="ns1-$sfx"
14 ns2="ns2-$sfx"
18 for i in 0 1 2; do ip netns del ns$i-"$sfx";done
70 ip -net ns$i-$sfx link set lo up
71 ip -net ns$i-$sfx link set eth0 up
72 ip -net ns$i-$sfx addr add 10.0.$i.99/24 dev eth0
73 ip -net ns$i-$sfx route add default via 10.0.$i.1
74 ip -net ns$i-$sfx addr add dead:$i::99/64 dev eth0
[all …]
/external/rust/crates/ring/crypto/perlasm/
Darm-xlate.pl112 my ($r,$sfx,$start,$end) = @_;
114 join(",",map("$r$_$sfx",($start..$end)));
/external/boringssl/src/crypto/perlasm/
Darm-xlate.pl123 my ($r,$sfx,$start,$end) = @_;
125 join(",",map("$r$_$sfx",($start..$end)));
/external/elfutils/libdwfl/
Dlinux-kernel-modules.c345 #define TRY(sfx) \ in check_suffix() argument
346 if ((namelen ? f->fts_namelen == namelen + sizeof sfx - 1 \ in check_suffix()
347 : f->fts_namelen >= sizeof sfx) \ in check_suffix()
348 && !memcmp (f->fts_name + f->fts_namelen - (sizeof sfx - 1), \ in check_suffix()
349 sfx, sizeof sfx)) \ in check_suffix()
350 return sizeof sfx - 1 in check_suffix()
/external/lzma/CPP/7zip/Bundles/SFXCon/
Dresource.rc3 MY_VERSION_INFO_APP("7z Console SFX", "7z.sfx")
/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/lzma/CPP/7zip/Bundles/SFXSetup/
Dresource.rc4 MY_VERSION_INFO_APP("7z Setup SFX", "7zS.sfx")
/external/libyuv/files/tools_libyuv/valgrind/
Dlibyuv_tests.bat47 set DRMEMORY_SFX=%DRMEMORY_PATH%\drmemory-windows-sfx.exe
63 set TSAN_SFX=%TSAN_PATH%\tsan-x86-windows-sfx.exe
Dchrome_tests.bat37 set DRMEMORY_SFX=%DRMEMORY_PATH%\drmemory-windows-sfx.exe
/external/blktrace/btt/
Dargs.c273 static FILE *std_open(char *output_name, char *sfx, char *msg) in std_open() argument
278 sprintf(fname, "%s.%s", output_name, sfx); in std_open()
/external/libxkbcommon/src/xkbcomp/
Drules.c732 char pfx, sfx; in append_expanded_kccgst_value() local
743 pfx = sfx = 0; in append_expanded_kccgst_value()
749 if (str[i] == '(') sfx = ')'; in append_expanded_kccgst_value()
777 if (sfx != 0) { in append_expanded_kccgst_value()
779 if (str[i++] != sfx) goto error; in append_expanded_kccgst_value()
816 if (sfx != 0) in append_expanded_kccgst_value()
817 darray_appends_nullterminate(expanded, &sfx, 1); in append_expanded_kccgst_value()
/external/rust/crates/ring/crypto/fipsmodule/ec/asm/
Dp256-x86_64-asm.pl2751 my ($src0,$sfx,$bias);
2756 $sfx = "";
2775 $sfx = "x";
2991 .size GFp_nistz256_point_double$sfx,.-GFp_nistz256_point_double$sfx
2998 my ($src0,$sfx,$bias);
3008 $sfx = "";
3027 $sfx = "x";
3390 .size GFp_nistz256_point_add$sfx,.-GFp_nistz256_point_add$sfx
3397 my ($src0,$sfx,$bias);
3406 $sfx = "";
[all …]
/external/boringssl/src/crypto/fipsmodule/ec/asm/
Dp256-x86_64-asm.pl2705 my ($src0,$sfx,$bias);
2710 $sfx = "";
2729 $sfx = "x";
2945 .size ecp_nistz256_point_double$sfx,.-ecp_nistz256_point_double$sfx
2952 my ($src0,$sfx,$bias);
2962 $sfx = "";
2981 $sfx = "x";
3344 .size ecp_nistz256_point_add$sfx,.-ecp_nistz256_point_add$sfx
3351 my ($src0,$sfx,$bias);
3360 $sfx = "";
[all …]
/external/lzma/CPP/7zip/Bundles/SFXWin/
Dresource.rc8 MY_VERSION_INFO_APP("7z SFX", "7z.sfx")
/external/llvm-project/llvm/utils/lit/lit/
Dutil.py212 not any(filename.endswith(sfx) for sfx in suffixes)):
/external/icu/libicu/cts_headers/
Dcollationsets.h67 void addSuffix(UChar32 c, const UnicodeString &sfx);

12