/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-cff-interp-cs-common.hh | 250 template <typename ARG, typename OPSET, typename ENV, typename PARAM, typename PATH=path_procs_null_t<ENV, PARAM>> 295 PATH::rmoveto (env, param); in process_op() 300 PATH::hmoveto (env, param); in process_op() 305 PATH::vmoveto (env, param); in process_op() 309 PATH::rlineto (env, param); in process_op() 313 PATH::hlineto (env, param); in process_op() 317 PATH::vlineto (env, param); in process_op() 321 PATH::rrcurveto (env, param); in process_op() 325 PATH::rcurveline (env, param); in process_op() 329 PATH in process_op() [all...] |
/third_party/protobuf/ |
H A D | tests.sh | 162 export PATH="`pwd`/src:$PATH" 170 export PATH="$GOPATH/bin:$PATH" 181 export PATH=/usr/lib/jvm/java-8-openjdk-amd64/bin:$PATH 185 export PATH=/usr/lib/jvm/java-7-openjdk-amd64/bin:$PATH 189 export PATH=/usr/lib/jvm/java-7-oracle/bin:$PATH [all...] |
/third_party/node/test/wasi/c/ |
H A D | stat.c | 10 #define PATH OUTPUT_DIR "/output.txt" macro 24 fd = open(PATH, O_CREAT | O_WRONLY, 0666); in main() 49 ret = access(PATH, R_OK); in main() 52 ret = stat(PATH, &st); in main() 56 ret = unlink(PATH); in main() 59 ret = stat(PATH, &st); in main()
|
/third_party/ltp/testcases/kernel/fs/mongo/ |
H A D | test.sh | 33 #set the PATH variable if its not done . 34 export PATH=$PATH:/sbin 65 export PATH=$PATH:/sbin 83 export PATH=$PATH:/sbin
|
/third_party/lame/misc/ |
H A D | abx.c | 904 #define PATH PATH_OF_EXTERNAL_TOOLS_FOR_UNCOMPRESSING macro 907 { ".mp1" , PATH"mpg123 -w - %s" REDIR }, // MPEG Layer I : www.iis.fhg.de, www.mpeg.org 908 { ".mp2" , PATH"mpg123 -w - %s" REDIR }, // MPEG Layer II : www.iis.fhg.de, www.uq.net.au/~zzmcheng, www.mpeg.org 909 { ".mp3" , PATH"mpg123 -w - %s" REDIR }, // MPEG Layer III : www.iis.fhg.de, lame.sourceforge.io, www.mpeg.org 910 { ".mp3pro" , PATH"mpg123 -w - %s" REDIR }, // MPEG Layer III : www.iis.fhg.de, lame.sourceforge.io, www.mpeg.org 911 { ".mpt" , PATH"mpg123 -w - %s" REDIR }, // MPEG Layer III : www.iis.fhg.de, lame.sourceforge.io, www.mpeg.org 912 { ".mpp" , PATH"mppdec %s -" REDIR }, // MPEGplus : www.stud.uni-hannover.de/user/73884 913 { ".mpc" , PATH"mppdec %s -" REDIR }, // MPEGplus : www.stud.uni-hannover.de/user/73884 914 { ".mp+" , PATH"mppdec %s -" REDIR }, // MPEGplus : www.stud.uni-hannover.de/user/73884 915 { ".aac" , PATH"faa 944 #undef PATH global() macro [all...] |
/third_party/python/Lib/venv/scripts/nt/ |
H A D | activate.bat | 24 if defined _OLD_VIRTUAL_PATH set PATH=%_OLD_VIRTUAL_PATH%
variable 25 if not defined _OLD_VIRTUAL_PATH set _OLD_VIRTUAL_PATH=%PATH%
27 set PATH=%VIRTUAL_ENV%\__VENV_BIN_NAME__;%PATH%
variable
|
/third_party/icu/icu4c/source/extra/uconv/ |
H A D | makedata.mak | 62 # Note: This is similar to the TOOLS CFG PATH in source\data\makedata.mak 66 PATH = $(ICUP)\bin64;$(PATH) macro 69 PATH = $(ICUP)\bin;$(PATH) macro 74 PATH = $(ICUP)\binARM;$(PATH) macro 77 PATH = $(ICUP)\binARM64;$(PATH) macro
|
/third_party/libfuse/test/ |
H A D | test_syscalls.c | 1582 #define PATH(p) (snprintf(path, sizeof path, "%s/%s", testdir, p), path) in test_rename_dir_loop() macro 1595 res = mkdir(PATH("a"), 0755); in test_rename_dir_loop() 1601 res = rename(PATH("a"), PATH2("a")); in test_rename_dir_loop() 1608 res = rename(PATH("a"), PATH2("a/b")); in test_rename_dir_loop() 1614 res = mkdir(PATH("a/b"), 0755); in test_rename_dir_loop() 1620 res = mkdir(PATH("a/b/c"), 0755); in test_rename_dir_loop() 1627 res = rename(PATH("a"), PATH2("a/b/c")); in test_rename_dir_loop() 1634 res = rename(PATH("a"), PATH2("a/b/c/a")); in test_rename_dir_loop() 1641 res = rename(PATH("a/b/c"), PATH2("a")); in test_rename_dir_loop() 1647 res = open(PATH(" in test_rename_dir_loop() 1792 #undef PATH test_rename_dir_loop() macro [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/ |
H A D | ResourceBasedPeriodFormatterDataService.java | 43 private static final String PATH = "data/"; field in ResourceBasedPeriodFormatterDataService 59 InputStream is = ICUData.getRequiredStream(getClass(), PATH in ResourceBasedPeriodFormatterDataService() 74 throw new IllegalStateException("IO Error reading " + PATH in ResourceBasedPeriodFormatterDataService() 113 String name = PATH + "pfd_" + ln + ".xml"; in get() 140 "Duration data not found for " + localeName, PATH, in get()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/duration/impl/ |
H A D | ResourceBasedPeriodFormatterDataService.java | 45 private static final String PATH = "data/"; field in ResourceBasedPeriodFormatterDataService 61 InputStream is = ICUData.getRequiredStream(getClass(), PATH in ResourceBasedPeriodFormatterDataService() 76 throw new IllegalStateException("IO Error reading " + PATH in ResourceBasedPeriodFormatterDataService() 115 String name = PATH + "pfd_" + ln + ".xml"; in get() 142 "Duration data not found for " + localeName, PATH, in get()
|
/third_party/ltp/lib/newlib_tests/ |
H A D | runtest.sh | 14 PATH="$PWD/../../testcases/lib/:$PATH" 102 127) runtest_brk TBROK "Error: file not found (wrong PATH? out-of-tree build without -b?), exit code: $res";; 166 'b') builddir=$OPTARG; PATH="$builddir/testcases/lib:$PATH";; 173 runtest_res TINFO "PATH='$PATH'"
|
/third_party/ltp/testcases/commands/which/ |
H A D | which01.sh | 18 PATH=$PATH:. 23 PATH=$PATH:./bin
|
/third_party/skia/third_party/externals/tint/kokoro/windows/ |
H A D | build.bat | 72 set PATH=%TEMP_DIR%\dxc\bin;%PATH%
variable 83 set PATH=%TEMP_DIR%\depot_tools;%PATH%
variable 115 set PATH=C:\Python37;%PATH%
variable 128 set PATH=C:\Program Files\Metal Developer Tools\macos\bin;%PATH%
variable
|
/third_party/ltp/testcases/kernel/syscalls/mknod/ |
H A D | mknod01.c | 18 #define PATH "test_node" macro 39 TST_EXP_PASS(mknod(PATH, tcases[i], dev), in run() 40 "mknod(PATH, %o, %ld)", in run() 42 SAFE_UNLINK(PATH); in run()
|
/third_party/node/test/common/ |
H A D | shared-lib-util.js | 30 env.PATH = (env.PATH ? env.PATH + path.delimiter : '') + kExecPath;
|
/third_party/node/tools/msvs/ |
H A D | nodevars.bat | 3 rem Ensure this Node.js and npm are first in the PATH 4 set "PATH=%APPDATA%\npm;%~dp0;%PATH%"
|
/third_party/python/Tools/scripts/ |
H A D | win_add2path.py | 17 PATH = "PATH" variable 18 DEFAULT = "%PATH%" 33 envpath = winreg.QueryValueEx(key, PATH)[0] 43 winreg.SetValueEx(key, PATH, 0, winreg.REG_EXPAND_SZ, envpath)
|
/third_party/python/Doc/ |
H A D | Makefile | 9 SPHINXBUILD = PATH=$(VENVDIR)/bin:$$PATH sphinx-build 10 SPHINXLINT = PATH=$(VENVDIR)/bin:$$PATH sphinx-lint 11 BLURB = PATH=$(VENVDIR)/bin:$$PATH blurb
|
/third_party/protobuf/kokoro/release/python/windows/ |
H A D | build_single_artifact.bat | 27 REM Prepend newly installed Python to the PATH of this build (this cannot be 30 SET PATH=%PYTHON%;%PYTHON%\Scripts;%OLD_PATH% 58 SET PATH=%cd%\vcprojects\Release;%PATH%
|
/third_party/node/deps/v8/tools/mb/ |
H A D | mb.bat | 4 PATH=%~dp0;%PATH%
|
/third_party/curl/docs/examples/ |
H A D | unixsocket.c | 38 #define PATH "/tmp/http-unix-domain" macro 53 curl_easy_setopt(curl, CURLOPT_UNIX_SOCKET_PATH, PATH); in main()
|
/third_party/ltp/lib/newlib_tests/shell/net/ |
H A D | tst_rhost_run.sh | 6 PATH="$(dirname $0)/../../../../testcases/lib/:$PATH"
|
/third_party/protobuf/kokoro/release/csharp/windows/ |
H A D | build_nuget.bat | 8 set PATH=%LOCALAPPDATA%\Microsoft\dotnet;%PATH% variable
|
/third_party/protobuf/kokoro/windows/csharp/ |
H A D | build.bat | 8 set PATH=%LOCALAPPDATA%\Microsoft\dotnet;%PATH% variable
|
/third_party/node/deps/ngtcp2/ngtcp2/lib/includes/ngtcp2/ |
H A D | ngtcp2.h | 5671 #define ngtcp2_conn_read_pkt(CONN, PATH, PI, PKT, PKTLEN, TS) \ 5672 ngtcp2_conn_read_pkt_versioned((CONN), (PATH), NGTCP2_PKT_INFO_VERSION, \ 5680 #define ngtcp2_conn_write_pkt(CONN, PATH, PI, DEST, DESTLEN, TS) \ 5681 ngtcp2_conn_write_pkt_versioned((CONN), (PATH), NGTCP2_PKT_INFO_VERSION, \ 5689 #define ngtcp2_conn_write_stream(CONN, PATH, PI, DEST, DESTLEN, PDATALEN, \ 5692 (CONN), (PATH), NGTCP2_PKT_INFO_VERSION, (PI), (DEST), (DESTLEN), \ 5700 #define ngtcp2_conn_writev_stream(CONN, PATH, PI, DEST, DESTLEN, PDATALEN, \ 5703 (CONN), (PATH), NGTCP2_PKT_INFO_VERSION, (PI), (DEST), (DESTLEN), \ 5711 #define ngtcp2_conn_writev_datagram(CONN, PATH, PI, DEST, DESTLEN, PACCEPTED, \ 5714 (CONN), (PATH), NGTCP2_PKT_INFO_VERSIO [all...] |