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

<<21222324252627282930>>

  /external/apache-harmony/security/src/test/impl/java.injected/java/security/
Signature_Impl2Test.java 134 s.update((byte) 1);
137 s.update((byte) 1);
175 s.update(b);
177 s.update(b);
178 assertTrue("update() failed", MySignature2.runEngineUpdate2);
  /external/autotest/client/tools/
boottool 15 $bootloader->update(%hash);
75 =head2 update()
77 Update args of an existing kernel entry.
89 Read an existing entry into a hash suitable to add or update from.
433 # Update kernel args
435 sub update { subroutine
441 if (!defined $params{'update-kernel'} || (!defined $params{'args'} && !defined $params{'remove-args'})) {
442 warn "ERROR: kernel position or title (--update-kernel) and args (--args or --remove-args) required.\n";
452 if ($params{'update-kernel'} !~ /^\d+$/) {
453 $params{'update-kernel'} = $self->_lookup($params{'update-kernel'})
1505 sub update { subroutine
2315 sub update { subroutine
    [all...]
  /external/autotest/tko/
db.py 95 # update the master vm's database with test results. Specifying
336 def update(self, table, data, where, commit = None): member in class:db_sql
338 'update table set data values (%s ... %s) where ...'
345 cmd = 'update %s ' % table
379 # Only try to update tko_machines record if machine is set. This
403 self.update('tko_jobs', data, {'job_idx': job.index}, commit=commit)
419 self.update('tko_job_keyvals', data, where=where, commit=commit)
435 self.update('tko_tests', data,
520 self.update('tko_machines', machine_info,
567 self.update('tko_kernels'
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
LongDigest.java 117 public void update( method in class:LongDigest
131 public void update( method in class:LongDigest
141 update(in[inOff]);
164 update(in[inOff]);
181 update((byte)128); method
185 update((byte)0); method
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/
DSAParametersGenerator.java 385 d.update(input, 0, input.length);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dsa/
DSASigner.java 132 digest.update(b);
141 digest.update(b, off, len);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/rsa/
DigestSignatureSpi.java 124 digest.update(b);
133 digest.update(b, off, len);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/netscape/
NetscapeCertRequest.java 209 sig.update(content.getBytes());
245 sig.update(new DERSequence(pkac).getEncoded(ASN1Encoding.DER));
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
CertBlacklist.java 218 digest.update(encoded, 0, encoded.length);
  /external/chromium-trace/catapult/third_party/WebOb/webob/
cachecontrol.py 39 def update(self, *args, **kw): member in class:UpdateDict
40 dict.update(self, *args, **kw)
multidict.py 212 def update(self, *args, **kw): member in class:MultiDict
218 msg = ("Behavior of MultiDict.update() has changed "
222 MutableMapping.update(self, *args, **kw)
236 self.update(kwargs)
318 def update(self, *args, **kwargs): member in class:GetDict
319 MultiDict.update(self, *args, **kwargs)
356 update = _readonly variable in class:NestedMultiDict
444 update = __setitem__ variable in class:NoVars
  /external/chromium-trace/catapult/third_party/coverage/coverage/
data.py 84 can be combined by using :meth:`update` on one :class:`CoverageData`,
344 new_linenos.update(linenos)
370 new_arcs.update(arcs)
414 self._runs[0].update(kwargs)
469 def update(self, other_data, aliases=None): member in class:CoverageData
470 """Update this data with data from another `CoverageData`.
511 lines.update(file_lines)
523 arcs.update(file_arcs)
585 hasher.update(sorted(self.arcs(filename) or []))
587 hasher.update(sorted(self.lines(filename) or [])
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudfront/
distribution.py 331 def update(self, enabled=None, cnames=None, comment=None): member in class:Distribution
333 Update the configuration of the Distribution. The only values
342 the update. Therefore, to set the origin access identity for this
344 before calling this update method.
375 the update method.
377 self.update(enabled=True)
382 the update method.
384 self.update(enabled=False)
708 def update(self, enabled=None, cnames=None, comment=None): member in class:StreamingDistribution
710 Update the configuration of the StreamingDistribution. The only value
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb2/
table.py 336 This information will be used to update the ``schema``, ``indexes``,
357 # Blindly update throughput, since what's on DynamoDB's end is likely
381 def update(self, throughput=None, global_indexes=None): member in class:Table
400 >>> users.update(throughput={
406 # To also update the global index(es) throughput.
407 >>> users.update(throughput={
436 "Update": {
455 'global_indexes to update method'
467 To update ``global_indexes`` information on the ``Table``, you'll need
522 To update ``global_indexes`` information on the ``Table``, you'll nee
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/
instance.py 399 self.__dict__.update(updated.__dict__)
401 def update(self, validate=False, dry_run=False): member in class:Instance
403 Update the instance's state information by making a call to fetch
408 instance the update method returns quietly. If
  /external/chromium-trace/catapult/third_party/webapp2/webapp2_extras/
sessions.py 103 update = calls_update('update') variable in class:_UpdateDictMixin
116 dict.update(self, data or ())
408 container.get_session().update(value)
409 container.session_args.update(kwargs)
  /external/clang/utils/
clang-completion-mode.el 182 ;; updated, do so (and update the display of results).
183 (defun clang-update-filter ()
191 ;; update the filter for the currently-active code completion.
195 (clang-update-filter)
198 ;; Invoked when the user types the backspace key to update the filter
203 (clang-update-filter))
205 ;; Invoked when the user types the delete key to update the filter
210 (clang-update-filter))
  /external/guava/guava/src/com/google/common/io/
FileBackedOutputStream.java 168 update(1);
178 update(len);
194 private void update(int len) throws IOException { method in class:FileBackedOutputStream
  /external/javassist/src/main/javassist/bytecode/stackmap/
TypeData.java 203 if (update(cp, expectedName, typeName))
220 if (update(cp, name, tn.expectedName))
253 private boolean update(ClassPool cp, String oldName, String typeName) throws BadBytecode { method in class:TypeData.TypeName
  /external/jetty/src/java/org/eclipse/jetty/security/
PropertyUserStore.java 314 i.next().update(username,credential,roleArray);
352 public void update(String username, Credential credential, String[] roleArray); method in interface:PropertyUserStore.UserListener
  /external/libvncserver/client_examples/
gtkvncviewer.c 473 static void update (rfbClient *cl, int x, int y, int w, int h) { function
667 cl->GotFrameBufferUpdate = update;
  /external/libvncserver/test/
encodingstest.c 118 static void update(rfbClient* client,int x,int y,int w,int h) { function
128 rfbClientLog("Got update (encoding=%s): (%d,%d)-(%d,%d)\n",
191 client->GotFrameBufferUpdate=update;
238 rfbLog("Sent update (%d,%d)-(%d,%d)\n",x1,y1,x2,y2);
  /external/libvpx/libvpx/vp8/encoder/
vp8_quantize.c 536 int update = 0; local
541 /* if any of the delta_q values are changing update flag has to be set */
554 update |= cm->y2dc_delta_q != new_delta_q;
569 update |= cm->uvdc_delta_q != new_uv_delta_q;
580 if(update)
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemv.c 140 const int update = cost_branch256(ct, *cur_p) + vp9_cost_zero(upd_p) > local
142 vpx_write(w, update, upd_p);
143 if (update) {
147 return update;
  /external/llvm/lib/CodeGen/AsmPrinter/
DIEHash.h 107 void update(uint8_t Value) { Hash.update(Value); } function in class:llvm::DIEHash

Completed in 866 milliseconds

<<21222324252627282930>>