/dalvik/libcore/luni/src/main/java/java/io/ |
PushbackReader.java | 92 * Marks the current position in this stream. Setting a mark is not 98 * before the mark is invalidated; this parameter is ignored. 103 public void mark(int readAheadLimit) throws IOException { method in class:PushbackReader 108 * Indicates whether this reader supports the {@code mark(int)} and 113 * @see #mark(int)
|
/external/bluetooth/glib/tests/ |
memchunks.c | 92 gulong mark; /* is this mem area marked for deletion */ member in struct:_GMemArea 264 if (temp_area->mark) 346 mem_chunk->mem_area->mark = 0; 411 temp_area->mark = 1; 448 if (mem_area->mark)
|
/external/e2fsprogs/misc/ |
e2image.c | 252 * Mark primary superblock 257 * Mark the primary superblock descriptors 266 * Mark the blocks used for the inode table 276 * Mark block used for the block bitmap 284 * Mark block used for the inode bitmap
|
/external/opencore/extern_libs_v2/khronos/openmax/include/ |
OMX_Types.h | 318 generate a mark event upon 319 processing the mark. */ 321 the mark sent on a mark event to disambiguate 322 this mark from others. */
|
/external/quake/quake/src/QW/client/ |
r_bsp.c | 392 pbedge[j-1].pnext = NULL; // mark end of edges 453 msurface_t *surf, **mark; local 506 mark = pleaf->firstmarksurface; 513 (*mark)->visframe = r_framecount; 514 mark++;
|
/external/quake/quake/src/WinQuake/ |
r_bsp.cpp | 392 pbedge[j-1].pnext = NULL; // mark end of edges
453 msurface_t *surf, **mark;
local 506 mark = pleaf->firstmarksurface;
513 (*mark)->visframe = r_framecount;
514 mark++;
|
/frameworks/base/opengl/libagl/ |
array.cpp | 105 #pragma mark - 135 #pragma mark - 136 #pragma mark Array fetchers 311 #pragma mark - 312 #pragma mark array_t 347 #pragma mark - 348 #pragma mark vertex_cache_t 429 #pragma mark - 451 #pragma mark - 452 #pragma mark Vertex Cach [all...] |
light.cpp | 136 #pragma mark - 137 #pragma mark math helpers 199 #pragma mark - 200 #pragma mark lighting equations 622 #pragma mark - 623 #pragma mark lighting APIs 690 #pragma mark - 736 #pragma mark - 833 #pragma mark - 834 #pragma mark fo [all...] |
/dalvik/libcore/nio/src/main/java/java/nio/ |
CharBuffer.java | 214 * and mark are the same as this buffer's. 218 * buffer's position, limit and mark are independent. 249 * {@code remaining()}; the limit is set to capacity; the mark is cleared. 291 * The duplicated buffer's initial position, limit, capacity and mark are 297 * position, limit and mark are independent. 308 * the same. Position, limit, capacity and mark are not considered. 419 * position, limit, capacity and mark don't affect the hash code. 662 * mark is cleared. The new buffer's read-only property and byte order are 667 * position, limit and mark are independent. 684 * position, limit and mark are independent [all...] |
/dalvik/vm/analysis/ |
ReduceConstants.c | 389 * Mark a class ID as referenced. 395 LOGE("Unable to mark class %d as in-use\n", classIdx); 400 * Mark a method ID as referenced. 406 LOGE("Unable to mark method %d as in-use\n", methodIdx); 411 * Mark a field ID as referenced. 417 LOGE("Unable to mark field %d as in-use\n", fieldIdx); 422 * Mark a string constant as referenced. 428 LOGE("Unable to mark string %d as in-use\n", stringIdx); 433 * Mark a "jumbo" string constant as referenced. 442 LOGE("Unable to mark string %d as in-use\n", stringIdx) [all...] |
/dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/ |
CharBufferTest.java | 153 buf.mark(); 167 // readonly's position, mark, and limit should be independent to buf 178 buf.mark(); 192 // readonly's position, mark, and limit should be independent to buf 211 buf.mark(); 228 buf.mark(); 247 buf.mark(); 300 // mark the position 0 302 buf.mark(); 316 // duplicate's position, mark, and limit should be independent t [all...] |
/external/webkit/WebCore/editing/ |
EditorCommand.cpp | 372 RefPtr<Range> mark = frame->mark().toNormalizedRange(); local 373 if (mark) { 375 bool selected = selection->setSelectedRange(unionDOMRanges(mark.get(), frame->editor()->selectedRange().get()).get(), DOWNSTREAM, true); 942 RefPtr<Range> mark = frame->mark().toNormalizedRange(); local 990 const VisibleSelection& mark = frame->mark(); local [all...] |
/external/v8/src/ |
spaces.h | 45 // The old generation is collected by a mark-sweep-compact collector. 61 // NOTE: The mark-compact collector rebuilds the remembered set after a 111 // The mark-compact collector transforms a map pointer into a page index and a 208 // Use a state to mark whether remembered set space can be used for other 268 // be used in the mark-compact collector when remembered set is not 591 // This function and GetChunkId() are provided for the mark-compact 696 // mark-compact collection. [all...] |
/system/core/adb/ |
usb_linux.c | 74 int mark; member in struct:usb_handle 92 // set mark flag to indicate this device is still alive 93 usb->mark = 1; 109 if (usb->mark == 0) { 112 usb->mark = 0; 571 /* initialize mark to 1 so we don't get garbage collected after the device scan */ 572 usb->mark = 1;
|
/external/webkit/JavaScriptCore/runtime/ |
Collector.cpp | 429 // Slow case: reached the end of the heap. Mark live objects and start over. 961 // mark the thread's registers 983 // Forbid malloc during the mark phase. Marking a thread suspends it, so 1085 // Callers of sweep assume it's safe to mark any cell in the heap. 1110 // Reset mark bits. 1113 // Mark stack roots. [all...] |
/frameworks/base/core/java/com/google/android/mms/pdu/ |
PduComposer.java | 339 PositionMarker start = mStack.mark(); 542 PositionMarker fstart = mStack.mark(); 630 PositionMarker expiryStart = mStack.mark(); 850 PositionMarker ctStart = mStack.mark(); 905 PositionMarker attachment = mStack.mark(); 908 PositionMarker contentTypeBegin = mStack.mark(); 1120 PositionMarker mark() { method in class:PduComposer.BufferStack [all...] |
/bionic/libc/include/arpa/ |
telnet.h | 51 #define DM 242 /* data mark--for connect. cleaning */ 84 #define TELOPT_TM 6 /* timing mark */ 125 "STATUS", "TIMING MARK", "RCTE", "NAOL", "NAOP",
|
/dalvik/libcore/archive/src/main/java/java/util/zip/ |
InflaterInputStream.java | 320 public void mark(int readlimit) { method in class:InflaterInputStream 338 * Returns whether the receiver implements {@code mark} semantics. This type 339 * does not support {@code mark()}, so always responds {@code false}.
|
/external/icu4c/layout/ |
OpenTypeLayoutEngine.cpp | 183 // This is the cheapest way to get mark reordering only for Hebrew. 184 // We could just do the mark reordering for all scripts, but most 187 // would need to do is mark reordering, so that seems like overkill.
|
/external/tcpdump/ |
telnet.h | 59 #define DM 242 /* data mark--for connect. cleaning */ 92 #define TELOPT_TM 6 /* timing mark */ 133 "STATUS", "TIMING MARK", "RCTE", "NAOL", "NAOP",
|
/external/webkit/WebKit/mac/ |
ChangeLog | 137 Reviewed by Mark Rowe. 151 2010-02-04 Mark Rowe <mrowe@apple.com> 157 * MigrateHeaders.make: Mark DOMBlob.h as a public header since the already-public DOMFile.h depends on it.
|
/bionic/libc/include/sys/ |
mount.h | 74 #define MNT_EXPIRE 4 /* Mark for expiry */
|
/cts/tools/host/src/com/android/cts/ |
HostTimer.java | 54 * Mark notified.
|
/dalvik/libcore/luni/src/main/java/java/net/ |
HttpURLConnection.java | 367 int mark = response.indexOf(" ") + 1; //$NON-NLS-1$ local 368 if (mark == 0) { 371 int last = mark + 3; 375 responseCode = Integer.parseInt(response.substring(mark, last));
|
/dalvik/vm/ |
Intern.c | 131 * Mark all immortal interned string objects so that they don't
|