/tools/security/gdb/gdb_json_printer/test_examples/ |
D | objects2.cpp | 29 virtual int get() override { return b; } in get() function in Foo1 36 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 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/asuite/atest/logstorage/httplib2/ |
D | ca_certs_locater.py | 26 def get() -> str: function
|
/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/invoker/logger/ |
D | InvocationLocal.java | 65 public final @Nullable T get() { in get() method in InvocationLocal
|
/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.DataSlice 98 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() method 100 inline operator fun get(i: Long): Byte = slice[(i - globalStartIndex).toInt()] in get() method in trebuchet.io.Window
|
/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/invoker/ |
D | ExecutionFiles.java | 149 public File get(String key) { in get() method in ExecutionFiles 160 public File get(FilesKey key) { in get() method in ExecutionFiles
|
D | ExecutionProperties.java | 86 public String get(String key) { in get() method in ExecutionProperties
|
/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/tradefederation/core/javatests/com/android/tradefed/device/cloud/ |
D | ManagedRemoteDeviceTest.java | 75 TestDeviceOptions get = mDevice.getOptions(); in testGetOptions() local
|
/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
|
/tools/netsim/rust/daemon/src/wireless/ |
D | mocked.rs | 39 fn get(&self) -> ProtoChip { in get() method
|
D | wireless_adaptor.rs | 62 fn get(&self) -> ProtoChip; in get() method
|
D | ble_beacon.rs | 63 fn get(&self) -> ProtoChip { in get() method
|
D | wifi.rs | 109 fn get(&self) -> ProtoChip { in get() method
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/ |
D | TestSuiteInfo.java | 120 public String get(String name) { in get() method in TestSuiteInfo
|
/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
|
/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
|
/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/metalava/metalava-model/src/main/java/com/android/tools/metalava/model/ |
D | ModelOptions.kt | 35 operator fun <T : Any> get(key: Key<T>): T { in get() method in com.android.tools.metalava.model.ModelOptions
|
/tools/tradefederation/core/common_util/com/android/tradefed/util/ |
D | ByteArrayList.java | 243 public byte get(int idx) { in get() method in ByteArrayList
|
D | MultiMap.java | 92 public List<V> get(K key) { in get() method in MultiMap
|
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/collections/ |
D | SparseArray.kt | 42 operator fun get(key: Int): E? { in get() method 50 operator fun get(key: Int, valueIfKeyNotFound: E?): E? { in get() method
|