Home
last modified time | relevance | path

Searched defs:update (Results 151 - 175 of 219) sorted by relevance

123456789

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp412 bool RegDefsUses::update(const MachineInstr &MI, unsigned Begin, unsigned End) { in update() function in RegDefsUses
/third_party/protobuf/python/google/protobuf/internal/
H A Dwell_known_types.py803 def update(self, dictionary): # pylint: disable=invalid-name member in Struct
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dhash.rs277 pub fn update(&mut self, data: &[u8]) -> Result<(), ErrorStack> { in update() functions
H A Dsymm.rs581 pub fn update(&mut self, input: &[u8], output: &mut [u8]) -> Result<usize, ErrorStack> { in update() functions
[all...]
/third_party/vk-gl-cts/scripts/android/
H A Dbuild_apk.py338 def update (config): member in BuildStep
458 def update (self, config): member in BuildNativeLibrary
472 def update (self, config): member in GenResourcesSrc
515 def update (self, config): member in BuildJavaSource
565 def update (self, config): member in BuildDex
594 def update (self, config): member in CreateKeystore
628 def update (self, config): member in BuildBaseAPK
698 def update (sel member in AddJavaToAPK
727 def update (self, config): global() member in AddAssetsToAPK
753 def update (self, config): global() member in AddNativeLibsToAPK
810 def update (self, config): global() member in SignAPK
844 def update (self, config): global() member in AlignAPK
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dbss.c747 struct os_reltime update; in wpa_bss_update_scan_res() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_content_model_ng.cpp134 void TabContentModelNG::AddTabBarItem(const RefPtr<UINode>& tabContent, int32_t position, bool update) in AddTabBarItem() argument
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Dnode_system.cpp1085 auto update = [](const unordered_map<Entity, Entity>& oldToNew, const Property& property, IPropertyHandle* handle, in CloneNode() local
/foundation/multimedia/media_library/frameworks/services/media_scanner/src/scanner/
H A Dmedia_scanner.cpp703 bool update = false; in InsertOrUpdateAlbumInfo() local
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/resourcemanager/src/
H A Dresource_manager_test.cpp508 DistributedKv::Entry insert, update, del; in HWTEST_F() local
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/interface/
H A Dnstackx.h94 uint8_t update : 1; member
/third_party/ffmpeg/libavcodec/
H A Damrnbdec.c270 lsf2lsp_for_mode12k2(AMRContext *p, double lsp[LP_FILTER_ORDER], const float lsf_no_r[LP_FILTER_ORDER], const int16_t *lsf_quantizer[5], const int quantizer_offset, const int sign, const int update) lsf2lsp_for_mode12k2() argument
H A Dvp8.h222 uint8_t update; member
/third_party/ffmpeg/libavfilter/
H A Daf_silenceremove.c102 void (*update)(struct SilenceRemoveContext *s, AVFrame *frame, int ch, int offset); member
[all...]
/third_party/mesa3d/src/intel/dev/
H A Dintel_device_info.c1600 query_regions(struct intel_device_info *devinfo, int fd, bool update) in query_regions() argument
1678 compute_system_memory(struct intel_device_info *devinfo, bool update) in compute_system_memory() argument
/third_party/python/Lib/collections/
H A D__init__.py658 def update(self, iterable=None, /, **kwds): member in Counter
[all...]
/third_party/skia/src/gpu/
H A DGrResourceCache.h270 void update(GrGpuResource* resource) { in update() function
/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DRenderer.cpp183 draw(const vk::GraphicsPipeline *pipeline, const vk::DynamicState &dynamicState, unsigned int count, int baseVertex, CountedEvent *events, int instanceID, int viewID, void *indexBuffer, const VkExtent3D &framebufferExtent, vk::Pipeline::PushConstantStorage const &pushConstants, bool update) draw() argument
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DRenderer.cpp248 void Renderer::draw(DrawType drawType, unsigned int indexOffset, unsigned int count, bool update) in draw() argument
/third_party/python/Lib/test/
H A Dtest_ordered_dict.py475 def update(self, *args, **kwds): global() member in OrderedDictTests.test_override_update.MyOD
[all...]
/third_party/python/Lib/
H A D_collections_abc.py941 def update(self, other=(), /, **kwds): member in MutableMapping
H A Dmailbox.py164 def update(self, arg=None): member in Mailbox
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceGlobalContext.h101 void update(CSTag Tag, uint32_t Count = 1) { in update() function in Ice::GlobalContext::CodeStats
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dbss.c842 struct os_reltime update; in wpa_bss_update_scan_res() local
[all...]
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_device_generated_commands.c598 nir_ssa_def *update = nir_iand(&b, push_const_mask, nir_ishl(&b, nir_imm_int64(&b, 1), cur_idx)); in build_dgc_prepare_shader() local
694 nir_ssa_def *update = nir_iand(&b, push_const_mask, nir_ishl(&b, nir_imm_int64(&b, 1), cur_idx)); in build_dgc_prepare_shader() local

Completed in 41 milliseconds

123456789