Searched defs:modified (Results 1 - 9 of 9) sorted by relevance

/frameworks/native/cmds/installd/
H A DCacheItem.h52 time_t modified; member in class:android::installd::CacheItem
H A Dutils.cpp871 auto modified = path; local
872 modified.replace(0, end + 1, android_data_dir);
873 return validate_apk_path_internal(modified, maxSubdirs);
/frameworks/native/libs/ui/tests/
H A DRegion_test.cpp49 Region modified = Region::createTJunctionFreeRegion(original); local
50 verifyNoTJunctions(modified);
52 EXPECT_EQ(modified.end() - modified.begin(), expectedCount);
54 EXPECT_TRUE((original ^ modified).isEmpty());
/frameworks/base/tools/aapt2/optimize/
H A DVersionCollapser.cpp117 bool modified = false; local
129 modified = true;
133 if (modified) {
134 // We've modified the keys (ConfigDescription) by changing the sdkVersion to 0. We MUST re-sort
/frameworks/base/tools/aapt2/compile/
H A DPseudolocaleGenerator.cpp292 ConfigDescription modified = base; local
295 modified.language[0] = 'e';
296 modified.language[1] = 'n';
297 modified.country[0] = 'X';
298 modified.country[1] = 'A';
302 modified.language[0] = 'a';
303 modified.language[1] = 'r';
304 modified.country[0] = 'X';
305 modified.country[1] = 'B';
310 return modified;
[all...]
/frameworks/base/core/java/android/hardware/radio/
H A DProgramList.java60 * Called when item was modified or added to the list.
332 * @return the list of accepted identifier types, must not be modified
346 * @return the list of accepted identifiers, must not be modified
363 * If true, 'modified' vector of ProgramListChunk must contain list
384 @Nullable Set<RadioManager.ProgramInfo> modified,
388 mModified = (modified != null) ? modified : Collections.emptySet();
383 Chunk(boolean purge, boolean complete, @Nullable Set<RadioManager.ProgramInfo> modified, @Nullable Set<ProgramSelector.Identifier> removed) argument
/frameworks/av/media/mtp/
H A DMtpDevice.cpp494 char created[100], modified[100]; local
496 formatDateTime(info->mDateModified, modified, sizeof(modified));
499 mData.putString(modified);
/frameworks/native/services/surfaceflinger/
H A DLayer.h191 bool modified; member in struct:android::Layer::State
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 130 milliseconds