/tools/tradefederation/core/tests/src/com/android/tradefed/util/ |
D | FileUtilTest.java | 310 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 …]
|
D | GCSBucketUtilFuncTest.java | 61 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/ |
D | ApiVisitor.kt | 85 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/ |
D | ManagedDeviceList.java | 171 iterator.remove(); 225 mList.remove(d); 259 remove(d); 264 private void remove(IManagedTestDevice d) { 267 mList.remove(d);
|
D | DeviceMonitorMultiplexer.java | 72 mDeviceMonitors.remove(mon); in removeMonitor()
|
D | DeviceUtilStatsMonitor.java | 163 goneDevices.remove(deviceDesc.getSerial()); in run() 171 mDeviceUtilMap.remove(serial); in run()
|
/tools/test/connectivity/acts/framework/ |
D | setup.py | 130 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/ |
D | FatLfnDirectory.java | 333 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/ |
D | DeviceTracker.java | 69 mDeviceLastCommandMap.remove(serial); in freeDevice() 70 return mAllocatedDeviceMap.remove(serial); in freeDevice()
|
/tools/tradefederation/core/src/com/android/tradefed/command/ |
D | CommandFileParser.java | 164 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/ |
D | ConditionPriorityBlockingQueue.java | 147 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()
|
D | MultiMap.java | 129 public List<V> remove(K key) { in remove() method in MultiMap 130 return mInternalMap.remove(key); in remove()
|
D | PropertyChanger.java | 62 propsToAdd.remove(name); in changeProperties()
|
/tools/tradefederation/core/src/com/android/tradefed/sandbox/ |
D | SandboxConfigDump.java | 69 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/ |
D | FsDirectory.java | 74 public void remove(String name) throws IOException; in remove() method
|
/tools/tradefederation/core/src/com/android/tradefed/build/ |
D | FileDownloadCache.java | 210 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/ |
D | SignatureFileWriter.java | 47 namedAttributes.remove(Attributes.Name.SIGNATURE_VERSION.toString()); in writeMainSection()
|
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/sign/ |
D | SigningExtension.java | 265 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/ |
D | Camera2StressTest.java | 89 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/ |
D | ZFile.java | 958 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/ |
D | LogRegistry.java | 134 mLogTable.remove(currentThreadGroup); in unregisterLogger() 214 iter.remove(); in closeAndRemoveAllLogs()
|
/tools/tradefederation/core/src/com/android/tradefed/config/ |
D | OptionCopier.java | 45 Field destField = destFieldMap.remove(option.name()); in copyOptions()
|
/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/ |
D | StrictShardHelper.java | 237 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/ |
D | ApiClass.java | 123 iterator.remove(); in removeImplicitInterfaces() 166 it.remove(); in removeOverridingMethods()
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/ |
D | TestFailureListener.java | 110 mTrackStartTime.remove(test); in testEnded() 151 Long startTime = mTrackStartTime.remove(test); in captureFailure()
|