/external/icu4c/data/unidata/ |
UnicodeData.txt | 34 0021;EXCLAMATION MARK;Po;0;ON;;;;;N;;;;; 35 0022;QUOTATION MARK;Po;0;ON;;;;;N;;;;; 64 003F;QUESTION MARK;Po;0;ON;;;;;N;;;;; 162 00A1;INVERTED EXCLAMATION MARK;Po;0;ON;;;;;N;;;;; 172 00AB;LEFT-POINTING DOUBLE ANGLE QUOTATION MARK;Pi;0;ON;;;;;Y;LEFT POINTING GUILLEMET;*;;; 175 00AE;REGISTERED SIGN;So;0;ON;;;;;N;REGISTERED TRADE MARK SIGN;;;; 188 00BB;RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK;Pf;0;ON;;;;;Y;RIGHT POINTING GUILLEMET;*;;; 192 00BF;INVERTED QUESTION MARK;Po;0;ON;;;;;N;;;;; [all...] |
/external/webkit/WebKit/mac/ |
ChangeLog-2010-01-29 | 1 2010-01-29 Mark Rowe <mrowe@apple.com> 332 Reviewed by Mark Rowe. 346 2010-01-11 Mark Rowe <mrowe@apple.com> 479 Reviewed by Mark Rowe. 488 Reviewed by Ada Chan and Mark Rowe. 529 Reviewed by Mark Rowe. 536 2009-12-21 Mark Rowe <mrowe@apple.com> [all...] |
/external/bison/lib/ |
quotearg.c | 163 /* MSGID approximates a quotation mark. Return its translation if it 229 quotation mark suitable for the locale, and similarly for 235 translate "`" to U+201C (LEFT DOUBLE QUOTATION MARK), and 237 MARK). A British English Unicode locale should instead 238 translate these to U+2018 (LEFT SINGLE QUOTATION MARK) and 239 U+2019 (RIGHT SINGLE QUOTATION MARK), respectively.
|
ebitset.c | 97 /* Disable bitset cache and mark BSET as being zero. */ 103 /* Disable bitset cache and mark BSET as being possibly non-zero. */ 379 For now just mark BSET as known to be zero. */ 409 For now just mark BSET as known to be zero. */ 916 For now just mark DST as known to be zero. */
|
/external/e2fsprogs/lib/ext2fs/ |
ext2fs.h | [all...] |
/frameworks/base/core/java/com/google/android/mms/pdu/ |
PduParser.java | 497 pduDataStream.mark(1); [all...] |
/cts/tools/host/src/com/android/cts/ |
TestDevice.java | [all...] |
/hardware/ti/wlan/wl1271/stad/src/Application/ |
scanMngr.c | 209 /* mark that immediate scan is running on band A */ 227 /* mark that immediate scan is not running */ 236 /* mark that immediate scan is not running */ 246 /* mark that immediate scan is not running */ 255 /* mark that immediate scan is not running */ 291 /* mark that immediate scan is not running */ 404 /* mark that continuous scan is now tracking on A */ 424 /* in case a TSF error was received on last continuous scan cycle, mark (now, that tracking 449 /* mark that continuous scan is now in discovery state */ 452 /* mark that no new APs were discovered in this discovery operation * [all...] |
/system/wlan/ti/wilink_6_1/stad/src/Application/ |
scanMngr.c | 209 /* mark that immediate scan is running on band A */ 227 /* mark that immediate scan is not running */ 236 /* mark that immediate scan is not running */ 246 /* mark that immediate scan is not running */ 255 /* mark that immediate scan is not running */ 291 /* mark that immediate scan is not running */ 395 /* mark that continuous scan is now tracking on A */ 415 /* in case a TSF error was received on last continuous scan cycle, mark (now, that tracking 440 /* mark that continuous scan is now in discovery state */ 443 /* mark that no new APs were discovered in this discovery operation * [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Application/ScanMngr/ |
scanMngr.c | 143 /* mark that continuous scan timer is not running */ 146 /* mark that continuous scan process is not running */ 155 /* mark no continuous and immediate scans are currently running */ 161 /* mark no AP recovery occured */ 164 /* mark no neighbor APs */ 168 /* mark no discovery process */ 305 /* mark that immediate scan is running on band G */ 309 /* if continuous scan is running, mark that it should quit */ 349 /* mark that immediate scan is running on band A */ 352 /* if continuous scan is running, mark that it should quit * [all...] |
/external/libpcap/ |
optimize.c | 85 * A block is marked if only if its mark equals the current mark. 90 #define isMarked(p) ((p)->mark == cur_mark) 92 #define Mark(p) ((p)->mark = cur_mark) 225 Mark(b); [all...] |
/external/guava/javadoc/com/google/common/io/ |
CountingInputStream.html | 176 <TD><CODE><B><A HREF="../../../../com/google/common/io/CountingInputStream.html#mark(int)">mark</A></B>(int readlimit)</CODE> 334 <A NAME="mark(int)"><!-- --></A><H3> 335 mark</H3> 337 public void <B>mark</B>(int readlimit)</PRE> 340 <DT><B>Overrides:</B><DD><CODE><A HREF="http://java.sun.com/javase/6/docs/api/java/io/FilterInputStream.html?is-external=true#mark(int)" title="class or interface in java.io">mark</A></CODE> in class <CODE><A HREF="http://java.sun.com/javase/6/docs/api/java/io/FilterInputStream.html?is-external=true" title="class or interface in java.io">FilterInputStream</A></CODE></DL>
|
LimitInputStream.html | 177 <TD><CODE><B><A HREF="../../../../com/google/common/io/LimitInputStream.html#mark(int)">mark</A></B>(int readlimit)</CODE> 287 <A NAME="mark(int)"><!-- --></A><H3> 288 mark</H3> 290 public void <B>mark</B>(int readlimit)</PRE> 293 <DT><B>Overrides:</B><DD><CODE><A HREF="http://java.sun.com/javase/6/docs/api/java/io/FilterInputStream.html?is-external=true#mark(int)" title="class or interface in java.io">mark</A></CODE> in class <CODE><A HREF="http://java.sun.com/javase/6/docs/api/java/io/FilterInputStream.html?is-external=true" title="class or interface in java.io">FilterInputStream</A></CODE></DL>
|
/frameworks/base/core/java/android/app/ |
AlertDialog.java | 525 * a check mark displayed to the right of the text for each checked 551 * The list will have a check mark displayed to the right of the text 577 * The list will have a check mark displayed to the right of the text 606 * R.array.foo The list will have a check mark displayed to the right of the text for the 629 * the selected item via the supplied listener. The list will have a check mark displayed to 655 * the selected item via the supplied listener. The list will have a check mark displayed to 677 * the selected item via the supplied listener. The list will have a check mark displayed to [all...] |
/frameworks/base/core/java/android/text/ |
StaticLayout.java | [all...] |
/dalvik/dx/tests/087-ssa-local-vars/ |
expected.txt | 76 @????: mark-local-object . <- v15:"stringArray"[Ljava/lang/String; 83 @????: mark-local-object . <- v17:"objectArray"[Ljava/lang/Object; 132 @????: mark-local-int . <- v23:"i"I 440 @????: mark-local-object . <- v58:"ase"Ljava/lang/ArrayStoreException; 551 @????: mark-local-object . <- v7:"foo"LBlort; 581 @????: mark-local-object . <- v8:"foo"LBlort; 687 @????: mark-local-object . <- v19:"current"Ljava/lang/StringBuilder; 689 @????: mark-local-object . <- v20:"previous"Ljava/lang/StringBuilder; 726 @????: mark-local-object . <- v32:"current"Ljava/lang/StringBuilder; 770 @????: mark-local-int . <- v40:"l" [all...] |
/frameworks/base/opengl/libagl/ |
texture.cpp | 46 #pragma mark - 47 #pragma mark Init 182 #pragma mark - 183 #pragma mark Format conversion 616 #pragma mark - 617 #pragma mark Generate mimaps 869 #pragma mark - 870 #pragma mark Texture API [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/scan/scanCncn/ |
ScanCncn.c | 456 /* mark that a scan request is in progress (to avoid client re-entrance if the scan fail) */ 459 /* mark the scan result as OK (until other status will replace it) */ 480 /* mark that the scan request is no longer in progress */ 514 /* mark that a scan request is in progress (to avoid client re-entrance if the scan fail) */ 517 /* mark the scan result as OK (until other status will replace it) */ 537 /* mark that the scan request is no longer in progress */ 596 /* mark that a scan request is in progress (to avoid client re-entrance if the scan fail) */ 599 /* mark the scan result as OK (until other status will replace it) */ 620 /* mark that the scan request is no longer in progress */ 672 /* mark that a scan request is in progress (to avoid client re-entrance if the scan fail) * [all...] |
/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/ |
ScanCncn.c | 389 /* mark that a scan request is in progress (to avoid client re-entrance if the scan fail) */ 392 /* mark the scan result as TI_OK (until other status will replace it) */ 399 /* mark that the scan request is no longer in progress */ 420 * mark that null data should be sent (different from abort, where null dats is not sent 481 /* mark that a scan request is in progress (to avoid client re-entrance if the scan fail) */ 484 /* mark the scan result as TI_OK (until other status will replace it) */ 491 /* mark that the scan request is no longer in progress */ [all...] |
/dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/ |
ByteBufferTest.java | 201 buf.mark(); 214 // readonly's position, mark, and limit should be independent to buf 243 buf.mark(); 253 // mark position 263 buf.mark(); 280 buf.mark(); 336 buf.mark(); 349 // duplicate's position, mark, and limit should be independent to buf [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/ |
CharInfo.java | 331 // We choose not to escape the quotation mark as " in text nodes 341 // We choose not to escape the quotation mark as " in text nodes. 689 * mark it as needing replacement with 703 * mark it as needing replacement with 733 set(inputChar); // mark the character has having a mapping to a String
|
/dalvik/vm/ |
LinearAlloc.c | 415 * old stuff over, and mark the new stuff as free. 480 * Trying to mark read-only. 503 * Trying to mark writable. 531 * Try to mark the pages in which a chunk of memory lives as read-only. 562 * Mark an allocation as free.
|
/external/opencore/codecs_v2/omx/omx_amr/src/ |
omx_amr_component.cpp | 466 //Store the mark data for output buffer, as it will be overwritten next time 516 //Mark buffer code ends here 702 //Mark buffer code ends here 776 //Mark this flag false once the callback has been send back [all...] |
/external/proguard/src/proguard/gui/ |
GUIResources.properties | 455 Mark classes as final, whenever possible. 463 Mark fields as private, whenever possible. 467 Mark methods as private, whenever possible (devirtualization). 469 Mark methods as static, whenever possible (devirtualization). 471 Mark methods as final, whenever possible.
|
/external/webkit/JavaScriptCore/ |
ChangeLog-2007-10-14 | 80 Reviewed by Mark. 93 Reviewed by Mark. 102 Reviewed by Mark. 124 Reviewed by Mark. 149 2007-10-11 Mark Rowe <mrowe@apple.com> 205 2007-10-04 Mark Rowe <mrowe@apple.com> 253 Reviewed by Mark. 359 2007-09-21 Mark Rowe <mrowe@apple.com> 378 2007-09-19 Mark Rowe <mrowe@apple.com> 582 2007-09-05 Mark Rowe <mrowe@apple.com [all...] |