/tools/acloud/internal/lib/ |
D | gcompute_client_test.py | 217 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 …]
|
D | gstorage_client_test.py | 77 resource_mock.insert = mock.MagicMock(return_value=mock_api) 89 resource_mock.insert.assert_called_with(
|
D | gcompute_client.py | 262 api = self.service.disks().insert( 391 api = self.service.images().insert(project=self._project, body=body) 1150 api = self.service.instances().insert(
|
D | gstorage_client.py | 94 request = self.service.objects().insert(
|
/tools/dexter/slicer/ |
D | instrumentation.cc | 51 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()
|
D | common.cc | 44 weak_failures.insert(failure_id); in _weakCheckFailed()
|
/tools/test/connectivity/acts/framework/acts/test_utils/coex/ |
D | CoexPerformanceBaseTest.py | 272 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")
|
D | coex_test_utils.py | 1154 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/ |
D | ManagedFileContentProviderTest.java | 117 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/ |
D | test_decorators.py | 115 new_signal.extras[k].insert(0, v) 155 extras[k].insert(0, v)
|
/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/metalava/src/main/java/com/android/tools/metalava/ |
D | DocAnalyzer.kt | 529 … 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/ |
D | WifiRvrTest.py | 262 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/ |
D | signals.py | 26 sys.path.insert(0, _path)
|
D | results.py | 25 sys.path.insert(0, _path)
|
D | shell.py | 25 sys.path.insert(0, _path)
|
D | config_unittest.py | 29 sys.path.insert(0, _path)
|
D | terminal.py | 28 sys.path.insert(0, _path)
|
D | shell_unittest.py | 28 sys.path.insert(0, _path)
|
D | git.py | 26 sys.path.insert(0, _path)
|
/tools/metalava/src/main/java/com/android/tools/metalava/model/psi/ |
D | Javadoc.kt | 981 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/ |
D | GCSFileUploader.java | 74 getWritableStorage().objects().insert(bucketName, object, inputStreamData).execute(); in uploadFile()
|
/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/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()
|