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

1 2 3 4 5 6

  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/
opcode.py 24 UPDATE = 5
31 'UPDATE' : UPDATE
95 """True if the opcode in flags is UPDATE.
102 if (from_flags(flags) == UPDATE):
  /external/nist-sip/java/javax/sip/message/
Request.java 21 String UPDATE = "UPDATE";
  /packages/providers/ContactsProvider/tests/assets/testUnsynced/
legacy_contacts.sql 92 CREATE TRIGGER contact_methods_UPDATE_typeAndLabel AFTER UPDATE ON contact_methods WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of type or label must be set'); END;
93 CREATE TRIGGER contact_methods_delete DELETE ON contact_methods BEGIN UPDATE people SET _sync_dirty=1 WHERE people._id=old.person;END;
94 CREATE TRIGGER contact_methods_insert INSERT ON contact_methods BEGIN UPDATE people SET _sync_dirty=1 WHERE people._id=new.person;END;
95 CREATE TRIGGER contact_methods_update UPDATE ON contact_methods BEGIN UPDATE people SET _sync_dirty=1 WHERE people._id=old.person;END;
96 CREATE TRIGGER extensions_delete DELETE ON extensions BEGIN UPDATE people SET _sync_dirty=1 WHERE people._id=old.person;END;
97 CREATE TRIGGER extensions_insert INSERT ON extensions BEGIN UPDATE people SET _sync_dirty=1 WHERE people._id=new.person; END;
98 CREATE TRIGGER extensions_update AFTER UPDATE ON extensions BEGIN UPDATE people SET _sync_dirty=1 WHERE people._id=old.person; END;
99 CREATE TRIGGER groupmembership_delete DELETE ON groupmembership BEGIN UPDATE people SET _sync_dirty=1 WHERE people._id=old.person;END
    [all...]
  /packages/providers/ContactsProvider/tests/assets/test1/
legacy_contacts.sql 124 CREATE TRIGGER contact_methods_UPDATE_typeAndLabel AFTER UPDATE ON contact_methods WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of type or label must be set'); END;
125 CREATE TRIGGER contact_methods_delete DELETE ON contact_methods BEGIN UPDATE people SET _sync_dirty=1 WHERE people._id=old.person;END;
126 CREATE TRIGGER contact_methods_insert INSERT ON contact_methods BEGIN UPDATE people SET _sync_dirty=1 WHERE people._id=new.person;END;
127 CREATE TRIGGER contact_methods_update UPDATE ON contact_methods BEGIN UPDATE people SET _sync_dirty=1 WHERE people._id=old.person;END;
128 CREATE TRIGGER extensions_delete DELETE ON extensions BEGIN UPDATE people SET _sync_dirty=1 WHERE people._id=old.person;END;
129 CREATE TRIGGER extensions_insert INSERT ON extensions BEGIN UPDATE people SET _sync_dirty=1 WHERE people._id=new.person; END;
130 CREATE TRIGGER extensions_update AFTER UPDATE ON extensions BEGIN UPDATE people SET _sync_dirty=1 WHERE people._id=old.person; END;
131 CREATE TRIGGER groupmembership_delete DELETE ON groupmembership BEGIN UPDATE people SET _sync_dirty=1 WHERE people._id=old.person;END
    [all...]
  /packages/providers/ContactsProvider/tests/assets/testSynced/
legacy_contacts.sql 148 CREATE TRIGGER contact_methods_UPDATE_typeAndLabel AFTER UPDATE ON contact_methods WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of type or label must be set'); END;
149 CREATE TRIGGER contact_methods_delete DELETE ON contact_methods BEGIN UPDATE people SET _sync_dirty=1 WHERE people._id=old.person;END;
150 CREATE TRIGGER contact_methods_insert INSERT ON contact_methods BEGIN UPDATE people SET _sync_dirty=1 WHERE people._id=new.person;END;
151 CREATE TRIGGER contact_methods_update UPDATE ON contact_methods BEGIN UPDATE people SET _sync_dirty=1 WHERE people._id=old.person;END;
152 CREATE TRIGGER extensions_delete DELETE ON extensions BEGIN UPDATE people SET _sync_dirty=1 WHERE people._id=old.person;END;
153 CREATE TRIGGER extensions_insert INSERT ON extensions BEGIN UPDATE people SET _sync_dirty=1 WHERE people._id=new.person; END;
154 CREATE TRIGGER extensions_update AFTER UPDATE ON extensions BEGIN UPDATE people SET _sync_dirty=1 WHERE people._id=old.person; END;
155 CREATE TRIGGER groupmembership_delete DELETE ON groupmembership BEGIN UPDATE people SET _sync_dirty=1 WHERE people._id=old.person;END
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
settings.h 57 #define UPDATE 80
59 #define HALF_SUBFRAMELEN (UPDATE/2)
lpc_analysis.c 252 /* Update input buffer and multiply signal with window */
253 for (pos1 = 0; pos1 < WINLEN - UPDATE/2; pos1++) {
254 maskdata->DataBufferLo[pos1] = maskdata->DataBufferLo[pos1 + UPDATE/2];
255 maskdata->DataBufferHi[pos1] = maskdata->DataBufferHi[pos1 + UPDATE/2];
259 pos2 = k * UPDATE/2;
260 for (n = 0; n < UPDATE/2; n++, pos1++) {
421 /* Update input buffer and multiply signal with window */
422 for(pos1 = 0; pos1 < WINLEN - UPDATE/2; pos1++)
425 UPDATE/2];
428 pos2 = frameCntr * UPDATE/2
    [all...]
  /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);
ProcessingTask.java 31 static interface Update {}
53 public void postUpdate(Update message) {
56 msg.arg1 = ProcessingTaskController.UPDATE;
85 public void onUpdate(Update message) {}
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
AdapterHelper.java 29 * Helper class that can enqueue and process adapter update operations.
105 case UpdateOp.UPDATE:
143 // If a ViewHolder exists or this is a newly added item, we can defer this update
158 // This update cannot be recovered because we don't have a ViewHolder representing
197 UpdateOp newOp = obtainUpdateOp(UpdateOp.UPDATE, tmpStart, tmpCount,
206 UpdateOp newOp = obtainUpdateOp(UpdateOp.UPDATE, tmpStart, tmpCount,
219 op = obtainUpdateOp(UpdateOp.UPDATE, tmpStart, tmpCount, payload);
254 case UpdateOp.UPDATE:
261 throw new IllegalArgumentException("op should be remove or update." + op);
271 case UpdateOp.UPDATE
    [all...]
OpReorderer.java 25 import static android.support.v7.widget.AdapterHelper.UpdateOp.UPDATE;
54 case UPDATE:
180 void swapMoveUpdate(List<UpdateOp> list, int move, UpdateOp moveOp, int update,
188 // moved item is updated. add an update for it
190 extraUp1 = mCallback.obtainUpdateOp(UPDATE, moveOp.positionStart, 1, updateOp.payload);
198 extraUp2 = mCallback.obtainUpdateOp(UPDATE, moveOp.positionStart + 1, remaining,
202 list.set(update, moveOp);
  /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);
  /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);}
infcodes.c 97 /* copy input/output information to locals (UPDATE macro restores) */
107 UPDATE
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/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);}
infcodes.c 97 /* copy input/output information to locals (UPDATE macro restores) */
107 UPDATE
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
settings.h 48 #define UPDATE 80
50 #define HALF_SUBFRAMELEN 40 /* (UPDATE/2) */
lpc_masking_model.c 253 /* Update the total nomalization of Alpha */
256 /* Update A[] */
612 /* Update input buffer and multiply signal with window */
613 for (pos1 = 0; pos1 < WINLEN - UPDATE/2; pos1++) {
614 maskdata->DataBufferLoQ0[pos1] = maskdata->DataBufferLoQ0[pos1 + UPDATE/2];
615 maskdata->DataBufferHiQ0[pos1] = maskdata->DataBufferHiQ0[pos1 + UPDATE/2];
621 pos2 = (int16_t)(k * UPDATE / 2);
622 for (n = 0; n < UPDATE/2; n++, pos1++) {
  /external/llvm/
Makefile 259 SVN-UPDATE-OPTIONS =
278 update:
279 $(SVN) $(SVN-UPDATE-OPTIONS) update $(LLVM_SRC_ROOT)
280 @eval $$SUB_SVN_DIRS; $(SVN) status --no-ignore $(LLVM_SRC_ROOT) | svnup $(LLVM_SRC_ROOT) | xargs $(SVN) $(SVN-UPDATE-OPTIONS) update
282 happiness: update all check-all
284 .PHONY: srpm rpm update happiness
  /frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/widget/
OpReorderTest.java 37 import static android.support.v7.widget.AdapterHelper.UpdateOp.UPDATE;
224 orderedRandom(MOVE, UPDATE);
269 case UPDATE:
301 return record(new UpdateOp(UPDATE, start, count, null));
399 case UpdateOp.UPDATE:
  /external/v8/test/mjsunit/regress/
regress-192.js 33 // UPDATE: This bug report is no longer valid. In ES5, creating object
  /external/pcre/dist/sljit/
sljitNativeARM_T2_32.c 795 #define UPDATE 0x10
897 if (SLJIT_UNLIKELY(flags & UPDATE)) {
902 flags &= ~UPDATE;
1016 if (SLJIT_UNLIKELY((flags & UPDATE) && (arg & REG_MASK))) {
1017 /* Update only applies if a base register exists. */
1021 flags &= ~UPDATE;
    [all...]
  /external/curl/packages/vms/
compare_curl_source.com 33 $! If UPDATE is given as a second parameter, files missing or different in the
43 $! The UPDATE parameter is ignored.
89 $! Update missing/changed files.
91 $ if (p2 .eqs. "UPDATE")
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationCursor.java 72 * ConversationCursor is a wrapper around a conversation list cursor that provides update/delete
701 // Remove the entry if it was time for an update or the item was deleted by the user.
722 // If the underlying cursor has received an update before we have gotten to this
1456 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:ConversationCursor.ConversationProvider
    [all...]

Completed in 3088 milliseconds

1 2 3 4 5 6