HomeSort by relevance Sort by last modified time
    Searched defs:PATH (Results 1 - 25 of 333) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libcxx/
appveyor-reqs-install.cmd 17 if DEFINED CLANG_VERSION @set PATH="C:\Program Files\LLVM\bin";%PATH%
21 if DEFINED MINGW_PATH @set "PATH=%PATH:C:\Program Files (x86)\Git\bin=%"
22 if DEFINED MINGW_PATH @set "PATH=%PATH%;%MINGW_PATH%"
34 @set PATH=C:\projects\deps\cmake\bin;%PATH%
45 @set PATH=C:\projects\deps\ninja;%PATH
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/
appveyor-reqs-install.cmd 17 if DEFINED CLANG_VERSION @set PATH="C:\Program Files\LLVM\bin";%PATH%
21 if DEFINED MINGW_PATH @set "PATH=%PATH:C:\Program Files (x86)\Git\bin=%"
22 if DEFINED MINGW_PATH @set "PATH=%PATH%;%MINGW_PATH%"
34 @set PATH=C:\projects\deps\cmake\bin;%PATH%
45 @set PATH=C:\projects\deps\ninja;%PATH
    [all...]
  /prebuilts/go/darwin-x86/src/
all.bat 14 set OLDPATH=%PATH%
19 :: we must restore %PATH% before running "dist banner" so that the latter
20 :: can get the original %PATH% and give suggestion to add %GOROOT%/bin
21 :: to %PATH% if necessary.
22 set PATH=%OLDPATH%
  /prebuilts/go/linux-x86/src/
all.bat 14 set OLDPATH=%PATH%
19 :: we must restore %PATH% before running "dist banner" so that the latter
20 :: can get the original %PATH% and give suggestion to add %GOROOT%/bin
21 :: to %PATH% if necessary.
22 set PATH=%OLDPATH%
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
win_add2path.py 1 """Add Python to the search path on Windows
3 This is a simple script to add Python to the Windows search path. It
17 PATH = "PATH"
18 DEFAULT = u"%PATH%"
21 pythonpath = os.path.dirname(os.path.normpath(sys.executable))
22 scripts = os.path.join(pythonpath, "Scripts")
26 userscripts = os.path.join(userpath, "Scripts")
32 envpath = _winreg.QueryValueEx(key, PATH)[0]
    [all...]
  /external/libogg/win32/VS6/
build_ogg_dynamic.bat 6 set OLDPATH=%PATH%
16 set PATH=%OLDPATH%
build_ogg_dynamic_debug.bat 6 set OLDPATH=%PATH%
16 set PATH=%OLDPATH%
build_ogg_static.bat 6 set OLDPATH=%PATH%
16 set PATH=%OLDPATH%
build_ogg_static_debug.bat 6 set OLDPATH=%PATH%
16 set PATH=%OLDPATH%
  /external/python/cpython2/Tools/scripts/
win_add2path.py 1 """Add Python to the search path on Windows
3 This is a simple script to add Python to the Windows search path. It
17 PATH = "PATH"
18 DEFAULT = u"%PATH%"
21 pythonpath = os.path.dirname(os.path.normpath(sys.executable))
22 scripts = os.path.join(pythonpath, "Scripts")
26 userscripts = os.path.join(userpath, "Scripts")
32 envpath = _winreg.QueryValueEx(key, PATH)[0
    [all...]
  /external/python/cpython3/Tools/scripts/
win_add2path.py 1 """Add Python to the search path on Windows
3 This is a simple script to add Python to the Windows search path. It
17 PATH = "PATH"
18 DEFAULT = "%PATH%"
21 pythonpath = os.path.dirname(os.path.normpath(sys.executable))
22 scripts = os.path.join(pythonpath, "Scripts")
26 userpath = os.path.dirname(usersite)
27 userscripts = os.path.join(userpath, "Scripts"
    [all...]
  /external/llvm/utils/release/
build_llvm_package.bat 18 set PATH=%PATH%;c:\gnuwin32\bin
  /external/ltp/testcases/kernel/syscalls/mknod/
mknod01.c 52 #define PATH "test_node"
88 TEST(mknod(PATH, tcases[i], dev));
93 PATH, tcases[i], dev, TEST_ERRNO,
98 PATH, tcases[i], dev, TEST_RETURN);
101 SAFE_UNLINK(cleanup, PATH);
  /developers/build/prebuilts/gradle/SpeedTracker/Shared/src/main/java/com/example/android/wearable/speedtracker/common/
Constants.java 24 public static final String PATH = "/location";
  /developers/samples/android/wearable/wear/SpeedTracker/Shared/src/main/java/com/example/android/wearable/speedtracker/common/
Constants.java 24 public static final String PATH = "/location";
  /development/samples/browseable/SpeedTracker/Shared/src/com.example.android.wearable.speedtracker.common/
Constants.java 24 public static final String PATH = "/location";
  /external/icu/icu4c/source/extra/uconv/
makedata.mak 35 #Let's see if user has given us a path to ICU
36 #This could be found according to the path to makefile, but for now it is this way
38 !ERROR Can't find path!
40 !MESSAGE ICU path is $(ICUP)
55 PATH = $(ICUP)\bin64;$(PATH)
58 PATH = $(ICUP)\bin;$(PATH)
  /external/libusb/.private/
bd.cmd 23 set ORG_PATH=%PATH%
31 set PATH=%BASEDIR%\bin\x86;%BASEDIR%\bin\x86\x86
57 set PATH=%BASEDIR%\bin\x86\amd64;%BASEDIR%\bin\x86
80 set PATH=%ORG_PATH%
  /packages/apps/Settings/src/com/android/settings/location/
RecentLocationRequestSeeAllFragment.java 38 public static final String PATH =
  /external/icu/icu4c/source/allinone/
icucheck.bat 23 set ICU_OPATH=%PATH%
33 set PATH=%ICU_BINDIR%;%PATH%
109 set PATH=%ICU_OPATH%
  /external/pdfium/core/fpdfapi/page/
cpdf_pageobject.h 25 PATH,
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Dialogs/
BaseResultsDialog.java 36 PATH,
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
SIPHeaderNamesIms.java 40 public static final String PATH = PathHeader.NAME;
  /external/selinux/restorecond/
user.c 52 static const char *PATH="/org/selinux/Restorecond";
92 /* listening to messages from all objects as no path is specified */
187 message = dbus_message_new_signal (PATH,
  /test/vts-testcase/kernel/ltp/
ltp_configs.py 23 VTS_LTP_OUTPUT = os.path.join('DATA', 'nativetest', 'ltp')
24 LTP_RUNTEST_DIR = os.path.join(VTS_LTP_OUTPUT, 'runtest')
25 LTP_DISABLED_BUILD_TESTS_CONFIG_PATH = os.path.join(VTS_LTP_OUTPUT,
39 # Path where ltp test binary exists
41 # Add LTP's binary path to PATH
42 PATH = '/system/bin:%s' % LTPBINPATH
54 # Binaries required by LTP test cases that should exist in PATH

Completed in 1219 milliseconds

1 2 3 4 5 6 7 8 91011>>