HomeSort by relevance Sort by last modified time
    Searched refs:DEFAULT (Results 51 - 75 of 318) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/apache-http/src/org/apache/http/message/
BasicHeaderValueParser.java 66 * A default instance of this class, for use as default or fallback.
69 * The instance here provides non-customized, default behavior.
72 BasicHeaderValueParser DEFAULT = new BasicHeaderValueParser();
81 // public default constructor
88 * @param parser the parser to use, or <code>null</code> for default
103 parser = BasicHeaderValueParser.DEFAULT;
139 * @param parser the parser to use, or <code>null</code> for default
154 parser = BasicHeaderValueParser.DEFAULT;
204 * @param parser the parser to use, or <code>null</code> for default
    [all...]
BasicLineFormatter.java 68 * A default instance of this class, for use as default or fallback.
71 * The instance here provides non-customized, default behavior.
73 public final static BasicLineFormatter DEFAULT = new BasicLineFormatter();
77 // public default constructor
104 * {@link #DEFAULT default}
112 formatter = BasicLineFormatter.DEFAULT;
164 * {@link #DEFAULT default}
    [all...]
BufferedHeader.java 111 return BasicHeaderValueParser.DEFAULT
BasicLineParser.java 68 * A default instance of this class, for use as default or fallback.
71 * The instance here provides non-customized, default behavior.
73 public final static BasicLineParser DEFAULT = new BasicLineParser();
118 parser = BasicLineParser.DEFAULT;
283 parser = BasicLineParser.DEFAULT;
383 parser = BasicLineParser.DEFAULT;
474 parser = BasicLineParser.DEFAULT;
  /frameworks/base/media/java/android/media/
MediaRecorder.java 62 * Looper running (the main UI thread by default already has a Looper running).
96 * Default constructor.
153 /** Default audio source **/
154 public static final int DEFAULT = 0;
173 * {@link #DEFAULT} otherwise. */
178 * if available. It otherwise behaves like {@link #DEFAULT} if no voice processing
193 public static final int DEFAULT = 0;
209 public static final int DEFAULT = 0;
251 public static final int DEFAULT = 0;
273 public static final int DEFAULT = 0
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
GestureStrokeWithPreviewPoints.java 48 public static final GestureStrokePreviewParams DEFAULT = new GestureStrokePreviewParams();
67 (float)DEFAULT.mMinSamplingDistance);
71 ? DEFAULT.mMaxInterpolationAngularThreshold
75 (float)DEFAULT.mMaxInterpolationDistanceThreshold);
78 DEFAULT.mMaxInterpolationSegments);
  /cts/tests/tests/graphics/src/android/graphics/cts/
TypefaceTest.java 38 private static final String DEFAULT = (String)null;
46 * Create a typeface of the given style. If the default font does not support the style,
92 Typeface typeface = Typeface.create(DEFAULT, Typeface.NORMAL);
117 assertNotNull(Typeface.DEFAULT);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
ObjectInputStream2Test.java 78 assertEquals("super field A.s", A.DEFAULT, ((A) b).s);
124 public static final String DEFAULT = "aaa";
127 s = DEFAULT;
  /cts/tests/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityServiceInfoTest.java 89 assertEquals("DEFAULT", AccessibilityServiceInfo.flagToString(
90 AccessibilityServiceInfo.DEFAULT));
112 sentInfo.flags = AccessibilityServiceInfo.DEFAULT;
  /external/chromium/chrome/browser/prefs/
session_startup_pref.cc 31 default: return kPrefValueDefault;
40 default: return SessionStartupPref::DEFAULT;
133 SessionStartupPref::SessionStartupPref() : type(DEFAULT) {}
  /cts/tests/tests/accessibility/src/android/view/accessibility/cts/
AccessibilityServiceInfoTest.java 53 assertSame(AccessibilityServiceInfo.DEFAULT
  /external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/spec/
PSourceTest.java 39 * DEFAULT field, and that input p array is copied to protect against
50 assertEquals("The PSource.PSpecified DEFAULT value should be byte[0]",
51 0, PSource.PSpecified.DEFAULT.getValue().length);
  /external/apache-http/src/org/apache/http/impl/auth/
RFC2617Scheme.java 59 * Default constructor for RFC2617 compliant authetication schemes.
68 HeaderValueParser parser = BasicHeaderValueParser.DEFAULT;
  /external/apache-http/src/org/apache/http/impl/io/
AbstractMessageWriter.java 63 formatter : BasicLineFormatter.DEFAULT;
AbstractMessageParser.java 80 this.lineParser = (parser != null) ? parser : BasicLineParser.DEFAULT;
110 parser = BasicLineParser.DEFAULT;
  /external/chromium/chrome/browser/diagnostics/
diagnostics_main.cc 33 DEFAULT,
107 case DEFAULT:
109 default:
175 case DEFAULT:
177 default:
218 console_->SetColor(SimpleConsole::DEFAULT);
  /external/javassist/src/main/javassist/compiler/
TokenId.java 29 int DEFAULT = 310;
  /external/smack/src/org/jivesoftware/smackx/pubsub/
PubSubElementType.java 33 DEFAULT("default", PubSubNamespace.OWNER),
  /frameworks/base/services/tests/servicestests/src/com/android/server/updates/
CertPinInstallReceiverTest.java 140 byte[] derKey = Base64.decode(TEST_KEY.getBytes(), Base64.DEFAULT);
147 byte[] derCert = Base64.decode(TEST_CERT.getBytes(), Base64.DEFAULT);
167 String sig = new String(Base64.encode(signer.sign(), Base64.DEFAULT));
180 return signer.verify(Base64.decode(signature.getBytes(), Base64.DEFAULT));
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
PSourceTest.java 39 * DEFAULT field, and that input p array is copied to protect against
50 assertEquals("The PSource.PSpecified DEFAULT value should be byte[0]",
51 0, PSource.PSpecified.DEFAULT.getValue().length);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DefaultContactListAdapter.java 79 if (directoryId != Directory.DEFAULT && directoryId != Directory.LOCAL_INVISIBLE) {
116 if (directoryId == Directory.DEFAULT && isSectionHeaderDisplayEnabled()) {
120 // The "All accounts" filter is the same as the entire contents of Directory.DEFAULT
126 ContactsContract.DIRECTORY_PARAM_KEY, String.valueOf(Directory.DEFAULT));
142 if (directoryId != Directory.DEFAULT) {
  /cts/tests/tests/media/src/android/media/cts/
MediaRecorderTest.java 164 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT);
165 mMediaRecorder.setVideoEncoder(MediaRecorder.VideoEncoder.DEFAULT);
208 mMediaRecorder.setAudioSource(MediaRecorder.AudioSource.DEFAULT);
209 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT);
210 mMediaRecorder.setVideoEncoder(MediaRecorder.VideoEncoder.DEFAULT);
211 mMediaRecorder.setAudioEncoder(MediaRecorder.AudioEncoder.DEFAULT);
293 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT);
295 mMediaRecorder.setVideoEncoder(MediaRecorder.VideoEncoder.DEFAULT);
337 assertTrue(MediaRecorder.AudioSource.DEFAULT <= max);
454 mMediaRecorder.setAudioSource(MediaRecorder.AudioSource.DEFAULT);
    [all...]
  /external/webkit/Source/WebCore/bindings/scripts/test/V8/
V8TestObj.cpp     [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/rsa/
CipherSpi.java 210 initFromSpec(new OAEPParameterSpec("MD5", "MGF1", new MGF1ParameterSpec("MD5"), PSource.PSpecified.DEFAULT));
214 initFromSpec(OAEPParameterSpec.DEFAULT);
218 initFromSpec(OAEPParameterSpec.DEFAULT);
223 // initFromSpec(new OAEPParameterSpec("SHA-224", "MGF1", new MGF1ParameterSpec("SHA-224"), PSource.PSpecified.DEFAULT));
228 initFromSpec(new OAEPParameterSpec("SHA-256", "MGF1", MGF1ParameterSpec.SHA256, PSource.PSpecified.DEFAULT));
232 initFromSpec(new OAEPParameterSpec("SHA-384", "MGF1", MGF1ParameterSpec.SHA384, PSource.PSpecified.DEFAULT));
236 initFromSpec(new OAEPParameterSpec("SHA-512", "MGF1", MGF1ParameterSpec.SHA512, PSource.PSpecified.DEFAULT));
343 default:
581 // super(OAEPParameterSpec.DEFAULT);
  /external/libvpx/libvpx/build/make/
Makefile 16 .DEFAULT:
20 all: .DEFAULT
21 clean:: .DEFAULT
22 install:: .DEFAULT
23 test:: .DEFAULT
24 testdata:: .DEFAULT

Completed in 1804 milliseconds

1 23 4 5 6 7 8 91011>>