| /third_party/protobuf/python/google/protobuf/internal/ |
| H A D | well_known_types.py | 803 def update(self, dictionary): # pylint: disable=invalid-name member in Struct
|
| /third_party/rust/crates/rust-openssl/openssl/src/ |
| H A D | hash.rs | 277 pub fn update(&mut self, data: &[u8]) -> Result<(), ErrorStack> { in update() functions
|
| H A D | symm.rs | 581 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 D | build_apk.py | 338 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 D | bss.c | 747 struct os_reltime update; in wpa_bss_update_scan_res() local [all...] |
| /third_party/ffmpeg/libavcodec/ |
| H A D | amrnbdec.c | 270 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 D | vp8.h | 222 uint8_t update; member
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | af_silenceremove.c | 102 void (*update)(struct SilenceRemoveContext *s, AVFrame *frame, int ch, int offset); member [all...] |
| /third_party/mesa3d/src/intel/dev/ |
| H A D | intel_device_info.c | 1600 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__.py | 658 def update(self, iterable=None, /, **kwds): member in Counter [all...] |
| /third_party/skia/src/gpu/ |
| H A D | GrResourceCache.h | 270 void update(GrGpuResource* resource) { in update() function
|
| /third_party/skia/third_party/externals/swiftshader/src/Device/ |
| H A D | Renderer.cpp | 183 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 D | Renderer.cpp | 248 void Renderer::draw(DrawType drawType, unsigned int indexOffset, unsigned int count, bool update) in draw() argument
|
| H A D | PixelProcessor.cpp | 965 const PixelProcessor::State PixelProcessor::update() const in update() function in sw::PixelProcessor
|
| /third_party/python/Lib/test/ |
| H A D | test_ordered_dict.py | 475 def update(self, *args, **kwds): global() member in OrderedDictTests.test_override_update.MyOD [all...] |
| /third_party/python/Lib/ |
| H A D | _collections_abc.py | 941 def update(self, other=(), /, **kwds): member in MutableMapping
|
| H A D | mailbox.py | 164 def update(self, arg=None): member in Mailbox
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
| H A D | IceGlobalContext.h | 101 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 D | bss.c | 842 struct os_reltime update; in wpa_bss_update_scan_res() local [all...] |
| /third_party/mesa3d/src/amd/vulkan/ |
| H A D | radv_device_generated_commands.c | 598 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 D | modetest.c | 1177 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 D | evp.h | 212 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 D | vktBindingDescriptorUpdateTests.cpp | 1105 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 D | vktBindingDescriptorUpdateTests.cpp | 1105 deBool update; // Determines if a descriptor update is performed. in iterate() member [all...] |
| /third_party/vk-gl-cts/external/openglcts/modules/common/ |
| H A D | glcViewportArrayTests.cpp | 151 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
|