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

1 2 3 4 5

  /external/chromium/chrome/browser/prefs/
default_pref_store.cc 19 : Value::TYPE_NULL;
  /frameworks/base/core/java/android/content/res/
TypedArray.java 94 if (type == TypedValue.TYPE_NULL) {
122 if (type == TypedValue.TYPE_NULL) {
186 if (type == TypedValue.TYPE_NULL) {
215 if (type == TypedValue.TYPE_NULL) {
245 if (type == TypedValue.TYPE_NULL) {
274 if (type == TypedValue.TYPE_NULL) {
312 if (type == TypedValue.TYPE_NULL) {
361 if (type == TypedValue.TYPE_NULL) {
392 if (type == TypedValue.TYPE_NULL) {
424 if (type == TypedValue.TYPE_NULL) {
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_function.cc 75 return args_->Get(index, &value) && !value->IsType(Value::TYPE_NULL);
execute_code_in_tab_function.cc 64 if (tab_value->IsType(Value::TYPE_NULL)) {
  /external/chromium_org/base/prefs/
pref_registry.cc 53 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/chromium/chrome/browser/sync/glue/
preference_model_associator.cc 76 if (new_value->IsType(Value::TYPE_NULL)) {
261 if (from_value.GetType() == Value::TYPE_NULL)
263 if (to_value.GetType() == Value::TYPE_NULL)
283 if (from_value.GetType() == Value::TYPE_NULL)
285 if (to_value.GetType() == Value::TYPE_NULL)
  /external/jmdns/src/javax/jmdns/impl/constants/
DNSRecordType.java 57 TYPE_NULL("null", 10),
  /external/qemu/
thunk.h 28 TYPE_NULL,
  /external/chromium_org/chrome/browser/prefs/
pref_model_associator.cc 99 if (new_value->IsType(Value::TYPE_NULL)) {
123 } else if (!sync_value->IsType(Value::TYPE_NULL)) {
245 if (value.IsType(Value::TYPE_NULL)) {
271 if (from_value.GetType() == Value::TYPE_NULL)
273 if (to_value.GetType() == Value::TYPE_NULL)
293 if (from_value.GetType() == Value::TYPE_NULL)
295 if (to_value.GetType() == Value::TYPE_NULL)
  /external/chromium_org/chrome/test/webdriver/commands/
command.cc 46 value->IsType(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 Value::TYPE_NULL:
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
TypedValueTest.java 34 String nullString = TypedValue.coerceToString(TypedValue.TYPE_NULL, 0);
  /external/chromium_org/chrome/browser/extensions/api/storage/
storage_api.cc 171 case base::Value::TYPE_NULL:
214 case base::Value::TYPE_NULL:
  /external/chromium_org/chrome/common/policy/
policy_schema.cc 67 { json_schema_constants::kNull, base::Value::TYPE_NULL },
89 base::Value::Type type = base::Value::TYPE_NULL;
policy_schema_unittest.cc 138 EXPECT_EQ(base::Value::TYPE_NULL, sub->type());
  /frameworks/base/core/java/android/util/
TypedValue.java 25 public static final int TYPE_NULL = 0x00;
437 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 49 } else if (InputType.TYPE_NULL == inputType) {
50 // TODO: We should honor TYPE_NULL specification.
51 Log.i(TAG, "InputType.TYPE_NULL is specified");
107 return InputType.TYPE_NULL == mInputType;
  /frameworks/base/core/jni/
android_util_AssetManager.cpp 956 value.dataType = Res_value::TYPE_NULL;
1004 value.dataType = Res_value::TYPE_NULL;
    [all...]
  /external/chromium/base/json/
json_writer.cc 56 case Value::TYPE_NULL:
  /external/chromium_org/base/json/
json_writer.cc 66 case Value::TYPE_NULL:
  /external/chromium_org/net/test/spawned_test_server/
local_test_server.cc 28 case base::Value::TYPE_NULL:

Completed in 1132 milliseconds

1 2 3 4 5