Home
last modified time | relevance | path

Searched refs:remove (Results 1 – 25 of 84) sorted by relevance

1234

/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DFileUtilTest.java310 perms.remove(PosixFilePermission.OWNER_READ) && in testUnixModeToPosix()
311 perms.remove(PosixFilePermission.OWNER_WRITE) && in testUnixModeToPosix()
312 perms.remove(PosixFilePermission.OWNER_EXECUTE) && in testUnixModeToPosix()
313 perms.remove(PosixFilePermission.GROUP_READ) && in testUnixModeToPosix()
314 perms.remove(PosixFilePermission.GROUP_WRITE) && in testUnixModeToPosix()
315 perms.remove(PosixFilePermission.GROUP_EXECUTE) && in testUnixModeToPosix()
316 perms.remove(PosixFilePermission.OTHERS_READ) && in testUnixModeToPosix()
317 perms.remove(PosixFilePermission.OTHERS_WRITE) && in testUnixModeToPosix()
318 perms.remove(PosixFilePermission.OTHERS_EXECUTE) && in testUnixModeToPosix()
322 perms.remove(PosixFilePermission.OWNER_READ) && in testUnixModeToPosix()
[all …]
DGCSBucketUtilFuncTest.java61 sBucket.remove("/", true); in tearDownAfterClass()
75 sBucket.remove("/*", true); in tearDown()
149 sBucket.remove("non_exist_file"); in testRemoveFile_notExist()
158 sBucket.remove("non_exist_file", true); in testRemoveFile_notExist_force()
/tools/metalava/src/main/java/com/android/tools/metalava/model/visitors/
DApiVisitor.kt85 remove: Boolean = false,
96 ApiPredicate(codebase, ignoreShown = ignoreShown, matchRemoved = remove),
97 ApiPredicate(codebase, ignoreShown = true, ignoreRemoved = remove)
/tools/tradefederation/core/src/com/android/tradefed/device/
DManagedDeviceList.java171 iterator.remove();
225 mList.remove(d);
259 remove(d);
264 private void remove(IManagedTestDevice d) {
267 mList.remove(d);
DDeviceMonitorMultiplexer.java72 mDeviceMonitors.remove(mon); in removeMonitor()
DDeviceUtilStatsMonitor.java163 goneDevices.remove(deviceDesc.getSerial()); in run()
171 mDeviceUtilMap.remove(serial); in run()
/tools/test/connectivity/acts/framework/
Dsetup.py130 sys.path.remove(our_dir)
133 sys.path.remove(os.getcwd())
177 os.remove(act_path)
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DFatLfnDirectory.java333 public void remove() { in iterator() method
347 public void remove(String name) in remove() method
383 this.longNameIndex.remove(lowerName); in unlinkEntry()
386 this.shortNameIndex.remove(sn); in unlinkEntry()
389 this.entryToFile.remove(entry.realEntry); in unlinkEntry()
391 this.entryToDirectory.remove(entry.realEntry); in unlinkEntry()
/tools/tradefederation/core/src/com/android/tradefed/command/remote/
DDeviceTracker.java69 mDeviceLastCommandMap.remove(serial); in freeDevice()
70 return mAllocatedDeviceMap.remove(serial); in freeDevice()
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandFileParser.java164 public boolean remove(int idx) { in remove() method in CommandFileParser.Bitmask
165 boolean retVal = mBitmask.remove(idx); in remove()
366 mIncludedFiles.remove(file.getAbsolutePath()); in parseFile()
418 mLines.remove(inputIdx); in parseFile()
419 inputBitmask.remove(inputIdx); in parseFile()
460 suffix.remove(0); in expandLongMacro()
494 line.remove(idx); in expandMacro()
/tools/tradefederation/core/src/com/android/tradefed/util/
DConditionPriorityBlockingQueue.java147 mList.remove(minObject); in poll()
218 mWaitingMatcherList.remove(myMatcherPair); in blockingPoll()
373 public boolean remove(T object) { in remove() method in ConditionPriorityBlockingQueue
376 return mList.remove(object); in remove()
DMultiMap.java129 public List<V> remove(K key) { in remove() method in MultiMap
130 return mInternalMap.remove(key); in remove()
DPropertyChanger.java62 propsToAdd.remove(name); in changeProperties()
/tools/tradefederation/core/src/com/android/tradefed/sandbox/
DSandboxConfigDump.java69 DumpCmd cmd = DumpCmd.valueOf(argList.remove(0)); in parse()
70 File resFile = new File(argList.remove(0)); in parse()
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/
DFsDirectory.java74 public void remove(String name) throws IOException; in remove() method
/tools/tradefederation/core/src/com/android/tradefed/build/
DFileDownloadCache.java210 mFileLocks.remove(remoteFilePath); in unlockFile()
252 cachedFile = mCacheMap.remove(remotePath); in fetchRemoteFile()
348 keyIterator.remove(); in incrementAndAdjustCache()
443 File file = mCacheMap.remove(remoteFilePath); in deleteCacheEntry()
/tools/apksig/src/main/java/com/android/apksig/internal/jar/
DSignatureFileWriter.java47 namedAttributes.remove(Attributes.Name.SIGNATURE_VERSION.toString()); in writeMainSection()
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/sign/
DSigningExtension.java265 signerProcessedOutputEntryNames.remove(entryName); in onZipEntryRemovedFromOutput()
279 unprocessedRemovedEntryNames.remove(entryName); in onOutputZipReadyForUpdate()
317 v1SignatureEntries.remove(i); in onOutputZipReadyForUpdate()
/tools/tradefederation/contrib/src/com/android/media/tests/
DCamera2StressTest.java89 testMetrics.remove(KEY_NUM_ATTEMPTS); in testEnded()
90 testMetrics.remove(KEY_ITERATION); in testEnded()
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
DZFile.java958 map.remove(mapEntry); in delete()
959 entries.remove(path); in delete()
1063 map.remove(entry); in update()
1064 Verify.verify(entry == entries.remove(name)); in update()
1243 map.remove(mapEntry); in reAdd()
1244 entries.remove(name); in reAdd()
1301 map.remove(directoryEntry); in deleteDirectoryAndEocd()
1306 map.remove(eocdEntry); in deleteDirectoryAndEocd()
1814 uncompressedEntries.remove(0); in processAllReadyEntries()
2139 map.remove(mapEntry); in realign()
[all …]
/tools/tradefederation/core/src/com/android/tradefed/log/
DLogRegistry.java134 mLogTable.remove(currentThreadGroup); in unregisterLogger()
214 iter.remove(); in closeAndRemoveAllLogs()
/tools/tradefederation/core/src/com/android/tradefed/config/
DOptionCopier.java45 Field destField = destFieldMap.remove(option.name()); in copyOptions()
/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/
DStrictShardHelper.java237 IRemoteTest push = listAllTests.remove(j); in normalizeDistribution()
262 tests.remove(dupList.get(j)); in aggregateSuiteModules()
312 IRemoteTest givetest = allShards.get(give).remove(0); in topBottom()
/tools/metalava/src/main/java/com/android/tools/metalava/apilevels/
DApiClass.java123 iterator.remove(); in removeImplicitInterfaces()
166 it.remove(); in removeOverridingMethods()
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DTestFailureListener.java110 mTrackStartTime.remove(test); in testEnded()
151 Long startTime = mTrackStartTime.remove(test); in captureFailure()

1234