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

1 2 3 4 5 6

  /external/swiftshader/third_party/LLVM/
Makefile 242 SVN-UPDATE-OPTIONS =
248 update:
249 $(SVN) $(SVN-UPDATE-OPTIONS) update $(LLVM_SRC_ROOT)
250 @ $(SVN) status $(LLVM_SRC_ROOT) | $(SUB-SVN-DIRS) | xargs $(SVN) $(SVN-UPDATE-OPTIONS) update
252 happiness: update all check-all
254 .PHONY: srpm rpm update happiness
  /external/nist-sip/java/javax/sip/message/
Request.java 21 String UPDATE = "UPDATE";
  /libcore/ojluni/src/main/java/sun/net/
ProgressSource.java 36 public enum State { NEW, CONNECTED, UPDATE, DELETE };
159 * Update progress.
169 state = State.UPDATE;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
ProcessingTaskController.java 37 public final static int UPDATE = 2;
46 } else if (msg.arg1 == UPDATE) {
47 task.onUpdate((ProcessingTask.Update) msg.obj);
  /tools/loganalysis/tests/src/com/android/loganalysis/util/config/
OptionUpdateRuleTest.java 27 private static final Object UPDATE = "5 update value";
28 private static final Object SMALL_UPDATE = "0 update value";
29 private static final Object BIG_UPDATE = "9 update value";
32 assertEquals(UPDATE, OptionUpdateRule.FIRST.update(OPTION_NAME, null, UPDATE));
33 assertEquals(CURRENT, OptionUpdateRule.FIRST.update(OPTION_NAME, CURRENT, UPDATE));
37 assertEquals(UPDATE, OptionUpdateRule.LAST.update(OPTION_NAME, null, UPDATE))
    [all...]
  /tools/tradefederation/core/tests/src/com/android/tradefed/config/
OptionUpdateRuleTest.java 27 private static final Object UPDATE = "5 update value";
28 private static final Object SMALL_UPDATE = "0 update value";
29 private static final Object BIG_UPDATE = "9 update value";
32 assertTrue(OptionUpdateRule.FIRST.shouldUpdate(OPTION_NAME, null, UPDATE));
33 assertFalse(OptionUpdateRule.FIRST.shouldUpdate(OPTION_NAME, CURRENT, UPDATE));
37 assertTrue(OptionUpdateRule.LAST.shouldUpdate(OPTION_NAME, null, UPDATE));
38 assertTrue(OptionUpdateRule.LAST.shouldUpdate(OPTION_NAME, CURRENT, UPDATE));
54 assertTrue(OptionUpdateRule.IMMUTABLE.shouldUpdate(OPTION_NAME, null, UPDATE));
56 OptionUpdateRule.IMMUTABLE.shouldUpdate(OPTION_NAME, CURRENT, UPDATE);
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Applications/SpiTool/
SpiFlashCmd.c 67 {L"update", TypeFlag},
81 UPDATE = 64,
107 "update | updatefile]"
124 "Update 100 bytes from 0x100000 at RAM in SPI flash at address 0xe00000\n"
125 " sf update 0x100000 0xe00000 100\n"
128 "Update data in SPI flash at 0x3000000 from file Linux.efi\n"
268 Flag |= (ShellCommandLineGetFlag (CheckPackage, L"update") << 6);
307 case UPDATE:
434 case UPDATE:
436 Status = SpiFlashProtocol->Update (Slave, Offset, ByteCount, Buffer);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
inflate.c 174 /* update state and reset the rest of it */
366 Update the window with the last wsize (normally 32K) bytes written before
433 # define UPDATE(check, buf, len) \
436 # define UPDATE(check, buf, len) adler32(check, buf, len)
585 When returning, a "goto inf_leave" is used to update the total counters,
586 update the check value, and determine whether any progress has been made
589 When there is a window, goto inf_leave will update the window with the last
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
inflate.c 310 Update the window with the last wsize (normally 32K) bytes written before
377 # define UPDATE(check, buf, len) \
380 # define UPDATE(check, buf, len) adler32(check, buf, len)
534 When returning, a "goto inf_leave" is used to update the total counters,
535 update the check value, and determine whether any progress has been made
538 When there is a window, goto inf_leave will update the window with the last
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
inflate.c 189 /* update state and reset the rest of it */
383 Update the window with the last wsize (normally 32K) bytes written before
450 # define UPDATE(check, buf, len) \
453 # define UPDATE(check, buf, len) adler32(check, buf, len)
602 When returning, a "goto inf_leave" is used to update the total counters,
603 update the check value, and determine whether any progress has been made
606 When there is a window, goto inf_leave will update the window with the last
    [all...]
  /external/freetype/src/gzip/
infutil.h 65 /* update pointers and return */
69 #define UPDATE {UPDBITS UPDIN UPDOUT}
70 #define LEAVE {UPDATE return inflate_flush(s,z,r);}
  /external/python/cpython2/Modules/zlib/
inflate.c 174 /* update state and reset the rest of it */
366 Update the window with the last wsize (normally 32K) bytes written before
433 # define UPDATE(check, buf, len) \
436 # define UPDATE(check, buf, len) adler32(check, buf, len)
585 When returning, a "goto inf_leave" is used to update the total counters,
586 update the check value, and determine whether any progress has been made
589 When there is a window, goto inf_leave will update the window with the last
    [all...]
  /external/python/cpython3/Modules/zlib/
inflate.c 189 /* update state and reset the rest of it */
383 Update the window with the last wsize (normally 32K) bytes written before
450 # define UPDATE(check, buf, len) \
453 # define UPDATE(check, buf, len) adler32(check, buf, len)
602 When returning, a "goto inf_leave" is used to update the total counters,
603 update the check value, and determine whether any progress has been made
606 When there is a window, goto inf_leave will update the window with the last
    [all...]
  /external/syslinux/com32/lib/zlib/
inflate.c 162 /* update state and reset the rest of it */
345 Update the window with the last wsize (normally 32K) bytes written before
412 # define UPDATE(check, buf, len) \
415 # define UPDATE(check, buf, len) adler32(check, buf, len)
569 When returning, a "goto inf_leave" is used to update the total counters,
570 update the check value, and determine whether any progress has been made
573 When there is a window, goto inf_leave will update the window with the last
    [all...]
  /external/zlib/src/
inflate.c 189 /* update state and reset the rest of it */
383 Update the window with the last wsize (normally 32K) bytes written before
450 # define UPDATE(check, buf, len) \
453 # define UPDATE(check, buf, len) adler32(check, buf, len)
602 When returning, a "goto inf_leave" is used to update the total counters,
603 update the check value, and determine whether any progress has been made
606 When there is a window, goto inf_leave will update the window with the last
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/data/
UserPresetsManager.java 26 private static final int UPDATE = 5;
53 case UPDATE:
109 public void update(FilterUserPresetRepresentation representation) { method in class:UserPresetsManager
110 Message msg = mProcessingHandler.obtainMessage(UPDATE);
  /toolchain/binutils/binutils-2.27/zlib/
inflate.c 174 /* update state and reset the rest of it */
366 Update the window with the last wsize (normally 32K) bytes written before
433 # define UPDATE(check, buf, len) \
436 # define UPDATE(check, buf, len) adler32(check, buf, len)
585 When returning, a "goto inf_leave" is used to update the total counters,
586 update the check value, and determine whether any progress has been made
589 When there is a window, goto inf_leave will update the window with the last
    [all...]
  /frameworks/base/core/jni/
android_hardware_camera2_legacy_LegacyCameraDevice.cpp 60 #define UPDATE(md, tag, data, size) \
62 if ((md).update((tag), (data), (size))) { \
63 ALOGE("Update " #tag " failed!"); \
712 staticMetadata.update(ANDROID_SENSOR_ORIENTATION, &orientVal, 1);
713 staticMetadata.update(ANDROID_LENS_FACING, &facingVal, 1);
  /packages/apps/DocumentsUI/src/com/android/documentsui/
Model.java 72 private List<EventListener<Update>> mUpdateListeners = new ArrayList<>();
81 public void addUpdateListener(EventListener<Update> listener) {
85 public void removeUpdateListener(EventListener<Update> listener) {
90 for (EventListener<Update> handler: mUpdateListeners) {
91 handler.accept(Update.UPDATE);
96 Update error = new Update(e, mFeatures.isRemoteActionsEnabled());
97 for (EventListener<Update> handler: mUpdateListeners) {
116 protected void update(DirectoryResult result) method in class:Model
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
settings.h 48 #define UPDATE 80
50 #define HALF_SUBFRAMELEN 40 /* (UPDATE/2) */
  /frameworks/base/core/java/com/android/internal/widget/
AdapterHelper.java 27 * Helper class that can enqueue and process adapter update operations.
103 case UpdateOp.UPDATE:
141 // If a ViewHolder exists or this is a newly added item, we can defer this update
156 // This update cannot be recovered because we don't have a ViewHolder representing
195 UpdateOp newOp = obtainUpdateOp(UpdateOp.UPDATE, tmpStart, tmpCount,
204 UpdateOp newOp = obtainUpdateOp(UpdateOp.UPDATE, tmpStart, tmpCount,
217 op = obtainUpdateOp(UpdateOp.UPDATE, tmpStart, tmpCount, payload);
252 case UpdateOp.UPDATE:
259 throw new IllegalArgumentException("op should be remove or update." + op);
269 case UpdateOp.UPDATE
    [all...]
  /frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
AdapterHelper.java 28 * Helper class that can enqueue and process adapter update operations.
104 case UpdateOp.UPDATE:
142 // If a ViewHolder exists or this is a newly added item, we can defer this update
157 // This update cannot be recovered because we don't have a ViewHolder representing
196 UpdateOp newOp = obtainUpdateOp(UpdateOp.UPDATE, tmpStart, tmpCount,
205 UpdateOp newOp = obtainUpdateOp(UpdateOp.UPDATE, tmpStart, tmpCount,
218 op = obtainUpdateOp(UpdateOp.UPDATE, tmpStart, tmpCount, payload);
253 case UpdateOp.UPDATE:
260 throw new IllegalArgumentException("op should be remove or update." + op);
270 case UpdateOp.UPDATE
    [all...]
  /hardware/interfaces/camera/device/3.4/default/
ExternalCameraDevice.cpp 232 #define UPDATE(tag, data, size) \
234 if (metadata->update((tag), (data), (size))) { \
235 ALOGE("Update " #tag " failed!"); \
243 UPDATE(ANDROID_INFO_SUPPORTED_HARDWARE_LEVEL, &hardware_level, 1);
248 UPDATE(ANDROID_COLOR_CORRECTION_AVAILABLE_ABERRATION_MODES,
254 UPDATE(ANDROID_CONTROL_AE_AVAILABLE_ANTIBANDING_MODES,
258 UPDATE(ANDROID_CONTROL_MAX_REGIONS, controlMaxRegions,
263 UPDATE(ANDROID_CONTROL_AVAILABLE_VIDEO_STABILIZATION_MODES,
267 UPDATE(ANDROID_CONTROL_AWB_AVAILABLE_MODES, &awbAvailableMode, 1);
270 UPDATE(ANDROID_CONTROL_AE_AVAILABLE_MODES, &aeAvailableMode, 1)
    [all...]
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/observer/
ObservableProperty.java 113 UPDATE(Type.MULTIPLE_REFERENCE),
  /external/nist-sip/java/gov/nist/javax/sip/message/
SIPRequest.java 93 * Set of target refresh methods, currently: INVITE, UPDATE, SUBSCRIBE, NOTIFY, REFER
111 targetRefreshMethods.add(Request.UPDATE);
130 putName(Request.UPDATE);
    [all...]

Completed in 2421 milliseconds

1 2 3 4 5 6