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

1 2 3 4 5 6 7 8 91011>>

  /external/eigen/scripts/
relicense.py 46 def update(text): function
62 text, updated = update(text)
  /external/llvm/lib/Support/
JamCRC.cpp 92 void JamCRC::update(ArrayRef<char> Data) { function in class:JamCRC
  /libcore/ojluni/src/main/java/java/util/
Observer.java 46 void update(Observable o, Object arg); method in interface:Observer
  /tools/test/connectivity/acts/framework/acts/libs/ota/ota_tools/
adb_sideload_ota_tool.py 34 def update(self, ota_runner): member in class:AdbSideloadOtaTool
48 logging.info('Device is up. Update complete.')
ota_tool.py 19 """A Wrapper for an OTA Update command or tool.
22 update the device.
26 """Creates an OTA Update tool with the given properties.
33 def update(self, ota_runner): member in class:OtaTool
34 """Begins the OTA Update. Returns after the update has installed.
42 """A cleanup method for the OTA Tool to run after the update completes.
  /cts/tests/openglperf2/jni/reference/scene/
Scene.cpp 65 bool Scene::update(int frame) { function in class:Scene
  /external/mesa3d/src/gallium/drivers/i915/
i915_state.h 39 void (*update)(struct i915_context *); member in struct:i915_tracked_state
  /external/python/cpython2/Lib/idlelib/
dynOptionMenuWidget.py 50 def update(): function in function:_dyn_option_menu
52 button = Button(top, text="Change option set", command=update)
  /external/python/cpython3/Lib/idlelib/
dynoption.py 51 def update(): function in function:_dyn_option_menu
53 button = Button(top, text="Change option set", command=update)
  /frameworks/base/media/java/android/media/update/
ApiLoader.java 17 package android.media.update;
ProviderCreator.java 17 package android.media.update;
  /tools/test/connectivity/acts/framework/acts/libs/ota/
ota_updater.py 44 def update(android_device, ignore_update_errors=False): function
45 """Update a given AndroidDevice.
48 android_device: The device to update
49 ignore_update_errors: Whether or not to ignore update errors such as
53 of packages to update the phone with.
57 ota_runners[android_device].update()
  /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/autotest/client/deps/webgl_mpd/src/
cros_fps.js 16 crosFpsCounter.prototype.update = function( method in class:crosFpsCounter
  /external/autotest/tko/
reason_qualifier.py 9 def update(self, new_wording): member in class:reason_counter
55 reason_htable[reason_reduced].update(reason_reduced)
  /external/boringssl/src/util/fipstools/
delocate_test.go 27 update = flag.Bool("update", false, "If true, update output files rather than compare them.")
73 if *update {
26 update = flag.Bool("update", false, "If true, update output files rather than compare them.") var
  /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
  /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
  /packages/experimental/KBars/app/src/main/java/js/kbars/
LightsOutModeToggleButton.java 16 LightsOutModeToggleButton.this.update();
19 update(); method
22 private void update() { method in class:LightsOutModeToggleButton
  /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
  /prebuilts/go/darwin-x86/src/cmd/internal/test2json/
test2json_test.go 21 var update = flag.Bool("update", false, "rewrite testdata/*.json files") var
46 if *update {
  /prebuilts/go/darwin-x86/src/hash/crc32/
crc32_arm64.s 18 update: label
26 JMP update
61 update: label
69 JMP update
  /prebuilts/go/linux-x86/src/cmd/internal/test2json/
test2json_test.go 21 var update = flag.Bool("update", false, "rewrite testdata/*.json files") var
46 if *update {

Completed in 987 milliseconds

1 2 3 4 5 6 7 8 91011>>