HomeSort by relevance Sort by last modified time
    Searched refs:relative (Results 176 - 200 of 1410) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/e2fsprogs/util/
install-symlink.in 15 --relative)
  /external/mesa3d/src/gallium/drivers/svga/svgadump/
svga_shader_dump.c 137 if (reg.relative) {
169 assert(!reg.relative);
178 assert(!reg.relative);
214 assert(!reg.relative);
232 assert(!reg.relative);
238 assert(!reg.relative);
502 if (op->dst.relative &&
517 if (op->src[i].relative &&
  /external/python/cpython2/Lib/distutils/command/
bdist_dumb.py 37 ('relative', None,
38 "build the archive using relative paths"
48 boolean_options = ['keep-temp', 'skip-build', 'relative']
62 self.relative = 0
96 # And make an archive relative to the root of the
107 if not self.relative:
  /external/python/cpython3/Lib/distutils/command/
bdist_dumb.py 34 ('relative', None,
35 "build the archive using relative paths"
45 boolean_options = ['keep-temp', 'skip-build', 'relative']
57 self.relative = 0
91 # And make an archive relative to the root of the
97 if not self.relative:
  /frameworks/av/media/libaaudio/examples/input_monitor/jni/
Android.mk 11 # NDK recommends using this kind of relative path instead of an absolute path.
  /frameworks/av/media/libaaudio/examples/write_sine/jni/
Android.mk 11 # NDK recommends using this kind of relative path instead of an absolute path.
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
bdist_dumb.py 37 ('relative', None,
38 "build the archive using relative paths"
48 boolean_options = ['keep-temp', 'skip-build', 'relative']
62 self.relative = 0
96 # And make an archive relative to the root of the
107 if not self.relative:
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
bdist_dumb.py 37 ('relative', None,
38 "build the archive using relative paths"
48 boolean_options = ['keep-temp', 'skip-build', 'relative']
62 self.relative = 0
96 # And make an archive relative to the root of the
107 if not self.relative:
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/
line.go 21 // TODO(gri) Should this use relative or absolute line number?
  /prebuilts/go/darwin-x86/src/go/parser/
example_test.go 14 fset := token.NewFileSet() // positions are relative to fset
  /prebuilts/go/linux-x86/src/cmd/internal/obj/
line.go 21 // TODO(gri) Should this use relative or absolute line number?
  /prebuilts/go/linux-x86/src/go/parser/
example_test.go 14 fset := token.NewFileSet() // positions are relative to fset
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
bdist_dumb.py 37 ('relative', None,
38 "build the archive using relative paths"
48 boolean_options = ['keep-temp', 'skip-build', 'relative']
62 self.relative = 0
96 # And make an archive relative to the root of the
107 if not self.relative:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
bdist_dumb.py 37 ('relative', None,
38 "build the archive using relative paths"
48 boolean_options = ['keep-temp', 'skip-build', 'relative']
62 self.relative = 0
96 # And make an archive relative to the root of the
107 if not self.relative:
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
micromips@branch-misc-4.d 6 # Verify PC-relative relocations do not overflow (microMIPS).
pcrel-reloc-6.d 2 #name: MIPS local PC-relative relocations 6a
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sh/
pcrel-hms.d 4 #name: PC-relative loads
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sh/sh64/
rel32-5.d 4 #name: MOVI: PC-relative reloc within .text, 32-bit ABI.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sparc/
pcrel64.d 3 #name: pc relative 64-bit relocs
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-tic6x/
pcrel-reloc-global-rel.d 1 #name: C6X PC-relative relocations, global symbols, REL
pcrel-reloc-global.d 1 #name: C6X PC-relative relocations, global symbols
  /prebuilts/go/darwin-x86/src/cmd/internal/src/
pos.go 18 // The position base is used to determine the "relative" position, that is the
19 // filename and line number relative to the position base. If the base refers
20 // to the current file, there is no difference between absolute and relative
21 // positions. If it refers to a //line pragma, a relative position is relative
71 // RelLine returns the line number relative to the positions's base.
86 // controlled by the showCol flag. A position relative to a line directive
100 // base is relative
102 // relative position's column information may be bogus (it's
138 line uint // relative line number at po
    [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/src/
pos.go 18 // The position base is used to determine the "relative" position, that is the
19 // filename and line number relative to the position base. If the base refers
20 // to the current file, there is no difference between absolute and relative
21 // positions. If it refers to a //line pragma, a relative position is relative
71 // RelLine returns the line number relative to the positions's base.
86 // controlled by the showCol flag. A position relative to a line directive
100 // base is relative
102 // relative position's column information may be bogus (it's
138 line uint // relative line number at po
    [all...]
  /build/soong/python/
installer.go 34 relative string
56 return android.PathForModuleInstall(ctx, dir, installer.relative)
  /device/linaro/bootloader/edk2/IntelFspPkg/FspSecCore/Ia32/
FspHelper.asm 32 ; This function gets the FSP Info Header using relative addressing and returns the FSP Base from the header structure
56 ; This function gets the FSP Info Header using relative addressing and returns it

Completed in 372 milliseconds

1 2 3 4 5 6 78 91011>>