Searched refs:insert (Results 1 – 25 of 30) sorted by relevance
12
/tools/test/connectivity/acts/framework/acts/ |
D | test_decorators.py | 116 new_signal.extras[k].insert(0, v) 156 extras[k].insert(0, v)
|
/tools/dexter/slicer/ |
D | common.cc | 44 weak_failures.insert(failure_id); in _weakCheckFailed()
|
D | instrumentation.cc | 39 param_types.insert(param_types.end(), orig_param_types.begin(), orig_param_types.end()); in Apply() 197 param_types.insert(param_types.end(), orig_param_types.begin(), orig_param_types.end()); in Apply() 314 param_types.insert(param_types.end(), orig_param_types.begin(), orig_param_types.end()); in ShiftParams() 353 code_ir->instructions.insert(first_instr, move); in ShiftParams() 363 SLICER_CHECK(scratch_regs_.insert(first_reg + i).second); in Allocate()
|
/tools/dexter/slicer/export/slicer/ |
D | intrusive_list.h | 78 insert(end(), p); in push_back() 81 Iterator insert(Iterator it, T* p) { in insert() function
|
/tools/repohooks/rh/ |
D | signals.py | 26 sys.path.insert(0, _path)
|
D | shell.py | 25 sys.path.insert(0, _path)
|
D | results.py | 25 sys.path.insert(0, _path)
|
D | terminal.py | 28 sys.path.insert(0, _path)
|
D | config_unittest.py | 29 sys.path.insert(0, _path)
|
D | shell_unittest.py | 28 sys.path.insert(0, _path)
|
D | git.py | 26 sys.path.insert(0, _path)
|
D | config.py | 28 sys.path.insert(0, _path)
|
D | utils.py | 31 sys.path.insert(0, _path)
|
D | hooks.py | 28 sys.path.insert(0, _path)
|
D | hooks_unittest.py | 29 sys.path.insert(0, _path)
|
/tools/repohooks/tools/ |
D | google-java-format.py | 28 sys.path.insert(0, _path)
|
D | clang-format.py | 27 sys.path.insert(0, _path)
|
/tools/acloud/internal/lib/ |
D | gstorage_client_test.py | 75 resource_mock.insert = mock.MagicMock(return_value=mock_api) 87 resource_mock.insert.assert_called_with(
|
D | gcompute_client_test.py | 156 resource_mock.insert = mock.MagicMock() 166 resource_mock.insert.assert_called_with( 187 resource_mock.insert = mock.MagicMock() 201 resource_mock.insert.assert_called_with( 371 resource_mock.insert = mock.MagicMock() 415 resource_mock.insert.assert_called_with(
|
D | gstorage_client.py | 96 request = self.service.objects().insert(bucket=bucket_name,
|
D | gcompute_client.py | 199 api = self.service.disks().insert(project=self._project, 287 api = self.service.images().insert(project=self._project, body=body) 773 api = self.service.instances().insert(project=self._project,
|
/tools/test/connectivity/acts/tests/google/wifi/ |
D | WifiRvrTest.py | 243 legends.insert(0, "Golden Results") 248 data_sets[0].insert(0, golden_attenuation) 249 data_sets[1].insert(0, golden_results["throughput_receive"])
|
/tools/dexter/dexter/ |
D | experimental.cc | 94 param_types.insert(param_types.end(), orig_param_types.begin(), orig_param_types.end()); in StressWrapInvoke() 155 param_types.insert(param_types.end(), orig_param_types.begin(), orig_param_types.end()); in StressEntryHook()
|
/tools/test/connectivity/acts/framework/tests/ |
D | audio_analysis_unittest.py | 199 self.y = numpy.insert(self.y,
|
/tools/repohooks/ |
D | pre-upload.py | 37 sys.path.insert(0, _path)
|
12