Home
last modified time | relevance | path

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

12

/tools/acloud/internal/lib/
Dgcompute_client_test.py217 resource_mock.insert = mock.MagicMock()
221 resource_mock.insert.assert_called_with(
242 resource_mock.insert = mock.MagicMock()
246 resource_mock.insert.assert_called_with(
268 resource_mock.insert = mock.MagicMock()
272 resource_mock.insert.assert_called_with(
332 resource_mock.insert = mock.MagicMock()
346 resource_mock.insert.assert_called_with(
527 resource_mock.insert = mock.MagicMock()
573 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(
Dgcompute_client.py262 api = self.service.disks().insert(
391 api = self.service.images().insert(project=self._project, body=body)
1150 api = self.service.instances().insert(
Dgstorage_client.py94 request = self.service.objects().insert(
/tools/dexter/slicer/
Dinstrumentation.cc51 param_types.insert(param_types.end(), orig_param_types.begin(), orig_param_types.end()); in Apply()
206 param_types.insert(param_types.end(), orig_param_types.begin(), in Apply()
349 param_types.insert(param_types.end(), orig_param_types.begin(), orig_param_types.end()); in ShiftParams()
388 code_ir->instructions.insert(first_instr, move); in ShiftParams()
398 SLICER_CHECK(scratch_regs_.insert(first_reg + i).second); in Allocate()
Dcommon.cc44 weak_failures.insert(failure_id); in _weakCheckFailed()
/tools/test/connectivity/acts/framework/acts/test_utils/coex/
DCoexPerformanceBaseTest.py272 y_label.insert(0, 'Throughput (Mbps)')
273 legends[bt_atten].insert(
292 legends[bt_atten].insert(
322 legends[bt_atten].insert(
328 y_label.insert(0, "Packets Dropped")
Dcoex_test_utils.py1154 data[0].insert(0, data_sets[i]["attenuation"])
1155 data[1].insert(0, data_sets[i]["throughput_received"])
1156 legend.insert(0, legends[i][j + 1])
1206 data[0].insert(0, data_sets[i]["attenuation"])
1207 data[1].insert(0, data_sets[i]["throughput_received"])
1208 legend.insert(0, legends[i][j])
1224 plot.insert(0, all_plot)
/tools/tradefederation/core/util-apps/ContentProvider/androidTest/src/android/tradefed/contentprovider/
DManagedFileContentProviderTest.java117 Uri uriResult = mResolver.insert(mTestFileUri, mCv); in testDelete()
123 Uri reInsert = mResolver.insert(mTestFileUri, mCv); in testDelete()
140 uriResult = mResolver.insert(mTestFileUri, mCv); in testDelete()
/tools/test/connectivity/acts/framework/acts/
Dtest_decorators.py115 new_signal.extras[k].insert(0, v)
155 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/metalava/src/main/java/com/android/tools/metalava/
DDocAnalyzer.kt529 … val insert = stripLeadingAsterisks(stripMetaTags(documentation.substring(tag.length + 2))) in <lambda>() constant
530 val qualified = if (containsLinkTags(insert)) { in <lambda>()
531 val original = "/** $insert */" in <lambda>()
539 insert in <lambda>()
/tools/test/connectivity/acts/tests/google/wifi/
DWifiRvrTest.py262 legends.insert(0, "Golden Results")
267 data_sets[0].insert(0, golden_attenuation)
268 data_sets[1].insert(0, golden_results["throughput_receive"])
/tools/repohooks/rh/
Dsignals.py26 sys.path.insert(0, _path)
Dresults.py25 sys.path.insert(0, _path)
Dshell.py25 sys.path.insert(0, _path)
Dconfig_unittest.py29 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)
/tools/metalava/src/main/java/com/android/tools/metalava/model/psi/
DJavadoc.kt981 var insert = arg in expandArgumentList() variable
985 insert = type.canonicalText in expandArgumentList()
990 sb.append(insert) in expandArgumentList()
/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)
/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