Home
last modified time | relevance | path

Searched refs:update (Results 1501 - 1525 of 2668) sorted by relevance

1...<<61626364656667686970>>...107

/third_party/typescript/tests/issues_cookbook_tests/
H A Dautotest_sdk.py136 def update(self): member in SDKLinterTest
148 print('update done!')
/third_party/protobuf/src/google/protobuf/
H A Dduration.pb.h13 #error incompatible with your Protocol Buffer headers. Please update
H A Dsource_context.pb.h13 #error incompatible with your Protocol Buffer headers. Please update
H A Dtimestamp.pb.h13 #error incompatible with your Protocol Buffer headers. Please update
/third_party/python/Lib/wsgiref/
H A Dhandlers.py463 self.environ.update(self.base_env)
/third_party/rust/crates/memchr/src/memmem/prefilter/
H A Dmod.rs242 pub(crate) fn update(&mut self, skipped: usize) {
/third_party/skia/buildtools/checkdeps/
H A Dbuilddeps.py308 self._git_source_directories.update(_GitSourceDirectories(repo_path))
H A Dgraphdeps.py114 self.deps.update(deps)
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
H A DvktProtectedMemBufferValidator.hpp266 .update(vk, device); in validateBuffer()
H A DvktProtectedMemImageValidator.cpp207 .update(vk, device); in validateImage()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ssbo/
H A DvktSSBOCornerCase.cpp244 setUpdateBuilder.update(vk, device); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
H A DvktSubgroupsMultipleDispatchesUniformSubgroupSizeTests.cpp111 builder.update(vk, device); in iterate()
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dmac.c1633 bool update = false; in mt7615_mac_adjust_sensitivity() local
1652 update = true; in mt7615_mac_adjust_sensitivity()
1655 update = true; in mt7615_mac_adjust_sensitivity()
1662 update = true; in mt7615_mac_adjust_sensitivity()
1668 update = true; in mt7615_mac_adjust_sensitivity()
1671 if (update) { in mt7615_mac_adjust_sensitivity()
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dmac.c1802 bool update = false; in mt7615_mac_adjust_sensitivity() local
1821 update = true; in mt7615_mac_adjust_sensitivity()
1824 update = true; in mt7615_mac_adjust_sensitivity()
1831 update = true; in mt7615_mac_adjust_sensitivity()
1837 update = true; in mt7615_mac_adjust_sensitivity()
1840 if (update) { in mt7615_mac_adjust_sensitivity()
1953 /* MT7615 can only update both phys simultaneously in mt7615_update_survey()
/third_party/python/Lib/
H A Dargparse.py269 # update the maximum item length
1239 # in a new namespace object and then update the original
1401 self._defaults.update(kwargs)
1649 update = kwargs.setdefault
1650 update('conflict_handler', container.conflict_handler)
1651 update('prefix_chars', container.prefix_chars)
1652 update('argument_default', container.argument_default)
1798 self._defaults.update(defaults)
H A Dturtle.py126 'setworldcoordinates', 'textinput', 'title', 'tracer', 'turtles', 'update',
228 _CFG.update(cfgdict2)
229 _CFG.update(cfgdict1)
562 self.cv.update()
858 """Will be raised in TurtleScreen.update, if _RUNNING becomes False.
1106 self.update()
1247 """Turns turtle animation on/off and set delay for update drawings.
1253 If n is given, only each n-th regular screen update is really performed.
1272 self.update()
1290 """Increment update counte
1298 def update(self): global() member in TurtleScreen
[all...]
/third_party/python/Lib/test/
H A Dtest_weakref.py1292 "deleting object did not cause dictionary update")
1324 "deleting object did not cause dictionary update")
1444 dict.update(ddict)
1635 # This exercises d.update(), len(d), d.keys(), k in d,
1639 weakdict.update(dict)
1656 self.assertRaises(TypeError, weakref.WeakValueDictionary.update)
1658 self.assertRaises(TypeError, d.update, {}, {})
1659 self.assertRaises(TypeError, d.update, (), ())
1665 d.update(**{kw: o})
/third_party/toybox/toys/pending/
H A Ddhcpd.c1353 static int addip_to_lease(uint32_t assigned_nip, uint8_t mac[6], uint32_t *req_exp, char *hostname, uint8_t update) in addip_to_lease() argument
1361 if (update) *req_exp = get_lease(*req_exp + ((dyn_lease*) listdls->arg)->expires); in addip_to_lease()
1373 if (update) *req_exp = get_lease(*req_exp + now); in addip_to_lease()
1384 static int addip6_to_lease(uint8_t *assigned_nip, uint8_t *duid, uint16_t duid_len, uint16_t ia_type, uint32_t iaid, uint32_t *lifetime, uint8_t update) in addip6_to_lease() argument
1392 if (update) *lifetime = get_lease(*lifetime + ((dyn_lease6*) listdls->arg)->expires); in addip6_to_lease()
1406 if (update) *lifetime = get_lease(*lifetime + now); in addip6_to_lease()
/kernel/linux/linux-6.6/drivers/net/phy/
H A Dmicrel.c928 bool *update) in ksz9031_of_load_skew_values()
944 *update |= true; in ksz9031_of_load_skew_values()
1086 bool update = false; in ksz9031_config_init() local
1096 clk_skews, 2, &update); in ksz9031_config_init()
1100 control_skews, 2, &update); in ksz9031_config_init()
1104 rx_data_skews, 4, &update); in ksz9031_config_init()
1108 tx_data_skews, 4, &update); in ksz9031_config_init()
1110 if (update && !phy_interface_is_rgmii(phydev)) in ksz9031_config_init()
924 ksz9031_of_load_skew_values(struct phy_device *phydev, const struct device_node *of_node, u16 reg, size_t field_sz, const char *field[], u8 numfields, bool *update) ksz9031_of_load_skew_values() argument
/foundation/multimedia/media_library/frameworks/services/media_scanner/src/scanner/
H A Dmedia_scanner.cpp52 // when path is /Photo, it means update or clone scene in MediaScannerObj()
266 MEDIA_ERR_LOG("Failed to query album_id,Album cover and count update fails"); in MaintainAlbumRelationship()
703 bool update = false; in InsertOrUpdateAlbumInfo() local
723 update = true; in InsertOrUpdateAlbumInfo()
740 if (update) { in InsertOrUpdateAlbumInfo()
/kernel/linux/linux-5.10/arch/arm64/crypto/
H A Daes-glue.c961 .update = mac_update,
976 .update = mac_update,
990 .update = mac_update,
/kernel/linux/linux-6.6/arch/arm64/crypto/
H A Daes-glue.c989 .update = mac_update,
1004 .update = mac_update,
1018 .update = mac_update,
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/displays/
H A Dpanel-dsi-cm.c374 dev_dbg(&ddata->pdev->dev, "update brightness to %d\n", level); in dsicm_bl_update_status()
848 r = src->ops->dsi.update(src, ddata->channel, dsicm_framedone_cb, in dsicm_te_isr()
856 dev_err(&ddata->pdev->dev, "start update failed\n"); in dsicm_te_isr()
880 dev_dbg(&ddata->pdev->dev, "update %d, %d, %d x %d\n", x, y, w, h); in dsicm_update()
905 r = src->ops->dsi.update(src, ddata->channel, dsicm_framedone_cb, in dsicm_update()
1154 .update = dsicm_update,
/kernel/linux/linux-5.10/drivers/media/pci/ivtv/
H A Divtv-irq.c894 /* Check if we need to update the yuv registers */ in ivtv_irq_vsync()
895 if (yi->running && (yi->yuv_forced_update || f->update)) { in ivtv_irq_vsync()
896 if (!f->update) { in ivtv_irq_vsync()
905 f->update = 0; in ivtv_irq_vsync()
/kernel/linux/linux-5.10/drivers/iio/imu/
H A Dkmx61.c318 * @update: update stby bits stored in device's private @data
326 bool update) in kmx61_set_mode()
365 if (acc_stby != -1 && update) in kmx61_set_mode()
367 if (mag_stby != -1 && update) in kmx61_set_mode()
325 kmx61_set_mode(struct kmx61_data *data, u8 mode, u8 device, bool update) kmx61_set_mode() argument

Completed in 39 milliseconds

1...<<61626364656667686970>>...107