/libcore/support/src/test/java/tests/support/ |
Support_StringReader.java | 69 * Set a Mark position in this Reader. The parameter <code>readLimit</code> 71 * back to the marked position provided the mark has not been invalidated. 77 * If an error occurs attempting mark this StringReader. 80 public void mark(int readLimit) throws IOException { method in class:Support_StringReader 96 * mark() and reset(). This method always returns true. 98 * @return <code>true</code> if mark() and reset() are supported, 196 * Reset this StringReader's position to the last <code>mark()</code>
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
ConversationUpdater.java | 92 * Mark a number of conversations as read or unread. 101 * Mark a single conversation unread, either entirely or for just a subset of the messages in a 104 * @param conv conversation to mark unread 105 * @param unreadMessageUris URIs for the subset of the conversation's messages to mark unread, 106 * or null/empty set to mark the entire conversation unread. 114 * Mark a single conversation 'seen', which is a combination of 'viewed' and 'read'. In some 117 * @param conv the conversation to mark seen
|
/packages/inputmethods/LatinIME/tools/make-keyboard-text/res/values-ar/ |
donottranslate-more-keys.xml | 48 U+061F: "?" ARABIC QUESTION MARK --> 73 <!-- U+00BF: "¿" INVERTED QUESTION MARK --> 78 <!-- U+061F: "?" ARABIC QUESTION MARK 97 U+00AB: "«" LEFT-POINTING DOUBLE ANGLE QUOTATION MARK 98 U+00BB: "»" RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK 99 U+2039: "?" SINGLE LEFT-POINTING ANGLE QUOTATION MARK 100 U+203A: "?" SINGLE RIGHT-POINTING ANGLE QUOTATION MARK -->
|
/external/iproute2/ip/ |
xfrm_state.c | 64 fprintf(stderr, " [ mark MARK [ mask MASK ] ] [ reqid REQID ] [ seq SEQ ]\n"); 68 fprintf(stderr, "Usage: ip xfrm state allocspi ID [ mode MODE ] [ mark MARK [ mask MASK ] ]\n"); 70 fprintf(stderr, "Usage: ip xfrm state { delete | get } ID [ mark MARK [ mask MASK ] ]\n"); 252 struct xfrm_mark mark = {0, 0}; local 276 } else if (strcmp(*argv, "mark") == 0) { 277 xfrm_parse_mark(&mark, &argc, &argv); 482 if (mark.m & mark.v) 570 struct xfrm_mark mark = {0, 0}; local 826 struct xfrm_mark mark = {0, 0}; local [all...] |
/external/android-clat/ |
clatd.c | 234 * mark - the socket mark to use for the sending raw socket 236 void open_sockets(struct tun_data *tunnel, uint32_t mark) { 247 if (mark != MARK_UNSET && setsockopt(rawsock, SOL_SOCKET, SO_MARK, &mark, sizeof(mark)) < 0) { 248 logmsg(ANDROID_LOG_ERROR, "could not set mark on raw socket: %s", strerror(errno)); 459 printf("-m [socket mark]\n"); 481 uint32_t mark = MARK_UNSET; local 517 if (mark_str != NULL && !parse_unsigned(mark_str, &mark)) { [all...] |
/system/netd/server/ |
DnsProxyListener.cpp | 56 uint32_t mark) 62 mMark(mark) { 197 uint32_t mark = mDnsProxyListener->mNetCtrl->getNetworkForDns(&netId, uid); local 219 netId, uid, mark); 224 new DnsProxyListener::GetAddrInfoHandler(cli, name, service, hints, netId, mark); 265 uint32_t mark = mDnsProxyListener->mNetCtrl->getNetworkForDns(&netId, uid); local 269 new DnsProxyListener::GetHostByNameHandler(cli, name, af, netId, mark); 279 uint32_t mark) 284 mMark(mark) { 380 uint32_t mark = mDnsProxyListener->mNetCtrl->getNetworkForDns(&netId, uid) local [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/ |
TParser.m | 37 #pragma mark Bitsets 52 #pragma mark Dynamic Global Scopes 54 #pragma mark Dynamic Rule Scopes 56 #pragma mark Rule Return Scopes start 57 //#pragma mark Rule return scopes start 60 #pragma mark Rule return scopes start 65 #pragma mark Dynamic Rule Scopes 67 #pragma mark global Attribute Scopes 77 #pragma mark Bitsets
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/ |
TreeRewriteParser.m | 29 #pragma mark Bitsets 38 #pragma mark Dynamic Global Scopes 40 #pragma mark Dynamic Rule Scopes 42 #pragma mark Rule Return Scopes start 123 //#pragma mark Rule return scopes start 126 #pragma mark Rule return scopes start 131 #pragma mark Dynamic Rule Scopes 133 #pragma mark global Attribute Scopes 146 #pragma mark Bitsets
|
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/signin/ |
OAuth2TokenServiceIntegrationTest.java | 193 // Mark user as signed in. 223 // Mark user as signed in. 245 // Mark user as signed in. 271 // Mark user as signed in. 293 // Mark user as signed in. 316 // Mark user as signed in. 340 // Mark user as signed in. 356 // Mark user as signed in without setting up the account. 371 // Mark user as signed in without setting up the account.
|
/libcore/luni/src/main/java/java/io/ |
InputStream.java | 117 * Sets a mark position in this InputStream. The parameter {@code readlimit} 118 * indicates how many bytes can be read before the mark is invalidated. 127 * the mark is invalidated. 131 public void mark(int readlimit) { method in class:InputStream 136 * Indicates whether this stream supports the {@code mark()} and 140 * @see #mark(int) 197 * {@code IOException} if the number of bytes read since the mark has been 198 * set is greater than the limit provided to {@code mark}, or if no mark
|
/art/runtime/gc/collector/ |
semi_space.cc | 64 // Mark all of the spaces we never collect as immune. 146 // TODO: I don't think we should need heap bitmap lock to Get the mark bitmap. 224 // the live stack during the recursive mark. 233 // Recursively mark remaining objects. 320 // If the space is immune then we need to mark the references to other spaces. 387 // Recursively process the mark stack. 396 // Swap the live and mark bitmaps for each space which we modified space. This is an 400 // Unbind the live and mark bitmaps. 426 // The object must be pushed on to the mark stack. 513 // the mark stack (ProcessMarkStack()). The rationale: we ma [all...] |
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/syncadapter/ |
SyncAdapter.java | 105 // returns a syncState value that indicates the high-water-mark for 151 * This helper function fetches the last known high-water-mark 154 * @return the change high-water-mark 165 * Save off the high-water-mark we receive back from the server. 167 * @param marker The high-water-mark we want to save.
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
IntStream.as | 45 * rewind(mark()) should not affect the input cursor. The Lexer 49 function mark():int; 71 * Do not "pop" the marker off the state. mark(i) 83 * argument. So if you're nested 5 levels of mark(), and then release(2) 98 * backtracking using the mark/rewind mechanism that restores state and
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
IIntStream.cs | 58 * rewind(mark()) should not affect the input cursor. The Lexer 63 int Mark(); 93 * Do not "pop" the marker off the state. mark(i) 107 * argument. So if you're nested 5 levels of mark(), and then release(2) 126 * backtracking using the mark/rewind mechanism that restores state and
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
IntStream.java | 46 * rewind(mark()) should not affect the input cursor. The Lexer 50 int mark(); method in interface:IntStream 72 * Do not "pop" the marker off the state. mark(i) 84 * argument. So if you're nested 5 levels of mark(), and then release(2) 99 * backtracking using the mark/rewind mechanism that restores state and
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRDebugTokenStream.m | 89 #pragma mark - 90 #pragma mark Proxy implementation 113 - (NSInteger) mark 115 lastMarker = [input mark]; 116 [debugListener mark:lastMarker];
|
/external/chromium_org/third_party/libjingle/source/talk/examples/objc/AppRTCDemo/ios/ |
APPRTCViewController.m | 100 #pragma mark - APPRTCConnectionManagerDelegate 124 #pragma mark - APPRTCLogger 136 #pragma mark - RTCEAGLVideoViewDelegate 150 #pragma mark - UITextFieldDelegate 173 #pragma mark - Private
|
/external/chromium_org/third_party/lzma_sdk/ |
LzmaDec.h | 76 0) Stream with end mark. That end mark adds about 6 bytes to compressed size. 77 1) Stream without end mark. You must know exact uncompressed size to decompress such stream. */ 103 LZMA_STATUS_FINISHED_WITH_MARK, /* stream was finished with end mark. */ 106 LZMA_STATUS_MAYBE_FINISHED_WITHOUT_MARK /* there is probability that stream was finished without end mark */
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
ir_set_program_inouts.cpp | 75 mark(struct gl_program *prog, ir_variable *var, int offset, int len, function 105 /* Default handler: Mark all the locations in the variable as used. */ 113 mark(this->prog, ir->var, 0, 117 mark(this->prog, ir->var, 0, ir->type->matrix_columns, 144 mark(this->prog, var, index->value.i[0] * width, width,
|
/external/chromium_org/third_party/ocmock/OCMock/ |
OCMockRecorder.m | 23 #pragma mark - 28 #pragma mark Initialisers, description, accessors, etc. 56 #pragma mark Recording invocation handlers 112 #pragma mark Recording the actual invocation 130 #pragma mark Checking the invocation
|
/external/chromium_org/third_party/ots/third_party/lzma_sdk/ |
LzmaDec.h | 77 0) Stream with end mark. That end mark adds about 6 bytes to compressed size. 78 1) Stream without end mark. You must know exact uncompressed size to decompress such stream. */ 104 LZMA_STATUS_FINISHED_WITH_MARK, /* stream was finished with end mark. */ 107 LZMA_STATUS_MAYBE_FINISHED_WITHOUT_MARK /* there is probability that stream was finished without end mark */
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
heap-profile-table.h | 135 // mark it as live and return true. Else return false. 139 // If "ptr" points to a recorded allocation, mark it as "ignored". 144 // Mark all currently known allocations with the given AllocationMark. 145 void MarkCurrentAllocations(AllocationMark mark); 147 // Mark all unmarked (i.e. marked with AllocationMark::UNMARKED) with the 148 // given mark. 149 void MarkUnmarkedAllocations(AllocationMark mark); 211 // 1. Invoke MarkCurrentAllocations(MARK_ONE) to mark the start of the 224 void DumpMarkedObjects(AllocationMark mark, const char* file_name); 260 AllocationMark mark() const function in struct:HeapProfileTable::AllocValue 316 AllocationMark mark; \/\/ The mark of the allocations to process. member in struct:HeapProfileTable::DumpMarkedArgs 326 AllocationMark mark; \/\/ The mark to put on allocations. member in struct:HeapProfileTable::MarkArgs [all...] |
/external/lzma/C/ |
LzmaDec.h | 76 0) Stream with end mark. That end mark adds about 6 bytes to compressed size.
77 1) Stream without end mark. You must know exact uncompressed size to decompress such stream. */
103 LZMA_STATUS_FINISHED_WITH_MARK, /* stream was finished with end mark. */
106 LZMA_STATUS_MAYBE_FINISHED_WITHOUT_MARK /* there is probability that stream was finished without end mark */
|
/external/mesa3d/src/glsl/ |
ir_set_program_inouts.cpp | 75 mark(struct gl_program *prog, ir_variable *var, int offset, int len, function 105 /* Default handler: Mark all the locations in the variable as used. */ 113 mark(this->prog, ir->var, 0, 117 mark(this->prog, ir->var, 0, ir->type->matrix_columns, 144 mark(this->prog, var, index->value.i[0] * width, width,
|
/external/proguard/src/proguard/shrink/ |
Shrinker.java | 70 // Automatically mark the parameterless constructors of seed classes, 88 // Mark the seeds. 92 // Mark interfaces that have to be kept. 95 // Mark the inner class and annotation information that has to be kept. 122 // Mark the seeds.
|