Searched refs:nix (Results 1 – 25 of 80) sorted by relevance
1234
/third_party/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] );
|
/third_party/mtdev/test/ |
D | mtdev-kernel.c | 123 int ix[SLOT_CNT][SLOT_CNT], nix = 0; in main() local 141 ix[i][j] = nix; in main() 142 nix += generate_assignments(i, j); in main() 155 printf("\t{ %d }\n", nix); in main()
|
/third_party/cef/libcef/common/ |
D | resource_util.cc | 50 base::FilePath config_dir(base::nix::GetXDGDirectory( in GetDefaultUserDataDirectory() 51 env.get(), base::nix::kXdgConfigHomeEnvVar, base::nix::kDotConfigDir)); in GetDefaultUserDataDirectory()
|
/third_party/gn/src/gn/format_test_data/ |
D | 030.golden | 8 sources += [ "nix/xdg_util_unittest.cc" ]
|
D | 030.gn | 8 sources += [ "nix/xdg_util_unittest.cc" ]
|
/third_party/grpc/third_party/rake-compiler-dock/build/patches2/rake-compiler-1.1.0/ |
D | 0002-Extend-mingw-search-pattern-to-find-x86_64-gcc.patch | 18 # the pattern to look into (captures *nix and windows executables)
|
/third_party/node/deps/npm/node_modules/opener/ |
D | README.md | 54 Because Windows has `start`, Macs have `open`, and *nix has `xdg-open`. At least [according to some…
|
/third_party/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.
|
/third_party/openssl/ |
D | config | 730 *-*-[Uu]nix[Ww]are7) 738 *-*-[Uu]nix[Ww]are20*) OUT="unixware-2.0"; options="$options no-sse2 no-sha512" ;; 739 *-*-[Uu]nix[Ww]are21*) OUT="unixware-2.1"; options="$options no-sse2 no-sha512" ;;
|
/third_party/boost/tools/build/src/tools/types/ |
D | lib.jam | 10 # On *nix:
|
/third_party/mesa3d/docs/ |
D | install.rst | 19 - `Meson <https://mesonbuild.com>`__ is required when building on \*nix 83 for \*nix systems like Linux and BSD, macOS, Haiku, and Windows.
|
/third_party/flutter/skia/third_party/externals/icu/source/data/zone/ |
D | es_US.txt | 140 ls{"hora de las islas Fénix"}
|
/third_party/icu/icu4c/source/data/zone/ |
D | es_US.txt | 135 ls{"hora de las islas Fénix"}
|
/third_party/skia/third_party/externals/icu/source/data/zone/ |
D | es_US.txt | 135 ls{"hora de las islas Fénix"}
|
/third_party/curl/docs/ |
D | RELEASE-PROCEDURE.md | 21 as this is what then will be shipped and used by most users on \*nix like
|
/third_party/boost/libs/python/build/ |
D | Jamfile | 80 # On *nix we never link libboost_python to libpython. When
|
/third_party/boost/tools/build/src/tools/ |
D | python.jam | 96 # --with-pydebug, you'll be using the standard *nix convention. Defaults to "" 179 is-symlink = [ *nix-path-to-native $(is-symlink) ] ; 327 # Convert a *nix path to native. 329 local rule *nix-path-to-native ( path ) 375 result += [ *nix-path-to-native $(p:T) ] ; 1010 # On *nix, we do not want to link either Boost.Python or Python extensions
|
/third_party/openssl/crypto/modes/asm/ |
D | ghash-x86.pl | 392 my $nix = $odd ? $nlo : $nhi; 398 &pxor ($Zlo,&QWP(8,$Htbl,$nix)); 404 &pxor ($Zhi,&QWP(0,$Htbl,$nix));
|
/third_party/libwebsockets/minimal-examples/ |
D | README.md | 17 Build and install lws itself first (note that after installing lws on \*nix, you need to run `ldcon…
|
/third_party/protobuf/python/ |
D | README.md | 72 On other *nix:
|
/third_party/lz4/build/cmake/ |
D | CMakeLists.txt | 198 # install lz4cat and unlz4 symlinks on *nix
|
/third_party/googletest/ |
D | CONTRIBUTING.md | 122 \*nix, this is usually done by
|
/third_party/mksh/ |
D | check.t | 7547 nix=$(print -r -- ~) 7550 [[ $nix = /sweet ]]; echo nix $? . 7555 nix 0 . 13360 ln -s nix lnnix 13371 chk dir/nix 13375 chk file/nix 13376 chk nix 13377 chk nix/ 13378 chk nix/file 13379 chk nix/nix [all …]
|
/third_party/libwebsockets/READMEs/ |
D | README.build-windows.md | 42 If you're usually using *nix, you definitely need this to keep your sanity.
|
/third_party/googletest/googletest/ |
D | README.md | 42 If you are on a \*nix system, you should now see a Makefile in the current
|
1234