HomeSort by relevance Sort by last modified time
    Searched refs:MARK (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/examples/rexx/
rexx.l 9 #define MARK(n) ScanCB.ptr = cursor; sel = (n);
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
bsd.sh 75 MARK=100
95 mark() function
98 test $MARK = 100 || echo
99 MARK=`expr $MARK + 1`
100 echo "Test $1:$MARK" | sed 's/./=/g'
101 echo "Test $1:$MARK"
102 echo "Test $1:$MARK" | sed 's/./=/g'
107 mark '1.1'
111 mark '1.2' ; $SED -n 's/^/e1_/p' lines
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sre_constants.py 50 MARK = "mark"
115 MARK,
pickle.py 102 MARK = '(' # push special markobject on stack
541 write(MARK + TUPLE)
560 write(MARK)
597 write(MARK + LIST)
631 write(MARK)
646 write(MARK + DICT)
678 write(MARK)
704 write(MARK)
850 self.mark = object() # any new unique object
862 # Return largest index k such that self.stack[k] is self.mark
    [all...]
sre_compile.py 99 emit(OPCODES[MARK])
104 emit(OPCODES[MARK])
sre_parse.py 751 a((MARK, index))
768 a((MARK, int(this[1:])))
783 if c is MARK:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sre_constants.py 50 MARK = "mark"
115 MARK,
pickle.py 102 MARK = '(' # push special markobject on stack
541 write(MARK + TUPLE)
560 write(MARK)
597 write(MARK + LIST)
631 write(MARK)
646 write(MARK + DICT)
678 write(MARK)
704 write(MARK)
850 self.mark = object() # any new unique object
862 # Return largest index k such that self.stack[k] is self.mark
    [all...]
sre_compile.py 99 emit(OPCODES[MARK])
104 emit(OPCODES[MARK])
sre_parse.py 751 a((MARK, index))
768 a((MARK, int(this[1:])))
783 if c is MARK:
  /frameworks/av/services/camera/libcameraservice/api1/client2/
JpegProcessor.cpp 292 const uint8_t MARK = 0xFF; // First byte of marker
309 return buf[0] == MARK && buf[1] == SOI;
313 return buf[0] == MARK && buf[1] == EOI;
318 if (buf[0] == MARK && buf[1] > 0 && buf[1] < 0xFF) {
  /external/dropbear/libtommath/
booker.pl 42 if ($_ =~ m/MARK/) {
60 if ($_ =~ m/MARK/) {
  /bionic/linker/
linker.cpp 135 #define MARK(offset) \
140 #define MARK(x) do {} while (0)
950 MARK(rel->r_offset);
956 MARK(rel->r_offset);
962 MARK(rel->r_offset);
968 MARK(rel->r_offset);
976 MARK(rel->r_offset);
982 MARK(rel->r_offset);
989 MARK(rel->r_offset);
1006 MARK(rel->r_offset)
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
C.stg 223 #undef MARK
266 #define MARK() ISTREAM->mark(ISTREAM)
354 #undef MARK
395 #define MARK() ISTREAM->mark(ISTREAM)
433 #undef MARK
468 #define MARK() ISTREAM->mark(ISTREAM)
    [all...]
  /frameworks/base/core/java/android/text/
SpannableStringBuilder.java 395 } else { // MARK
396 // MARKs should be moved to the start, with the exception of a mark located at
583 * Mark the specified range of text with the specified object.
615 if (flagsStart == POINT && flagsEnd == MARK && start == end) {
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Tree.Tests.pas 859 M := Stream.Mark;
906 M := Stream.Mark;
950 M := Stream.Mark; // MARK at start
953 M2:= Stream.Mark; // MARK on 102
    [all...]
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /external/chromium_org/third_party/accessibility-audit/
axs_testing.js 484 axs.constants.TAG_TO_INFORMATION_TABLE_VERBOSE_MSG = {A:"tag_link", BUTTON:"tag_button", H1:"tag_h1", H2:"tag_h2", H3:"tag_h3", H4:"tag_h4", H5:"tag_h5", H6:"tag_h6", LI:"tag_li", OL:"tag_ol", SELECT:"tag_select", TEXTAREA:"tag_textarea", UL:"tag_ul", SECTION:"tag_section", NAV:"tag_nav", ARTICLE:"tag_article", ASIDE:"tag_aside", HGROUP:"tag_hgroup", HEADER:"tag_header", FOOTER:"tag_footer", TIME:"tag_time", MARK:"tag_mark"};
    [all...]
  /external/iproute2/doc/
ip-cref.tex     [all...]
  /external/chromium_org/chrome/third_party/chromevox/
chromeVoxChromeBackgroundScript.js     [all...]
chromeVoxChromeOptionsScript.js     [all...]
chromeVoxChromePageScript.js     [all...]
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 325 milliseconds

1 2