/tools/treble/hacksaw/client/ |
D | command_test.go | 29 func TestHelpCommand(t *testing.T) { 38 func TestNoCommand(t *testing.T) { 47 func TestBadCommand(t *testing.T) { 55 func TestEmptyCodebaseCommand(t *testing.T) { 63 func TestAddCodebase(t *testing.T) { 77 func TestDefaultCodebase(t *testing.T) { 123 func TestListCodebases(t *testing.T) { 131 func TestRemoveCodebase(t *testing.T) { 149 func TestEmptyWorkspaceCommand(t *testing.T) { 157 func TestCreateWorkspace(t *testing.T) { [all …]
|
D | client_test.go | 25 func TestClientHelp(t *testing.T) {
|
/tools/treble/hacksaw/codebase/ |
D | codebase_test.go | 27 func TestAdd(t *testing.T) { 70 func TestAddDuplicate(t *testing.T) { 87 func TestAddInvalidCodebase(t *testing.T) { 101 func TestList(t *testing.T) { 131 func TestSetGetDefault(t *testing.T) { 160 func TestBadDefault(t *testing.T) { 176 func TestRemove(t *testing.T) { 201 func TestBadRemove(t *testing.T) {
|
/tools/treble/hacksaw/workspace/ |
D | workspace_test.go | 29 func TestBasicCreate(t *testing.T) { 79 func TestWorkspaceDuplicate(t *testing.T) { 126 func TestCreateWorkspaceFromBadCodebase(t *testing.T) { 152 func TestList(t *testing.T) { 196 func TestRemove(t *testing.T) { 259 func TestEdit(t *testing.T) { 351 func TestRecreate(t *testing.T) {
|
D | compose_test.go | 27 func TestBasicCompose(t *testing.T) { 87 func TestBindOrder(t *testing.T) {
|
D | copier_test.go | 24 func TestCopy(t *testing.T) {
|
/tools/netsim/rust/cli/src/ |
D | browser.rs | 22 pub fn open<T: AsRef<OsStr>>(path: T) { in open() 28 pub fn open<T: AsRef<OsStr>>(path: T) { in open() 43 pub fn open<T: AsRef<OsStr>>(path: T) { in open() 55 pub fn open<T: AsRef<OsStr>>(path: T) { in open()
|
D | display.rs | 37 pub fn new(value: T, verbose: bool) -> Self { in new()
|
/tools/treble/hacksaw/config/ |
D | config_test.go | 31 func TestWrite(t *testing.T) { 57 func TestRead(t *testing.T) {
|
/tools/treble/hacksaw/cmd/hacksaw/ |
D | main_test.go | 23 func TestHelp(t *testing.T) {
|
/tools/treble/hacksaw/git/ |
D | repo_test.go | 25 func TestList(t *testing.T) {
|
/tools/treble/hacksaw/bind/ |
D | remoteserver_test.go | 25 func TestServerBind(t *testing.T) {
|
/tools/apksig/src/main/java/com/android/apksig/internal/util/ |
D | AndroidSdkVersion.java | 70 public static final int T = 33; field in AndroidSdkVersion
|
/tools/treble/build/treble_build/local/ |
D | git_test.go | 55 func Test_git(t *testing.T) {
|
D | ninja_test.go | 58 func Test_ninja(t *testing.T) {
|
/tools/netsim/rust/daemon/src/http_server/ |
D | http_request.rs | 38 reader: &mut BufReader<T>, in parse_http_request()
|
/tools/apksig/src/test/java/com/android/apksig/kms/gcp/ |
D | KeyRingClient.java | 171 private static <T> Stream<T> stream(AbstractPagedListResponse<?, ?, T, ?, ?> response) { in stream() argument
|
/tools/security/remote_provisioning/hwtrust/src/cbor/ |
D | field_value.rs | 221 value: Result<Option<T>, FieldValueError>, in require_present() 222 ) -> Result<T, FieldValueError> { in require_present()
|
/tools/treble/build/treble_build/report/ |
D | report_test.go | 172 func Test_report(t *testing.T) {
|
/tools/netsim/rust/libslirp-rs/src/libslirp_sys/linux/ |
D | bindings.rs | 12 pub fn as_ptr(&self) -> *const T { in as_ptr() 13 self as *const _ as *const T in as_ptr() constant 16 pub fn as_mut_ptr(&mut self) -> *mut T { in as_mut_ptr() 20 pub unsafe fn as_slice(&self, len: usize) -> &[T] { in as_slice() 24 pub unsafe fn as_mut_slice(&mut self, len: usize) -> &mut [T] { in as_mut_slice()
|