/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | ViewMeasureSpecTest.java | 18 assertEquals(View.MeasureSpec.UNSPECIFIED, in testMode() 19 MeasureSpec.getMode(MeasureSpec.makeMeasureSpec(512, View.MeasureSpec.UNSPECIFIED))); in testMode() 29 MeasureSpec.getSize(MeasureSpec.makeMeasureSpec(512, View.MeasureSpec.UNSPECIFIED))); in testSize() 39 MeasureSpec.toString(MeasureSpec.makeMeasureSpec(512, View.MeasureSpec.UNSPECIFIED))); in testToString()
|
/external/chromium/chrome/browser/sync/syncable/ |
D | model_type.cc | 72 return UNSPECIFIED; in GetModelTypeFromExtensionFieldNumber() 126 return UNSPECIFIED; in GetModelType() 133 if (specifics_type != UNSPECIFIED) in GetModelType() 147 return UNSPECIFIED; in GetModelType() 184 return UNSPECIFIED; in GetModelTypeFromSpecifics() 223 } else if (model_type == syncable::UNSPECIFIED) { in ModelTypeToValue() 267 return UNSPECIFIED; in ModelTypeFromString() 498 *model_type = UNSPECIFIED; in NotificationTypeToRealModelType()
|
D | model_type.h | 35 UNSPECIFIED, enumerator
|
D | model_type_unittest.cc | 39 ModelTypeToValue(UNSPECIFIED)); in TEST_F()
|
D | syncable.cc | 678 if (types.count(UNSPECIFIED) != 0U || types.count(TOP_LEVEL_FOLDER) != 0U) { in PurgeEntriesWithTypeIn() 1310 if (specifics_type != UNSPECIFIED) in GetServerModelType() 1322 return UNSPECIFIED; in GetServerModelType() 1327 if (specifics_type != UNSPECIFIED) in GetServerModelTypeHelper() 1336 return UNSPECIFIED; in GetServerModelTypeHelper() 1341 if (specifics_type != UNSPECIFIED) in GetModelType() 1350 return UNSPECIFIED; in GetModelType()
|
D | directory_backing_store.cc | 619 if (type != UNSPECIFIED && type != TOP_LEVEL_FOLDER) { in LoadInfo() 726 return syncable::UNSPECIFIED; in ModelIdToModelTypeEnum() 1053 if (type != UNSPECIFIED) { in MigrateVersion74To75()
|
D | syncable_unittest.cc | 1294 case UNSPECIFIED: in TEST_F()
|
/external/chromium/chrome/browser/sync/ |
D | profile_sync_factory_impl_unittest.cc | 63 if (exception_type != syncable::UNSPECIFIED && exception_type == *iter) in CheckDefaultDatatypesInMapExcept() 98 CheckDefaultDatatypesInMapExcept(&controller_states, syncable::UNSPECIFIED); in TEST_F()
|
D | profile_sync_service_harness.cc | 93 : waiting_for_encryption_type_(syncable::UNSPECIFIED), in ProfileSyncServiceHarness()
|
D | profile_sync_service_autofill_unittest.cc | 135 return syncable::UNSPECIFIED; in GetModelType()
|
/external/tcpdump/ |
D | ntp.h | 124 #define UNSPECIFIED 0 macro
|
D | print-ntp.c | 131 case UNSPECIFIED: in ntp_print()
|
/external/chromium/chrome/browser/sync/engine/ |
D | model_safe_worker.cc | 16 if (type != syncable::UNSPECIFIED && type != syncable::TOP_LEVEL_FOLDER) in GetGroupForModelType()
|
D | store_timestamps_command.cc | 40 if (model == syncable::UNSPECIFIED || model == syncable::TOP_LEVEL_FOLDER) { in ExecuteImpl()
|
D | mock_model_safe_workers.cc | 30 for (int i = syncable::UNSPECIFIED ; i < syncable::MODEL_TYPE_COUNT; ++i) { in PassiveForTypes()
|
D | update_applicator.cc | 104 type != syncable::UNSPECIFIED && in SkipUpdate()
|
D | verify_updates_command.cc | 103 : same_id.good() ? same_id.GetModelType() : syncable::UNSPECIFIED; in VerifyUpdate()
|
D | syncapi.cc | 254 syncable::UNSPECIFIED); in GetUnencryptedSpecifics() 258 syncable::UNSPECIFIED); in GetUnencryptedSpecifics() 436 DCHECK_NE(type, syncable::UNSPECIFIED); in EncryptIfNecessary() 748 GetModelType() == syncable::UNSPECIFIED); // Immutable once set. in PutModelType() 964 LOG_IF(WARNING, model_type == syncable::UNSPECIFIED || in InitByIdLookup() 1003 LOG_IF(WARNING, model_type == syncable::UNSPECIFIED || in InitByTagLookup() 1439 if (model_type == syncable::UNSPECIFIED || in VisiblePropertiesDiffer() 2353 model_type == syncable::UNSPECIFIED) { in HandleCalculateChangesChangeEventFromSyncApi() 2429 if (type == syncable::TOP_LEVEL_FOLDER || type == syncable::UNSPECIFIED) in HandleCalculateChangesChangeEventFromSyncer()
|
D | build_commit_command.cc | 26 using syncable::UNSPECIFIED;
|
D | syncer_util.cc | 429 DCHECK(update.GetModelType() != syncable::UNSPECIFIED) in UpdateServerFieldsFromUpdate() 718 if (model_type == syncable::UNSPECIFIED) { in VerifyUpdateConsistency()
|
D | syncapi_unittest.cc | 423 } else if (expected_model_type == syncable::UNSPECIFIED) { in CheckNodeValue()
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowViewMeasureSpec.java | 41 if (mode == View.MeasureSpec.UNSPECIFIED) in toString()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
D | CRLReason.java | 34 public static final int UNSPECIFIED = 0; field in CRLReason
|
/external/chromium/chrome/browser/sync/notifier/ |
D | registration_manager.cc | 20 : model_type(syncable::UNSPECIFIED), in RegistrationStatus() 27 DCHECK_NE(model_type, syncable::UNSPECIFIED); in DoRegister()
|
D | registration_manager_unittest.cc | 25 syncable::ModelType model_type = syncable::UNSPECIFIED; in ObjectIdToModelType()
|