Home
last modified time | relevance | path

Searched defs:test_object (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/serde_cbor/tests/
Dser.rs64 fn test_object() { in test_object() function
72 let test_object = from_slice(&vec[..]).unwrap(); in test_object() localVariable
93 let test_object = from_slice(&vec[..]).unwrap(); in test_object_list_keys() localVariable
123 let test_object = from_slice(&vec[..]).unwrap(); in test_object_object_keys() localVariable
Dde.rs146 fn test_object() { in test_object() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/test/object_cache/
Dobject_cache_test.cpp29 class test_object class
32 test_object(int i) in test_object() function in test_object
/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/v1/
H A Dcross_device_ops_test.py550 def _reduce(test_object, reduce_op, per_replica, destinations): argument
558 def _batch_reduce(test_object, reduce_op, value_destination_pairs): argument
/aosp_15_r20/test/vts/tests/kernel_proc_file_api_test/
H A Dvts_kernel_proc_file_api_test.py281 def run_proc_file_test(test_object): argument
/aosp_15_r20/external/python/cpython3/Lib/test/test_importlib/import_/
Dtest_fromlist.py53 def test_object(self): member in HandlingFromlist
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_repr.py272 def test_object(self): member in LongReprTest
Dtest_httpservers.py52 def __init__(self, test_object, request_handler): argument
/aosp_15_r20/external/jsmn/test/
H A Dtests.c17 int test_object(void) { in test_object() function
/aosp_15_r20/external/OpenCL-CTS/test_conformance/api/
H A Dtest_mem_object_properties_queries.cpp40 clMemWrapper& test_object, in create_object_and_check_properties()
/aosp_15_r20/external/autotest/contrib/
H A Dsuite_utils.py25 def add_test(self, test_object): argument
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_reprlib.py307 def test_object(self): member in LongReprTest
Dtest_httpservers.py48 def __init__(self, test_object, request_handler): argument
/aosp_15_r20/external/harfbuzz_ng/test/api/
H A Dtest-object.c227 test_object (void) in test_object() function
/aosp_15_r20/external/fbjni/test/jni/
H A Dfbjni_tests.cpp296 TestIsInstanceOf(JNIEnv* env, jobject self, jobject test_object, jclass cls) { in TestIsInstanceOf()
/aosp_15_r20/external/pytorch/test/
H A Dtest_dataloader.py212 def __init__(self, test_object, custom_list): argument
/aosp_15_r20/external/pytorch/test/torch_np/numpy_tests/core/
H A Dtest_numeric.py2464 def test_object(self): member in TestConvolve
H A Dtest_multiarray.py3781 def test_object(self): # gh-6312 member in TestLexsort
/aosp_15_r20/external/libchrome/base/task/sequence_manager/
H A Dsequence_manager_impl_unittest.cc3246 WaitableEvent* test_executed) { in TEST_P()