/ndk/build/platforms/android-5/arch-x86/usr/include/linux/netfilter_ipv4/ |
ip_queue.h | 19 unsigned long mark; member in struct:ipq_packet_msg
|
/ndk/build/platforms/android-8/arch-arm/usr/include/linux/netfilter_ipv4/ |
ip_queue.h | 19 unsigned long mark; member in struct:ipq_packet_msg
|
/ndk/build/platforms/android-8/arch-x86/usr/include/linux/netfilter_ipv4/ |
ip_queue.h | 19 unsigned long mark; member in struct:ipq_packet_msg
|
/packages/apps/Calendar/src/com/android/calendar/ |
DismissAllAlarmsService.java | 48 // Mark all fired alarms as dismissed
|
/packages/apps/Email/src/org/apache/commons/io/input/ |
ProxyReader.java | 106 * Invokes the delegate's <code>mark(int)</code> method.
110 public synchronized void mark(int idx) throws IOException {
method in class:ProxyReader 111 in.mark(idx);
124 * @return true if mark is supported, otherwise false
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/annotation/ |
UiThread.java | 25 * Simple utility annotation used only to mark methods that are executed on the UI thread.
|
WorkerThread.java | 25 * Simple utility annotation used only to mark methods that are not executed on the UI thread.
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/util/ |
WorkerThread.java | 25 * Simple utility class used only to mark methods that are not executed on the UI thread
|
/system/core/sh/ |
token.h | 30 /* Array indicating which tokens mark the end of a list */
|
/dalvik/libcore/luni/src/main/java/java/io/ |
CharArrayReader.java | 39 * The current mark position. 128 * Sets a mark position in this reader. The parameter {@code readLimit} is 130 * reader back to the marked position provided the mark has not been 139 public void mark(int readLimit) throws IOException { 149 * Indicates whether this reader supports the {@code mark()} and 153 * @see #mark(int) 258 * Resets this reader's position to the last {@code mark()} location.
|
/external/proguard/src/proguard/optimize/evaluation/ |
LivenessAnalyzer.java | 206 // Mark liveness blocks, as many times as necessary. 253 // Loop over all instructions, to mark variables that take up two entries. 267 // Mark it as such. 270 // Mark the next variable as well. 282 // Mark it as such. 285 // Mark the next variable as well. 356 // But do mark the variable right after the store instruction.
|
/external/sqlite/android/ |
PhoneticStringUtils.cpp | 84 // "dakuten" (voiced mark) 95 // "dakuten" (voiced mark) 109 // "dakuten" (voiced mark) 115 // "han-dakuten" (half voiced mark) 146 // TODO: should care (semi-)voiced mark (0x3099, 0x309A).
|
/dalvik/dx/tests/091-ssa-const-collector/ |
expected.txt | 32 @????: mark-local-int . <- v0:"foo"I 34 @????: mark-local-int . <- v1:"i"I 47 @????: mark-local-int . <- v0:"foo"I 54 @????: mark-local-int . <- v1:"i"I 67 @????: mark-local-int . <- v0:"foo"I 111 @????: mark-local-object . <- v0:"sb"Ljava/lang/StringBuilder; 255 @????: mark-local-object . <- v0:"sb"Ljava/lang/StringBuilder; 364 @????: mark-local-object . <- v1:"tr"Ljava/lang/Throwable; 425 @????: mark-local-int . <- v3:"i"I 427 @????: mark-local-int . <- v4:"j" [all...] |
/external/v8/src/ |
mark-compact.cc | 33 #include "mark-compact.h" 53 // Counters used for debugging the marking phase of mark-compact or mark-sweep 195 // Marking all live objects in the heap as part of mark-sweep or mark-compact 210 // the marking stack. Instead, we mark them as both marked and overflowed. 264 // Mark all objects pointed to in [start, end). 268 // We are close to a stack overflow, so just mark the objects. 293 // Mark object pointed to by p. 300 // Tells whether the mark sweep collection will perform compaction 1812 Address mark = Heap::new_space()->bottom(); local [all...] |
/external/webkit/JavaScriptGlue/ |
ChangeLog | 10 2010-02-04 Mark Rowe <mrowe@apple.com> 95 Reviewed by Ada Chan and Mark Rowe. 111 2009-12-16 Mark Rowe <mrowe@apple.com> 121 Changed GC from mark-sweep to mark-allocate. 146 2009-11-24 Mark Rowe <mrowe@apple.com> 264 (JSValueWrapper::JSObjectMark): Removed a check of the mark 266 longer a public function to access the mark bit. 297 Stack overflow crash in JavaScript garbage collector mark pass 300 Make JSGlue interact with the new iterative mark logic [all...] |
/external/webkit/WebKitLibraries/ |
ChangeLog | 19 2010-02-04 Mark Rowe <mrowe@apple.com> 59 2010-01-29 Mark Rowe <mrowe@apple.com> 155 2009-12-21 Mark Rowe <mrowe@apple.com> 165 2009-12-21 Mark Rowe <mrowe@apple.com> 333 2009-10-26 Mark Rowe <mrowe@apple.com> 414 Reviewed by Mark Rowe. 613 Rubber-stamped by Mark Rowe. 635 Rubber-stamped by Mark Rowe. 643 2009-05-27 Mark Rowe <mrowe@apple.com> 667 Rubber-stamped by Mark Rowe [all...] |
/dalvik/dx/src/com/android/dx/util/ |
ByteArray.java | 296 /** 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/icu4c/data/unidata/ |
DerivedAge.txt | 66 037E ; 1.1 # GREEK QUESTION MARK 88 0559..055F ; 1.1 # [7] ARMENIAN MODIFIER LETTER LEFT HALF RING..ARMENIAN ABBREVIATION MARK 97 061F ; 1.1 # ARABIC QUESTION MARK 124 09D7 ; 1.1 # BENGALI AU LENGTH MARK 167 0B56..0B57 ; 1.1 # [2] ORIYA AI LENGTH MARK..ORIYA AU LENGTH MARK 185 0BD7 ; 1.1 # TAMIL AU LENGTH MARK 196 0C55..0C56 ; 1.1 # [2] TELUGU LENGTH MARK..TELUGU AI LENGTH MARK 208 0CD5..0CD6 ; 1.1 # [2] KANNADA LENGTH MARK..KANNADA AI LENGTH MAR [all...] |
/external/webkit/WebKit/mac/WebView/ |
WebVideoFullscreenController.mm | 181 #pragma mark - 182 #pragma mark Exposed Interface 272 #pragma mark - 273 #pragma mark Window callback 302 #pragma mark - 303 #pragma mark QTMovie callbacks
|
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/ |
PowerMgrKeepAlive.c | 144 /* mark the global enable / disable flag as enabled */ 147 /* mark all messages as disabled */ 153 /* mark STA as disconnected */ 173 /* mark STA as connected */ 210 /* mark STA as disconnected */ 219 /* mark the message as disabled */
|
ScanCncnApp.c | 92 /* Scan was not started successfully, mark that no app scan is running */ 128 /* Scan was not started successfully, mark that no app scan is running */ 169 /* mark that an OID scan process has started */ 305 /* mark that no app scan is running */ 331 /* mark that no app scan is running */ 361 /* mark that no app scan is running */
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/gscripts/ |
android.widget.RelativeLayout.groovy | 225 return [ "rect": r, "attr": [ attr ], "mark": r.center() ]; 368 def mark = data.curr.get("mark"); 369 if (mark) { 375 x = mark.x; 376 y = mark.y;
|
/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/ |
PowerMgrKeepAlive.c | 144 /* mark the global enable / disable flag as enabled */ 147 /* mark all messages as disabled */ 153 /* mark STA as disconnected */ 173 /* mark STA as connected */ 210 /* mark STA as disconnected */ 219 /* mark the message as disabled */
|
ScanCncnApp.c | 89 /* Scan was not started successfully, mark that no app scan is running */ 122 /* Scan was not started successfully, mark that no app scan is running */ 163 /* mark that an OID scan process has started */ 278 /* mark that no app scan is running */ 304 /* mark that no app scan is running */ 334 /* mark that no app scan is running */
|
/dalvik/dx/tests/093-ssa-invoke-range/ |
expected.txt | 79 @????: mark-local-int . <- v0:"src"I 81 @????: mark-local-int . <- v2:"dest"I 115 @????: mark-local-int . <- v0:"src"I 117 @????: mark-local-int . <- v2:"dest"I 119 @????: mark-local-int . <- v1:"zero"I 185 @????: mark-local-int . <- v0:"src"I 187 @????: mark-local-int . <- v2:"dest"I 214 @????: mark-local-int . <- v0:"src"I 216 @????: mark-local-int . <- v2:"dest"I 261 @????: mark-local-int . <- v3:"offset" [all...] |