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

/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/compile/
H A DPseudolocaleGenerator.cpp191 ConfigDescription modified = base; local
194 modified.language[0] = 'e';
195 modified.language[1] = 'n';
196 modified.country[0] = 'X';
197 modified.country[1] = 'A';
201 modified.language[0] = 'a';
202 modified.language[1] = 'r';
203 modified.country[0] = 'X';
204 modified.country[1] = 'B';
209 return modified;
[all...]
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DBordeauxSessionManager.java44 boolean modified = false; field in class:BordeauxSessionManager.Session
94 session.modified = true;
145 // Save the session if it's modified.
146 if (session.getValue().modified) {
164 session.modified = false;
/frameworks/av/media/mtp/
H A DMtpDevice.cpp479 char created[100], modified[100]; local
481 formatDateTime(info->mDateModified, modified, sizeof(modified));
484 mData.putString(modified);
/frameworks/base/media/java/android/mtp/
H A DMtpDatabase.java83 // true if the database has been modified in the current MTP session
331 int storageId, long size, long modified) {
366 values.put(Files.FileColumns.DATE_MODIFIED, modified);
330 beginSendObject(String path, int format, int parent, int storageId, long size, long modified) argument
/frameworks/native/services/surfaceflinger/
H A DLayer.h120 bool modified; member in struct:android::Layer::State
596 bool mUpdateTexImageFailed; // This is only modified from the main thread
/frameworks/base/media/jni/
H A Dandroid_mtp_MtpDatabase.cpp113 time_t modified);
238 time_t modified) {
243 (jlong)size, (jlong)modified);
233 beginSendObject(const char* path, MtpObjectFormat format, MtpObjectHandle parent, MtpStorageID storage, uint64_t size, time_t modified) argument
/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 639 milliseconds