/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/ |
libnsl.so.1 | |
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
t058rewriteAST.html | 711 assertEquals("<mismatched token: [@0,0:1='34',<5>,1:0], resync=34> 34", found); 722 assertEquals("<unexpected: [@0,0:0='*',<6>,1:0], resync=*>",
|
/external/llvm/include/llvm/Support/ |
raw_ostream.h | 467 /// resync - This is called when the SmallVector we're appending to is changed 470 void resync();
|
/external/v8/src/ |
platform-win32.cc | 455 // start time. To deal with rollovers, we resync the clock 466 // If we are uninitialized, we need to resync the clock. 474 // Check if we need to resync due to clock rollover. 477 // Check if we need to resync due to elapsed time. 480 // Resync the clock if necessary. [all...] |
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
BaseRecognizer.cs | 196 * a token (after a resync). So it will go: 459 * resync to one of those tokens. Note that FOLLOW(c)='^' and if 460 * we resync'd to that token, we'd consume until EOF. We need to [all...] |
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
BaseRecognizer.cs | 216 * a token (after a resync). So it will go: 529 * resync to one of those tokens. Note that FOLLOW(c)='^' and if 530 * we resync'd to that token, we'd consume until EOF. We need to [all...] |
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
BaseRecognizer.js | 206 * a token (after a resync). So it will go:</p> 480 * resync to one of those tokens. Note that FOLLOW(c)='^' and if 481 * we resync'd to that token, we'd consume until EOF. We need to [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRBaseRecognizer.m | 296 * a token (after a resync). So it will go: 570 * resync to one of those tokens. Note that FOLLOW(c)='^' and if 571 * we resync'd to that token, we'd consume until EOF. We need to [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
tree.rb | 648 "<extraneous: #{ @error.token.inspect }, resync = #{ text }>" 650 "<mismatched token: #{ @error.token.inspect }, resync = #{ text }>" 652 "<unexpected: #{ @error.token.inspect }, resync = #{ text }>" [all...] |
/external/jpeg/ |
jdmarker.c | [all...] |
/external/openssh/contrib/redhat/ |
openssh.spec | 633 - Resync with parts of Damien Miller's openssh.spec from CVS, including 642 - Resync with parts of Damien Miller's openssh.spec from CVS. 698 - Resync with conditional options in Damien Miller's .spec file for an errata.
|
/external/qemu/distrib/jpeg-6b/ |
jdmarker.c | [all...] |
/external/antlr/antlr-3.4/runtime/C/include/ |
antlr3baserecognizer.h | 156 * a token (after a resync). So it will go:
|
/external/chromium_org/third_party/skia/src/gpu/ |
GrGpu.h | 278 // must resync its internal state and assumptions about 3D context state.
|
/external/chromium_org/v8/src/platform/ |
time.cc | 168 // periodically resync the internal clock to the system clock.
|
/external/oprofile/daemon/ |
opd_ibs_macro.h | 275 /** 32 op_branch_resync : resync macro-op. */
|
/external/oprofile/events/x86-64/family11h/ |
events | 107 event:0xda counters:0,1,2,3 um:zero minimum:500 name:DISPATCH_STALL_FOR_FAR_TRANSFER_OR_RESYNC : Dispatch stall for far transfer or resync to retire
|
/external/oprofile/events/x86-64/hammer/ |
events | 102 event:0xda counters:0,1,2,3 um:zero minimum:500 name:DISPATCH_STALL_FOR_FAR_TRANSFER_OR_RESYNC : Dispatch stall for far transfer or resync to retire
|
/external/qemu/distrib/sdl-1.2.15/Xcode/SDL/pkg-support/ |
Readme SDL Developer.txt | 264 For both Project Builder and Xcode templates, I resync'd
|
/external/skia/src/gpu/ |
GrGpu.h | 278 // must resync its internal state and assumptions about 3D context state.
|
/external/wpa_supplicant_8/src/crypto/ |
milenage.c | 33 * @mac_s: Buffer for MAC-S = 64-bit resync authentication code, or %NULL
|
/frameworks/av/libvideoeditor/vss/src/ |
M4VD_EXTERNAL_BitstreamParser.c | 376 1);/* resync marker disable */
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
mp4lib_int.h | 188 Bool ResyncMarkerDisable; /* Disable Resync Marker */
|
/hardware/qcom/media/mm-video-legacy/vidc/venc/test/ |
venc_test.cpp | 272 RESYNC_MARKER_NONE, ///< No resync marker 273 RESYNC_MARKER_BYTE, ///< BYTE Resync marker for MPEG4, H.264 274 RESYNC_MARKER_MB, ///< MB resync marker for MPEG4, H.264 275 RESYNC_MARKER_GOB ///< GOB resync marker for H.263 [all...] |
/hardware/qcom/media/mm-video-v4l2/vidc/venc/test/ |
venc_test.cpp | 304 RESYNC_MARKER_NONE, ///< No resync marker 305 RESYNC_MARKER_BYTE, ///< BYTE Resync marker for MPEG4, H.264 306 RESYNC_MARKER_MB, ///< MB resync marker for MPEG4, H.264 307 RESYNC_MARKER_GOB ///< GOB resync marker for H.263 [all...] |