Home
last modified time | relevance | path

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

12

/tools/acloud/internal/lib/
Dgcompute_client_test.py222 resource_mock.insert = mock.MagicMock()
226 resource_mock.insert.assert_called_with(
247 resource_mock.insert = mock.MagicMock()
251 resource_mock.insert.assert_called_with(
273 resource_mock.insert = mock.MagicMock()
277 resource_mock.insert.assert_called_with(
337 resource_mock.insert = mock.MagicMock()
352 resource_mock.insert.assert_called_with(
569 resource_mock.insert = mock.MagicMock()
616 resource_mock.insert.assert_called_with(
[all …]
Dgstorage_client_test.py77 resource_mock.insert = mock.MagicMock(return_value=mock_api)
89 resource_mock.insert.assert_called_with(
Dgstorage_client.py95 request = self.service.objects().insert(
/tools/repohooks/rh/
Dsignals.py26 sys.path.insert(0, _path)
Dsixish.py29 sys.path.insert(0, _path)
Dresults.py25 sys.path.insert(0, _path)
Dshell.py25 sys.path.insert(0, _path)
Dterminal.py28 sys.path.insert(0, _path)
Dshell_unittest.py28 sys.path.insert(0, _path)
Dgit.py26 sys.path.insert(0, _path)
Dutils_unittest.py28 sys.path.insert(0, _path)
Dconfig.py27 sys.path.insert(0, _path)
/tools/test/connectivity/acts/framework/acts/
Dtest_decorators.py117 new_signal.extras[k].insert(0, v)
157 extras[k].insert(0, v)
/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/dexter/slicer/
Dcommon.cc44 weak_failures.insert(failure_id); in _weakCheckFailed()
Dinstrumentation.cc133 param_types.insert(param_types.end(), orig_param_types.begin(), orig_param_types.end()); in Apply()
219 types.insert(types.end(), param_types.begin(), param_types.end()); in InjectArrayParamsHook()
402 param_types.insert(param_types.end(), orig_param_types.begin(), in Apply()
545 param_types.insert(param_types.end(), orig_param_types.begin(), orig_param_types.end()); in ShiftParams()
584 code_ir->instructions.insert(first_instr, move); in ShiftParams()
594 SLICER_CHECK(scratch_regs_.insert(first_reg + i).second); in Allocate()
/tools/test/connectivity/acts/framework/acts/test_utils/coex/
DCoexPerformanceBaseTest.py311 y_label.insert(0, 'Throughput (Mbps)')
312 legends[bt_atten].insert(
321 legends[bt_atten].insert(
327 y_label.insert(0, "Packets Dropped")
371 legends[bt_atten].insert(
Dcoex_test_utils.py1144 data[0].insert(0, data_sets[i]["attenuation"])
1145 data[1].insert(0, data_sets[i]["throughput_received"])
1146 legend.insert(0, legends[i][j + 1])
1196 data[0].insert(0, data_sets[i]["attenuation"])
1197 data[1].insert(0, data_sets[i]["throughput_received"])
1198 legend.insert(0, legends[i][j])
1214 plot.insert(0, all_plot)
/tools/tradefederation/core/src/com/android/tradefed/util/
DGCSFileUploader.java74 getWritableStorage().objects().insert(bucketName, object, inputStreamData).execute(); in uploadFile()
/tools/repohooks/tools/
Dgoogle-java-format.py28 sys.path.insert(0, _path)
Dclang-format.py27 sys.path.insert(0, _path)
Dandroid_test_mapping_format.py36 sys.path.insert(0, _path)
/tools/asuite/aidegen/lib/
Dproject_config.py147 new_targets.insert(0, constant.WHOLE_ANDROID_TREE_TARGET)
/tools/test/connectivity/acts/framework/acts/libs/
Dversion_selector.py210 self.entry_list.insert(insertion_index, new_entry)
/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()

12