Searched refs:insert (Results 1 – 25 of 41) sorted by relevance
12
/tools/acloud/internal/lib/ |
D | gcompute_client_test.py | 222 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 …]
|
D | gstorage_client_test.py | 77 resource_mock.insert = mock.MagicMock(return_value=mock_api) 89 resource_mock.insert.assert_called_with(
|
D | gstorage_client.py | 95 request = self.service.objects().insert(
|
/tools/repohooks/rh/ |
D | signals.py | 26 sys.path.insert(0, _path)
|
D | sixish.py | 29 sys.path.insert(0, _path)
|
D | results.py | 25 sys.path.insert(0, _path)
|
D | shell.py | 25 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)
|
D | utils_unittest.py | 28 sys.path.insert(0, _path)
|
D | config.py | 27 sys.path.insert(0, _path)
|
/tools/test/connectivity/acts/framework/acts/ |
D | test_decorators.py | 117 new_signal.extras[k].insert(0, v) 157 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/dexter/slicer/ |
D | common.cc | 44 weak_failures.insert(failure_id); in _weakCheckFailed()
|
D | instrumentation.cc | 133 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/ |
D | CoexPerformanceBaseTest.py | 311 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(
|
D | coex_test_utils.py | 1144 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/ |
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)
|
D | android_test_mapping_format.py | 36 sys.path.insert(0, _path)
|
/tools/asuite/aidegen/lib/ |
D | project_config.py | 147 new_targets.insert(0, constant.WHOLE_ANDROID_TREE_TARGET)
|
/tools/test/connectivity/acts/framework/acts/libs/ |
D | version_selector.py | 210 self.entry_list.insert(insertion_index, new_entry)
|
/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()
|
12