Home
last modified time | relevance | path

Searched refs:setId (Results 1 – 11 of 11) sorted by relevance

/system/timezone/input_tools/android/tzlookup_generator/src/test/java/com/android/libcore/timezone/tzlookup/
DTzLookupGeneratorTest.java361 .addTimeZoneMappingsBuilder().setId(INVALID_TIME_ZONE_ID).setUtcOffset("00:00"); in badTimeZoneMappingId()
459 .setId("Europe/London") in alternativeIds_shouldBeUsedToFillAltsSection()
649 .setId("Europe/London") in eachAlternativeTimeZoneShouldBeAttributedToSingleCountryOnly()
658 .setId("Europe/Paris") in eachAlternativeTimeZoneShouldBeAttributedToSingleCountryOnly()
687 .setId("Europe/London")) in idInMappingsShouldBeAttributedToSingleCountryOnly()
695 .setId("Europe/London")) in idInMappingsShouldBeAttributedToSingleCountryOnly()
723 .setId("Europe/London")) in idInMappingsShouldNotAppearInAlternativeNameIds()
731 .setId("Europe/Paris") in idInMappingsShouldNotAppearInAlternativeNameIds()
761 .setId("America/Argentina/Buenos_Aires") in shouldFail_whenIdAppearsInMultipleTimeZoneMappingWithinACountry()
766 .setId("America/Argentina/Cordoba") in shouldFail_whenIdAppearsInMultipleTimeZoneMappingWithinACountry()
[all …]
/system/vold/model/
DStubVolume.cpp38 setId(StringPrintf("stub:%llu", (unsigned long long)id)); in StubVolume()
DObbVolume.cpp43 setId(StringPrintf("obb:%d", id)); in ObbVolume()
DVolumeBase.h136 status_t setId(const std::string& id);
DEmulatedVolume.cpp49 setId(StringPrintf("emulated;%u", userId)); in EmulatedVolume()
60 setId(StringPrintf("emulated:%u,%u;%u", major(device), minor(device), userId)); in EmulatedVolume()
DPrivateVolume.cpp52 setId(StringPrintf("private:%u,%u", major(device), minor(device))); in PrivateVolume()
DVolumeBase.cpp107 status_t VolumeBase::setId(const std::string& id) { in setId() function in android::vold::VolumeBase
DPublicVolume.cpp51 setId(StringPrintf("public:%u,%u", major(device), minor(device))); in PublicVolume()
/system/logging/logcat/
Dlogcat.cpp622 const char* setId = nullptr; in Run() local
726 setId = (optarg && optarg[0]) ? optarg : nullptr; in Run()
924 if (setId != 0) { in Run()
926 error(EXIT_FAILURE, 0, "--id='%s' requires -f as well.", setId); in Run()
932 android::base::WriteStringToFile(setId, file_name, S_IRUSR | S_IWUSR, in Run()
934 if (!file_ok || !file.compare(setId)) setId = nullptr; in Run()
1001 if (clearLog || setId) { in Run()
/system/tools/xsdc/tests/resources/nested_type/api/
Dcurrent.txt11 method public void setId(byte);
/system/tools/xsdc/tests/resources/predefined_types/api/
Dcurrent.txt121 method public void setId(String);