HomeSort by relevance Sort by last modified time
    Searched refs:ORIGIN (Results 1 - 16 of 16) sorted by null

  /frameworks/base/tests/BiDiTests/src/com/android/bidi/
BiDiTestView.java 36 private static final int ORIGIN = 80;
98 deltaX = testString(canvas, NORMAL_TEXT, ORIGIN, ORIGIN,
101 deltaX += testString(canvas, ITALIC_TEXT, ORIGIN + deltaX, ORIGIN,
104 deltaX += testString(canvas, BOLD_TEXT, ORIGIN + deltaX, ORIGIN,
107 deltaX += testString(canvas, BOLD_ITALIC_TEXT, ORIGIN + deltaX, ORIGIN,
111 deltaX = testString(canvas, NORMAL_LONG_TEXT, ORIGIN, ORIGIN + 2 * currentTextSize
    [all...]
  /external/elfutils/libebl/
Makefile.am 56 # -Wl,--rpath,\$$ORIGIN/elfutils \
Makefile 321 # -Wl,--rpath,\$$ORIGIN/elfutils \
  /external/elfutils/tests/
Makefile.am 19 AM_LDFLAGS = -Wl,-rpath,\$$ORIGIN/../libasm:\$$ORIGIN/../libdw:\$$ORIGIN/../libebl:\$$ORIGIN/../libelf
Makefile 305 AM_LDFLAGS = -Wl,-rpath,\$$ORIGIN/../libasm:\$$ORIGIN/../libdw:\$$ORIGIN/../libebl:\$$ORIGIN/../libelf
  /frameworks/base/core/java/android/webkit/
WebStorage.java 68 private static final String ORIGIN = "origin";
73 private Map <String, Origin> mOrigins;
79 * Class containing the HTML5 database quota and usage for an origin.
81 public static class Origin {
86 private Origin(String origin, long quota, long usage) {
87 mOrigin = origin;
92 private Origin(String origin, long quota)
    [all...]
GeolocationPermissions.java 34 * Permissions are managed on a per-origin basis, as required by the
35 * Geolocation spec - http://dev.w3.org/geo/api/spec-source.html. An origin
36 * specifies the scheme, host and port of particular frame. An origin is
53 public void invoke(String origin, boolean allow, boolean remember);
80 private static final String ORIGIN = "origin";
144 String origin = (String) values.get(ORIGIN);
146 boolean allowed = nativeGetAllowed(origin);
220 * Gets the permission state for the specified origin
    [all...]
  /external/icu4c/config/
mh-hpux-gcc 17 LD_DEFAULTPATH= -Wl,+b,.:'$$'ORIGIN/
mh-linux 20 LD_RPATH= -Wl,-zorigin,-rpath,'$$'ORIGIN
mh-linux-va 27 LD_RPATH= -Wl,-zorigin,-rpath,'$$'ORIGIN
mh-solaris-gcc 22 LD_RPATH= -R'$$'ORIGIN
mh-hpux-acc 58 LD_DEFAULTPATH= -Wl,+b,'$$'ORIGIN/
mh-solaris 47 LD_RPATH= -R'$$'ORIGIN
  /external/chromium/chrome/browser/
cookies_tree_model.h 69 // TODO(viettrungluu): Figure out whether we want to store |origin| as a
72 DetailedInfo(const string16& origin, NodeType node_type,
81 : origin(UTF16ToWideHack(origin)),
96 DetailedInfo(const std::wstring& origin, NodeType node_type,
105 : origin(origin),
121 std::wstring origin; member in struct:CookieTreeNode::DetailedInfo
183 // Returns the origin node's title to use for a given URL.
200 // Creates an content exception for this origin of typ
    [all...]
cookies_tree_model.cc 99 if (!retval.length()) // Is an IP address or other special origin.
183 local_storage_info->origin.empty() ?
185 local_storage_info->origin)),
209 session_storage_info->origin.empty() ?
211 session_storage_info->origin)),
230 indexed_db_info->origin.empty() ?
232 indexed_db_info->origin)),
577 return ORIGIN;
697 for (InfoByOrigin::const_iterator origin =
699 origin != appcache_info_->infos_by_origin.end(); ++origin)
    [all...]
  /build/core/
definitions.mk     [all...]

Completed in 1479 milliseconds