HomeSort by relevance Sort by last modified time
    Searched refs:relative (Results 51 - 75 of 184) sorted by null

1 23 4 5 6 7 8

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/
UiElementPullParserTest.java 57 // We have button, textview, linear layout, relative layout.
82 "Relative Layout", "", "",
142 MockXmlNode relative = new MockXmlNode(null /* namespace */, "RelativeLayout", local
144 relative.addAttributes(SdkConstants.NS_RESOURCES, "orientation", "toto");
147 Node.ELEMENT_NODE, new MockXmlNode[] { button1, relative });
199 // Relative Layout
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-core.css 243 position:relative;
249 position:relative;
308 position:relative;
382 position:relative;
420 position:relative;
772 position:relative;
776 position:relative;
782 position:relative;
804 position:relative;
843 position:relative;
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/
android-developer-core.css 202 position:relative;
208 position:relative;
268 position:relative;
337 position:relative;
375 position:relative;
641 position:relative;
645 position:relative;
651 position:relative;
674 position:relative;
713 position:relative;
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/patterns/
StepPattern.java 182 * @param expr The relative pattern expression.
198 * @return The relative pattern expression.
649 * Execute the match pattern step relative to another step.
675 for (int relative = traverser.first(context); DTM.NULL != relative;
676 relative = traverser.next(context, relative))
680 xctxt.pushCurrentNode(relative);
  /build/tools/droiddoc/templates-sdk/assets/design/
default.scss 105 position: relative;
258 position: relative;
353 position: relative;
468 position: relative;
486 position: relative;
527 position: relative;
568 position: relative;
default.css 42 position: relative;
250 position: relative;
313 position: relative; }
431 position: relative; }
446 position: relative; }
490 position: relative;
515 position: relative; }
  /bionic/libc/kernel/tools/
kernel.py 63 # some kernel files choose to include files with relative paths (x86 32/64
78 relative = False
82 relative = True
88 if kernel_root and relative:
194 # not that the result of scanForAllArchs() is a list of relative
  /system/core/sh/
histedit.c 414 * relative histnums.
484 int relative = 0; local
490 relative = 1;
497 if (relative) {
  /external/chromium/chrome/browser/resources/options/chromeos/
internet_options_page.css 35 position: relative;
128 position: relative;
  /external/webkit/LayoutTests/fast/url/script-tests/
file-http-base.js 12 // done automatically as part of relative URL resolving.
36 // Make sure relative paths can't go above the "C:"
file.js 12 // done automatically as part of relative URL resolving.
36 // Make sure relative paths can't go above the "C:"
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
standard-url.js 9 // Disabled because this gets treated as a relative URL.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
ConstraintPainter.java 16 package com.android.ide.common.layout.relative;
29 import static com.android.ide.common.layout.relative.ConstraintType.ALIGN_BASELINE;
30 import static com.android.ide.common.layout.relative.ConstraintType.ALIGN_BOTTOM;
31 import static com.android.ide.common.layout.relative.ConstraintType.LAYOUT_ABOVE;
32 import static com.android.ide.common.layout.relative.ConstraintType.LAYOUT_BELOW;
33 import static com.android.ide.common.layout.relative.ConstraintType.LAYOUT_LEFT_OF;
34 import static com.android.ide.common.layout.relative.ConstraintType.LAYOUT_RIGHT_OF;
42 import com.android.ide.common.layout.relative.DependencyGraph.Constraint;
43 import com.android.ide.common.layout.relative.DependencyGraph.ViewData;
50 * The {@link ConstraintPainter} is responsible for painting relative layout constraints
    [all...]
GuidelinePainter.java 16 package com.android.ide.common.layout.relative;
34 import com.android.ide.common.layout.relative.DependencyGraph.Constraint;
  /external/chromium/chrome/browser/resources/ntp/
drag_drop_controller.js 19 // returns true if the coordinates (relative to the drag container)
79 // Shifts the client coordinates, |xy|, so they are relative to the top left
96 // Listen to mousedown to get the relative position of the cursor when
195 // The position of the item is relative to the drag container. We
  /external/webkit/Source/WebCore/css/
view-source.css 155 position: relative;
  /external/webkit/Source/WebCore/platform/
KURL.h 86 // Resolves the relative URL with the given base URL. If provided, the
88 // null or empty, in which case the relative URL will be interpreted as
93 KURL(const KURL& base, const String& relative);
94 KURL(const KURL& base, const String& relative, const TextEncoding&);
KURLGoogle.cpp 211 const String& relative,
214 init(base, relative.characters(), relative.length(), queryEncoding);
245 // (for example, resolving a relative URL on a non-hierarchical base), it
377 // Constructs a new URL given a base URL and a possibly relative input URL.
379 KURL::KURL(const KURL& base, const String& relative)
381 m_url.init(base, relative, 0);
384 // Constructs a new URL given a base URL and a possibly relative input URL.
385 // Any query portion of the relative URL will be encoded in the given encoding.
387 const String& relative,
    [all...]
  /external/chromium/googleurl/src/
gurl_unittest.cc 156 // The tricky cases for relative URL resolving are tested in the
161 const char* relative; member in struct:ResolveCase
179 GURL output = input.Resolve(resolve_cases[i].relative);
186 input.Resolve(ConvertUTF8ToUTF16(resolve_cases[i].relative));
416 // Relative path resolver.
  /external/webkit/Source/WebCore/inspector/front-end/
inspector.css 166 position: relative;
463 position: relative;
484 position: relative;
648 position: relative;
664 position: relative;
854 position: relative;
998 position: relative;
1164 position: relative;
1252 position: relative;
1311 position: relative;
    [all...]
heapProfiler.css 122 position: relative;
165 position: relative;
  /cts/tests/tests/widget/src/android/widget/cts/
RemoteViewsActivityTest.java 64 assertTrue("RelateiveLayout not inflated", result.findViewById(R.id.relative) != null);
  /external/doclava/src/com/google/doclava/
DocFile.java 54 public static void writePage(String docfile, String relative, String outfile) {
58 * System.out.println("docfile='" + docfile + "' relative='" + relative + "'" + "' outfile='" +
  /external/webkit/Tools/DumpRenderTree/android/
get_layout_tests_dir_contents.php 23 # PATH - relative path in the LayoutTests dir

Completed in 648 milliseconds

1 23 4 5 6 7 8