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

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Tools/Scripts/
update-iexploder-cssproperties 46 sub update($$);
49 update("cssproperties.in", "css/CSSPropertyNames.in");
50 update("htmlattrs.in", "html/HTMLAttributeNames.in");
51 update("htmltags.in", "html/HTMLTagNames.in");
108 sub update($$) subroutine
  /libcore/luni/src/main/java/java/util/
Observer.java 39 void update(Observable observable, Object data); method in interface:Observer
  /external/eigen/scripts/
relicense.py 46 def update(text): function
62 text, updated = update(text)
  /external/openssl/crypto/evp/
m_dss.c 74 static int update(EVP_MD_CTX *ctx,const void *data,size_t count) function
87 update,
m_dss1.c 76 static int update(EVP_MD_CTX *ctx,const void *data,size_t count) function
89 update,
m_ecdsa.c 124 static int update(EVP_MD_CTX *ctx,const void *data,size_t count) function
137 update,
m_md4.c 77 static int update(EVP_MD_CTX *ctx,const void *data,size_t count) function
90 update,
m_md5.c 76 static int update(EVP_MD_CTX *ctx,const void *data,size_t count) function
89 update,
m_mdc2.c 77 static int update(EVP_MD_CTX *ctx,const void *data,size_t count) function
90 update,
m_null.c 68 static int update(EVP_MD_CTX *ctx,const void *data,size_t count) function
81 update,
m_ripemd.c 76 static int update(EVP_MD_CTX *ctx,const void *data,size_t count) function
89 update,
m_wp.c 17 static int update(EVP_MD_CTX *ctx,const void *data,size_t count) function
30 update,
  /external/skia/legacy/src/images/
SkPageFlipper.cpp 70 const SkRegion& SkPageFlipper::update(SkRegion* copyBits) { function in class:SkPageFlipper
  /external/skia/src/images/
SkPageFlipper.cpp 70 const SkRegion& SkPageFlipper::update(SkRegion* copyBits) { function in class:SkPageFlipper
  /external/webkit/Source/WebCore/inspector/front-end/
EventListenersSidebarPane.js 61 update: function(node)
102 section.update();
117 this.sections[i].update();
140 update: function()
184 update: function()
PropertiesSidebarPane.js 35 update: function(node)
  /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/llvm/utils/
lldbDataFormatters.py 12 self.update() # initialize this provider
36 def update(self): member in class:SmallVectorSynthProvider
  /external/okhttp/src/main/java/com/squareup/okhttp/
OkResponseCache.java 36 void update(CacheResponse conditionalCacheHit, HttpURLConnection httpConnection) method in interface:OkResponseCache
  /frameworks/av/include/camera/
CameraMetadata.h 116 * Update metadata entry. Will create entry if it doesn't exist already, and
120 status_t update(uint32_t tag,
122 status_t update(uint32_t tag,
124 status_t update(uint32_t tag,
126 status_t update(uint32_t tag,
128 status_t update(uint32_t tag,
130 status_t update(uint32_t tag,
132 status_t update(uint32_t tag,
136 status_t update(uint32_t tag, Vector<T> data) { function in class:android::CameraMetadata
137 return update(tag, data.array(), data.size())
    [all...]
  /frameworks/base/core/java/android/webkit/
ZoomControlBase.java 31 * Enables the control to update its state if necessary in response to a
35 public void update(); method in interface:ZoomControlBase
  /libcore/luni/src/main/java/java/net/
ExtendedResponseCache.java 50 void update(CacheResponse conditionalCacheHit, HttpURLConnection httpConnection); method in interface:ExtendedResponseCache
  /libcore/luni/src/main/java/java/util/zip/
Checksum.java 48 public void update(byte[] buf, int off, int nbytes); method in interface:Checksum
54 * the byte to update the checksum with.
56 public void update(int val); method in interface:Checksum
  /packages/apps/Mms/src/com/android/mms/transaction/
Observer.java 26 * Update the state of the observable.
30 void update(Observable observable); method in interface:Observer
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandlerForIdentity.java 49 public boolean update(SQLiteDatabase db, TransactionContext txContext, ContentValues values, method in class:DataRowHandlerForIdentity
52 super.update(db, txContext, values, c, callerIsSyncAdapter);

Completed in 1067 milliseconds

1 2 3 4 5 6 7 8 91011>>