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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLDimension.h 44 Relative, Percentage, Absolute
48 : m_type(Absolute)
63 bool isAbsolute() const { return m_type == Absolute; }
  /art/compiler/utils/x86/
assembler_x86.h 194 static Address Absolute(uword addr) {
201 static Address Absolute(ThreadOffset<4> addr) {
202 return Absolute(addr.Int32Value());
  /art/compiler/utils/x86_64/
assembler_x86_64.h 228 // If no_rip is true then the Absolute address isn't RIP relative.
229 static Address Absolute(uword addr, bool no_rip = false) {
242 // If no_rip is true then the Absolute address isn't RIP relative.
243 static Address Absolute(ThreadOffset<8> addr, bool no_rip = false) {
244 return Absolute(addr.Int32Value(), no_rip);
  /external/chromium_org/tools/usb_gadget/
hid_descriptors.py 106 Absolute = (2, False)
  /external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_exa_tgsi.c 4 #undef Absolute
xorg_tracker.h 50 #undef 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/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_fpc.h 256 unsigned Absolute : 1; /* BOOL */
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonBaseInfo.h 64 Absolute = 1, // Absolute addressing mode
65 AbsoluteSet = 2, // Absolute set addressing mode
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp 755 bool Absolute = Flags & SymbolRef::SF_Absolute;
784 if (Absolute) {
  /external/mesa3d/src/gallium/drivers/i915/
i915_fpc.h 256 unsigned Absolute : 1; /* BOOL */
  /frameworks/compile/mclinker/include/mcld/LD/
ResolveInfo.h 79 Absolute = 3,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/extensions/
XI.h 226 #define Absolute 1
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
XI.h 226 #define Absolute 1
  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_shader_tokens.h 576 unsigned Absolute : 1; /* BOOL */
  /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 627 milliseconds