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

1 2 3 4 5 6 7 8 9

  /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/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...]
  /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/mockito/src/main/java/org/mockito/internal/creation/
MockSettingsImpl.java 35 return serializable(SerializableMode.BASIC);
  /external/mockito/src/test/java/org/mockito/internal/creation/bytebuddy/
TypeCachingMockBytecodeGeneratorTest.java 110 SerializableMode.BASIC
AbstractByteBuddyMockMakerTest.java 93 SerializableClass proxy = mockMaker.createMock(serializableSettingsFor(SerializableClass.class, SerializableMode.BASIC), dummyH());
InlineByteBuddyMockMakerTest.java 119 .setSerializableMode(SerializableMode.BASIC);
  /external/okhttp/okhttp-logging-interceptor/src/test/java/com/squareup/okhttp/logging/
HttpLoggingInterceptorTest.java 108 setLevel(Level.BASIC);
125 setLevel(Level.BASIC);
142 setLevel(Level.BASIC);
  /external/okhttp/okhttp-logging-interceptor/src/main/java/com/squareup/okhttp/logging/
HttpLoggingInterceptor.java 60 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 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...]
  /external/icu/icu4c/source/test/intltest/
srchtest.cpp 817 while (BASIC[count].text != NULL) {
819 if (!assertEqual(&BASIC[count])) {
835 while (BASIC[count].text != NULL) {
836 if (!assertEqual(&BASIC[count])) {
    [all...]
  /external/icu/icu4c/source/test/cintltst/
usrchtst.c 659 while (BASIC[count].text != NULL) {
660 if (!assertEqual(BASIC[count])) {
682 while (BASIC[count].text != NULL) {
683 if (!assertEqual(BASIC[count])) {
    [all...]

Completed in 1156 milliseconds

1 2 3 4 5 6 7 8 9