HomeSort by relevance Sort by last modified time
    Searched defs:Absolute (Results 1 - 16 of 16) sorted by null

  /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/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...]
HexagonBaseInfo.h 85 Absolute = 1, // Absolute addressing mode
86 AbsoluteSet = 2, // Absolute set addressing mode
  /art/compiler/utils/x86/
assembler_x86.h 191 static Address Absolute(uintptr_t addr) {
198 static Address Absolute(ThreadOffset<4> addr) {
199 return Absolute(addr.Int32Value());
  /art/compiler/utils/x86_64/
assembler_x86_64.h 233 // If no_rip is true then the Absolute address isn't RIP relative.
234 static Address Absolute(uintptr_t addr, bool no_rip = false) {
260 // If no_rip is true then the Absolute address isn't RIP relative.
261 static Address Absolute(ThreadOffset<8> addr, bool no_rip = false) {
262 return Absolute(addr.Int32Value(), no_rip);
    [all...]
  /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)
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_ureg.h 42 /* Almost a tgsi_src_register, but we need to pull in the Absolute
55 unsigned Absolute : 1; /* BOOL */
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_exa_tgsi.c 4 #undef Absolute
xorg_tracker.h 50 #undef Absolute
  /external/mesa3d/src/gallium/drivers/i915/
i915_fpc.h 256 unsigned Absolute : 1; /* BOOL */
  /frameworks/compile/mclinker/include/mcld/LD/
ResolveInfo.h 70 enum Binding { Global = 0, Weak = 1, Local = 2, Absolute = 3, NoneBinding };
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
XI.h 226 #define Absolute 1
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
XI.h 226 #define Absolute 1
  /external/llvm/lib/Target/Hexagon/AsmParser/
HexagonAsmParser.cpp     [all...]
  /external/mesa3d/src/gallium/include/pipe/
p_shader_tokens.h 576 unsigned Absolute : 1; /* BOOL */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h     [all...]

Completed in 241 milliseconds