Home
last modified time | relevance | path

Searched defs:update (Results 126 - 150 of 188) sorted by relevance

12345678

/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...]
/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
H A DPixelProcessor.cpp965 const PixelProcessor::State PixelProcessor::update() const in update() function in sw::PixelProcessor
/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
/third_party/libdrm/tests/modetest/
H A Dmodetest.c1177 atomic_set_plane(struct device *dev, struct plane_arg *p, int pattern, bool update) atomic_set_plane() argument
1313 atomic_set_planes(struct device *dev, struct plane_arg *p, unsigned int count, bool update) atomic_set_planes() argument
/third_party/node/deps/openssl/openssl/include/crypto/
H A Devp.h212 OSSL_FUNC_mac_update_fn *update; member
257 int (*update) (EVP_MD_CTX *ctx, const void *data, size_t count); member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingDescriptorUpdateTests.cpp1105 deBool update; // Determines if a descriptor update is performed. in iterate() member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
H A DvktBindingDescriptorUpdateTests.cpp1105 deBool update; // Determines if a descriptor update is performed. in iterate() member
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcViewportArrayTests.cpp151 void Utils::buffer::update(glw::GLsizeiptr size, glw::GLvoid* data, glw::GLenum usage) in update() function in glcts::ViewportArray::Utils::buffer
893 void Utils::texture::update(glw::GLuint width, glw::GLuint height, glw::GLuint depth, glw::GLenum format, in update() function in glcts::ViewportArray::Utils::texture

Completed in 49 milliseconds

12345678