HomeSort by relevance Sort by last modified time
    Searched defs:mark (Results 276 - 300 of 425) sorted by null

<<11121314151617

  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
DebugEventSocketProxy.java 164 public void mark(int i) { method in class:DebugEventSocketProxy
165 transmit("mark\t"+i);
Profiler.java 331 * mark m
356 public void mark(int i) { method in class:Profiler
357 if (dump) System.out.println("mark "+i);
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
debug.py 92 # Track the last mark() call result value for use in rewind().
164 def mark(self): member in class:DebugTokenStream
165 self.lastMarker = self.input.mark()
166 self._dbg.mark(self.lastMarker)
491 def mark(self, marker): member in class:DebugEventListener
492 """The parser is going to look arbitrarily ahead; mark this location,
534 also must be rewound. Even the rewind for each mark must be unwount.
970 def mark(self, i): member in class:DebugEventSocketProxy
971 self.transmit("mark\t%d" % i)
    [all...]
tree.py 713 # FIXME: mark as deprecated
2018 def mark(self): member in class:CommonTreeNodeStream
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
DebugInfoEncoder.java 199 // TODO: Make this mark be the actual prologue end.
372 int mark = output.getCursor(); local
382 annotate(output.getCursor() - mark, "line_start: " + line);
405 mark = output.getCursor();
409 annotate(output.getCursor() - mark,
421 mark = output.getCursor();
455 annotate(output.getCursor() - mark,
614 int mark = output.getCursor(); local
620 annotate(output.getCursor() - mark,
690 int mark = output.getCursor() local
719 int mark = output.getCursor(); local
748 int mark = output.getCursor(); local
851 int mark = output.getCursor(); local
875 int mark = output.getCursor(); local
    [all...]
  /external/dexmaker/src/main/java/com/google/dexmaker/
Code.java 96 * using its constructor: {@code new Label()}, and mark it using {@link #mark
97 * mark(Label)}. All jumps to a label will execute instructions starting from
331 public void mark(Label label) { method in class:Code
358 * register a catch clause without also {@link #mark marking it} in the same
    [all...]
  /external/icu4c/common/
dictbe.cpp 108 int mark; // The preferred candidate's offset member in class:PossibleWord
128 // Mark the current candidate as the one we like
157 mark = current;
163 utext_setNativeIndex(text, offset + lengths[mark]);
164 return lengths[mark];
183 mark = current;
276 // Followed by another dictionary word; mark first word as a good candidate
358 // Never stop before a combining mark.
509 // Followed by another dictionary word; mark first word as a good candidate
587 // Never stop before a combining mark
    [all...]
  /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...]
iproute.c 65 fprintf(stderr, " [ mark NUMBER ]\n");
107 int mark, markmask; member in struct:__anon21159
249 int mark = 0; local
251 mark = *(int *)RTA_DATA(tb[RTA_MARK]);
252 if ((mark ^ filter.mark) & filter.markmask)
417 unsigned int mark = *(unsigned int*)RTA_DATA(tb[RTA_MARK]); local
418 if (mark) {
419 if (mark >= 16)
420 fprintf(fp, " mark 0x%x", mark)
1101 unsigned int mark = 0; local
1355 unsigned int mark = 0; local
    [all...]
  /external/iptables/iptables/
xtoptions.c 427 * Validate the input for being conformant to "mark[/mask]".
431 unsigned int mark = 0, mask = ~0U; local
434 if (!xtables_strtoui(cb->arg, &end, &mark, 0, UINT32_MAX))
436 "%s: bad mark value for option \"--%s\", "
450 cb->val.mark = mark;
  /external/valgrind/main/coregrind/
m_redir.c 246 Bool mark; /* set if spec requires further processing */ member in struct:_Spec
261 Bool mark; /* transient temporary used during deletion */ member in struct:_TopSpec
586 spec->mark = False; /* not significant */
639 newts->mark = False; /* not significant */
745 sp->mark = VG_(string_match)( sp->from_sopatt,
747 anyMark = anyMark || sp->mark;
772 if (!sp->mark)
797 if (!sp->mark)
799 if (sp->mark && (!sp->done) && sp->mandatory)
805 vg_assert(sp->mark);
    [all...]
  /libcore/crypto/src/main/java/org/conscrypt/
ClientHandshakeImpl.java 155 io_stream.mark();
  /libcore/harmony-tests/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/
SinkChannelTest.java 83 buf.mark();
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
menu.h 101 short marklen; /* Length of mark, if any */
127 char *mark; /* Pointer to marker string */ member in struct:tagMENU
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
menu.h 101 short marklen; /* Length of mark, if any */
127 char *mark; /* Pointer to marker string */ member in struct:tagMENU
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
menu.h 101 short marklen; /* Length of mark, if any */
127 char *mark; /* Pointer to marker string */ member in struct:tagMENU
  /system/core/adb/
usb_linux.c 74 int mark; member in struct:usb_handle
92 // set mark flag to indicate this device is still alive
93 usb->mark = 1;
109 if (usb->mark == 0) {
112 usb->mark = 0;
596 /* initialize mark to 1 so we don't get garbage collected after the device scan */
597 usb->mark = 1;
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
H264TrackImpl.java 235 reader.mark();
304 reader.mark();
545 public void mark() { method in class:H264TrackImpl.ReaderWrapper
548 inputStream.mark(i);
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
tree.rb 1104 def mark method in class:ANTLR3.CommonTree.TreeAdaptor.CommonTreeNodeStream
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.cpp 1517 TextEmphasisMark mark = static_cast<TextEmphasisMark>(rareInheritedData->textEmphasisMark); local
    [all...]
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
RopeByteString.java 818 // Offset in the buffer at which user called mark();
819 private int mark; field in class:RopeByteString.RopeInputStream
903 public void mark(int readAheadLimit) { method in class:RopeByteString.RopeInputStream
904 // Set the mark to our position in the byte string
905 mark = currentPieceOffsetInRope + currentPieceIndex;
912 readSkipInternal(null, 0, mark);
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
ir.py 32 # print "MARK", self
891 def mark(self,cb,verbose=False): member in class:TransUnit
892 " mark our child nodes such that cb(node).. mark dependants too. prune unmarked objects. "
893 # mark the nodes:
    [all...]
  /external/harfbuzz/src/
harfbuzz-shaper.cpp 278 HB_Glyph mark = glyphs[gfrom+i]; local
280 item->font->klass->getGlyphMetrics(item->font, mark, &markMetrics);
385 // qDebug("char=%x combiningClass = %d offset=%f/%f", mark, cmb, p.x(), p.y());
416 if (cEnd == -1 && attributes[i].mark) {
418 } else if (cEnd != -1 && !attributes[i].mark) {
466 // first char in a run is never (treated as) a mark
469 attributes[0].mark = false;
493 attributes[pos].mark = false;
527 attributes[pos].mark = true;
532 // one gets an inter character justification point if the current char is not a non spacing mark
    [all...]
harfbuzz-shaper.h 202 hb_bitfield mark :1; /* needs to be positioned around base char */ member in struct:__anon20380
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-shaper.h 171 hb_bitfield mark :1; /* needs to be positioned around base char */ member in struct:__anon20434

Completed in 9275 milliseconds

<<11121314151617