Home
last modified time | relevance | path

Searched refs:Remove (Results 1 – 25 of 37) sorted by relevance

12

/tools/treble/hacksaw/client/
Dcommand.go32 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/
DCompatibilityCheckTest.kt186 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/
Dhashlink_linkedhashset_fuzzer.rs34 Remove { value: Data }, enumerator
52 LinkedHashSetMethods::Remove { value } => {
Dhashlink_linkedhashmap_fuzzer.rs34 Remove { key: Data }, enumerator
52 LinkedHashMapMethods::Remove { key } => {
Dhashlink_lrucache_fuzzer.rs38 Remove { key: Data }, enumerator
56 LruCacheMethods::Remove { key } => {
/tools/security/fuzzing/orphans/hashbrown/
Dhashbrown_hashset_fuzzer.rs34 Remove { value: Data }, enumerator
53 HashSetMethods::Remove { value } => {
Dhashbrown_hashmap_fuzzer.rs34 Remove { key: Data }, enumerator
53 HashMapMethods::Remove { key } => {
/tools/netsim/
DAndroid.bp253 "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/
Dpylintrc4 # 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/
Dsmallvec_fuzzer.rs53 Remove { index: usize }, enumerator
91 Command::Remove { index } => { in do_fuzz()
/tools/treble/hacksaw/codebase/
Dcodebase_test.go188 cfg, err := Remove("remove-me")
212 _, err = Remove("does-not-exist")
Dcodebase.go46 func Remove(remove string) (*config.Config, error) { func
/tools/dexter/dexter/
DAndroid.bp23 // TODO Remove these flags: b/65298177
/tools/netsim/src/wifi/
Dwifi_facade.h33 void Remove(uint32_t);
/tools/netsim/src/hci/
Dbluetooth_facade.h39 void Remove(uint32_t);
Dhci_packet_transport.h45 static void Remove(rootcanal::PhyDevice::Identifier id);
Dhci_packet_transport.cc124 void HciPacketTransport::Remove(rootcanal::PhyDevice::Identifier rootcanal_id) { in Remove() function in netsim::hci::HciPacketTransport
Dbluetooth_facade.cc330 void Remove(uint32_t id) { in Remove() function
337 HciPacketTransport::Remove(id); in Remove()
/tools/acloud/
D.coveragerc16 # TODO: Remove the bottom 2 when the files are deleted.
/tools/netsim/rust/cli/src/
Dlib.rs82 args::Command::Beacon(args::Beacon::Remove(_)) => { in perform_command()
102 args::Command::Beacon(args::Beacon::Remove(ref cmd)) => { in perform_command()
/tools/dexter/slicer/
DAndroid.bp29 // TODO Remove these flags: b/65298177
/tools/asuite/atest/bazel/runner/src/main/protobuf/
Dbuild_event_stream.proto329 // 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/
Dintrusive_list.h116 void Remove(T* pos) { in Remove() function
/tools/treble/hacksaw/
DREADME.md19 * Remove a Hacksaw workspace with no edits or build artifacts.
39 * Remove a full repo workspace with no build artifacts
/tools/treble/hacksaw/workspace/
Dworkspace_test.go241 cfg, err := ws.Remove("test-workspace")
334 _, err = ws.Remove("test-workspace")

12