HomeSort by relevance Sort by last modified time
    Searched defs:BASIC (Results 1 - 25 of 192) 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";
  /external/mockito/src/main/java/org/mockito/mock/
SerializableMode.java 21 * Basic serializable mode for mock objects. Introduced in Mockito 1.8.1.
23 BASIC,
  /external/curl/
buildconf.bat 207 set BASIC=1
232 set BASIC=0
255 if "%BASIC%" == "1" (
275 set BASIC=
  /external/okhttp/okhttp-logging-interceptor/src/main/java/com/squareup/okhttp/logging/
HttpLoggingInterceptor.java 60 BASIC,
  /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,
  /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/icu/icu4c/source/test/cintltst/
usrchdat.c 46 static const SearchData BASIC[] = {
    [all...]
  /developers/build/prebuilts/gradle/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
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/
NotificationPresets.java 42 public static final NotificationPreset BASIC = new BasicNotificationPreset();
56 BASIC,
  /development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
NotificationPresets.java 42 public static final NotificationPreset BASIC = new BasicNotificationPreset();
56 BASIC,
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/search/
SearchTest.java 87 static SearchData[] BASIC = {
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/search/
SearchTest.java 86 static SearchData[] BASIC = {
    [all...]
  /prebuilts/sdk/org.apache.http.legacy/
org.apache.http.legacy.jar 
  /prebuilts/devtools/tools/lib/
jimfs-1.1.jar 
  /prebuilts/tools/common/m2/repository/com/github/marschall/memoryfilesystem/0.6.4/
memoryfilesystem-0.6.4.jar 
  /prebuilts/tools/common/m2/repository/com/google/jimfs/jimfs/1.1/
jimfs-1.1.jar 
  /prebuilts/tools/common/offline-m2/com/google/jimfs/jimfs/1.1/
jimfs-1.1.jar 
  /external/robolectric/v1/lib/main/
httpclient-4.0.3.jar 
  /prebuilts/misc/common/robolectric/lib/
httpclient-4.0.3.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.0.1/
httpclient-4.0.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.0.3/
httpclient-4.0.3.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.3.2/
httpclient-4.3.2.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.5.2/
httpclient-4.5.2.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.httpclient_3.1.0.v201005080502.jar 

Completed in 1435 milliseconds

1 2 3 4 5 6 7 8