Home
last modified time | relevance | path

Searched refs:modified (Results 1 – 25 of 150) sorted by relevance

123456

/frameworks/native/libs/ui/tests/
DRegion_test.cpp49 Region modified = Region::createTJunctionFreeRegion(original); in checkTJunctionFreeFromRegion() local
50 verifyNoTJunctions(modified); in checkTJunctionFreeFromRegion()
52 EXPECT_EQ(modified.end() - modified.begin(), expectedCount); in checkTJunctionFreeFromRegion()
54 EXPECT_TRUE((original ^ modified).isEmpty()); in checkTJunctionFreeFromRegion()
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
DBordeauxSessionManager.java44 boolean modified = false; field in BordeauxSessionManager.Session
94 session.modified = true; in modelChanged()
146 if (session.getValue().modified) { in saveSessions()
164 session.modified = false; in saveSession()
/frameworks/av/media/mtp/
DMtpDatabase.h38 time_t modified) = 0;
DMtpDevice.cpp443 char created[100], modified[100]; in sendObjectInfo() local
445 formatDateTime(info->mDateModified, modified, sizeof(modified)); in sendObjectInfo()
448 mData.putString(modified); in sendObjectInfo()
DMtpServer.cpp924 MtpStringBuffer name, created, modified; in doSendObjectInfo() local
927 if (!mData.getString(modified)) return MTP_RESPONSE_INVALID_PARAMETER; // date modified in doSendObjectInfo()
932 if (!parseDateTime(modified, modifiedTime)) in doSendObjectInfo()
/frameworks/base/docs/html/
Dlicense.jd89 Proper attribution is required when you reuse or create modified
124 If your online work shows <em>modified</em> text or images based on
138 the content has been modified.
Dlegal.jd36 style="margin:0;padding:0;vertical-align:baseline" /> can be used, reproduced, and modified freely
/frameworks/native/opengl/tests/angeles/
Dlicense-LGPL.txt54 modified by someone else and passed on, the recipients should know
107 that program using a modified version of the Library.
167 a) The modified work must itself be a software library.
169 b) You must cause the files modified to carry prominent notices
175 d) If a facility in the modified Library refers to a function or a
190 These requirements apply to the modified work as a whole. If
292 user can modify the Library and then relink to produce a modified
293 executable containing the modified Library. (It is understood
296 to use the modified definitions.)
302 will operate properly with a modified version of the library, if
[all …]
/frameworks/base/core/java/android/app/
DLoadedApk.java165 final ApplicationInfo modified = new ApplicationInfo(info); in adjustNativeLibraryPaths() local
166 modified.nativeLibraryDir = modified.secondaryNativeLibraryDir; in adjustNativeLibraryPaths()
167 return modified; in adjustNativeLibraryPaths()
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java966 boolean modified = false; in notifyDataConnectionForSubscriber()
972 modified = true; in notifyDataConnectionForSubscriber()
979 modified = true; in notifyDataConnectionForSubscriber()
993 modified = true; in notifyDataConnectionForSubscriber()
995 if (modified) { in notifyDataConnectionForSubscriber()
/frameworks/base/docs/html/tools/help/uiautomator/
DConfigurator.jd21 parameter that you are modifying. After running your tests with the modified
545 action was successful. Generally, this timeout should not be modified.
644 the scroll action was successful. Generally, this timeout should not be modified.
754 action was successful. Generally, this timeout should not be modified.
839 the scroll action was successful. Generally, this timeout should not be modified.
/frameworks/base/docs/html/tools/help/
Dzipalign.jd32 potentially disrupt the alignment of the modified entry and all later
/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
DObjectViewer.java144 view = (TextView)findViewById(R.id.modified); in onResume()
/frameworks/base/docs/html/distribute/tools/promote/
Dbrand.jd66 <p>The Android robot can be used, reproduced, and modified freely in marketing
74 …<blockquote><em>The Android robot is reproduced or modified from work created and shared by Google…
/frameworks/base/tools/layoutlib/create/
DREADME.txt35 - generates a modified JAR file that is suitable for the Android plugin for Eclipse to perform
124 modified to update all references to these non-desktop classes. An alternate implementation of
199 inner classes and methods. Calls from other classes are not modified -- they keep referencing the
/frameworks/av/
DNOTICE193 (b) You must cause any modified files to carry prominent notices
307 documentation, and (c) there is clear notice in each modified Data File
309 Data File(s) or Software that the data or software has been modified.
/frameworks/native/
DNOTICE193 (b) You must cause any modified files to carry prominent notices
307 documentation, and (c) there is clear notice in each modified Data File
309 Data File(s) or Software that the data or software has been modified.
/frameworks/base/
DNOTICE204 (b) You must cause any modified files to carry prominent notices
318 documentation, and (c) there is clear notice in each modified Data File
320 Data File(s) or Software that the data or software has been modified.
/frameworks/base/media/jni/
Dandroid_mtp_MtpDatabase.cpp108 time_t modified);
233 time_t modified) { in beginSendObject() argument
238 (jlong)size, (jlong)modified); in beginSendObject()
/frameworks/base/docs/html/google/backup/
Dterms.jd457 notice of the modified Terms within, or through, the Service. Once the modified Terms are posted,
458 the changes will become effective immediately, and you are deemed to have accepted the modified
459 Terms if you continue to use the Service. If you do not agree to the modified
Dsignup.jd174modified Terms within, or through, the Service. Once the modified Terms are posted, the changes wi…
/frameworks/base/docs/html/guide/topics/data/
Dbackup.jd341 can be as simple as the last-modified timestamp for your file). This object is
358 last-modified timestamp. For example, here's how you can read and compare a timestamp from {@code
366 // Get the last modified timestamp from the state file and data file
371 // The file has been modified, so do a backup
426 the file's last-modified timestamp:</p>
431 long modified = mDataFile.lastModified();
432 out.writeLong(modified);
/frameworks/base/media/java/android/mtp/
DMtpDatabase.java325 int storageId, long size, long modified) { in beginSendObject() argument
360 values.put(Files.FileColumns.DATE_MODIFIED, modified); in beginSendObject()
/frameworks/base/docs/html/training/cloudsave/
Dconflict-res.jd335 <p class="table-caption"><strong>Table 3.</strong> Failure case for the modified
595 timestamp for when each entry in the dictionary was modified. When you detect that a
596 given entry has not been modified in the last several weeks or months, it is
/frameworks/av/media/mediaserver/
DNOTICE110 (b) You must cause any modified files to carry prominent notices

123456