Searched refs:nix (Results 1 – 25 of 67) sorted by relevance
123
/external/icu/icu4c/source/test/perf/collationperf/ |
D | CollPerf.pl | 81 my @nix = `$p -locale @locale[$n] -unix -loop 1000 -file $filePath@data[$n] -qsort`; 85 my @nixa = split( ' = ', $nix[2] ); 93 @nix = `$p -locale @locale[$n] -unix -loop 1000 -file $filePath@data[$n] -keygen`; 97 @nixa = split( ' = ', $nix[2] ); 105 @nixa = split( ' = ', $nix[3] );
|
/external/libchrome/base/ |
D | base_paths_posix.cc | 109 *result = nix::GetXDGUserDirectory("DESKTOP", "Desktop"); in PathProviderPosix() 114 nix::GetXDGDirectory(env.get(), "XDG_CACHE_HOME", ".cache")); in PathProviderPosix()
|
/external/libchrome/libchrome_tools/patch/ |
D | path_service.patch | 9 -#include "base/nix/xdg_util.h" 11 +// #include "base/nix/xdg_util.h"
|
/external/capstone/ |
D | COMPILE.TXT | 52 On *nix (such as MacOSX, Linux, *BSD, Solaris): 64 (2) Install Capstone on *nix 93 /usr/lib/libcapstone.so (for Linux/*nix), or /usr/lib/libcapstone.dylib (OSX) 98 (3) Cross-compile for Windows from *nix
|
D | COMPILE_CMAKE.TXT | 4 To compile Capstone on *nix, see COMPILE.TXT.
|
D | COMPILE_MSVC.TXT | 4 To compile Capstone on *nix, see COMPILE.TXT
|
D | ChangeLog | 217 - On *nix, only export symbols that are part of the API (instead of all 547 - Capstone now can easily compile/install on all *nix, including Linux, OSX,
|
/external/v8/gypfiles/ |
D | README.txt | 5 TL;DR version on *nix:
|
/external/capstone/packages/freebsd/ports/devel/capstone/ |
D | pkg-descr | 13 * Native support for Windows & *nix (including MacOSX, Linux, *BSD & Solaris)
|
/external/lz4/contrib/djgpp/ |
D | README.MD | 17 …trib/djgpp/Makefile DESTDIR=/home/user/dos install`, however it doesn't make much sense on a \*nix.
|
/external/cldr/tools/java/com/ibm/icu/dev/test/ |
D | TestFmwk.java | 1490 int nix = filter.indexOf(',', ix); in filter() local 1491 if (nix == -1) { in filter() 1492 nix = filter.length(); in filter() 1495 if (testName.indexOf(filter.substring(ix + 1, nix)) != -1) { in filter() 1501 if (testName.indexOf(filter.substring(ix, nix)) != -1) { in filter() 1509 ix = nix + 1; in filter()
|
/external/Microsoft-GSL/ |
D | CMakeLists.txt | 39 # on *nix systems force the use of -std=c++XX instead of -std=gnu++XX (default)
|
/external/markdown/docs/ |
D | INSTALL | 51 Installing on *nix Systems
|
/external/capstone/bindings/python/ |
D | BUILDING.txt | 5 1. To install capstone and the python bindings on *nix, run the command below:
|
/external/icu/icu4c/source/data/zone/ |
D | es_US.txt | 140 ls{"hora de las islas Fénix"}
|
/external/curl/docs/ |
D | RELEASE-PROCEDURE.md | 19 as this is what then will be shipped and used by most users on *nix like
|
/external/protobuf/python/ |
D | README.md | 72 On other *nix:
|
/external/libogg/ |
D | README | 91 cross tools and even to run the test suite under Wine, the Linux/*nix
|
/external/libaom/libaom/third_party/googletest/src/googletest/ |
D | README.md | 74 If you are on a \*nix system, you should now see a Makefile in the 269 Next, you can build Google Test and all of its own tests. On \*nix,
|
/external/mksh/src/ |
D | check.t | 7509 nix=$(print -r -- ~) 7512 [[ $nix = /sweet ]]; echo nix $? . 7517 nix 0 . 13144 ln -s nix lnnix 13155 chk dir/nix 13159 chk file/nix 13160 chk nix 13161 chk nix/ 13162 chk nix/file 13163 chk nix/nix [all …]
|
/external/lz4/contrib/cmake_unofficial/ |
D | CMakeLists.txt | 190 # install lz4cat and unlz4 symlinks on *nix
|
/external/libvpx/libvpx/ |
D | README | 18 many *nix platforms, as well as MinGW and Cygwin. If coreutils is not
|
/external/google-breakpad/src/testing/gtest/ |
D | README | 176 If you are on a *nix system, you should now see a Makefile in the 402 Next, you can build Google Test and all of its own tests. On *nix,
|
/external/googletest/ |
D | CONTRIBUTING.md | 119 Next, you can build Google Test and all of its own tests. On \*nix,
|
/external/ImageMagick/ |
D | README.md | 10 | Version | *nix | Windows |
|
123