HomeSort by relevance Sort by last modified time
    Searched refs:hard (Results 101 - 125 of 303) sorted by null

1 2 3 45 6 7 8 91011>>

  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
Mbr.S 102 # Read Target DBR from hard disk to 0x0000:0x7C00
  /external/compiler-rt/make/platform/
clang_macho_embedded.mk 51 # Hard-float version of the runtime. On ARM VFP instructions and registers are
69 CFLAGS_HARD := -mfloat-abi=hard
85 # this they're hard-float.
  /external/perfetto/src/ftrace_reader/
cpu_reader_benchmark.cc 188 000009d0: 0000 0000 616e 6472 6f69 642e 6861 7264 ....android.hard
205 00000ae0: 0000 0000 616e 6472 6f69 642e 6861 7264 ....android.hard
  /external/python/cpython2/Lib/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
102 # changing it (ie. it's not already a hard/soft link to src OR
137 # If linking (hard or symbolic), use the appropriate system call
139 if link == 'hard':
145 # If hard linking fails, fall back on copying file
146 # (some special filesystems don't support hard linkin
    [all...]
  /external/python/cpython3/Lib/distutils/
file_util.py 12 'hard': 'hard linking',
79 'link' allows you to make hard links (os.link) or symbolic links
80 (os.symlink) instead of copying: set it to "hard" or "sym"; if it is
82 don't support it: 'copy_file()' doesn't check if hard or symbolic
97 # changing it (ie. it's not already a hard/soft link to src OR
132 # If linking (hard or symbolic), use the appropriate system call
134 elif link == 'hard':
140 # If hard linking fails, fall back on copying file
141 # (some special filesystems don't support hard linkin
    [all...]
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/go/darwin-x86/src/go/internal/srcimporter/
srcimporter.go 146 // If there was a hard error it is possibly unsafe
151 err = firstHardErr // give preference to first hard error over any soft error
srcimporter_test.go 162 t.Error("got no package despite no hard errors")
  /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/go/internal/srcimporter/
srcimporter.go 146 // If there was a hard error it is possibly unsafe
151 err = firstHardErr // give preference to first hard error over any soft error
srcimporter_test.go 162 t.Error("got no package despite no hard errors")
  /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':
  /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);
  /build/make/core/
dex_preopt_libart_boot.mk 121 --abort-on-hard-verifier-error \
  /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
  /build/soong/cmd/multiproduct_kati/
main.go 164 // soft limit of 1024 on some systems. So bump up to the hard limit until I fix
175 log.Verbosef("Current file limits: %d soft, %d hard", limits.Cur, limits.Max)

Completed in 895 milliseconds

1 2 3 45 6 7 8 91011>>