HomeSort by relevance Sort by last modified time
    Searched full:domain (Results 1026 - 1050 of 6195) sorted by null

<<41424344454647484950>>

  /device/asus/flo/sepolicy/
netmgrd.te 2 type netmgrd, domain;
sensors.te 2 type sensors, domain;
thermald.te 2 type thermald, domain;
  /device/htc/flounder/sepolicy/
kickstart.te 2 type kickstart, domain;
netmgrd.te 2 type netmgrd, domain;
  /device/lge/hammerhead/sepolicy/
mpdecision.te 2 type mpdecision, domain;
netmgrd.te 2 type netmgrd, domain;
sensors.te 2 type sensors, domain;
  /device/moto/shamu/sepolicy/
mpdecision.te 2 type mpdecision, domain;
netmgrd.te 2 type netmgrd, domain;
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
FillDirection.java 26 * DOMAIN_ORIGIN - (Not implemented) Use the domain origin line.
  /external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
StepChartExampleActivity.java 87 // adjust the domain/range ticks to make more sense; label per tick for range and label per 5 ticks domain:
93 // customize our domain/range labels
101 // get rid of decimal points in our domain labels:
  /external/apache-http/src/org/apache/http/cookie/
SetCookie.java 77 * Sets the domain attribute.
79 * @param domain The value of the domain attribute
83 void setDomain(String domain);
  /external/bison/m4/
nls.m4 15 dnl They are *not* in the public domain.
  /external/elfutils/src/m4/
lcmessage.m4 16 dnl They are *not* in the public domain.
nls.m4 14 dnl They are *not* in the public domain.
  /external/google-tv-pairing-protocol/java/src/com/google/polo/json/
Cookie.java 111 * If the JSONObject contains "expires", "domain", "path", or "secure"
128 if (o.has("domain")) {
129 sb.append(";domain=");
130 sb.append(escape(o.getString("domain")));
  /external/guava/guava/src/com/google/thirdparty/publicsuffix/
TrieParser.java 27 * Parser for a map of reversed domain names stored as a serialized radix tree.
84 String domain = PREFIX_JOINER.join(stack); local
85 if (domain.length() > 0) {
86 builder.put(domain, PublicSuffixType.fromCode(c));
  /external/guava/guava-bootstrap/src/java/util/concurrent/
ExecutorService.java 7 * Expert Group and released to the public domain, as explained at
  /external/icu/icu4c/source/tools/tzcode/
scheck.c 2 ** This file is in the public domain, so clarified as of
  /external/jetty/src/resources/org/eclipse/jetty/server/session/jmx/
AbstractSessionManager-mbean.properties 9 sessionDomain: The domain of the session cookie or null for the default
  /external/jhead/
NOTICE 2 Portions of this source code are in the public domain
  /external/jsoncpp/include/json/
assertions.h 2 // Distributed under MIT license, or public domain if desired and
features.h 2 // Distributed under MIT license, or public domain if desired and
  /external/kernel-headers/original/uapi/asm-generic/
errno-base.h 36 #define EDOM 33 /* Math argument out of domain of func */

Completed in 596 milliseconds

<<41424344454647484950>>