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

1 2

  /external/webkit/Source/WebCore/platform/
Length.cpp 41 return Length(1, Relative);
66 return Length(1, Relative);
71 return Length(r, Relative);
72 return Length(1, Relative);
76 return Length(0, Relative);
Length.h 37 enum LengthType { Auto, Relative, Percent, Fixed, Intrinsic, MinIntrinsic };
172 bool isRelative() const { return type() == Relative; }
  /cts/tools/dasm/src/dasm/
sym.java 77 static final int Relative = 72;
parser.cup 89 terminal relative_number_token Relative;
692 /* Format: relative 10t, 20t, 30t */
693 Insn:i Relative:n
708 /* Format: relative 21t */
709 Insn:i Word:n1 Relative:n2
716 /* Format: relative 22t */
717 Insn:i Word:n1 Word:n2 Relative:n3
800 Relative:target SEP
831 Int:i COLON Relative:off SEP
  /external/webkit/LayoutTests/fast/url/script-tests/
relative.js 1 description("Test resolution of relative URLs.");
8 // Empty relative URLs should only remove the ref part of the URL,
13 // Spaces at the ends of the relative path should be ignored.
17 // Matching schemes without two slashes are treated as relative.
32 // Relative path input
50 // Non-hierarchical base: no relative handling. Relative input should
58 // Invalid schemes should be treated as relative.
67 // Relative URLs can also be written as "//foo/bar" which is relative t
    [all...]
relative-win.js 1 description("Test resolution of relative Windows-like URLs.");
22 // Relative paths with drive letters should be allowed when the base is
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XI.h 215 #define Relative 0
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XI.h 215 #define Relative 0
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XI.h 215 #define Relative 0
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
FixedPositioning.h 39 enum SkLengthType { Undefined, Auto, Relative,
  /external/webkit/Source/WebCore/rendering/
RenderImage.cpp 456 case Relative: // FIXME: Shouldn't this case return true?
472 case Relative: // FIXME: Shouldn't this case return true?
AutoTableLayout.cpp 111 case Relative:
516 case Relative:
576 // now satisfy relative
651 // (2) Relative
    [all...]
RenderTable.cpp 235 if (logicalWidthType > Relative && style()->logicalWidth().isPositive()) {
    [all...]
RenderTableSection.cpp 221 case Relative:
    [all...]
  /external/webkit/Source/WebCore/css/
CSSPrimitiveValue.cpp 54 // between CSS_PX and relative lengths (see cssPixelsPerInch comment in CSSHelper.h for the topic treatment).
175 case Relative:
  /external/ceres-solver/docs/
solving.tex 474 for relative decrease before a Levenberg-Marquardt step is acceped.
    [all...]
  /dalvik/dx/etc/
jasmin.jar 
  /external/expat/conftools/
ltmain.sh 272 # Relative path, prepend $cwd.
315 # generates a relative path from SRCDIR to DSTDIR, with a trailing
368 # else relative path ending with a slash; either way, target
    [all...]
  /external/expat/
libtool 715 # Relative path, prepend $cwd.
758 # generates a relative path from SRCDIR to DSTDIR, with a trailing
811 # else relative path ending with a slash; either way, target
    [all...]
  /external/libcap-ng/libcap-ng-0.7/
ltmain.sh 268 # Relative path, prepend $cwd.
311 # generates a relative path from SRCDIR to DSTDIR, with a trailing
364 # else relative path ending with a slash; either way, target
    [all...]
  /external/libmtp/
ltmain.sh     [all...]
  /external/libogg/
ltmain.sh     [all...]
  /external/libpng/
ltmain.sh     [all...]
  /external/libusb/
ltmain.sh     [all...]
  /external/libusb-compat/
ltmain.sh     [all...]

Completed in 418 milliseconds

1 2