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

1 2 3 4 5 6 7 8

  /external/apache-http/src/org/apache/http/client/params/
AuthPolicy.java 59 * Basic authentication scheme as defined in RFC2617 (considered inherently
62 public static final String BASIC = "Basic";
  /libcore/ojluni/src/main/java/sun/net/www/protocol/http/
AuthScheme.java 31 BASIC,
BasicAuthentication.java 39 * the "basic" scheme.
59 AuthScheme.BASIC, host, port, realm);
79 this.auth = "Basic " + (new BasicBASE64Encoder()).encode(concat);
89 AuthScheme.BASIC, host, port, realm);
90 this.auth = "Basic " + auth;
99 AuthScheme.BASIC, url, realm);
119 this.auth = "Basic " + (new BasicBASE64Encoder()).encode(concat);
129 AuthScheme.BASIC, url, realm);
130 this.auth = "Basic " + auth;
160 /* For Basic the authorization string does not depend on the request UR
    [all...]
HttpURLConnection.java 72 import static sun.net.www.protocol.http.AuthScheme.BASIC;
    [all...]
  /external/apache-http/android/src/android/net/http/
HttpAuthHeader.java 29 public final static String BASIC_TOKEN = "Basic";
41 * HttpAuthHeader.BASIC - basic, and
47 public static final int BASIC = 1;
165 * @return True iff this is the BASIC-authentication request.
168 return mScheme == BASIC;
181 * HttpAuthHeader.BASIC - basic, and
236 * BASIC,
242 if (mScheme == BASIC) {
    [all...]
  /external/opencv3/apps/traincascade/
haarfeatures.cpp 10 CvHaarFeatureParams::CvHaarFeatureParams() : mode(BASIC)
29 string modeStr = mode == BASIC ? CC_MODE_BASIC :
46 mode = !modeStr.compare( CC_MODE_BASIC ) ? BASIC :
62 string mode_str = mode == BASIC ? CC_MODE_BASIC :
76 !val.compare( CC_MODE_BASIC ) ? BASIC : -1;
160 if( mode != CvHaarFeatureParams::BASIC )
185 if (mode != CvHaarFeatureParams::BASIC)
haarfeatures.h 12 enum { BASIC = 0, CORE = 1, ALL = 2 };
13 /* 0 - BASIC = Viola
  /frameworks/av/media/libstagefright/rtsp/
ARTSPConnection.h 71 BASIC,
MyTransmitter.h 274 if (!strncmp(value.c_str(), "Basic", 5)) {
275 mAuthType = BASIC;
298 if (mAuthType == BASIC) {
299 request->append("Authorization: Basic YmNhc3Q6dGVzdAo=\r\n");
832 BASIC,
ARTSPConnection.cpp 898 if (!strncmp(value.c_str(), "Basic", 5)) {
899 mAuthType = BASIC;
967 if (mAuthType == BASIC) {
977 fragment.append("Authorization: Basic ");
  /external/curl/
buildconf.bat 207 set BASIC=1
232 set BASIC=0
255 if "%BASIC%" == "1" (
275 set BASIC=
  /external/smali/smalidea/src/test/java/org/jf/smalidea/
SmaliCodeFragmentFactoryTest.java 236 new CodeCompletionHandlerBase(CompletionType.BASIC).invokeCompletion(getProject(), editor);
  /developers/build/prebuilts/gradle/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
MainActivity.java 175 if (preset == NotificationPresets.BASIC) {
NotificationPresets.java 42 public static final NotificationPreset BASIC = new BasicNotificationPreset();
56 BASIC,
  /developers/samples/android/wearable/wear/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
MainActivity.java 175 if (preset == NotificationPresets.BASIC) {
NotificationPresets.java 42 public static final NotificationPreset BASIC = new BasicNotificationPreset();
56 BASIC,
  /development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
MainActivity.java 175 if (preset == NotificationPresets.BASIC) {
NotificationPresets.java 42 public static final NotificationPreset BASIC = new BasicNotificationPreset();
56 BASIC,
  /external/apache-http/src/org/apache/http/impl/client/
DefaultHttpClient.java 254 AuthPolicy.BASIC,
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/search/
SearchTest.java 85 static SearchData[] BASIC = {
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/search/
SearchTest.java 81 static SearchData[] BASIC = {
    [all...]
  /external/icu/icu4c/source/test/intltest/
srchtest.cpp 814 while (BASIC[count].text != NULL) {
816 if (!assertEqual(&BASIC[count])) {
832 while (BASIC[count].text != NULL) {
833 if (!assertEqual(&BASIC[count])) {
    [all...]
  /external/icu/icu4c/source/test/cintltst/
usrchtst.c 657 while (BASIC[count].text != NULL) {
658 if (!assertEqual(BASIC[count])) {
680 while (BASIC[count].text != NULL) {
681 if (!assertEqual(BASIC[count])) {
    [all...]
usrchdat.c 44 static const SearchData BASIC[] = {
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/jimfs/jimfs/1.1/
jimfs-1.1.jar 

Completed in 661 milliseconds

1 2 3 4 5 6 7 8