/tools/treble/hacksaw/client/ |
D | command.go | 32 codebase remove <name>: Remove a codebase from hacksaw's list. 40 workspace remove <name>: Remove a workspace. 103 _, err := codebase.Remove(name) 171 _, err := c.workspace.Remove(name)
|
/tools/metalava/metalava/src/test/java/com/android/tools/metalava/compatibility/ |
D | CompatibilityCheckTest.kt | 186 fun `Remove operator`() { in Remove operator() 219 fun `Remove vararg`() { in Remove vararg() 797 fun `Remove infix`() { in Remove infix() 861 fun `Remove default parameter`() { in Remove default parameter() 902 fun `Remove optional parameter`() { in Remove optional parameter() 3636 fun `Remove fun modifier from interface`() { in Remove fun modifier from interface() 3668 fun `Remove fun modifier from interface signature files`() { in Remove fun modifier from interface signature files()
|
/tools/security/fuzzing/orphans/hashlink/ |
D | hashlink_linkedhashset_fuzzer.rs | 34 Remove { value: Data }, enumerator 52 LinkedHashSetMethods::Remove { value } => {
|
D | hashlink_linkedhashmap_fuzzer.rs | 34 Remove { key: Data }, enumerator 52 LinkedHashMapMethods::Remove { key } => {
|
D | hashlink_lrucache_fuzzer.rs | 38 Remove { key: Data }, enumerator 56 LruCacheMethods::Remove { key } => {
|
/tools/security/fuzzing/orphans/hashbrown/ |
D | hashbrown_hashset_fuzzer.rs | 34 Remove { value: Data }, enumerator 53 HashSetMethods::Remove { value } => {
|
D | hashbrown_hashmap_fuzzer.rs | 34 Remove { key: Data }, enumerator 53 HashMapMethods::Remove { key } => {
|
/tools/netsim/ |
D | Android.bp | 253 "libz", // TODO: Remove for native rust binary 258 "libscriptedbeaconpayload-protos-lite", // TODO: Remove this after using pdl library. 294 "libz", // TODO: Remove for native rust binary 301 "libscriptedbeaconpayload-protos-lite", // TODO: Remove this after using pdl library.
|
/tools/asuite/ |
D | pylintrc | 4 # TODO(patricktu@):Remove "too-few-public-methods" when project_info.py ok. 6 # TODO(albaltai@):Remove "fixme" when each module implement finished.
|
/tools/security/fuzzing/orphans/smallvec/ |
D | smallvec_fuzzer.rs | 53 Remove { index: usize }, enumerator 91 Command::Remove { index } => { in do_fuzz()
|
/tools/treble/hacksaw/codebase/ |
D | codebase_test.go | 188 cfg, err := Remove("remove-me") 212 _, err = Remove("does-not-exist")
|
D | codebase.go | 46 func Remove(remove string) (*config.Config, error) { func
|
/tools/dexter/dexter/ |
D | Android.bp | 23 // TODO Remove these flags: b/65298177
|
/tools/netsim/src/wifi/ |
D | wifi_facade.h | 33 void Remove(uint32_t);
|
/tools/netsim/src/hci/ |
D | bluetooth_facade.h | 39 void Remove(uint32_t);
|
D | hci_packet_transport.h | 45 static void Remove(rootcanal::PhyDevice::Identifier id);
|
D | hci_packet_transport.cc | 124 void HciPacketTransport::Remove(rootcanal::PhyDevice::Identifier rootcanal_id) { in Remove() function in netsim::hci::HciPacketTransport
|
D | bluetooth_facade.cc | 330 void Remove(uint32_t id) { in Remove() function 337 HciPacketTransport::Remove(id); in Remove()
|
/tools/acloud/ |
D | .coveragerc | 16 # TODO: Remove the bottom 2 when the files are deleted.
|
/tools/netsim/rust/cli/src/ |
D | lib.rs | 82 args::Command::Beacon(args::Beacon::Remove(_)) => { in perform_command() 102 args::Command::Beacon(args::Beacon::Remove(ref cmd)) => { in perform_command()
|
/tools/dexter/slicer/ |
D | Android.bp | 29 // TODO Remove these flags: b/65298177
|
/tools/asuite/atest/bazel/runner/src/main/protobuf/ |
D | build_event_stream.proto | 329 // TODO(yannic): Remove. 597 // TODO(yannic): Remove. 641 // TODO(yannic): Remove. 654 // TODO(yannic): Remove. 696 // TODO(yannic): Remove. 746 // TODO(yannic): Remove. 756 // TODO(yannic): Remove. 766 // TODO(yannic): Remove. 819 // TODO(yannic): Remove.
|
/tools/dexter/slicer/export/slicer/ |
D | intrusive_list.h | 116 void Remove(T* pos) { in Remove() function
|
/tools/treble/hacksaw/ |
D | README.md | 19 * Remove a Hacksaw workspace with no edits or build artifacts. 39 * Remove a full repo workspace with no build artifacts
|
/tools/treble/hacksaw/workspace/ |
D | workspace_test.go | 241 cfg, err := ws.Remove("test-workspace") 334 _, err = ws.Remove("test-workspace")
|