HomeSort by relevance Sort by last modified time
    Searched refs:hard (Results 276 - 300 of 454) sorted by null

<<111213141516171819

  /prebuilts/go/darwin-x86/src/text/tabwriter/
tabwriter_test.go 581 "a\tb\t\td\n" + // hard tabs - do not discard column
597 "a\tb\t\td\n" + // hard tabs - do not discard column
  /prebuilts/go/linux-x86/src/archive/tar/
common.go 31 TypeLink = '1' // hard link
265 // hard link
tar_test.go 229 // hard link.
231 Name: "hard.txt",
writer_test.go 186 // ln file.txt hard.txt
187 // tar -b 1 --format=ustar -c -f hardlink.tar file.txt hard.txt
204 Name: "hard.txt",
  /prebuilts/go/linux-x86/src/text/tabwriter/
tabwriter_test.go 581 "a\tb\t\td\n" + // hard tabs - do not discard column
597 "a\tb\t\td\n" + // hard tabs - do not discard column
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
file_util.py 14 'hard': 'hard linking',
84 'link' allows you to make hard links (os.link) or symbolic links
85 (os.symlink) instead of copying: set it to "hard" or "sym"; if it is
87 don't support it: 'copy_file()' doesn't check if hard or symbolic
101 # changing it (ie. it's not already a hard/soft link to src OR
136 # If linking (hard or symbolic), use the appropriate system call
138 if link == 'hard':
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
file_util.py 14 'hard': 'hard linking',
84 'link' allows you to make hard links (os.link) or symbolic links
85 (os.symlink) instead of copying: set it to "hard" or "sym"; if it is
87 don't support it: 'copy_file()' doesn't check if hard or symbolic
101 # changing it (ie. it's not already a hard/soft link to src OR
136 # If linking (hard or symbolic), use the appropriate system call
138 if link == 'hard':
  /system/update_engine/sample_images/
generate_images.sh 83 sudo ln "${mntdir}"/regular-16k "${mntdir}"/link-hard-regular-16k
  /external/llvm/lib/Support/
regengine.inc 349 /* cases where length of match is hard to find */
494 int hard;
503 hard = 0;
504 for (ss = startst; !hard && ss < stopst; ss++)
569 hard = 1;
572 if (!hard) { /* that was it! */
579 /* the hard stuff */
580 AT("hard", sp, stop, ss, stopst);
  /external/swiftshader/third_party/LLVM/lib/Support/
regengine.inc 349 /* cases where length of match is hard to find */
494 int hard;
503 hard = 0;
504 for (ss = startst; !hard && ss < stopst; ss++)
569 hard = 1;
572 if (!hard) { /* that was it! */
579 /* the hard stuff */
580 AT("hard", sp, stop, ss, stopst);
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
regengine.inc 349 /* cases where length of match is hard to find */
494 int hard;
503 hard = 0;
504 for (ss = startst; !hard && ss < stopst; ss++)
569 hard = 1;
572 if (!hard) { /* that was it! */
579 /* the hard stuff */
580 AT("hard", sp, stop, ss, stopst);
  /bionic/libc/upstream-netbsd/lib/libc/regex/
engine.c 418 /* cases where length of match is hard to find */
578 int hard; local
591 hard = 0;
592 for (ss = startst; !hard && ss < stopst; ss++)
657 hard = 1;
660 if (!hard) { /* that was it! */
667 /* the hard stuff */
668 AT("hard", sp, stop, ss, stopst);
  /device/linaro/bootloader/edk2/IntelFspPkg/Library/SecFspSecPlatformLibNull/Ia32/
Flat32.asm 44 ; hard-coded GDT that provides exactly two descriptors.
  /external/curl/packages/vms/
stage_curl_install.com 12 $! [usr.bin]curl. hard link for [usr.bin]gnv$curl.exe
  /prebuilts/go/darwin-x86/src/runtime/
write_err_android.go 90 // It is hard to do anything here. Write to stderr just
  /prebuilts/go/linux-x86/src/runtime/
write_err_android.go 90 // It is hard to do anything here. Write to stderr just
  /system/extras/simpleperf/inferno/
script.js 43 // Avoid reflow by using hard-coded estimate instead of text.getSubStringLength(0, numCharacters)
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
arm-elf.exp 194 {"EABI hard-float ET_EXEC ABI flag" "-T arm.ld" "" "-mfloat-abi=hard -meabi=5" {eabi-hard-float.s}
195 {{readelf -h eabi-hard-float.d}}
196 "eabi-hard-float"}
197 {"EABI hard-float ET_DYN ABI flag" "-shared" "" "-mfloat-abi=hard -meabi=5" {eabi-hard-float.s}
198 {{readelf -h eabi-hard-float.d}}
199 "eabi-hard-float.so"
    [all...]
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/
SecEntry.S 43 # hard-coded GDT that provides exactly two descriptors.
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/
testit_android 76 # darwin doesn't have readelf. hard-code a known one
224 armeabi-v7a-hard)
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
testit_android 72 VALID_ABIS="armeabi armeabi-v7a armeabi-v7a-hard x86 mips"
217 armeabi-v7a-hard)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
regrtest.py 201 soft, hard = resource.getrlimit(resource.RLIMIT_STACK)
202 newsoft = min(hard, max(soft, 1024*2048))
203 resource.setrlimit(resource.RLIMIT_STACK, (newsoft, hard))
    [all...]
  /external/openssh/
ssh-keyscan.c 115 fdlim_get(int hard)
122 if ((hard ? rlfd.rlim_max : rlfd.rlim_cur) == RLIM_INFINITY)
125 return hard ? rlfd.rlim_max : rlfd.rlim_cur;
  /prebuilts/go/darwin-x86/src/archive/tar/
writer_test.go 186 // ln file.txt hard.txt
187 // tar -b 1 --format=ustar -c -f hardlink.tar file.txt hard.txt
204 Name: "hard.txt",
  /external/python/cpython2/Lib/test/
regrtest.py 203 soft, hard = resource.getrlimit(resource.RLIMIT_STACK)
204 newsoft = min(hard, max(soft, 1024*2048))
205 resource.setrlimit(resource.RLIMIT_STACK, (newsoft, hard))
    [all...]

Completed in 1127 milliseconds

<<111213141516171819