| /tools/security/gdb/gdb_json_printer/test_examples/ | 
| D | objects2.cpp | 29   virtual int get() override { return b; }  in get()  function in Foo136   virtual int get() override { return c; }  in get()  function in Foo2
 41   virtual int get() override { return d; }  in get()  function in Foo3
 46   virtual int get() override { return b; }  in get()  function in Foo4
 53   virtual int get() override { return c; }  in get()  function in Foo5
 58   virtual int get() override { return d; }  in get()  function in Foo6
 
 | 
| /tools/test/connectivity/acts/framework/acts/controllers/monsoon_lib/sampling/engine/ | 
| D | calibration.py | 61     def get(self, channel, origin, granularity):  member in CalibrationCollection100     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/trebuchet/core/common/src/main/kotlin/trebuchet/io/ | 
| D | GenericByteBuffer.kt | 21     operator fun get(index: Long): Byte  method
 | 
| D | DataSlice.kt | 31     inline operator fun get(i: Int): Byte = buffer[startIndex + i]  in get()  method in trebuchet.io.DataSlice98         override fun get(index: Int): Char {  in ByteArray()  method
 
 | 
| D | StreamingReader.kt | 32     override operator fun get(index: Long): Byte = windowFor(index)[index]  in get()  method100         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/ | 
| D | CachedSupplier.java | 79     public synchronized T get() {  in get()  method in CachedSupplier
 | 
| /tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/utils/ | 
| D | CachedSupplierTest.java | 106         public String get() {  in get()  method in CachedSupplierTest.TestSupplier
 | 
| /tools/trebuchet/core/common/src/main/kotlin/trebuchet/util/ | 
| D | ByteArrayList.kt | 37     operator fun get(index: Int): Byte {  in get()  method
 | 
| D | BufferReader.kt | 137         override fun get(index: Int): Char {  in get()  method in trebuchet.util.BufferReader
 | 
| /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/ | 
| D | FatFile.java | 46     static FatFile get(Fat fat, FatDirectoryEntry entry)  in get()  method in FatFile
 | 
| D | ShortName.java | 126     public static ShortName get(String name) throws IllegalArgumentException {  in get()  method in ShortName
 | 
| D | SuperFloppyFormatter.java | 116     public static SuperFloppyFormatter get(BlockDevice dev) throws IOException {  in get()  method in SuperFloppyFormatter
 | 
| /tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/ | 
| D | LazyDelegateByteSource.java | 69     private CloseableByteSource get() throws IOException {  in get()  method in LazyDelegateByteSource
 | 
| D | ZFile.java | 568     public StoredEntry get(@Nonnull String path) {  in get()  method in ZFile
 | 
| /tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/utils/ | 
| D | CloseableDelegateByteSource.java | 68     private synchronized ByteSource get() {  in get()  method in CloseableDelegateByteSource
 | 
| /tools/trebuchet/core/common/src/main/kotlin/trebuchet/collections/ | 
| D | SparseArray.kt | 42     operator fun get(key: Int): E? {  in get()  method50     operator fun get(key: Int, valueIfKeyNotFound: E?): E? {  in get()  method
 
 | 
| /tools/netsim/rust/netsim-cxx/src/devices/ | 
| D | chip.rs | 77     pub fn get(&self) -> ProtoChip {  in get()  method
 | 
| D | device.rs | 61     pub fn get(&self) -> ProtoDevice {  in get()  method
 | 
| /tools/netsim/rust/netsim-common/src/util/ | 
| D | ini_file.rs | 113     pub fn get(&self, key: &str) -> Option<&str> {  in get()  method
 | 
| /tools/security/gdb/heap_print/ | 
| D | heap_print_script.py | 33     def get(address):  member in HeapMapping
 | 
| /tools/loganalysis/src/com/android/loganalysis/item/ | 
| D | CompactMemInfoItem.java | 110     private Map<String, Object> get(int pid) {  in get()  method in CompactMemInfoItem
 | 
| /tools/netsim/rust/netsim-cxx/src/http_server/ | 
| D | http_request.rs | 47     pub fn get(&self, key: &str) -> Option<String> {  in get()  method
 | 
| /tools/netsim/rust/netsim-cxx/src/captures/ | 
| D | capture.rs | 152     pub fn get(&mut self, key: ChipId) -> Option<&mut Arc<Mutex<CaptureInfo>>> {  in get()  method
 | 
| /tools/apksig/src/main/java/com/android/apksig/internal/apk/ | 
| D | AndroidBinXmlParser.java | 533         public static Chunk get(ByteBuffer input) throws XmlParserException {  in get()  method in AndroidBinXmlParser.Chunk
 | 
| /tools/repohooks/rh/ | 
| D | hooks.py | 112     def get(self, var):  member in Placeholders
 |