HomeSort by relevance Sort by last modified time
    Searched defs:update (Results 251 - 275 of 1828) sorted by null

<<11121314151617181920>>

  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/cloudwatch/
alarm.py 237 def update(self): member in class:MetricAlarm
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/
image.py 147 self.__dict__.update(updated.__dict__)
149 def update(self, validate=False, dry_run=False): member in class:Image
151 Update the image's state information by making a call to fetch
156 image the update method returns quietly. If
  /external/chromium-trace/catapult/third_party/gsutil/third_party/crcmod/python2/crcmod/
crcmod.py 122 passed to the update method.
134 n.update(arg)
147 def update(self, data): member in class:Crc
148 '''Update the current CRC value using the string specified as the data
  /external/chromium-trace/catapult/third_party/gsutil/third_party/crcmod/python3/crcmod/
crcmod.py 123 passed to the update method.
135 n.update(arg)
148 def update(self, data): member in class:Crc
149 '''Update the current CRC value using the string specified as the data
  /external/chromium-trace/catapult/third_party/gsutil/third_party/crcmod_osx/crcmod/
crcmod.py 122 passed to the update method.
134 n.update(arg)
147 def update(self, data): member in class:Crc
148 '''Update the current CRC value using the string specified as the data
  /external/deqp/external/
fetch_sources.py 64 def update (self): member in class:SourcePackage
142 def update (self): member in class:GitRepo
194 pkg.update()
  /external/deqp/external/vulkancts/framework/vulkan/
vkBuilderUtil.cpp 163 // pImageInfo, pBufferInfo and pTexelBufferView will be updated when calling update()
221 void DescriptorSetUpdateBuilder::update (const DeviceInterface& vk, VkDevice device) const function in class:vk::DescriptorSetUpdateBuilder
223 // Update VkWriteDescriptorSet structures with stored info
  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/
EngineKey.java 142 messageDigest.update(id.getBytes(STRING_CHARSET_NAME));
143 messageDigest.update(dimensions);
144 messageDigest.update((cacheDecoder != null ? cacheDecoder .getId() : "").getBytes(STRING_CHARSET_NAME));
145 messageDigest.update((decoder != null ? decoder .getId() : "").getBytes(STRING_CHARSET_NAME));
146 messageDigest.update((transformation != null ? transformation.getId() : "").getBytes(STRING_CHARSET_NAME));
147 messageDigest.update((encoder != null ? encoder .getId() : "").getBytes(STRING_CHARSET_NAME));
149 messageDigest.update((sourceEncoder != null ? sourceEncoder .getId() : "").getBytes(STRING_CHARSET_NAME));
  /external/guava/guava/src/com/google/common/hash/
AbstractByteHasher.java 43 protected abstract void update(byte b); method in class:AbstractByteHasher
48 protected void update(byte[] b) { method in class:AbstractByteHasher
49 update(b, 0, b.length); method
55 protected void update(byte[] b, int off, int len) { method in class:AbstractByteHasher
57 update(b[i]);
63 update(b);
70 update(bytes);
77 update(bytes, off, len); method
84 private Hasher update(int bytes) { method in class:AbstractByteHasher
86 update(scratch.array(), 0, bytes)
    [all...]
  /external/libnfc-nci/src/nfa/dm/
nfa_dm_main.c 220 ** Description Update config parameters only if it's different from NFCC
230 BOOLEAN update; local
245 update = FALSE;
374 update = TRUE;
387 update = TRUE;
391 update = TRUE;
398 update = TRUE;
403 if (update)
421 /* If any TVLs to update, or if the SetConfig was initiated by the application, then send the SET_CONFIG command */
  /external/llvm/lib/CodeGen/
InterferenceCache.cpp 81 /// revalidate - LIU contents have changed, update tags.
124 void InterferenceCache::Entry::update(unsigned MBBNum) { function in class:InterferenceCache::Entry
  /external/llvm/lib/Support/
MD5.cpp 73 /// \brief This processes one or more 64-byte data blocks, but does NOT update
187 void MD5::update(ArrayRef<uint8_t> Data) { function in class:llvm::MD5
225 void MD5::update(StringRef Str) { function in class:llvm::MD5
227 update(SVal);
  /external/llvm/utils/lit/lit/
main.py 35 def update(self, test): member in class:TestingProgressDisplay
42 self.progressBar.update(float(self.completed)/self.numTests,
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/common/
DecoderUtil.java 25 crc32.update(buf, off, len);
  /external/markdown/markdown/
odict.py 77 def update(self, dict_): member in class:OrderedDict
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_screen.h 37 u32 (*update)(struct pipe_screen *); member in struct:nouveau_screen::__anon19673
  /external/opencv3/3rdparty/libwebp/enc/
tree.c 497 const int update = (p0 != VP8CoeffsProba0[t][b][c][p]); local
498 if (VP8PutBit(bw, update, VP8CoeffsUpdateProba[t][b][c][p])) {
  /external/opencv3/samples/python2/
mosse.py 74 self.update(frame)
76 def update(self, frame, rate = 0.125): member in class:MOSSE
161 tracker.update(frame_gray)
  /external/replicaisland/src/com/replica/replicaisland/
AttackAtDistanceComponent.java 45 public void update(float timeDelta, BaseObject parent) { method in class:AttackAtDistanceComponent
ButtonAnimationComponent.java 48 public void update(float timeDelta, BaseObject parent) { method in class:ButtonAnimationComponent
DynamicCollisionComponent.java 51 public void update(float timeDelta, BaseObject parent) { method in class:DynamicCollisionComponent
GenericAnimationComponent.java 34 public void update(float timeDelta, BaseObject parent) { method in class:GenericAnimationComponent
InventoryComponent.java 42 public void update(float timeDelta, BaseObject parent) { method in class:InventoryComponent
SelectDialogComponent.java 39 public void update(float timeDelta, BaseObject parent) { method in class:SelectDialogComponent
TimeSystem.java 58 public void update(float timeDelta, BaseObject parent) { method in class:TimeSystem

Completed in 894 milliseconds

<<11121314151617181920>>