HomeSort by relevance Sort by last modified time
    Searched full:relative (Results 1 - 25 of 12495) 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/clang/test/Modules/
include-relative.c 3 // RUN: cp -r %S/Inputs/include-relative %t/include-relative
5 // RUN: %clang_cc1 -fmodules -x c -verify -fmodules-cache-path=%t -I include-relative %s
  /external/mockito/src/org/mockito/listeners/
package.html 7 Public classes relative to the call listener.
  /external/owasp/sanitizer/tools/findbugs/doc/
plugins.txt 5 a list of URLs to plugins. These URLs can be relative or absolute. If they
6 are absolute, they are relative to jar file that contained the pluginlist.properties
  /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/tools/relocation_packer/src/
run_length_encoder.h 5 // Run-length encode and decode relative relocations.
7 // Relative relocations are the bulk of dynamic relocations (the
31 // Because relative relocation offsets strictly increase, the complete
32 // set of relative relocations in libchrome.<version>.so can be
39 // Decoding regenerates relative relocations beginning at address
41 // for 'count' iterations and emitting a new relative relocation.
44 // count pairs. A final run-length encoded relative relocations vector
62 // A RelocationRunLengthCodec packs vectors of relative relocations
66 // Encode relative relocations into a more compact form.
67 // |relocations| is a vector of relative relocation structs
    [all...]
packer.h 5 // Pack relative relocations into a more compact form.
8 // For relative relocations without addends (32 bit platforms)
12 // turns a large set of relative relocations into a much smaller set
27 // For relative relocations with addends (64 bit platforms)
31 // turns a large set of relative relocations into a smaller set
55 // A RelocationPacker packs vectors of relative relocations into more
59 // Pack relative relocations into a more compact form.
60 // |relocations| is a vector of relative relocation structs.
67 // Unpack relative relocations from their more compact form.
69 // |relocations| is a vector of unpacked relative relocation structs
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/
LinkHash.cpp 41 static bool resolveRelative(const KURL& base, const String& relative, url::RawCanonOutput<2048>* buffer)
46 if (relative.is8Bit()) {
47 StringUTF8Adaptor relativeUTF8(relative);
50 return url::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/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64FixupKinds.h 19 // fixup_aarch64_pcrel_adr_imm21 - A 21-bit pc-relative immediate inserted into
23 // fixup_aarch64_pcrel_adrp_imm21 - A 21-bit pc-relative immediate inserted into
39 // fixup_aarch64_ldr_pcrel_imm19 - The high 19 bits of a 21-bit pc-relative
41 // pc-relative loads and generates relocations directly when necessary.
47 // fixup_aarch64_pcrel_imm14 - The high 14 bits of a 21-bit pc-relative
51 // fixup_aarch64_pcrel_branch19 - The high 19 bits of a 21-bit pc-relative
56 // fixup_aarch64_pcrel_branch26 - The high 26 bits of a 28-bit pc-relative
60 // fixup_aarch64_pcrel_call26 - The high 26 bits of a 28-bit pc-relative
  /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/third_party/WebKit/Source/web/tests/data/
subtree-layout.html 15 document.getElementById("layouter").style.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/polymer/components/core-menu-button/
core-menu-button.css 8 position: relative;
  /external/chromium_org/third_party/polymer/components-chromium/core-menu-button/
core-menu-button.css 8 position: relative;
  /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/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...]
  /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

Completed in 760 milliseconds

1 2 3 4 5 6 7 8 91011>>