HomeSort by relevance Sort by last modified time
    Searched full:resync (Results 1 - 25 of 130) sorted by null

1 2 3 4 5 6

  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
CommonErrorNode.as 21 // sometimes resync does not consume a token (when LT(1) is
71 ", resync="+getText()+">";
74 return "<mismatched token: "+trappedException.token+", resync="+getText()+">";
78 ", resync="+getText()+">";
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
CommonErrorNode.js 6 // sometimes resync does not consume a token (when LT(1) is
57 ", resync="+this.getText()+">";
60 return "<mismatched token: "+this.trappedException.token+", resync="+this.getText()+">";
64 ", resync="+this.getText()+">";
  /external/chromium_org/chrome/browser/resources/chromeos/login/
screen_password_changed.js 38 screen.classList.add('resync');
63 // Resync all data UI step.
64 screen.classList.remove('resync');
87 if (screen.classList.contains('resync'))
88 $('password-changed').resync();
145 resync: function() {
161 screen.classList.remove('resync');
screen_password_changed.css 75 #password-changed.resync #old-password-block,
76 #password-changed.resync #password-changed-link-block,
77 #password-changed.resync #password-changed-ok-button {
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
CommonErrorNode.cs 49 // sometimes resync does not consume a token (when LT(1) is
106 ", resync=" + Text + ">";
108 return "<mismatched token: " + trappedException.Token + ", resync=" + Text + ">";
111 ", resync=" + Text + ">";
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
CommonErrorNode.cs 53 // sometimes resync does not consume a token (when LT(1) is
128 ", resync=" + Text + ">";
132 return "<mismatched token: " + trappedException.Token + ", resync=" + Text + ">";
137 ", resync=" + Text + ">";
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
CommonErrorNode.java 47 // sometimes resync does not consume a token (when LT(1) is
97 ", resync="+getText()+">";
100 return "<mismatched token: "+trappedException.token+", resync="+getText()+">";
104 ", resync="+getText()+">";
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRCommonErrorNode.m 67 // sometimes resync does not consume a token (when LT(1) is
138 aString = [NSString stringWithFormat:@"<extraneous: %@, resync=%@>",
144 aString = [NSString stringWithFormat:@"<mismatched token: %@, resync=%@>", trappedException.token, [self text]];
148 aString = [NSString stringWithFormat:@"<unexpected: %@, resync=%@>", trappedException.token, [self text]];
ANTLRBaseRecognizer.h 144 // helper methods for recovery. try to resync somewhere
  /external/kernel-headers/original/linux/raid/
md_k.h 90 * resync from the bitmap
150 struct mdk_thread_s *sync_thread; /* doing resync or reconstruct */
170 /* recovery/resync flags
171 * NEEDED: we might need to start a resync/recover
173 * SYNC: actually doing a resync, not a recovery
174 * ERR: and IO error was detected - abort the resync/recovery
196 int in_sync; /* know to not need resync */
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
event-hub.rb 177 def resync() method in class:ANTLR3.Debug.EventHub
179 listener.resync()
  /external/chromium_org/sync/protocol/
sync_protocol_error.h 35 // Indicates the datatypes have been migrated and the client should resync
  /frameworks/av/media/libstagefright/
MP3Extractor.cpp 48 static bool Resync(
275 success = Resync(mDataSource, 0, &pos, &post_id3_pos, &header);
531 // re-calculate mCurrentTimeUs because we might have called Resync()
544 if (!Resync(mDataSource, mFixedHeader, &pos, NULL, NULL)) {
545 ALOGE("Unable to resync. Signalling end of stream.");
655 if (!Resync(source, 0, &pos, &post_id3_pos, &header)) {
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mp4def.h 76 #define FoundRM 1 /* Resync Marker */
121 /* motion and resync markers used in error resilient mode */
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
combined_encode.cpp 175 if (!currVol->ResyncMarkerDisable) /* RESYNC MARKER MODE */
190 else /* NO RESYNC MARKER MODE */
227 if (!currVol->ResyncMarkerDisable) /* Resync Markers */
240 else /* No Resync Markers */
461 /* Not in ShortVideoHeader mode and RESYNC MARKER MODE */
503 else /* NO RESYNC MARKER , return when buffer is full*/
609 if (!currVol->ResyncMarkerDisable) /* Resync Markers */
628 else /* No Resync Markers */
mp4def.h 144 #define FoundRM 1 /* Resync Marker */
193 /* motion and resync markers used in error resilient mode */
  /external/oprofile/events/i386/athlon/
events 23 event:0xc7 counters:0,1,2,3 um:zero minimum:500 name:RETIRED_RESYNC_BRANCHES : Retired resync branches (only non-control transfer branches counted)
  /external/chromium/base/
time_win.cc 116 // To avoid any drift, we periodically resync the counters to the system
124 // Check if enough time has elapsed that we need to resync the clock.
136 // Force resync.
  /external/chromium_org/chrome/browser/sync/sessions2/
sessions_sync_manager.h 255 // Resync local window information. Updates the local sessions header node
260 // RELOAD_TABS will additionally cause a resync of all tabs (same as calling
  /external/chromium_org/media/base/
video_frame.h 60 // mailbox with sync_point(), and should call Resync() with a new sync point
76 void Resync(unsigned sync_point) { sync_point_ = sync_point; }
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRBaseRecognizer.h 152 // helper methods for recovery. try to resync somewhere
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRBaseRecognizer.h 152 // helper methods for recovery. try to resync somewhere
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRBaseRecognizer.h 152 // helper methods for recovery. try to resync somewhere
  /external/chromium_org/v8/src/
platform-win32.cc 363 // start time. To deal with rollovers, we resync the clock
374 // If we are uninitialized, we need to resync the clock.
382 // Check if we need to resync due to clock rollover.
385 // Check if we need to resync due to elapsed time.
388 // Check if we need to resync due to backwards time change.
391 // Resync the clock if necessary.
    [all...]
  /external/chromium/chrome/browser/sync/glue/
session_model_associator.h 91 // Resync local window information. Updates the local sessions header node
96 // If |reload_tabs| is true, will also resync all tabs (same as calling

Completed in 313 milliseconds

1 2 3 4 5 6