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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium-trace/catapult/third_party/Paste/paste/evalexception/media/
MochiKit.packed.js 28 MochiKit.Base.update=function(_1,_2){
42 MochiKit.Base.update(MochiKit.Base,{__repr__:function(){
1028 MochiKit.Base.EXPORT=["flattenArray","noop","camelize","counter","clone","extend","update","updatetree","setdefault","keys","values","items","NamedError","operator","forwardCall","itemgetter","typeMatcher","isCallable","isUndefined","isUndefinedOrNull","isNull","isEmpty","isNotEmpty","isArrayLike","isDateLike","xmap","map","xfilter","filter","methodcaller","compose","bind","bindLate","bindMethods","NotFound","AdapterRegistry","registerComparator","compare","registerRepr","repr","objEqual","arrayEqual","concat","keyComparator","reverseKeyComparator","partial","merge","listMinMax","listMax","listMin","objMax","objMin","nodeWalk","zip","urlEncode","queryString","serializeJSON","registerJSON","evalJSON","parseQueryString","findValue","findIdentical","flattenArguments","method","average","mean","median"];
1058 m.update(m.NamedError.prototype,{repr:function(){
1070 m.merge=m.partial(m.update,null);
1097 MochiKit.Base.update(MochiKit.Iter,{__repr__:function(){
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/route53/
status.py 35 def update(self): member in class:Status
36 """ Update the status of this request."""
  /external/chromium-trace/catapult/third_party/typ/typ/
printer.py 29 def update(self, msg, elide=True): member in class:Printer
  /external/llvm/lib/Support/
JamCRC.cpp 91 void JamCRC::update(ArrayRef<char> Data) { function in class:JamCRC
  /hardware/bsp/intel/peripheral/libupm/examples/javascript/
tm1637.js 40 // Display and time update function
41 function update(){ function
53 // And update every second thereafter
54 interval = setInterval(update, 1000);
  /libcore/ojluni/src/main/java/java/util/
Observer.java 46 void update(Observable o, Object arg); method in interface:Observer
  /cts/tests/openglperf2/jni/reference/scene/
Scene.cpp 65 bool Scene::update(int frame) { function in class:Scene
  /external/eigen/scripts/
relicense.py 46 def update(text): function
62 text, updated = update(text)
  /external/mesa3d/src/gallium/drivers/i915/
i915_state.h 39 void (*update)(struct i915_context *); member in struct:i915_tracked_state
  /external/skia/src/images/
SkPageFlipper.cpp 70 const SkRegion& SkPageFlipper::update(SkRegion* copyBits) { function in class:SkPageFlipper
  /external/replicaisland/src/com/replica/replicaisland/
MainLoop.java 34 public void update(float timeDelta, BaseObject parent) { method in class:MainLoop
35 mTimeSystem.update(timeDelta, parent);
37 super.update(newTimeDelta, parent);
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/elb/
healthcheck.py 70 def update(self): member in class:HealthCheck
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/rds/
dbsnapshot.py 119 def update(self, validate=False): member in class:DBSnapshot
121 Update the DB snapshot's status information by making a call to fetch
126 instance the update method returns quietly. If
135 self.__dict__.update(i.__dict__)
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/check/
None.java 18 public void update(byte[] buf, int off, int len) {} method in class:None
CRC32.java 20 public void update(byte[] buf, int off, int len) { method in class:CRC32
21 state.update(buf, off, len);
SHA256.java 21 public void update(byte[] buf, int off, int len) { method in class:SHA256
22 sha256.update(buf, off, len);
  /external/opencv3/samples/python2/
contours.py 52 def update(levels): function
58 update(3)
59 cv2.createTrackbar( "levels+3", "contours", 3, 7, update )
  /hardware/bsp/intel/peripheral/libupm/examples/java/
Hmc5883lSample.java 47 // Update the coordinates
48 compas.update();
NUNCHUCKSample.java 49 nunchuck.update();
  /libcore/ojluni/src/main/java/java/util/zip/
Checksum.java 38 * @param b the byte to update the checksum with
40 public void update(int b); method in interface:Checksum
44 * @param b the byte array to update the checksum with
46 * @param len the number of bytes to use for the update
48 public void update(byte[] b, int off, int len); method in interface:Checksum
  /packages/apps/Camera2/src/com/android/camera/async/
Updatable.java 28 * <li>Synchronous access to every update: {@link ConcurrentBufferQueue}</li>
29 * <li>Synchronous access to a single update: {@link UpdatableCountDownLatch}</li>
48 public void update(@Nonnull T t); method in interface:Updatable
UpdatableCountDownLatch.java 24 * Counts down on each update.
32 public void update(@Nonnull T v) { method in class:UpdatableCountDownLatch
  /prebuilts/devtools/
update_jars.sh 13 MK_MERGE_MSG="1" # 1 to update the MERGE_MSG, empty to do not generate it
46 function update() { function
66 Update SDK prebuilts.
149 update $r
  /packages/apps/TV/src/com/android/tv/menu/
ItemListRow.java 56 public void update() { method in class:ItemListRow
57 mAdapter.update();
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandlerForIdentity.java 48 public boolean update(SQLiteDatabase db, TransactionContext txContext, ContentValues values, method in class:DataRowHandlerForIdentity
51 super.update(db, txContext, values, c, callerIsSyncAdapter, callerIsMetadataSyncAdapter);

Completed in 461 milliseconds

1 2 3 4 5 6 7 8 91011>>