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

12 3 4 5 6 7 8

  /external/chromium/googleurl/src/
gurl.cc 167 GURL GURL::Resolve(const std::string& relative) const {
168 return ResolveWithCharsetConverter(relative, NULL);
170 GURL GURL::Resolve(const string16& relative) const {
171 return ResolveWithCharsetConverter(relative, NULL);
176 const std::string& relative,
191 relative.data(), static_cast<int>(relative.length()),
204 const string16& relative,
219 relative.data(), static_cast<int>(relative.length())
    [all...]
url_util.cc 149 // Remove any whitespace from the middle of the relative URL, possibly
222 // Remove any whitespace from the middle of the relative URL, possibly
226 const CHAR* relative = RemoveURLWhitespace(in_relative, in_relative_length, local
238 relative, relative_length,
247 // Relative, resolve and canonicalize.
251 file_base_scheme, relative,
256 // Not relative, canonicalize the input.
257 return DoCanonicalize(relative, relative_length, charset_converter,
434 const char* relative,
440 relative, relative_length
    [all...]
url_util.h 149 // Resolves a potentially relative URL relative to the given parsed base URL.
153 // The relative need not be relative. If we discover that it's absolute, this
162 const char* relative,
170 const char16* relative,
  /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...]
scheme.js 6 // These tests trigger the relative URL resolving behavior of
  /libcore/luni/src/test/java/libcore/java/net/
URITest.java 583 new URI("http", "host", "relative", null);
588 new URI("http", "host", "relative", null, null);
593 new URI("http", null, "host", -1, "relative", null, null);
607 URI relative = new URI("robots.txt"); local
609 assertEquals(new URI("http://android.com/robots.txt"), absolute.resolve(relative));
610 assertEquals(absolute, relative.resolve(absolute));
611 assertEquals(relative, relative.resolve(relative));
616 URI relative = new URI("robots.txt") local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/events/
SDL_mouse.c 103 int SDL_PrivateMouseMotion(Uint8 buttonstate, int relative, Sint16 x, Sint16 y)
122 if ( relative ) {
148 /* If not relative mode, generate relative motion from clamped X/Y.
149 This prevents lots of extraneous large delta relative motion when
152 if ( ! relative ) {
  /external/webkit/Source/WebCore/xml/
XSLTProcessorQt.cpp 93 virtual QUrl resolve(const QUrl& relative, const QUrl& baseURI) const;
105 QUrl XSLTUriResolver::resolve(const QUrl& relative, const QUrl& baseURI) const
107 QUrl url = baseURI.resolved(relative);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
AidlProcessor.java 103 // since the path are relative to the workspace and not the project itself, we need
124 // make a path to the source file relative to the source folder.
125 IPath relative = sourceFile.getFullPath().makeRelativeTo(sourceFolderPath); local
126 name = relative.toString();
319 // make a path to the source file relative to the source folder.
320 IPath relative = sourceFile.getFullPath().makeRelativeTo(sourceFolderPath); local
322 relative = relative.removeLastSegments(1);
325 IFolder destinationFolder = getGenFolder().getFolder(relative);
  /external/clang/www/analyzer/
menu.css 30 position: relative;
  /external/skia/emoji/
EmojiFont.cpp 148 // our table is stored relative to GMOJI_PUA_MIN to save space (16bits)
149 uint16_t relative = unichar - GMOJI_PUA_MIN; local
150 int index = SkTSearch<uint16_t>(gGmojiPUA, GMOJI_PUA_COUNT, relative,
  /frameworks/base/cmds/am/
Android.mk 18 # Generate rules for a single file. The argument is the file path relative to
  /external/webkit/Source/JavaScriptCore/assembler/
ARMv7Assembler.h 1975 intptr_t relative = reinterpret_cast<intptr_t>(target) - (reinterpret_cast<intptr_t>(instruction)); local
1988 intptr_t relative = reinterpret_cast<intptr_t>(target) - (reinterpret_cast<intptr_t>(instruction)); local
2001 intptr_t relative = reinterpret_cast<intptr_t>(target) - (reinterpret_cast<intptr_t>(instruction)); local
2022 intptr_t relative = reinterpret_cast<intptr_t>(target) - (reinterpret_cast<intptr_t>(instruction)); local
2045 intptr_t relative = reinterpret_cast<intptr_t>(target) - (reinterpret_cast<intptr_t>(instruction)); local
2063 intptr_t relative = reinterpret_cast<intptr_t>(target) - (reinterpret_cast<intptr_t>(instruction)); local
2083 intptr_t relative = reinterpret_cast<intptr_t>(target) - (reinterpret_cast<intptr_t>(instruction)); local
2100 intptr_t relative = reinterpret_cast<intptr_t>(target) - (reinterpret_cast<intptr_t>(instruction)); local
    [all...]
  /external/valgrind/main/memcheck/tests/linux/
timerfd-syscall.stderr.exp 8 relative timer test (at 500 ms) ...
31 relative timer test (at 500 ms) ...
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
Match.java 16 package com.android.ide.common.layout.relative;
  /external/chromium/chrome/browser/resources/ntp/
most_visited.css 4 position: relative;
48 position: relative;
84 position: relative;
92 position: relative;
189 position: relative;
  /external/chromium/chrome/browser/resources/ntp4/
most_visited_page.css 66 position: relative;
86 position: relative;
173 position: relative;
  /external/chromium/chrome/browser/resources/gpu_internals/
tab_control.css 62 position: relative;
  /external/chromium/chrome/browser/resources/net_internals/
tabswitcherview.css 58 position: relative;
  /external/chromium/chrome/browser/resources/options/
password_manager_list.css 51 position: relative;
  /external/webkit/Source/WebCore/inspector/front-end/
audits.css 90 position: relative;
105 position: relative;
142 position: relative;
225 position: relative;
  /external/doclava/res/assets/templates/assets/
doclava-developer-core.css 199 position:relative;
205 position:relative;
265 position:relative;
334 position:relative;
372 position:relative;
638 position:relative;
642 position:relative;
648 position:relative;
  /external/webkit/Tools/DumpRenderTree/android/
view_source.php 23 # PATH - relative path in the LayoutTests dir
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
seqmid.h 124 * \param relative relative time-stamp if non-zero
132 #define snd_seq_ev_schedule_tick(ev, q, relative, ttick) \
135 (ev)->flags |= (relative) ? SND_SEQ_TIME_MODE_REL : SND_SEQ_TIME_MODE_ABS,\
143 * \param relative relative time-stamp if non-zero
151 #define snd_seq_ev_schedule_real(ev, q, relative, rtime) \
154 (ev)->flags |= (relative) ? SND_SEQ_TIME_MODE_REL : SND_SEQ_TIME_MODE_ABS,\
  /external/dbus/bus/
test.c 299 DBusString relative; local
316 _dbus_string_init_const (&relative, filename);
318 if (!_dbus_concat_dir_and_file (&config_file, &relative))

Completed in 1326 milliseconds

12 3 4 5 6 7 8