Home
last modified time | relevance | path

Searched defs:get (Results 1 – 25 of 30) sorted by relevance

12

/tools/test/connectivity/acts/framework/acts/controllers/monsoon_lib/sampling/engine/
Dcalibration.py61 def get(self, channel, origin, granularity): member in CalibrationCollection
100 def get(self, channel, origin, granularity): member in CalibrationWindows
135 def get(self, channel, origin, granularity): member in CalibrationScalars
171 def get(self, channel, origin, granularity): member in CalibrationSnapshot
/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/invoker/logger/
DInvocationLocal.java65 public final @Nullable T get() { in get() method in InvocationLocal
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/io/
DGenericByteBuffer.kt21 operator fun get(index: Long): Byte method
DDataSlice.kt31 inline operator fun get(i: Int): Byte = buffer[startIndex + i] in get() method in trebuchet.io.DataSlice
98 override fun get(index: Int): Char { in ByteArray() method
DStreamingReader.kt32 override operator fun get(index: Long): Byte = windowFor(index)[index] in get() method
100 inline operator fun get(i: Long): Byte = slice[(i - globalStartIndex).toInt()] in get() method in trebuchet.io.Window
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/utils/
DCachedSupplier.java79 public synchronized T get() { in get() method in CachedSupplier
/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/invoker/
DExecutionFiles.java149 public File get(String key) { in get() method in ExecutionFiles
160 public File get(FilesKey key) { in get() method in ExecutionFiles
DExecutionProperties.java86 public String get(String key) { in get() method in ExecutionProperties
/tools/tradefederation/core/tests/src/com/android/tradefed/device/cloud/
DManagedRemoteDeviceTest.java68 TestDeviceOptions get = mDevice.getOptions(); in testGetOptions() local
/tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/utils/
DCachedSupplierTest.java106 public String get() { in get() method in CachedSupplierTest.TestSupplier
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/util/
DByteArrayList.kt37 operator fun get(index: Int): Byte { in get() method
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DTestSuiteInfo.java120 public String get(String name) { in get() method in TestSuiteInfo
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DFatFile.java46 static FatFile get(Fat fat, FatDirectoryEntry entry) in get() method in FatFile
DShortName.java126 public static ShortName get(String name) throws IllegalArgumentException { in get() method in ShortName
DSuperFloppyFormatter.java116 public static SuperFloppyFormatter get(BlockDevice dev) throws IOException { in get() method in SuperFloppyFormatter
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
DLazyDelegateByteSource.java69 private CloseableByteSource get() throws IOException { in get() method in LazyDelegateByteSource
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/utils/
DCloseableDelegateByteSource.java68 private synchronized ByteSource get() { in get() method in CloseableDelegateByteSource
/tools/tradefederation/core/common_util/com/android/tradefed/util/
DByteArrayList.java243 public byte get(int idx) { in get() method in ByteArrayList
DMultiMap.java91 public List<V> get(K key) { in get() method in MultiMap
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/collections/
DSparseArray.kt42 operator fun get(key: Int): E? { in get() method
50 operator fun get(key: Int, valueIfKeyNotFound: E?): E? { in get() method
/tools/tradefederation/core/src/com/android/tradefed/util/
DLogcatEventParser.java96 private LogcatEventType get(String tag, String message) { in get() method in LogcatEventParser.EventTriggerMap
/tools/repohooks/rh/
Dconfig.py73 def get(self, section, option, *args): member in RawConfigParser
/tools/loganalysis/src/com/android/loganalysis/item/
DCompactMemInfoItem.java110 private Map<String, Object> get(int pid) { in get() method in CompactMemInfoItem
/tools/tradefederation/core/src/com/android/tradefed/build/
DFileDownloadCache.java583 public V get(Object key) { in get() method in FileDownloadCache.CollapsedKeyMap
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandFileParser.java144 public boolean get(int idx) { in get() method in CommandFileParser.Bitmask

12