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

1234567891011>>

/external/chromium-trace/trace-viewer/third_party/Paste/paste/evalexception/media/
H A DMochiKit.packed.js28 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(){
1718 MochiKit.Base.update(MochiKit.Logging,{logLevelAtLeast:function(_1fc){
1855 m.update(this.Logger.prototype,{debug:_21a(_21c,"DEBUG"),log:_21a(_21c,"INFO"),error:_21a(_21c,"ERROR"),fatal:_21a(_21c,"FATAL"),warning:_21a(_21c,"WARNING")});
2424 MochiKit.Base.update(MochiKit.Async,{evalJSONRequest:function(req){
2529 opts=m.update({metho
[all...]
/external/linux-tools-perf/src/tools/perf/ui/
H A Dprogress.h7 void (*update)(u64, u64, const char *); member in struct:ui_progress
/external/eigen/scripts/
H A Drelicense.py46 def update(text): function
62 text, updated = update(text)
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_state.h39 void (*update)(struct i915_context *); member in struct:i915_tracked_state
/external/jmonkeyengine/engine/src/core/com/jme3/scene/debug/
H A DWireFrustum.java69 public void update(Vector3f[] points){ method in class:WireFrustum
/external/lldb/examples/synthetic/bitfield/
H A Dexample.py97 def update(self): member in class:MaskedData_SyntheticChildrenProvider
98 # we do not do anything special in update - but this would be the right place to lookup
/external/lldb/test/functionalities/data-formatter/data-formatter-python-synth/
H A DfooSynthProvider.py22 def update(self): member in class:fooSynthProvider
H A Dftsp.py22 def update(self): member in class:ftsp
/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/lldb/examples/summaries/
H A Dsp_cp.py12 self.update()
13 def update(self): member in class:SharedPtr_SyntheticChildrenProvider
36 self.update()
37 def update(self): member in class:ValueObjectSP_SyntheticChildrenProvider
/external/lldb/test/expression_command/formatters/
H A Dfoosynth.py6 self.update();
8 def update(self): member in class:FooSyntheticProvider
/external/llvm/utils/
H A DlldbDataFormatters.py26 self.update() # initialize this provider
50 def update(self): member in class:SmallVectorSynthProvider
67 self.update() # initialize this provider
85 def update(self): member in class:ArrayRefSynthProvider
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_state.h43 enum pipe_error (*update)( struct svga_context *svga, unsigned dirty ); member in struct:svga_tracked_state
/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/apache-http/src/org/apache/http/conn/
H A DOperatedClientConnection.java73 * because of an {@link #update update}.
84 * because of an {@link #update update}.
96 * because of an {@link #update update}.
173 void update(Socket sock, HttpHost target, method in interface:OperatedClientConnection
/external/boringssl/include/openssl/
H A Ddigest.h242 /* update is usually copied from |digest->update| but can differ in some
245 void (*update)(EVP_MD_CTX *ctx, const void *data, size_t count); member in struct:env_md_ctx_st
/external/boringssl/src/crypto/digest/
H A Dinternal.h81 /* update hashes |len| bytes of |data| into the state in |ctx->md_data|. */
82 void (*update)(EVP_MD_CTX *ctx, const void *data, size_t count); member in struct:env_md_st
115 * called, the |update| member not to be copied from the |EVP_MD| in
/external/boringssl/src/include/openssl/
H A Ddigest.h242 /* update is usually copied from |digest->update| but can differ in some
245 void (*update)(EVP_MD_CTX *ctx, const void *data, size_t count); member in struct:env_md_ctx_st
/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
H A DMac.java39 public void update(byte in) method in interface:Mac
49 public void update(byte[] in, int inOff, int len) method in interface:Mac
H A DSigner.java17 * update the internal digest with the byte b
19 public void update(byte b); method in interface:Signer
22 * update the internal digest with the byte array in
24 public void update(byte[] in, int off, int len); method in interface:Signer

Completed in 1109 milliseconds

1234567891011>>