HomeSort by relevance Sort by last modified time
    Searched full:resync (Results 1 - 25 of 149) 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/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/parameter-framework/upstream/test/test-subsystem/
TESTSubsystem.cpp 78 // subsystem does not need resync
81 // subsystem needs resync
82 // If indicated, clear need resync state
  /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/dng_sdk/source/
dng_jpeg_memory_source.cpp 50 // Can't resync.
  /external/gptfdisk/
diskio.h 72 int DiskSync(void); // resync disk caches to use new partitions
  /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()
  /frameworks/native/services/surfaceflinger/
DispSync.h 67 // reset clears the resync samples and error value.
153 // It is the nanosecond timestamp of the first vsync event after a resync.
161 // Whether we have updated the vsync event model since the last resync.
  /frameworks/av/media/libstagefright/codecs/mp3dec/test/
mp3reader.cpp 203 // Resync to next valid MP3 frame in the file.
204 static bool resync( function
364 bool success = resync(mFp, 0 /*match_header*/, &pos, &header);
399 if (!resync(mFp, mFixedHeader, &pos, NULL /*out_header*/)) {
400 // Unable to resync. Signalling end of stream.
  /frameworks/av/media/libstagefright/
MP3Extractor.cpp 48 static bool Resync(
276 success = Resync(mDataSource, 0, &pos, &post_id3_pos, &header);
314 if (!Resync(mDataSource, 0, &pos, &post_id3_pos, &header)) {
551 // re-calculate mCurrentTimeUs because we might have called Resync()
564 if (!Resync(mDataSource, mFixedHeader, &pos, NULL, NULL)) {
565 ALOGE("Unable to resync. Signalling end of stream.");
675 if (!Resync(source, 0, &pos, &post_id3_pos, &header)) {
  /external/tlsdate/src/events/
check_continuity.c 30 * allowed before needing a resync.
  /external/parameter-framework/upstream/parameter/
SystemClass.cpp 237 // Collect and consume the need for a resync
256 // Consume the need for a resync
  /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/skia/gm/
SkAnimTimer.h 16 * The caller must call updateTime() to resync with the clock (typically just before
  /packages/services/Telephony/src/com/android/phone/vvm/omtp/
VvmPhoneStateListener.java 83 .v(TAG, "Signal returned: requesting resync for " + subId);
  /external/valgrind/none/tests/
cmdline1.stdout.exp 127 --resync-filter=no|yes|verbose [yes on MacOS, no on other OSes]
128 attempt to avoid expensive address-space-resync operations
  /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

Completed in 1413 milliseconds

1 2 3 4 5 6