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

1 2 3

  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
XYAxisType.java 20 DOMAIN,
  /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";
  /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...]
  /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";
  /external/fdlibm/
fdlibm.h 92 #define DOMAIN 1
  /libcore/ojluni/src/main/native/
fdlibm.h 107 #define DOMAIN 1
  /device/linaro/bootloader/edk2/StdLib/Include/
math.h 388 #define DOMAIN 1
  /external/dhcpcd-6.8.2/
dhcp-common.h 64 #define DOMAIN (1 << 21)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
math.h 42 /* Get machine-dependent NAN value (returned for some domain errors). */
340 # define DOMAIN 1
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
math.h 2 * This file has no copyright assigned and is placed in the Public Domain.
19 #define _DOMAIN 1 /* domain error in argument */
29 #define DOMAIN _DOMAIN
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
EmailContent.java     [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-socks/4.1.6.Final/
netty-codec-socks-4.1.6.Final.jar 
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
logback-classic-0.9.8-SNAPSHOT.jar 
  /external/guice/lib/build/
cglib-3.1.jar 
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /external/guice/extensions/persist/lib/
cglib-nodep-3.0.jar 
hibernate-annotations.jar 
  /prebuilts/devtools/tools/lib/
cglib-nodep-3.1.jar 
  /prebuilts/tools/common/m2/repository/cglib/cglib-nodep/2.1_3/
cglib-nodep-2.1_3.jar 
  /prebuilts/tools/common/m2/repository/cglib/cglib-nodep/2.2.2/
cglib-nodep-2.2.2.jar 
  /prebuilts/tools/common/m2/repository/cglib/cglib-nodep/3.1/
cglib-nodep-3.1.jar 

Completed in 421 milliseconds

1 2 3