Searched defs:update (Results 1 - 25 of 320) sorted by relevance

1234567891011>>

/external/webkit/Tools/Scripts/
H A Dupdate-iexploder-cssproperties46 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
/external/eigen/scripts/
H A Drelicense.py46 def update(text): function
62 text, updated = update(text)
/external/webkit/Source/WebCore/inspector/front-end/
H A DEventListenersSidebarPane.js61 update: function(node)
102 section.update();
117 this.sections[i].update();
140 update: function()
184 update: function()
H A DPropertiesSidebarPane.js35 update: function(node)
/external/jmonkeyengine/engine/src/core/com/jme3/scene/debug/
H A DWireFrustum.java69 public void update(Vector3f[] points){ method in class:WireFrustum
/external/llvm/utils/
H A DlldbDataFormatters.py12 self.update() # initialize this provider
36 def update(self): member in class:SmallVectorSynthProvider
/external/jmonkeyengine/engine/src/test/jme3test/app/
H A DTestBareBonesApp.java69 public void update(){ method in class:TestBareBonesApp
70 super.update();
76 // dont forget to update the scenes
/external/jmonkeyengine/engine/src/test/jme3test/app/state/
H A DRootNodeState.java47 public void update(float tpf) { method in class:RootNodeState
48 super.update(tpf);
/external/okhttp/src/main/java/com/squareup/okhttp/
H A DOkResponseCache.java36 void update(CacheResponse conditionalCacheHit, HttpURLConnection httpConnection) method in interface:OkResponseCache
/external/openssl/crypto/evp/
H A Dm_dss.c74 static int update(EVP_MD_CTX *ctx,const void *data,size_t count) function
87 update,
H A Dm_dss1.c76 static int update(EVP_MD_CTX *ctx,const void *data,size_t count) function
89 update,
H A Dm_ecdsa.c124 static int update(EVP_MD_CTX *ctx,const void *data,size_t count) function
137 update,
H A Dm_md4.c77 static int update(EVP_MD_CTX *ctx,const void *data,size_t count) function
90 update,
H A Dm_md5.c76 static int update(EVP_MD_CTX *ctx,const void *data,size_t count) function
89 update,
H A Dm_mdc2.c77 static int update(EVP_MD_CTX *ctx,const void *data,size_t count) function
90 update,
H A Dm_null.c68 static int update(EVP_MD_CTX *ctx,const void *data,size_t count) function
81 update,
H A Dm_ripemd.c76 static int update(EVP_MD_CTX *ctx,const void *data,size_t count) function
89 update,
H A Dm_wp.c17 static int update(EVP_MD_CTX *ctx,const void *data,size_t count) function
30 update,
/external/replicaisland/src/com/replica/replicaisland/
H A DBaseObject.java22 * an ObjectManager, and anything that requires an update per frame should be derived from
34 * @param timeDelta The duration since the last update (in seconds).
37 public void update(float timeDelta, BaseObject parent) { method in class:BaseObject
H A DCameraBiasComponent.java30 public void update(float timeDelta, BaseObject parent) { method in class:CameraBiasComponent
H A DMainLoop.java34 public void update(float timeDelta, BaseObject parent) { method in class:MainLoop
35 mTimeSystem.update(timeDelta, parent);
37 super.update(newTimeDelta, parent);
H A DMovementComponent.java39 public void update(float timeDelta, BaseObject parent) { method in class:MovementComponent
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
H A Dmetered_stream.py50 two other methods for output, update(), and progress().
52 In normal usage, update() will overwrite the output of the immediately
53 preceding update() (write() also will overwrite update()). So, calling
54 multiple update()s in a row can provide an updating status bar (note that
55 if an update string contains newlines, only the text following the last
59 verbose=true), then update() no longer overwrite a previous update(), and
64 progress() is just like update(), except that if you are in verbose mode,
72 layering inversion in update() fo
114 def update(self, str): member in class:MeteredStream
[all...]
/external/apache-http/src/org/apache/http/conn/
H A DOperatedClientConnection.java68 * because of an {@link #update update}.
79 * because of an {@link #update update}.
91 * because of an {@link #update update}.
168 void update(Socket sock, HttpHost target, method in interface:OperatedClientConnection
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
H A DDigest.java23 * update the message digest with a single byte.
27 public void update(byte in); method in interface:Digest
30 * update the message digest with a block of bytes.
36 public void update(byte[] in, int inOff, int len); method in interface:Digest

Completed in 420 milliseconds

1234567891011>>