Home
last modified time | relevance | path

Searched refs:insert (Results 1 – 25 of 30) sorted by relevance

12

/tools/test/connectivity/acts/framework/acts/
Dtest_decorators.py116 new_signal.extras[k].insert(0, v)
156 extras[k].insert(0, v)
/tools/dexter/slicer/
Dcommon.cc44 weak_failures.insert(failure_id); in _weakCheckFailed()
Dinstrumentation.cc39 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/
Dintrusive_list.h78 insert(end(), p); in push_back()
81 Iterator insert(Iterator it, T* p) { in insert() function
/tools/repohooks/rh/
Dsignals.py26 sys.path.insert(0, _path)
Dshell.py25 sys.path.insert(0, _path)
Dresults.py25 sys.path.insert(0, _path)
Dterminal.py28 sys.path.insert(0, _path)
Dconfig_unittest.py29 sys.path.insert(0, _path)
Dshell_unittest.py28 sys.path.insert(0, _path)
Dgit.py26 sys.path.insert(0, _path)
Dconfig.py28 sys.path.insert(0, _path)
Dutils.py31 sys.path.insert(0, _path)
Dhooks.py28 sys.path.insert(0, _path)
Dhooks_unittest.py29 sys.path.insert(0, _path)
/tools/repohooks/tools/
Dgoogle-java-format.py28 sys.path.insert(0, _path)
Dclang-format.py27 sys.path.insert(0, _path)
/tools/acloud/internal/lib/
Dgstorage_client_test.py75 resource_mock.insert = mock.MagicMock(return_value=mock_api)
87 resource_mock.insert.assert_called_with(
Dgcompute_client_test.py156 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(
Dgstorage_client.py96 request = self.service.objects().insert(bucket=bucket_name,
Dgcompute_client.py199 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/
DWifiRvrTest.py243 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/
Dexperimental.cc94 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/
Daudio_analysis_unittest.py199 self.y = numpy.insert(self.y,
/tools/repohooks/
Dpre-upload.py37 sys.path.insert(0, _path)

12