Searched defs:update (Results 126 - 150 of 320) sorted by relevance

1234567891011>>

/external/webkit/Source/WebCore/inspector/front-end/
H A DScopeChainSidebarPane.js35 update: function(callFrame)
H A DMetricsSidebarPane.js36 update: function(node)
227 this.update();
279 self.update();
/external/webkit/Source/WebCore/storage/
H A DIDBCursorBackendImpl.cpp78 void IDBCursorBackendImpl::update(PassRefPtr<SerializedScriptValue> value, PassRefPtr<IDBCallbacks> callbacks, ExceptionCode& ec) function in class:WebCore::IDBCursorBackendImpl
/external/webkit/Source/WebKit2/UIProcess/
H A DDrawingAreaProxy.h107 virtual void update(uint64_t backingStoreStateID, const UpdateInfo&) { } function in class:WebKit::DrawingAreaProxy
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.update.configurator_3.3.100.v20100512.jar ... .html plugin.properties org/ org/eclipse/ org/eclipse/update/ org/eclipse/update/configurator/ org/eclipse/update/configurator/ConfiguratorUtils. ...
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
H A DRunnerController.java97 public void update() { method in class:RunnerController
102 update();
108 update();
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtask.rb343 def update method in class:ANTLR3
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DObservableTest.java31 public void update(Observable observed, Object arg) { method in class:ObservableTest.TestObserver
51 public void update(Observable observed, Object arg) { method in class:ObservableTest.DeleteTestObserver
/external/apache-http/src/org/apache/http/impl/conn/
H A DDefaultClientConnection.java209 public void update(Socket sock, HttpHost target, method in class:DefaultClientConnection
230 } // update
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
H A DOpenSSLDigest.java86 public void update(byte in) { method in class:OpenSSLDigest
88 update(singleByte, 0, 1);
91 public void update(byte[] in, int inOff, int len) { method in class:OpenSSLDigest
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
H A DPropertyTableTooltipHelper.java84 public void update(Property property, method in class:PropertyTableTooltipHelper
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/digest/
H A DMD5.java194 public final void update(byte b) method in class:MD5
206 public final void update(byte[] buff, int pos, int len) method in class:MD5
236 public final void update(byte[] b) method in class:MD5
238 update(b, 0, b.length);
251 update(padding, 0, padLen);
252 update(bits, 0, 8);
H A DSHA1.java49 public void update(byte b[]) method in class:SHA1
51 update(b, 0, b.length);
54 public void update(byte b[], int off, int len) method in class:SHA1
172 public void update(byte b) method in class:SHA1
629 sha.update("abc".getBytes());
632 sha.update("abcdbcdecdefdefgefghfghighijhijkijkljklmklmnlmnomnopnopq".getBytes());
636 sha.update((byte) 'a');
/external/guava/guava/src/com/google/common/util/concurrent/
H A DAtomicDouble.java129 * @param update the new value
133 public final boolean compareAndSet(double expect, double update) { argument
136 doubleToRawLongBits(update));
151 * @param update the new value
154 public final boolean weakCompareAndSet(double expect, double update) { argument
157 doubleToRawLongBits(update));
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/
H A DCharacterControl.java131 public void update(float tpf) { method in class:CharacterControl
H A DGhostControl.java119 public void update(float tpf) { method in class:GhostControl
H A DRigidBodyControl.java201 public void update(float tpf) { method in class:RigidBodyControl
H A DVehicleControl.java173 public void update(float tpf) { method in class:VehicleControl
/external/jmonkeyengine/engine/src/core/com/jme3/app/
H A DSimpleApplication.java224 public void update() { method in class:SimpleApplication
225 super.update(); // makes sure to execute AppTasks
232 // update states
233 stateManager.update(tpf);
235 // simple update and root node
H A DStatsAppState.java186 public void update(float tpf) { method in class:StatsAppState
/external/jmonkeyengine/engine/src/core/com/jme3/light/
H A DLightList.java228 public void update(LightList local, LightList parent){ method in class:LightList
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
H A DTerrainLodControl.java54 * Tells the terrain to update its Level of Detail.
103 public void update(float tpf) { method in class:TerrainLodControl
129 terrain.update(cameraLocations, lodCalculator);
/external/jmonkeyengine/engine/src/test/jme3test/
H A DTestChooser.java390 private void update() { method in class:TestChooser.FilteredJList
416 update();
/external/jmonkeyengine/engine/src/test/jme3test/bullet/
H A DBombControl.java135 public void update(float tpf) { method in class:BombControl
136 super.update(tpf);
/external/libnfc-nci/src/nfa/dm/
H A Dnfa_dm_main.c225 BOOLEAN update; local
240 update = FALSE;
362 update = TRUE;
375 update = TRUE;
379 update = TRUE;
386 update = TRUE;
391 if (update)
409 /* If any TVLs to update, or if the SetConfig was initiated by the application, then send the SET_CONFIG command */

Completed in 498 milliseconds

1234567891011>>