HomeSort by relevance Sort by last modified time
    Searched refs:DOMAIN (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
XYAxisType.java 20 DOMAIN,
XYStepCalculator.java 41 case DOMAIN:
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/widget/multiwaveview/
Ease.java 22 private static final float DOMAIN = 1.0f;
37 return DOMAIN*(input/=DURATION)*input*input + START;
42 return DOMAIN*((input=input/DURATION-1)*input*input + 1) + START;
48 (DOMAIN/2*input*input*input + START)
49 : (DOMAIN/2*((input-=2)*input*input + 2) + START);
57 return DOMAIN*(input/=DURATION)*input + START;
62 return -DOMAIN *(input/=DURATION)*(input-2) + START;
68 (DOMAIN/2*input*input + START)
69 : (-DOMAIN/2 * ((--input)*(input-2) - 1) + START);
77 return DOMAIN*(input/=DURATION)*input*input*input + START
    [all...]
  /cts/tests/tests/tv/src/android/media/tv/cts/
TvContentRatingTest.java 30 private static final String DOMAIN = "android.media.tv";
39 TvContentRating rating = TvContentRating.createRating(DOMAIN, RATING_SYSTEM, MAIN_RATING_1,
41 assertEquals(DOMAIN, rating.getDomain());
53 String flattened = TvContentRating.createRating(DOMAIN, RATING_SYSTEM, MAIN_RATING_1,
57 assertEquals(DOMAIN, rating.getDomain());
69 TvContentRating rating = TvContentRating.createRating(DOMAIN, RATING_SYSTEM, MAIN_RATING_1,
72 assertTrue(rating.contains(TvContentRating.createRating(DOMAIN, RATING_SYSTEM,
74 assertTrue(rating.contains(TvContentRating.createRating(DOMAIN, RATING_SYSTEM,
76 assertFalse(rating.contains(TvContentRating.createRating(DOMAIN, RATING_SYSTEM,
78 assertFalse(rating.contains(TvContentRating.createRating(DOMAIN, RATING_SYSTEM
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DictionaryDumpBroadcastReceiver.java 27 private static final String DOMAIN = "com.android.inputmethod.latin";
28 public static final String DICTIONARY_DUMP_INTENT_ACTION = DOMAIN + ".DICT_DUMP";
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/
AbstractClassLoader.java 31 private static java.security.ProtectionDomain DOMAIN ;
35 DOMAIN = (java.security.ProtectionDomain)
92 Class c = super.defineClass(name, b, 0, b.length, DOMAIN);
  /external/nist-sip/java/gov/nist/javax/sip/header/
Credentials.java 8 * and are considered to be in the public domain. As a result, a formal
45 private static String DOMAIN = ParameterNames.DOMAIN;
124 else if (nameValue.getName().compareToIgnoreCase(DOMAIN) == 0)
Challenge.java 8 * and are considered to be in the public domain. As a result, a formal
48 private static String DOMAIN = ParameterNames.DOMAIN;
105 * get the domain
109 return (String) authParams.getValue(DOMAIN);
AuthenticationHeader.java 8 * and are considered to be in the public domain. As a result, a formal
52 public static final String DOMAIN = ParameterNames.DOMAIN;
114 || name.equalsIgnoreCase(ParameterNames.DOMAIN)
186 * that a realm string contain a hostname or domain name. Realm strings
367 * Sets the Domain of the WWWAuthenicateHeader to the <var>domain</var>
370 * @param domain -
371 * the new Domain string of this WWWAuthenicateHeader.
374 * while parsing the domain
    [all...]
ParameterNames.java 8 * and are considered to be in the public domain. As a result, a formal
48 public static final String DOMAIN = "domain";
AuthenticationInfo.java 8 * and are considered to be in the public domain. As a result, a formal
220 || name.equalsIgnoreCase(ParameterNames.DOMAIN)
  /external/fdlibm/
k_standard.c 100 exc.type = DOMAIN;
107 (void) WRITE2("acos: DOMAIN error\n", 19);
114 exc.type = DOMAIN;
121 (void) WRITE2("asin: DOMAIN error\n", 19);
130 exc.type = DOMAIN;
137 (void) WRITE2("atan2: DOMAIN error\n", 20);
197 exc.type = DOMAIN; /* should be SING for IEEE */
207 (void) WRITE2("y0: DOMAIN error\n", 17);
214 exc.type = DOMAIN;
224 (void) WRITE2("y0: DOMAIN error\n", 17)
    [all...]
fdlibm.h 92 #define DOMAIN 1
  /external/avahi/avahi-core/
querier-test.c 37 #define DOMAIN NULL
64 const char *domain,
67 avahi_log_debug("SB%i: (%i.%s) <%s> as <%s> in <%s> [%s] cached=%i", b == service_browser1 ? 1 : 2, iface, avahi_proto_to_string(protocol), name, service_type, domain, browser_event_to_string(event), !!(flags & AVAHI_LOOKUP_RESULT_CACHED));
72 service_browser2 = avahi_s_service_browser_new(server, AVAHI_IF_UNSPEC, AVAHI_PROTO_UNSPEC, SERVICE_TYPE, DOMAIN, 0, sb_callback, NULL);
106 service_browser1 = avahi_s_service_browser_new(server, AVAHI_IF_UNSPEC, AVAHI_PROTO_UNSPEC, SERVICE_TYPE, DOMAIN, 0, sb_callback, NULL);
  /device/google/contexthub/lib/libm/
wf_asin.c 41 exc.type = DOMAIN;
wf_fmod.c 39 exc.type = DOMAIN;
wf_pow.c 41 exc.type = DOMAIN;
62 exc.type = DOMAIN;
78 exc.type = DOMAIN;
102 exc.type = DOMAIN;
  /external/wpa_supplicant_8/hs20/server/ca/
setup.sh 8 if [ -z "$DOMAIN" ]; then
9 DOMAIN=w1.fi
15 CNO="ocsp.$DOMAIN"
16 CNV="osu-revoked.$DOMAIN"
17 CNOC="osu-client.$DOMAIN"
18 OSU_SERVER_HOSTNAME="osu.$DOMAIN"
35 # -m: Domain ($DOMAIN)\n
57 m) DOMAIN=$OPTARG;;
94 sed "s/@DOMAIN@/$DOMAIN/"
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/gs/
acl.py 29 DOMAIN = 'Domain'
171 email_address=None, domain=None, permission=None):
173 scope = Scope(self, type, id, name, email_address, domain)
232 GROUP_BY_DOMAIN.lower() : [DOMAIN.lower()],
242 email_address=None, domain=None):
247 self.domain = domain
259 elif self.domain:
260 named_entity = self.domain
    [all...]
  /external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/xy/
XYSeriesRendererTest.java 79 XYStep domainStep = XYStepCalculator.getStep(plot, XYAxisType.DOMAIN, gridRect, plot.getCalculatedMinX().doubleValue(), plot.getCalculatedMaxX().doubleValue());
  /external/dhcpcd-6.8.2/
dhcp-common.h 64 #define DOMAIN (1 << 21)
  /external/avahi/avahi-common/
domain.c 34 #include "domain.h"
382 /* Explicitly allow the root domain name */
440 int avahi_service_name_join(char *p, size_t size, const char *name, const char *type, const char *domain) {
455 if (!avahi_is_valid_domain_name(domain))
470 if (!(avahi_normalize_name(domain, normalized_domain, sizeof(normalized_domain))))
496 int avahi_service_name_split(const char *p, char *name, size_t name_size, char *type, size_t type_size, char *domain, size_t domain_size) {
500 DOMAIN
507 assert(domain);
517 *type = *domain = 0;
551 state = DOMAIN;
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
rb.py 43 that name. (But see also "DOMAIN NAMED BUCKETS" under "gsutil help naming"
web.py 76 domain-named bucket aliased using a Domain Name System "CNAME" to
82 For example, suppose your company's Domain name is example.com. You could set
85 1. Create a bucket called example.com (see the "DOMAIN NAMED BUCKETS"
100 so it may take up to a day for the domain-named bucket website to work after
  /libcore/ojluni/src/main/native/
fdlibm.h 107 #define DOMAIN 1

Completed in 2280 milliseconds

1 2 3