HomeSort by relevance Sort by last modified time
    Searched refs:DEFAULT (Results 176 - 200 of 622) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/owasp/sanitizer/src/tests/org/owasp/html/
StylingPolicyTest.java 295 StylingPolicy stylingPolicy = new StylingPolicy(CssSchema.DEFAULT);
  /frameworks/av/include/drm/
drm_framework_common.h 158 * Constant field signifies that the default action
160 static const int DEFAULT = 0x00;
  /frameworks/base/graphics/tests/graphicstests/src/android/graphics/
TypefaceTest.java 41 assertTrue("basic", Typeface.DEFAULT != null);
  /frameworks/base/services/core/java/com/android/server/
LockSettingsStorage.java 62 private static final Object DEFAULT = new Object();
107 Object result = DEFAULT;
119 return result == DEFAULT ? defaultValue : (String) result;
395 return cached == DEFAULT ? defaultValue : (String) cached;
  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
BerInputStream.java 104 * Allocates initial buffer of default size
367 default:
548 // sets default value
549 if (sequence.DEFAULT[i] != null) {
550 values[i] = sequence.DEFAULT[i];
562 if (sequence.DEFAULT[i] != null) {
563 values[i] = sequence.DEFAULT[i];
  /packages/apps/Camera2/src/com/android/camera/drawable/
TextDrawable.java 66 mPaint.setTypeface(Typeface.DEFAULT);
  /packages/apps/Contacts/src/com/android/contacts/
GroupMemberLoader.java 108 String.valueOf(Directory.DEFAULT)).build();
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
StateView.java 38 public static int DEFAULT = 0;
47 private int mType = DEFAULT;
49 private String mText = "Default";
72 this(context, DEFAULT);
153 if (mType == DEFAULT || mType == END) {
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnEvent.java 138 /** Default (use both of the letterConverter and the {@link WnnEngine}) */
139 public static final int DEFAULT = 0;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/io/
IFileWrapper.java 51 StreamException.Error error = StreamException.Error.DEFAULT;
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
V8TestInterface.cpp     [all...]
V8TestException.cpp 78 {"readonlyUnsignedShortAttribute", TestExceptionV8Internal::readonlyUnsignedShortAttributeAttributeGetterCallback, 0, 0, 0, 0, static_cast<v8::AccessControl>(v8::DEFAULT), static_cast<v8::PropertyAttribute>(v8::None), V8DOMConfiguration::ExposedToAllScripts, V8DOMConfiguration::OnInstance},
79 {"readonlyStringAttribute", TestExceptionV8Internal::readonlyStringAttributeAttributeGetterCallback, 0, 0, 0, 0, static_cast<v8::AccessControl>(v8::DEFAULT), static_cast<v8::PropertyAttribute>(v8::None), V8DOMConfiguration::ExposedToAllScripts, V8DOMConfiguration::OnInstance},
  /cts/tests/tests/media/src/android/media/cts/
AudioRecordTest.java 62 mAudioRecord = new AudioRecord(MediaRecorder.AudioSource.DEFAULT, mHz,
100 assertEquals(MediaRecorder.AudioSource.DEFAULT, mAudioRecord.getAudioSource());
  /developers/build/prebuilts/gradle/BasicAndroidKeyStore/Application/src/main/java/com/example/android/basicandroidkeystore/
BasicAndroidKeyStoreFragment.java 251 String result = Base64.encodeToString(signature, Base64.DEFAULT);
282 signature = Base64.decode(signatureStr, Base64.DEFAULT);
  /developers/samples/android/security/keystore/BasicAndroidKeyStore/Application/src/main/java/com/example/android/basicandroidkeystore/
BasicAndroidKeyStoreFragment.java 251 String result = Base64.encodeToString(signature, Base64.DEFAULT);
282 signature = Base64.decode(signatureStr, Base64.DEFAULT);
  /development/samples/browseable/BasicAndroidKeyStore/src/com.example.android.basicandroidkeystore/
BasicAndroidKeyStoreFragment.java 251 String result = Base64.encodeToString(signature, Base64.DEFAULT);
282 signature = Base64.decode(signatureStr, Base64.DEFAULT);
  /external/chromium_org/chrome/browser/prefs/
session_startup_pref_unittest.cc 35 // On ChromeOS, the default SessionStartupPref is LAST.
89 // (so that, in effect, the default value "Open the homepage" was selected),
115 // (so that, in effect, the default value "Open the homepage" was selected),
134 EXPECT_EQ(SessionStartupPref::DEFAULT, pref.type);
182 EXPECT_EQ(SessionStartupPref::DEFAULT, pref.type);
  /external/chromium_org/sync/android/java/src/org/chromium/sync/notifier/
InvalidationPreferences.java 171 return Base64.decode(base64State, Base64.DEFAULT);
177 Base64.encodeToString(state, Base64.DEFAULT));
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glsl_parser.h 56 DEFAULT = 274,
257 #define DEFAULT 274
  /external/easymock/src/org/easymock/internal/
MocksControl.java 33 NICE, DEFAULT, STRICT
86 type = MockType.DEFAULT;
  /frameworks/base/core/java/android/text/
AutoText.java 54 private static final int DEFAULT = 14337; // Size of the Trie 13 Aug 2007
165 mTrie = new char[DEFAULT];
  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
VolumeUI.java 49 private static final int DEFAULT = 1; // enabled by default
94 if (Settings.Global.getInt(mContext.getContentResolver(), SETTING, DEFAULT) != 0) {
212 // TODO stash default session in case the slider can be opened other
  /frameworks/base/services/core/java/com/android/server/updates/
ConfigUpdateInstallReceiver.java 123 byte[] derCert = Base64.decode(cert.getBytes(), Base64.DEFAULT);
226 return signer.verify(Base64.decode(signature.getBytes(), Base64.DEFAULT));
  /packages/apps/Contacts/src/com/android/contacts/list/
JoinContactListAdapter.java 94 ContactsContract.DIRECTORY_PARAM_KEY, String.valueOf(Directory.DEFAULT))
99 ContactsContract.DIRECTORY_PARAM_KEY, String.valueOf(Directory.DEFAULT))
128 // Don't change default partition parameters from these defaults
  /packages/apps/Launcher3/src/com/android/launcher3/
ShortcutInfo.java 36 public static final int DEFAULT = 0;
46 * be present along with {@link #FLAG_RESTORED_ICON}, and is set during default layout
74 * Indicates whether we're using the default fallback icon instead of something from the
104 int isDisabled = DEFAULT;

Completed in 2505 milliseconds

1 2 3 4 5 6 78 91011>>