/dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/ |
ShortBufferTest.java | 148 buf.mark(); 161 // readonly's position, mark, and limit should be independent to buf 180 buf.mark(); 197 buf.mark(); 206 // mark position 217 buf.mark(); 268 buf.mark(); 281 // duplicate's position, mark, and limit should be independent to buf
|
/external/e2fsprogs/lib/ext2fs/ |
bb_inode.c | 98 * First, mark the bad blocks as used. This prevents a bad 192 * Mark the block as unused, and update accounting information
|
/external/icu4c/test/letest/ |
gendata.xml | 87 <test-case id="Hebrew Mark Test" script="hebr"> 122 <test-case id="Angsana New Mark Test" script="thai">
|
/external/libpcap/ |
CREDITS | 65 Mark C. Brown <mbrown@hp.com> 66 Mark Pizzolato <List-tcpdump-workers@subscriptions.pizzolato.net>
|
/external/opencore/codecs_v2/video/avc_h264/common/src/ |
dpb.cpp | 123 /* make sure you mark all the frames as unused for reference for flushing*/ 358 dpb->fs[ii]->IsReference = 0; /* mark as unused for reference */ 505 /* mark the frame with smallest PicOrderCnt to be unused for reference */ 566 /* see subclause 8.2.5.4.1, mark short-term picture as "unused for reference" */ 588 /* see subclause 8.2.5.4.2 mark long-term picture as "unused for reference" */ 618 /* now mark the picture with picNumX to long term frame idx */ 646 /* then mark long term frame with exceeding LongTermFrameIdx to unused for reference. */ 659 /* see subclause 8.2.5.4.5 mark all reference picture as "unused for reference" and setting
|
/external/opencore/nodes/streaming/common/include/ |
pvmf_sm_tunables.h | 59 /* High water mark is in terms of buffer occupancy */ 60 /* Low water mark is in terms of time */
|
/external/opencore/oscl/oscl/osclerror/src/ |
oscl_error_imp_jumps.h | 66 //this defines the maximum depth of the jump mark stack. 100 //jump mark stack should be empty at this point.
|
/external/openssl/crypto/des/ |
FILES0 | 89 /* The following are contibuted by Mark Murray <mark@grondar.za>. They
|
/external/skia/src/animator/ |
SkScript2.h | 201 mutable Primed fPrimed : 1; // mark when next instruction generates branch 202 Done fDone : 1; // mark when branch is complete
|
/external/skia/src/core/ |
SkDeque.cpp | 196 first->fBegin = first->fEnd = NULL; // mark as empty 222 last->fBegin = last->fEnd = NULL; // mark as empty
|
/external/v8/src/ |
global-handles.h | 114 // Find all weak handles satisfying the callback predicate, mark 120 // All groups are destroyed after a mark-compact collection.
|
/external/v8/tools/ |
windows-tick-processor.py | 54 # Name is mangled if it starts with a question mark. 102 # Mark the pages for which there are functions in the map file.
|
/external/webkit/JavaScriptCore/ |
ChangeLog-2002-12-03 | 42 - fixed 3111500 - REGRESSION: crash in "KJS::ScopeChain::mark()" on www.posci.com 56 (ActivationImp::mark): 61 (ContextImp::mark): 117 * kjs/internal.cpp: (ContextImp::mark): Mark the scope chain. 210 (ContextImp::mark): 312 (ContextImp::mark): Mark all the activation objects. 314 (InterpreterImp::mark): Mark the top context [all...] |
/external/webkit/WebCore/platform/ |
Arena.h | 111 #define ARENA_RELEASE(pool, mark) \ 112 char *_m = (char *)(mark); \
|
/external/webkit/WebCore/platform/chromium/ |
ScrollbarThemeChromium.cpp | 109 // Calculate how far down (in %) the tick-mark should appear. 112 // Calculate how far down (in pixels) the tick-mark should appear.
|
/external/webkit/WebCore/platform/graphics/mac/ |
WebLayer.mm | 170 #pragma mark - 186 #pragma mark -
|
/external/webkit/WebCore/rendering/ |
break_lines.cpp | 53 // between a question mark and a vertical line (U+007C). 70 // For a question mark preceding a non-ASCII characters, defer to the Unicode algorithm by returning false.
|
/external/webkit/WebKit/gtk/WebCoreSupport/ |
ContextMenuClientGtk.cpp | 78 { N_("LRM _Left-to-right mark"), 0x200E }, 79 { N_("RLM _Right-to-left mark"), 0x200F },
|
/external/webkit/WebKitTools/Scripts/webkitpy/steps/ |
options.py | 52 request_commit = make_option("--request-commit", action="store_true", dest="request_commit", default=False, help="Mark the patch as needing auto-commit after review.") 53 review = make_option("--no-review", action="store_false", dest="review", default=True, help="Do not mark the patch for review.")
|
/external/zlib/ |
zlib.3 | 112 Mark Nelson (markn@ieee.org) wrote an article about 138 and Mark Adler (madler@alumni.caltech.edu).
|
/frameworks/base/core/java/android/webkit/ |
WebBackForwardList.java | 85 * Mark the back/forward list as having a pending clear. This is used on the 86 * UI side to mark the list as being invalid during the clearHistory method.
|
/frameworks/base/media/libstagefright/codecs/avc/common/src/ |
dpb.cpp | 123 /* make sure you mark all the frames as unused for reference for flushing*/ 358 dpb->fs[ii]->IsReference = 0; /* mark as unused for reference */ 505 /* mark the frame with smallest PicOrderCnt to be unused for reference */ 566 /* see subclause 8.2.5.4.1, mark short-term picture as "unused for reference" */ 588 /* see subclause 8.2.5.4.2 mark long-term picture as "unused for reference" */ 618 /* now mark the picture with picNumX to long term frame idx */ 646 /* then mark long term frame with exceeding LongTermFrameIdx to unused for reference. */ 659 /* see subclause 8.2.5.4.5 mark all reference picture as "unused for reference" and setting
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
splay-tree.h | 3 Contributed by Mark Mitchell (mark@markmitchell.com).
|
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/ |
dbg_module.c | 150 /* Mark that this is log message */ 212 /* Mark that this is report message */
|
/dalvik/libcore/luni/src/main/java/java/io/ |
PushbackInputStream.java | 101 * Indicates whether this stream supports the {@code mark(int)} and 106 * @see #mark(int) 332 * Marks the current position in this stream. Setting a mark is not 337 * the mark is invalidated; this parameter is ignored. 340 public void mark(int readlimit) { method in class:PushbackInputStream
|