Home
last modified time | relevance | path

Searched defs:update (Results 1 – 25 of 258) sorted by relevance

1234567891011

/third_party/skia/platform_tools/debugging/lldb/
Dskia.py74 def update(self): member in SkTArray_SynthProvider
120 def update(self): member in SkAutoTArray_SynthProvider
169 def update(self): member in SkSpan_SynthProvider
200 def update(self): member in sk_sp_SynthProvider
/third_party/libdrm/
Dxf86drmSL.c138 static SLEntryPtr SLLocate(void *l, unsigned long key, SLEntryPtr *update) in SLLocate()
159 SLEntryPtr update[SL_MAX_LEVEL + 1]; in drmSLInsert() local
191 SLEntryPtr update[SL_MAX_LEVEL + 1]; in drmSLDelete() local
218 SLEntryPtr update[SL_MAX_LEVEL + 1]; in drmSLLookup() local
236 SLEntryPtr update[SL_MAX_LEVEL + 1] = {0}; in drmSLLookupNeighbors() local
/third_party/vk-gl-cts/scripts/android/
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 (self, config): member in AddJavaToAPK
727 def update (self, config): member in AddAssetsToAPK
753 def update (self, config): member in AddNativeLibsToAPK
[all …]
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkDescriptorSetLayout.cpp298 …auto update = reinterpret_cast<VkDescriptorImageInfo const *>(src + entry.offset + entry.stride * … in WriteDescriptorSet() local
313 auto update = reinterpret_cast<VkBufferView const *>(src + entry.offset + entry.stride * i); in WriteDescriptorSet() local
347 …auto *update = reinterpret_cast<VkDescriptorImageInfo const *>(src + entry.offset + entry.stride *… in WriteDescriptorSet() local
454 …auto *update = reinterpret_cast<VkDescriptorImageInfo const *>(src + entry.offset + entry.stride *… in WriteDescriptorSet() local
489 auto update = reinterpret_cast<VkBufferView const *>(src + entry.offset + entry.stride * i); in WriteDescriptorSet() local
512 …auto update = reinterpret_cast<VkDescriptorBufferInfo const *>(src + entry.offset + entry.stride *… in WriteDescriptorSet() local
/third_party/node/lib/internal/crypto/
Dhash.js97 Hash.prototype.update = function update(data, encoding) { method in Hash
146 Hmac.prototype.update = Hash.prototype.update; method in Hmac
Dsig.js72 Sign.prototype.update = function update(data, encoding) { method in Sign
209 Verify.prototype.update = Sign.prototype.update; method in Verify
/third_party/typescript/tests/cases/compiler/
DreadonlyFloat32ArrayAssignableWithFloat32Array.ts2 function update(b: Readonly<Float32Array>) { function
/third_party/jsframework/runtime/main/extend/systemplugin/napi/bundle/
DbundleStatusCallback.js22 update: function(){ method
/third_party/skia/third_party/externals/harfbuzz/test/shape/data/text-rendering-tests/
DMakefile.am9 update: target
/third_party/typescript/tests/baselines/reference/
DreadonlyFloat32ArrayAssignableWithFloat32Array.js2 function update(b: Readonly<Float32Array>) { function
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_state.h38 void (*update)(struct i915_context *); member
/third_party/vk-gl-cts/external/
Dfetch_sources.py76 def update (self, cmdProtocol = None, force = False): member in SourcePackage
193 def update (self, cmdProtocol = None, force = False): member in SourceFile
270 def update (self, cmdProtocol, force = False): member in GitRepo
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
DRBGroupPanel.java436 public void update() { in update() method in GroupItemsListModel
465 public void update() { in update() method in GroupComboBoxModel
526 public void update() { in update() method in GroupItemsTableModel
/third_party/ffmpeg/tests/
Dfate.sh37 update()( function
/third_party/node/deps/npm/node_modules/@npmcli/arborist/bin/lib/
Doptions.js26 update: Array, property
62 ({ updateAll: all, update: names, ...o }) => { property
/third_party/openssl/crypto/evp/
Dlegacy_meth.h39 #define LEGACY_EVP_MD_METH_TABLE(init, update, final, ctrl, blksz) \ argument
Dm_null.c22 static int update(EVP_MD_CTX *ctx, const void *data, size_t count) in update() function
/third_party/node/deps/openssl/openssl/crypto/evp/
Dm_null.c22 static int update(EVP_MD_CTX *ctx, const void *data, size_t count) in update() function
Dlegacy_meth.h39 #define LEGACY_EVP_MD_METH_TABLE(init, update, final, ctrl, blksz) \ argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDIEHash.h57 void update(uint8_t Value) { Hash.update(Value); } in update() function
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_state.h43 enum pipe_error (*update)( struct svga_context *svga, uint64_t dirty ); member
/third_party/libuv/docs/code/tty-gravity/
Dmain.c14 void update(uv_timer_t *req) { in update() function
/third_party/alsa-utils/alsa-info/
Dalsa-info.sh44 update() { function
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_security_cryptoFramework.js162 update: function (...args) { method
194 update: function (...args) { method
238 update: function (...args) { method
277 update: function (...args) { method
316 update: function (...args) { method
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DCRC.cpp103 void JamCRC::update(ArrayRef<uint8_t> Data) { in update() function in JamCRC

1234567891011