/external/OpenCL-CTS/test_conformance/api/ |
D | test_mem_object_properties_queries.cpp | 40 clMemWrapper& test_object, in create_object_and_check_properties() argument 54 test_object = clCreateImage2D(context, flags, &format, size_x, in create_object_and_check_properties() 70 test_object = clCreateImageWithProperties( in create_object_and_check_properties() 76 test_object = clCreateImageWithProperties( in create_object_and_check_properties() 84 test_object = clCreateBuffer(context, flags, in create_object_and_check_properties() 92 test_object = clCreateBufferWithProperties( in create_object_and_check_properties() 98 test_object = clCreateBufferWithProperties( in create_object_and_check_properties() 129 test_object = clCreateSubBuffer(parent_object, subbuffer_flags, in create_object_and_check_properties() 142 clGetMemObjectInfo(test_object, CL_MEM_PROPERTIES, 0, NULL, &set_size); in create_object_and_check_properties() 176 error = clGetMemObjectInfo(test_object, CL_MEM_PROPERTIES, set_size, in create_object_and_check_properties()
|
/external/rust/crates/serde_cbor/tests/ |
D | ser.rs | 64 fn test_object() { in test_object() function 72 let test_object = from_slice(&vec[..]).unwrap(); in test_object() localVariable 73 assert_eq!(object, test_object); in test_object() 93 let test_object = from_slice(&vec[..]).unwrap(); in test_object_list_keys() localVariable 94 assert_eq!(object, test_object); in test_object_list_keys() 123 let test_object = from_slice(&vec[..]).unwrap(); in test_object_object_keys() localVariable 124 assert_eq!(object, test_object); in test_object_object_keys()
|
D | de.rs | 146 fn test_object() { in test_object() function
|
/external/llvm-project/llvm/test/MC/ARM/ |
D | type-directive-print.ll | 5 module asm ".type test_object, %object" 13 ; CHECK: .type test_object,%object
|
/external/tensorflow/tensorflow/python/autograph/impl/ |
D | conversion_test.py | 121 test_object = pybind_for_testing.TestClassDef() 125 self.assertFalse(conversion.is_allowlisted(test_object.method))
|
/external/tensorflow/tensorflow/python/distribute/v1/ |
D | cross_device_ops_test.py | 551 def _reduce(test_object, reduce_op, per_replica, destinations): argument 553 with test_object.scope(): 554 return test_object.extended.reduce_to(reduce_op, per_replica, 557 return test_object.reduce(reduce_op, per_replica, destinations, hints) 559 def _batch_reduce(test_object, reduce_op, value_destination_pairs): argument 561 with test_object.scope(): 562 return test_object.extended.batch_reduce_to(reduce_op, 566 return test_object.batch_reduce(reduce_op, value_destination_pairs,
|
/external/autotest/frontend/afe/ |
D | rpc_interface.py | 2365 test_object = {} 2367 test_object[key] = getattr(control_obj, key) if hasattr( 2376 test_object['id'] = _id 2377 test_object['run_reset'] = True 2378 test_object['description'] = test_object.get('doc', '') 2379 test_object['test_time'] = test_object.get('time', 0) 2382 test_object['test_retry'] = 0 2392 test_object['name'] = testname 2395 test_object['path'] = control_file_path 2398 test_objects.append(test_object)
|
/external/python/cpython2/Lib/test/ |
D | test_httpservers.py | 52 def __init__(self, test_object, request_handler): argument 55 self.test_object = test_object 59 self.test_object.PORT = self.server.socket.getsockname()[1] 60 self.test_object.server_started.set() 61 self.test_object = None
|
D | test_repr.py | 272 def test_object(self): member in LongReprTest
|
/external/autotest/client/cros/networking/ |
D | shill_proxy.py | 652 test_object = self.get_dbus_object(dbus_type, path) 653 object_properties = test_object.GetProperties(utf8_strings=True) 659 return test_object
|
/external/jsmn/test/ |
D | tests.c | 17 int test_object(void) { in test_object() function 341 test(test_object, "test for a JSON objects"); in main()
|
/external/harfbuzz_ng/test/api/ |
D | test-object.c | 227 test_object (void) in test_object() function 372 hb_test_add (test_object); in main()
|
/external/tensorflow/tensorflow/python/framework/ |
D | test_util_test.py | 819 test_object = GraphModeAndFunctionTest() 820 test_object.test_modes_v1_graph() 821 test_object.test_modes_function() 822 self.assertTrue(test_object.graph_mode_tested) 823 self.assertTrue(test_object.inside_function_tested)
|
/external/python/cpython3/Lib/test/ |
D | test_httpservers.py | 45 def __init__(self, test_object, request_handler): argument 48 self.test_object = test_object 52 self.test_object.HOST, self.test_object.PORT = self.server.socket.getsockname() 53 self.test_object.server_started.set() 54 self.test_object = None
|
D | test_reprlib.py | 299 def test_object(self): member in LongReprTest
|
/external/python/cpython3/Lib/test/test_importlib/import_/ |
D | test_fromlist.py | 53 def test_object(self): member in HandlingFromlist
|
/external/libchrome/base/task/sequence_manager/ |
D | sequence_manager_impl_unittest.cc | 3245 std::unique_ptr<PostTaskInDestructor> test_object, in TEST_P() 3249 std::move(test_object))); in TEST_P()
|