Home
last modified time | relevance | path

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

12

/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/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
DBufferReader.kt137 override fun get(index: Int): Char { in get() method in trebuchet.util.BufferReader
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/data_storage/bigquery/
Dbigquery_logger_queue.py65 def get(self): member in BigqueryLoggerQueue
/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/tradefederation/core/src/com/android/tradefed/testtype/suite/
DTestSuiteInfo.java120 public String get(String name) { in get() method in TestSuiteInfo
/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/src/com/android/tradefed/util/
DByteArrayList.java243 public byte get(int idx) { in get() method in ByteArrayList
DMultiMap.java84 public List<V> get(K key) { in get() method in MultiMap
DLogcatEventParser.java96 private LogcatEventType get(String tag, String message) { in get() method in LogcatEventParser.EventTriggerMap
/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/repohooks/rh/
Dconfig.py70 def get(self, section, option, *args): member in RawConfigParser
Dhooks.py101 def get(self, var): member in Placeholders
/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.java482 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
/tools/apksig/src/main/java/com/android/apksig/internal/apk/
DAndroidBinXmlParser.java533 public static Chunk get(ByteBuffer input) throws XmlParserException { in get() method in AndroidBinXmlParser.Chunk
DApkSigningBlockUtils.java698 public ChunkSupplier.Chunk get() { in get() method in ApkSigningBlockUtils.ChunkSupplier

12