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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/ManualTests/
inline-repaint-container.html 3 <div style="position: relative;">
4 <span style="position: relative; z-index: 10; top: 40px; left: 30px;">
5 <span style="position: relative; top: 50px; font: 60px ahem; color: red;" id="target">X</span>
  /external/mockito/src/org/mockito/listeners/
package.html 7 Public classes relative to the call listener.
  /external/chromium-trace/trace-viewer/third_party/gl-matrix/spec/
jasmine.yml 3 # Return an array of filepaths relative to src_dir to include before jasmine specs.
18 # Return an array of stylesheet filepaths relative to src_dir to include before jasmine specs.
31 # Return an array of filepaths relative to spec_dir to include before jasmine specs.
43 # Return an array of filepaths relative to spec_dir to include.
55 # Source directory path. Your src_files must be returned relative to this path. Will use root if left blank.
66 # Spec directory path. Your spec_files must be returned relative to this path.
  /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/chromium_org/third_party/WebKit/Source/core/platform/
LinkHash.cpp 41 static bool resolveRelative(const KURL& base, const String& relative, url_canon::RawCanonOutput<2048>* buffer)
46 if (relative.is8Bit()) {
47 StringUTF8Adaptor relativeUTF8(relative);
50 return url_util::ResolveRelative(baseUTF8.data(), baseUTF8.length(), base.parsed(), relative.characters16(), relative.length(), 0, buffer, &parsed);
53 LinkHash visitedLinkHash(const KURL& base, const AtomicString& relative)
55 if (relative.isNull())
58 if (!resolveRelative(base, relative.string(), &buffer))
  /external/valgrind/main/helgrind/tests/
tc01_simple_race.c 13 /* Unprotected relative to parent */
27 /* Unprotected relative to child */
  /external/chromium_org/content/public/test/android/javatests/src/org/chromium/content/browser/test/util/
TestTouchUtils.java 22 * Returns the absolute location in screen coordinates from location relative
24 * @param v The view the coordinates are relative to.
25 * @param x Relative x location.
26 * @param y Relative y location.
62 * @param v The view the coordinates are relative to.
63 * @param x Relative x location to the view.
64 * @param y Relative y location to the view.
77 * @param v The view the coordinates are relative to.
98 * @param v The view the coordinates are relative to.
99 * @param x Relative x location to the view
    [all...]
  /external/chromium-trace/trace-viewer/src/tracing/tracks/
counter_track.css 8 position: relative;
thread_track.css 9 position: relative;
  /external/chromium_org/chrome/test/webdriver/test/
not_clickable.html 4 position: relative;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/
Makefile.sources 9 # Paths are relative to MESA_TOP.
  /external/chromium_org/third_party/skia/src/utils/
SkParsePath.cpp 50 bool isRelative, SkPoint* relative) {
54 value[index].fX += relative->fX;
55 value[index].fY += relative->fY;
62 bool isRelative, SkScalar relative) {
65 *value += relative;
78 bool relative = false; local
91 relative = false;
94 relative = true;
101 data = find_points(data, points, 1, relative, &c);
107 data = find_points(data, points, 1, relative, &c)
    [all...]
  /external/clang/include/clang/Config/
config.h.cmake 4 /* Relative directory for resource files */
  /external/mesa3d/src/mesa/drivers/dri/common/
Makefile.sources 9 # Paths are relative to MESA_TOP.
  /external/qemu/distrib/sdl-1.2.15/
README.ANDROID 2 emulator. See the git history for modifications relative to upstream.
  /external/skia/src/utils/
SkParsePath.cpp 50 bool isRelative, SkPoint* relative) {
54 value[index].fX += relative->fX;
55 value[index].fY += relative->fY;
62 bool isRelative, SkScalar relative) {
65 *value += relative;
78 bool relative = false; local
91 relative = false;
94 relative = true;
101 data = find_points(data, points, 1, relative, &c);
107 data = find_points(data, points, 1, relative, &c)
    [all...]
  /external/v8/test/sputnik/
README 2 googlecode.com. The test expectations are currently relative to
  /prebuilts/gcc/linux-x86/host/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 */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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 */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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 */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/importlib/
__init__.py 15 raise ValueError("attempted relative import beyond top-level "
23 The 'package' argument is required when performing a relative import. It
25 relative import to an absolute import.
30 raise TypeError("relative imports require the 'package' argument")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/importlib/
__init__.py 15 raise ValueError("attempted relative import beyond top-level "
23 The 'package' argument is required when performing a relative import. It
25 relative import to an absolute import.
30 raise TypeError("relative imports require the 'package' argument")
  /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).
  /frameworks/compile/mclinker/lib/Target/ARM/
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

Completed in 3883 milliseconds

1 2 3 4 5 6 7 8 91011>>