Searched defs:mark (Results 51 - 75 of 207) sorted by relevance

123456789

/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
H A DRecyclableBufferedInputStream.java54 * The current limit, which when passed, invalidates the current mark.
59 * The currently marked position. -1 indicates no mark has been set or the
60 * mark has been invalidated.
101 * Reduces the mark limit to match the current buffer length to prevent the buffer from
104 * <p>Subsequent calls to {@link #mark(int)} will be obeyed and may cause the buffer size
163 // Set the new position and mark position
172 * Sets a mark position in this stream. The parameter {@code readlimit}
173 * indicates how many bytes can be read before a mark is invalidated.
180 * the number of bytes that can be read before the mark is
185 public synchronized void mark(in method in class:RecyclableBufferedInputStream
[all...]
/external/iptables/include/linux/netfilter_ipv4/
H A Dip_queue.h23 unsigned long mark; /* Netfilter mark value */ member in struct:ipq_packet_msg
/external/jetty/src/java/org/eclipse/jetty/io/
H A DView.java34 * @param mark The initial value of the {@link Buffer#markIndex mark index}
39 public View(Buffer buffer, int mark, int get, int put,int access) argument
45 setMarkIndex(mark);
235 public CaseInsensitive(Buffer buffer, int mark, int get, int put, int access) argument
237 super(buffer,mark,get,put,access);
H A DBuffer.java113 * Compact the buffer by discarding bytes before the postion (or mark if set).
114 * Bytes from the getIndex (or mark) to the putIndex are moved to the beginning of
190 * Set the mark to the current getIndex.
192 void mark(); method in interface:Buffer
195 * Set the mark relative to the current getIndex
196 * @param offset an <code>int</code> value to add to the current getIndex to obtain the mark value.
198 void mark(int offset); method in interface:Buffer
201 * The current index of the mark.
202 * @return an <code>int</code> index in the buffer or -1 if the mark is not set.
295 * Reset the current getIndex to the mark
[all...]
/external/libnl/src/lib/
H A Dct.c64 uint32_t mark = nl_cli_parse_u32(arg); local
65 nfnl_ct_set_mark(ct, mark);
/external/libvorbis/lib/
H A Denvelope.h65 int *mark; member in struct:__anon10885
/external/tagsoup/templates/org/ccil/cowan/tagsoup/
H A DHTMLScanner.java253 mark();
265 mark();
348 mark();
353 mark();
359 mark();
364 mark();
381 mark();
407 mark();
435 private void mark() { method in class:HTMLScanner
/external/android-clat/
H A Dclatd.c198 * mark - the socket mark to use for the sending raw socket
200 void open_sockets(struct tun_data *tunnel, uint32_t mark) { argument
211 if (mark != MARK_UNSET && setsockopt(rawsock, SOL_SOCKET, SO_MARK, &mark, sizeof(mark)) < 0) {
212 logmsg(ANDROID_LOG_ERROR, "could not set mark on raw socket: %s", strerror(errno));
419 printf("-m [socket mark]\n");
441 uint32_t mark = MARK_UNSET; local
477 if (mark_str != NULL && !parse_unsigned(mark_str, &mark)) {
[all...]
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3debugeventlistener.h156 /** The parser is going to look arbitrarily ahead; mark this location,
159 void (*mark) (pANTLR3_DEBUG_EVENT_LISTENER delboy, ANTLR3_MARKER marker); member in struct:ANTLR3_DEBUG_EVENT_LISTENER_struct
171 * Do not "pop" the marker off the state. mark(i)
196 * also must be rewound. Even the rewind for each mark must be unwound.
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DLegacyCommonTokenStream.java59 /** Track the last mark() call result value for use in rewind(). */
314 public int mark() { method in class:LegacyCommonTokenStream
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
H A DBlankDebugEventListener.java49 public void mark(int i) {} method in class:BlankDebugEventListener
H A DDebugEventHub.java147 public void mark(int index) { method in class:DebugEventHub
150 listener.mark(index);
H A DDebugEventListener.java107 /** The parser is going to look arbitrarily ahead; mark this location,
110 public void mark(int marker); method in interface:DebugEventListener
122 * Do not "pop" the marker off the state. mark(i)
147 * also must be rewound. Even the rewind for each mark must be unwount.
H A DDebugEventRepeater.java60 public void mark(int i) { listener.mark(i); } method in class:DebugEventRepeater
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
H A Dsocket.rb147 def mark( i ) method in class:ANTLR3.Debug.EventSocketProxy
148 transmit "%s\t%i", :mark, i
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Ddebug.rb220 start = @input.mark
357 def mark method in class:ANTLR3.Debug.TokenStream
359 @debug_listener.mark( @last_marker )
456 # The parser is going to look arbitrarily ahead; mark this location,
459 def mark( marker ) method in class:ANTLR3.Debug.EventListener
501 # also must be rewound. Even the rewind for each mark must be unwount.
690 :exit_sub_rule, :flat_node, :location, :look, :mark,
/external/dexmaker/src/dx/java/com/android/dx/util/
H A DByteArray.java296 /** 0..size; the mark */
297 private int mark; field in class:ByteArray.MyInputStream
301 mark = 0;
333 public void mark(int reserve) { method in class:ByteArray.MyInputStream
334 mark = cursor;
338 cursor = mark;
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DDictionaryBreakEngine.java29 private int mark; // The preferred candidate's offset field in class:DictionaryBreakEngine.PossibleWord
54 mark = current;
60 fIter.setIndex(offset + lengths[mark]);
61 return lengths[mark];
81 mark = current;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDictionaryBreakEngine.java28 private int mark; // The preferred candidate's offset field in class:DictionaryBreakEngine.PossibleWord
53 mark = current;
59 fIter.setIndex(offset + lengths[mark]);
60 return lengths[mark];
80 mark = current;
/external/iproute2/ip/
H A Diprule.c128 __u32 mark = 0, mask = 0; local
131 mark = rta_getattr_u32(tb[FRA_FWMARK]);
135 fprintf(fp, "fwmark 0x%x/0x%x ", mark, mask);
137 fprintf(fp, "fwmark 0x%x ", mark);
/external/iptables/extensions/
H A Dlibxt_CONNMARK.c29 unsigned long mark; member in struct:xt_connmark_target_info
63 " --set-mark value[/mask] Set conntrack mark value\n"
64 " --save-mark [--mask mask] Save the packet nfmark in the connection\n"
65 " --restore-mark [--mask mask] Restore saved nfmark value\n");
70 {.name = "set-mark", .id = O_SET_MARK, .type = XTTYPE_MARKMASK32,
72 {.name = "save-mark", .id = O_SAVE_MARK, .type = XTTYPE_NONE,
74 {.name = "restore-mark", .id = O_RESTORE_MARK, .type = XTTYPE_NONE,
85 {.name = "set-mark", .id = O_SET_MARK, .type = XTTYPE_MARKMASK32,
87 {.name = "and-mark",
211 print_mark(unsigned long mark) argument
[all...]
H A Dlibxt_MARK.c8 unsigned long mark; member in struct:xt_mark_target_info
19 unsigned long mark; member in struct:xt_mark_target_info_v1
42 " --set-mark value Set nfmark value\n"
43 " --and-mark value Binary AND the nfmark with value\n"
44 " --or-mark value Binary OR the nfmark with value\n");
48 {.name = "set-mark", .id = O_SET_MARK, .type = XTTYPE_UINT32,
50 {.name = "and-mark", .id = O_AND_MARK, .type = XTTYPE_UINT32,
52 {.name = "or-mark", .id = O_OR_MARK, .type = XTTYPE_UINT32,
60 {.name = "set-mark", .id = O_SET_MARK, .type = XTTYPE_MARKMASK32,
62 {.name = "and-mark",
162 print_mark(unsigned long mark) argument
[all...]
/external/kernel-headers/original/uapi/linux/
H A Dscif_ioctl.h162 * @mark: fence handle which is a pointer to a __s32
166 __u64 mark; member in struct:scifioctl_fence_mark
/external/libedit/src/
H A Dchared.h103 Char *mark; member in struct:c_kill_t
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/
H A DInsnList.java523 * @param mark if the instructions must be marked as no longer belonging to
526 private void removeAll(final boolean mark) { argument
527 if (mark) {

Completed in 1956 milliseconds

123456789