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

<<111213141516171819

  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
Gpt.asm 101 ; Read GPT Header from hard disk to 0x0000:0x0800
114 ; Read Target GPT Entry from hard disk to 0x0000:0x0A00
144 ; Read Target DBR from hard disk to 0x0000:0x7C00
Gpt.S 103 # Read GPT Header from hard disk to 0x0000:0x0800
116 # Read Target GPT Entry from hard disk to 0x0000:0x0A00
146 # Read Target DBR from hard disk to 0x0000:0x7C00
Mbr.S 102 # Read Target DBR from hard disk to 0x0000:0x7C00
  /prebuilts/go/darwin-x86/src/reflect/
deepequal.go 36 // hard(t) needs to return true for at least one of the types in the cycle.
37 hard := func(k Kind) bool {
45 if v1.CanAddr() && v2.CanAddr() && hard(v1.Kind()) {
  /prebuilts/go/linux-x86/src/reflect/
deepequal.go 36 // hard(t) needs to return true for at least one of the types in the cycle.
37 hard := func(k Kind) bool {
45 if v1.CanAddr() && v2.CanAddr() && hard(v1.Kind()) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_generators.py 1132 # (e.g., when used with flat_conjoin above, and passing hard=1 to the
1137 def __init__(self, m, n, hard=0):
    [all...]
  /external/brotli/go/cbrotli/internal/
decoder.go 101 // hard-limited by Decoder liveness; slice becomes invalid when any Decoder
encoder.go 117 // output is hard-limited by Encoder liveness; slice becomes invalid when any
  /external/python/cpython2/Lib/test/
test_generators.py 1133 # (e.g., when used with flat_conjoin above, and passing hard=1 to the
1138 def __init__(self, m, n, hard=0):
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_generators.py 1133 # (e.g., when used with flat_conjoin above, and passing hard=1 to the
1138 def __init__(self, m, n, hard=0):
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_generators.py 1133 # (e.g., when used with flat_conjoin above, and passing hard=1 to the
1138 def __init__(self, m, n, hard=0):
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
global_test.go 101 // It is hard to look for actual instructions in an
  /prebuilts/go/darwin-x86/test/
escape.go 10 // It is hard to check for the allocations, but it is easy
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
global_test.go 101 // It is hard to look for actual instructions in an
  /prebuilts/go/linux-x86/test/
escape.go 10 // It is hard to check for the allocations, but it is easy
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_generators.py 1133 # (e.g., when used with flat_conjoin above, and passing hard=1 to the
1138 def __init__(self, m, n, hard=0):
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_generators.py 1133 # (e.g., when used with flat_conjoin above, and passing hard=1 to the
1138 def __init__(self, m, n, hard=0):
    [all...]
  /build/make/core/
dex_preopt_libart.mk 164 --abort-on-hard-verifier-error \
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/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
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/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/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...]
  /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/archive/tar/
common.go 31 TypeLink = '1' // hard link
265 // hard link
tar_test.go 229 // hard link.
231 Name: "hard.txt",

Completed in 763 milliseconds

<<111213141516171819