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

  /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;
78 static class Origin {
83 public Origin(String origin, long quota, long usage) {
84 mOrigin = origin;
89 public Origin(String origin, long quota) {
90 mOrigin = origin;
    [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/chromium/third_party/icu/source/config/
mh-hpux-acc 40 LD_DEFAULTPATH= -Wl,+b,'$$'ORIGIN/
mh-hpux-gcc 17 LD_DEFAULTPATH= -Wl,+b,.:'$$'ORIGIN/
  /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
  /build/core/
definitions.mk 1006 -Wl,-rpath,\$$ORIGIN/../lib \
    [all...]

Completed in 226 milliseconds