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

1 2 3 4

  /frameworks/base/core/java/android/content/res/
TypedArray.java 141 if (type == TypedValue.TYPE_NULL) {
173 if (type == TypedValue.TYPE_NULL) {
245 if (type == TypedValue.TYPE_NULL) {
278 if (type == TypedValue.TYPE_NULL) {
312 if (type == TypedValue.TYPE_NULL) {
345 if (type == TypedValue.TYPE_NULL) {
387 if (type == TypedValue.TYPE_NULL) {
449 if (type == TypedValue.TYPE_NULL) {
486 if (type == TypedValue.TYPE_NULL) {
524 if (type == TypedValue.TYPE_NULL) {
    [all...]
  /external/chromium_org/base/prefs/
pref_registry.cc 46 DCHECK(orig_type != base::Value::TYPE_NULL &&
  /frameworks/base/core/java/android/text/
InputType.java 77 public static final int TYPE_NULL = 0x00000000;
  /frameworks/base/core/java/android/view/animation/
ScaleAnimation.java 38 private int mFromXType = TypedValue.TYPE_NULL;
39 private int mToXType = TypedValue.TYPE_NULL;
40 private int mFromYType = TypedValue.TYPE_NULL;
41 private int mToYType = TypedValue.TYPE_NULL;
  /external/jmdns/src/javax/jmdns/impl/constants/
DNSRecordType.java 57 TYPE_NULL("null", 10),
  /external/chromium_org/chrome/browser/prefs/
pref_model_associator.cc 131 if (new_value->IsType(base::Value::TYPE_NULL)) {
188 } else if (!sync_value->IsType(base::Value::TYPE_NULL)) {
339 if (value.IsType(base::Value::TYPE_NULL)) {
365 if (from_value.GetType() == base::Value::TYPE_NULL)
367 if (to_value.GetType() == base::Value::TYPE_NULL)
389 if (from_value.GetType() == base::Value::TYPE_NULL)
391 if (to_value.GetType() == base::Value::TYPE_NULL)
  /external/chromium_org/components/dom_distiller/core/
distiller_page.cc 79 bool found_content = !value->IsType(base::Value::TYPE_NULL);
  /external/chromium_org/ppapi/shared_impl/private/
ppb_x509_certificate_private_shared.cc 42 case base::Value::TYPE_NULL:
  /external/chromium_org/tools/json_schema_compiler/
util.cc 75 case base::Value::TYPE_NULL:
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
TypedValueTest.java 34 String nullString = TypedValue.coerceToString(TypedValue.TYPE_NULL, 0);
  /frameworks/base/core/java/android/util/
TypedValue.java 25 public static final int TYPE_NULL = 0x00;
433 case TYPE_NULL:
  /frameworks/base/tools/aapt/
XMLNode.h 77 value.dataType = Res_value::TYPE_NULL;
82 || value.dataType == Res_value::TYPE_NULL
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
InputAttributes.java 67 } else if (InputType.TYPE_NULL == inputType) {
68 // TODO: We should honor TYPE_NULL specification.
69 Log.i(TAG, "InputType.TYPE_NULL is specified");
134 return InputType.TYPE_NULL == mInputType;
  /frameworks/base/core/jni/
android_util_AssetManager.cpp     [all...]
  /external/chromium_org/base/json/
json_writer.cc 55 case Value::TYPE_NULL: {
json_value_serializer_unittest.cc 180 ASSERT_TRUE(null_value->IsType(Value::TYPE_NULL));
402 ASSERT_TRUE(null_value->IsType(Value::TYPE_NULL));
json_reader_unittest.cc 25 EXPECT_TRUE(root->IsType(Value::TYPE_NULL));
39 EXPECT_TRUE(root->IsType(Value::TYPE_NULL));
333 EXPECT_TRUE(null_val->IsType(Value::TYPE_NULL));
525 EXPECT_TRUE(root->IsType(Value::TYPE_NULL));
  /frameworks/base/core/java/android/view/inputmethod/
EditorInfo.java 41 public int inputType = TYPE_NULL;
  /external/chromium_org/chrome/browser/safe_browsing/
preference_validation_delegate_unittest.cc 118 case Value::TYPE_NULL:
166 std::tr1::make_tuple(base::Value::TYPE_NULL, "null"),
  /external/chromium_org/extensions/browser/api/storage/
storage_api.cc 184 case base::Value::TYPE_NULL:
229 case base::Value::TYPE_NULL:
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
AppRestrictionsManager.java 199 case RestrictionEntry.TYPE_NULL:
356 case RestrictionEntry.TYPE_NULL:
  /cts/tests/tests/util/src/android/util/cts/
TypedValueTest.java 166 assertNull(TypedValue.coerceToString(TypedValue.TYPE_NULL, 10));
  /external/chromium_org/base/
values.cc 89 return new Value(TYPE_NULL);
160 DCHECK(IsType(TYPE_NULL));
167 DCHECK(IsType(TYPE_NULL));
168 return other->IsType(TYPE_NULL);
  /external/chromium_org/chrome/test/chromedriver/chrome/
web_view_impl_unittest.cc 144 ASSERT_TRUE(result && result->IsType(base::Value::TYPE_NULL));
  /external/chromium_org/components/json_schema/
json_schema_validator.cc 250 case base::Value::TYPE_NULL:
343 case base::Value::TYPE_NULL:
553 case base::Value::TYPE_NULL:
714 if (item_value && item_value->GetType() != base::Value::TYPE_NULL) {

Completed in 1005 milliseconds

1 2 3 4