HomeSort by relevance Sort by last modified time
    Searched full:relative (Results 1 - 25 of 5282) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/manual-tests/qt/
plugin-painting.html 15 <iframe src="../plugins/test.swf" type="application/x-shockwave-flash" style="position: relative; "></iframe>
16 <iframe src="../plugins/test.swf" type="application/x-shockwave-flash" style="position: relative; "></iframe>
17 <iframe src="../plugins/test.swf" type="application/x-shockwave-flash" style="position: relative; "></iframe>
18 <iframe src="../plugins/test.swf" type="application/x-shockwave-flash" style="position: relative; "></iframe>
19 <iframe src="../plugins/test.swf" type="application/x-shockwave-flash" style="position: relative; "></iframe>
20 <iframe src="../plugins/test.swf" type="application/x-shockwave-flash" style="position: relative; "></iframe>
21 <iframe src="../plugins/test.swf" type="application/x-shockwave-flash" style="position: relative; "></iframe>
22 <iframe src="../plugins/test.swf" type="application/x-shockwave-flash" style="position: relative; "></iframe>
23 <iframe src="../plugins/test.swf" type="application/x-shockwave-flash" style="position: relative; "></iframe>
24 <iframe src="../plugins/test.swf" type="application/x-shockwave-flash" style="position: relative; "></iframe
    [all...]
  /external/valgrind/main/helgrind/tests/
tc01_simple_race.c 13 /* Unprotected relative to parent */
27 /* Unprotected relative to child */
tc16_byterace.c 27 /* Unprotected relative to child, but harmless, since different
32 /* Unprotected relative to child, but harmful; same bytes */
  /external/oprofile/libpp/
format_flags.h 39 /// relative percentage of samples
41 /// relative percentage of samples accumulated
44 * Output percentage for details, not relative
45 * to symbol but relative to the total nr of samples
49 * Output percentage for details, not relative
50 * to symbol but relative to the total nr of samples,
  /external/webkit/LayoutTests/fast/url/script-tests/
relative-unix.js 1 description("Test resolution of relative UNIX-like URLs.");
5 // On Unix we fall back to relative behavior since there's nothing else
9 // Even on Windows, we don't allow relative drive specs when the base
path-url.js 6 // Disabled because this gets treated as a relative URL.
  /external/skia/src/utils/
SkParsePath.cpp 43 bool isRelative, SkPoint* relative) {
47 value[index].fX += relative->fX;
48 value[index].fY += relative->fY;
55 bool isRelative, SkScalar relative) {
58 *value += relative;
71 bool relative = false; local
84 relative = false;
87 relative = true;
94 data = find_points(data, points, 1, relative, &c);
100 data = find_points(data, points, 1, relative, &c)
    [all...]
  /external/v8/test/sputnik/
README 2 googlecode.com. The test expectations are currently relative to
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
elf.h 48 #define R_X86_64_PC32 2 /* PC relative 32 bit signed */
55 #define R_X86_64_GOTPCREL 9 /* 32 bit signed pc relative
60 #define R_X86_64_PC16 13 /* 16 bit sign extended pc relative */
62 #define R_X86_64_PC8 15 /* 8 bit sign extended pc relative */
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
anim1-expected-completion57.txt 3 100%p : <b>Fraction</b> - a percentage relative to parent container
  /external/chromium/build/linux/
pkg-config-wrapper 9 # and usr/share/pkgconfig (relative to the sysroot) and that they output paths
10 # relative to some parent path of the sysroot.
29 # relative to the sysroot. For example,
31 # relative to /path/to/chroot (i.e. prefix=/build/x86-generic/usr) instead of
32 # relative to /path/to/chroot/build/x86-generic (i.e prefix=/usr).
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMFixupKinds.h 18 // fixup_arm_ldst_pcrel_12 - 12-bit PC relative relocation for symbol
26 // fixup_arm_pcrel_10 - 10-bit PC relative relocation for symbol addresses
33 // fixup_thumb_adr_pcrel_10 - 10-bit PC relative relocation for symbol
37 // fixup_arm_adr_pcrel_12 - 12-bit PC relative relocation for the ADR
40 // fixup_t2_adr_pcrel_12 - 12-bit PC relative relocation for the ADR
43 // fixup_arm_condbranch - 24-bit PC relative relocation for conditional branch
46 // fixup_arm_uncondbranch - 24-bit PC relative relocation for
49 // fixup_t2_condbranch - 20-bit PC relative relocation for Thumb2 direct
52 // fixup_t2_uncondbranch - 20-bit PC relative relocation for Thumb2 direct
  /cts/tools/signature-tools/templates/
Styles.st 24 position:relative;
40 position: relative;
  /external/markdown/tests/safe_mode/
unsafe_urls.html 17 <p><a href="relative/url.html">relative</a>
  /external/clang/include/clang/Config/
config.h.cmake 4 /* Relative directory for resource files */
  /external/llvm/projects/sample/lib/
Makefile 4 # Relative path to the top of the source tree.
  /external/llvm/projects/sample/tools/
Makefile 4 # Relative path to the top of the source tree.
  /external/skia/src/animator/
SkParseSVGPath.cpp 100 bool isRelative, SkPoint* relative)
105 value[index].fX += relative->fX;
106 value[index].fY += relative->fY;
113 bool isRelative, SkScalar relative)
117 *value += relative;
130 bool relative = false; local
142 relative = false;
145 relative = true;
152 data = find_points(data, points, 1, relative, &c);
158 data = find_points(data, points, 1, relative, &c)
    [all...]
  /external/webkit/LayoutTests/fast/url/
relative-unix-expected.txt 1 Test resolution of relative UNIX-like URLs.
  /external/webkit/Source/
sync.profile 4 %moduleheaders = ( # restrict the module headers to those found in relative path
  /sdk/sdkstats/
README 7 Because the build path cannot contain relative path that are not inside the project directory,
  /sdk/traceview/
README 7 Because the build path cannot contain relative path that are not inside the project directory,
  /external/chromium/chrome/browser/ui/gtk/
tabstrip_origin_provider.h 15 // it's position relative to the tabstrip to draw correctly. This interface
21 // Return the origin of the tab strip in coordinates relative to where we
25 // Used to help other widgets draw their background relative to the tabstrip.
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86FixupKinds.h 18 reloc_riprel_4byte = FirstTargetFixupKind, // 32-bit rip-relative
19 reloc_riprel_4byte_movq_load, // 32-bit rip-relative in movq
23 reloc_global_offset_table, // 32-bit, relative to the start
  /external/webkit/Source/WebCore/platform/
LinkHash.h 59 // Resolves the potentially relative URL "attributeURL" relative to the given
62 // look like a relative URL.
65 // Resolves the potentially relative URL "attributeURL" relative to the given

Completed in 545 milliseconds

1 2 3 4 5 6 7 8 91011>>