Home
last modified time | relevance | path

Searched defs:T (Results 1 – 20 of 20) sorted by relevance

/tools/treble/hacksaw/client/
Dcommand_test.go29 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 …]
Dclient_test.go25 func TestClientHelp(t *testing.T) {
/tools/treble/hacksaw/codebase/
Dcodebase_test.go27 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/
Dworkspace_test.go29 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) {
Dcompose_test.go27 func TestBasicCompose(t *testing.T) {
87 func TestBindOrder(t *testing.T) {
Dcopier_test.go24 func TestCopy(t *testing.T) {
/tools/netsim/rust/cli/src/
Dbrowser.rs22 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()
Ddisplay.rs37 pub fn new(value: T, verbose: bool) -> Self { in new()
/tools/treble/hacksaw/config/
Dconfig_test.go31 func TestWrite(t *testing.T) {
57 func TestRead(t *testing.T) {
/tools/treble/hacksaw/cmd/hacksaw/
Dmain_test.go23 func TestHelp(t *testing.T) {
/tools/treble/hacksaw/git/
Drepo_test.go25 func TestList(t *testing.T) {
/tools/treble/hacksaw/bind/
Dremoteserver_test.go25 func TestServerBind(t *testing.T) {
/tools/apksig/src/main/java/com/android/apksig/internal/util/
DAndroidSdkVersion.java70 public static final int T = 33; field in AndroidSdkVersion
/tools/treble/build/treble_build/local/
Dgit_test.go55 func Test_git(t *testing.T) {
Dninja_test.go58 func Test_ninja(t *testing.T) {
/tools/netsim/rust/daemon/src/http_server/
Dhttp_request.rs38 reader: &mut BufReader<T>, in parse_http_request()
/tools/apksig/src/test/java/com/android/apksig/kms/gcp/
DKeyRingClient.java171 private static <T> Stream<T> stream(AbstractPagedListResponse<?, ?, T, ?, ?> response) { in stream() argument
/tools/security/remote_provisioning/hwtrust/src/cbor/
Dfield_value.rs221 value: Result<Option<T>, FieldValueError>, in require_present()
222 ) -> Result<T, FieldValueError> { in require_present()
/tools/treble/build/treble_build/report/
Dreport_test.go172 func Test_report(t *testing.T) {
/tools/netsim/rust/libslirp-rs/src/libslirp_sys/linux/
Dbindings.rs12 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()