HomeSort by relevance Sort by last modified time
    Searched refs:Absolute (Results 1 - 25 of 110) sorted by null

1 2 3 4 5

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-i386/
abs.d 1 #name: Absolute non-overflowing relocs
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/
abs-k1om.d 1 #name: Absolute non-overflowing relocs
abs-l1om.d 1 #name: Absolute non-overflowing relocs
abs.d 1 #name: Absolute non-overflowing relocs
  /external/libgdx/gdx/src/com/badlogic/gdx/
Files.java 43 /** Path that is a fully qualified, absolute filesystem path. To ensure portability across platforms use absolute files only
45 Absolute,
66 /** Convenience method that returns a {@link FileType#Absolute} file handle. */
67 public FileHandle absolute (String path); method in interface:Files
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_util.c 113 if( reg->Register.Absolute ) {
144 reg->Register.Absolute = 1;
148 reg->Register.Absolute = 1;
154 reg->Register.Absolute = 0;
159 reg->Register.Absolute = 0;
  /external/libgdx/gdx/src/com/badlogic/gdx/files/
FileHandleStream.java 29 /** Create an {@link FileType#Absolute} file at the given location. */
31 super(new File(path), FileType.Absolute);
  /external/libgdx/backends/gdx-backend-headless/src/com/badlogic/gdx/backends/headless/
HeadlessFileHandle.java 49 if (type == FileType.Absolute)
HeadlessFiles.java 51 public FileHandle absolute (String path) { method in class:HeadlessFiles
52 return new HeadlessFileHandle(path, FileType.Absolute);
  /external/libgdx/backends/gdx-backend-jglfw/src/com/badlogic/gdx/backends/jglfw/
JglfwFileHandle.java 49 if (type == FileType.Absolute)
JglfwFiles.java 46 public FileHandle absolute (String path) { method in class:JglfwFiles
47 return new JglfwFileHandle(path, FileType.Absolute);
  /external/libgdx/backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/lwjgl/
LwjglFileHandle.java 49 if (type == FileType.Absolute)
LwjglFiles.java 51 public FileHandle absolute (String path) { method in class:LwjglFiles
52 return new LwjglFileHandle(path, FileType.Absolute);
  /external/libgdx/backends/gdx-backend-lwjgl3/src/com/badlogic/gdx/backends/lwjgl3/
Lwjgl3FileHandle.java 49 if (type == FileType.Absolute)
Lwjgl3Files.java 51 public FileHandle absolute (String path) { method in class:Lwjgl3Files
52 return new Lwjgl3FileHandle(path, FileType.Absolute);
  /external/libgdx/backends/gdx-backend-moe/src/com/badlogic/gdx/backends/iosmoe/
IOSFileHandle.java 44 if (type == FileType.Absolute)
IOSFiles.java 57 public FileHandle absolute (String path) { method in class:IOSFiles
58 return new IOSFileHandle(path, FileType.Absolute);
  /external/libgdx/backends/gdx-backend-robovm/src/com/badlogic/gdx/backends/iosrobovm/
IOSFileHandle.java 44 if (type == FileType.Absolute)
IOSFiles.java 58 public FileHandle absolute (String path) { method in class:IOSFiles
59 return new IOSFileHandle(path, FileType.Absolute);
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCDuplexInfo.cpp 691 bool Absolute;
699 Absolute = Inst.getOperand(2).getExpr()->evaluateAsAbsolute(Value);
700 assert(Absolute);(void)Absolute;
755 Absolute = Inst.getOperand(1).getExpr()->evaluateAsAbsolute(Value);
756 assert(Absolute);(void)Absolute;
878 Absolute = Inst.getOperand(2).getExpr()->evaluateAsAbsolute(Value);
879 assert(Absolute);(void)Absolute;
    [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_fpc_optimize.c 61 d1->Register.Absolute == d2->Register.Absolute &&
158 o->Absolute = i->Absolute;
265 current.FullInstruction.Src[0].Register.Absolute == 0 &&
289 next->FullInstruction.Src[0].Register.Absolute == 0 &&
  /frameworks/compile/mclinker/lib/LD/
ResolveInfo.cpp 103 if (pBinding == Local || pBinding == Absolute)
105 if (pBinding == Weak || pBinding == Absolute)
197 return ResolveInfo::Absolute;
  /external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/
AndroidFiles.java 87 public FileHandle absolute (String path) { method in class:AndroidFiles
88 return new AndroidFileHandle(null, path, FileType.Absolute);
  /external/libgdx/extensions/gdx-jnigen/src/com/badlogic/gdx/jnigen/
FileDescriptor.java 45 /** Path that is a fully qualified, absolute filesystem path. To ensure portability across platforms use absolute files only
47 Absolute;
56 /** Creates a new absolute FileHandle for the file name. Use this for tools on the desktop that don't need any of the backends.
61 this.type = FileType.Absolute;
64 /** Creates a new absolute FileHandle for the {@link File}. Use this for tools on the desktop that don't need any of the
69 this.type = FileType.Absolute;
109 * {@link FileType#Absolute} and FileType#External file handles. */
435 if (type == FileType.Absolute)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
XI.h 226 #define Absolute 1

Completed in 1731 milliseconds

1 2 3 4 5