Home
last modified time | relevance | path

Searched refs:UNSPECIFIED (Results 1 – 25 of 31) sorted by relevance

12

/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DViewMeasureSpecTest.java18 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/
Dmodel_type.cc72 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()
Dmodel_type.h35 UNSPECIFIED, enumerator
Dmodel_type_unittest.cc39 ModelTypeToValue(UNSPECIFIED)); in TEST_F()
Dsyncable.cc678 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()
Ddirectory_backing_store.cc619 if (type != UNSPECIFIED && type != TOP_LEVEL_FOLDER) { in LoadInfo()
726 return syncable::UNSPECIFIED; in ModelIdToModelTypeEnum()
1053 if (type != UNSPECIFIED) { in MigrateVersion74To75()
Dsyncable_unittest.cc1294 case UNSPECIFIED: in TEST_F()
/external/chromium/chrome/browser/sync/
Dprofile_sync_factory_impl_unittest.cc63 if (exception_type != syncable::UNSPECIFIED && exception_type == *iter) in CheckDefaultDatatypesInMapExcept()
98 CheckDefaultDatatypesInMapExcept(&controller_states, syncable::UNSPECIFIED); in TEST_F()
Dprofile_sync_service_harness.cc93 : waiting_for_encryption_type_(syncable::UNSPECIFIED), in ProfileSyncServiceHarness()
Dprofile_sync_service_autofill_unittest.cc135 return syncable::UNSPECIFIED; in GetModelType()
/external/tcpdump/
Dntp.h124 #define UNSPECIFIED 0 macro
Dprint-ntp.c131 case UNSPECIFIED: in ntp_print()
/external/chromium/chrome/browser/sync/engine/
Dmodel_safe_worker.cc16 if (type != syncable::UNSPECIFIED && type != syncable::TOP_LEVEL_FOLDER) in GetGroupForModelType()
Dstore_timestamps_command.cc40 if (model == syncable::UNSPECIFIED || model == syncable::TOP_LEVEL_FOLDER) { in ExecuteImpl()
Dmock_model_safe_workers.cc30 for (int i = syncable::UNSPECIFIED ; i < syncable::MODEL_TYPE_COUNT; ++i) { in PassiveForTypes()
Dupdate_applicator.cc104 type != syncable::UNSPECIFIED && in SkipUpdate()
Dverify_updates_command.cc103 : same_id.good() ? same_id.GetModelType() : syncable::UNSPECIFIED; in VerifyUpdate()
Dsyncapi.cc254 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()
Dbuild_commit_command.cc26 using syncable::UNSPECIFIED;
Dsyncer_util.cc429 DCHECK(update.GetModelType() != syncable::UNSPECIFIED) in UpdateServerFieldsFromUpdate()
718 if (model_type == syncable::UNSPECIFIED) { in VerifyUpdateConsistency()
Dsyncapi_unittest.cc423 } else if (expected_model_type == syncable::UNSPECIFIED) { in CheckNodeValue()
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowViewMeasureSpec.java41 if (mode == View.MeasureSpec.UNSPECIFIED) in toString()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
DCRLReason.java34 public static final int UNSPECIFIED = 0; field in CRLReason
/external/chromium/chrome/browser/sync/notifier/
Dregistration_manager.cc20 : model_type(syncable::UNSPECIFIED), in RegistrationStatus()
27 DCHECK_NE(model_type, syncable::UNSPECIFIED); in DoRegister()
Dregistration_manager_unittest.cc25 syncable::ModelType model_type = syncable::UNSPECIFIED; in ObjectIdToModelType()

12