Searched defs:mark (Results 76 - 100 of 143) sorted by relevance

123456

/external/icu4c/common/
H A Ddictbe.cpp114 int mark; // The preferred candidate's offset member in class:PossibleWord
163 mark = current;
169 utext_setNativeIndex(text, offset + lengths[mark]);
170 return lengths[mark];
189 mark = current;
283 // Followed by another dictionary word; mark first word as a good candidate
365 // Never stop before a combining mark.
516 // Followed by another dictionary word; mark first word as a good candidate
594 // Never stop before a combining mark.
/external/icu4c/test/intltest/
H A Dcallimts.cpp330 UDate mark = millis + 5000; // 5 sec local
337 if (ucal_getNow() >= mark) {
339 mark += 5000; // 5 sec
/external/kernel-headers/original/linux/netfilter_ipv4/
H A Dip_conntrack.h120 u_int32_t mark; member in struct:ip_conntrack
/external/quake/quake/src/QW/client/
H A Dr_bsp.c392 pbedge[j-1].pnext = NULL; // mark end of edges
453 msurface_t *surf, **mark; local
506 mark = pleaf->firstmarksurface;
513 (*mark)->visframe = r_framecount;
514 mark++;
H A Dzone.c112 block->tag = 0; // mark as free
449 void Hunk_FreeToLowMark (int mark) argument
451 if (mark < 0 || mark > hunk_low_used)
452 Sys_Error ("Hunk_FreeToLowMark: bad mark %i", mark);
453 memset (hunk_base + mark, 0, hunk_low_used - mark);
454 hunk_low_used = mark;
468 void Hunk_FreeToHighMark (int mark) argument
[all...]
/external/quake/quake/src/WinQuake/
H A Dcmd.cpp286 int mark; local
294 mark = Hunk_LowMark ();
304 Hunk_FreeToLowMark (mark);
H A Dr_bsp.cpp392 pbedge[j-1].pnext = NULL; // mark end of edges
453 msurface_t *surf, **mark; local
506 mark = pleaf->firstmarksurface;
513 (*mark)->visframe = r_framecount;
514 mark++;
H A Dzone.cpp112 block->tag = 0; // mark as free
444 void Hunk_FreeToLowMark (int mark) argument
446 if (mark < 0 || mark > hunk_low_used)
447 Sys_Error ("Hunk_FreeToLowMark: bad mark %i", mark);
448 memset (hunk_base + mark, 0, hunk_low_used - mark);
449 hunk_low_used = mark;
463 void Hunk_FreeToHighMark (int mark) argument
[all...]
/external/webkit/Source/WebCore/editing/
H A DEditor.h349 const VisibleSelection& mark() const; // Mark, to be used as emacs uses it.
443 inline const VisibleSelection& Editor::mark() const function in class:WebCore::Editor
/external/webkit/Source/WebCore/platform/graphics/
H A DFontFastPath.cpp250 // FIXME: This function may not work if the emphasis mark uses a complex script, but none of the
252 bool Font::getEmphasisMarkGlyphData(const AtomicString& mark, GlyphData& glyphData) const argument
254 if (mark.isEmpty())
263 UChar32 character = mark[0];
269 if (mark.length() < 2)
272 UChar low = mark[1];
283 int Font::emphasisMarkAscent(const AtomicString& mark) const
286 if (!getEmphasisMarkGlyphData(mark, markGlyphData))
297 int Font::emphasisMarkDescent(const AtomicString& mark) const
300 if (!getEmphasisMarkGlyphData(mark, markGlyphDat
367 drawEmphasisMarksForSimpleText(GraphicsContext* context, const TextRun& run, const AtomicString& mark, const FloatPoint& point, int from, int to) const argument
420 drawEmphasisMarks(GraphicsContext* context, const GlyphBuffer& glyphBuffer, const AtomicString& mark, const FloatPoint& point) const argument
[all...]
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3debughandlers.c66 static void mark (pANTLR3_DEBUG_EVENT_LISTENER delboy, ANTLR3_MARKER marker);
129 delboy->mark = mark;
696 mark (pANTLR3_DEBUG_EVENT_LISTENER delboy, ANTLR3_MARKER marker) function
700 sprintf(buffer, "mark\t%d\n", (ANTLR3_UINT32)(marker & 0xFFFFFFFF));
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Ddebug.py92 # 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)
H A Dtree.py713 # FIXME: mark as deprecated
1347 #FIXME: mark as deprecated
1352 #FIXME: mark as deprecated
1357 #FIXME: mark as deprecated
1362 #FIXME: mark as deprecated
1762 This stream knows how to mark/release for backtracking.
1855 # Track the last mark() call result value for use in rewind().
2018 def mark(self): member in class:CommonTreeNodeStream
/external/chromium/net/spdy/
H A Dspdy_framer_test.cc28 const bool mark = local
30 hex += mark ? '*' : ' ';
33 hex += mark ? '*' : ' ';
/external/dexmaker/src/main/java/com/google/dexmaker/
H A DCode.java96 * 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
805 * define further instructions after a return without first {@link #mark
820 * first {@link #mark marking} an existing unmarked label.
/external/iproute2/ip/
H A Dxfrm_state.c73 fprintf(stderr, "ID := [ src ADDR ] [ dst ADDR ] [ proto XFRM_PROTO ] [ spi SPI ] [mark MARK [mask MASK]]\n");
252 struct xfrm_mark mark = {0, 0}; local
271 } else if (strcmp(*argv, "mark") == 0) {
272 xfrm_parse_mark(&mark, &argc, &argv);
449 if (mark.m & mark.v) {
451 (void *)&mark, sizeof(mark));
537 struct xfrm_mark mark = {0, 0}; local
561 } else if (strcmp(*argv, "mark")
793 struct xfrm_mark mark = {0, 0}; local
[all...]
/external/iproute2/tc/
H A Df_u32.c10 * Match mark added by Catalin(ux aka Dino) BOIE <catab at umbrella.ro> [5 nov 2004]
43 " u{32|16|8} | mark } SAMPLE_ARGS [divisor DIVISOR]\n");
664 struct tc_u32_mark mark; local
669 if (get_u32(&mark.val, *argv, 0)) {
670 fprintf(stderr, "Illegal \"mark\" value\n");
675 if (get_u32(&mark.mask, *argv, 0)) {
676 fprintf(stderr, "Illegal \"mark\" mask\n");
681 if ((mark.val & mark.mask) != mark
1236 struct tc_u32_mark *mark = RTA_DATA(tb[TCA_U32_MARK]); local
[all...]
/external/jpeg/
H A Djcmarker.c122 emit_marker (j_compress_ptr cinfo, JPEG_MARKER mark) argument
126 emit_byte(cinfo, (int) mark);
/external/qemu/distrib/jpeg-6b/
H A Djcmarker.c122 emit_marker (j_compress_ptr cinfo, JPEG_MARKER mark) argument
126 emit_byte(cinfo, (int) mark);
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DHTMLScanner.java415 mark();
427 mark();
510 mark();
515 mark();
521 mark();
526 mark();
543 mark();
569 mark();
597 private void mark() { method in class:HTMLScanner
/external/valgrind/main/coregrind/
H A Dm_redir.c243 Bool mark; /* set if spec requires further processing */ member in struct:_Spec
258 Bool mark; /* transient temporary used during deletion */ member in struct:_TopSpec
453 spec->mark = False; /* not significant */
506 newts->mark = False; /* not significant */
612 sp->mark = VG_(string_match)( sp->from_sopatt,
614 anyMark = anyMark || sp->mark;
639 if (!sp->mark)
664 if (!sp->mark)
666 if (sp->mark && (!sp->done) && sp->mandatory)
672 vg_assert(sp->mark);
[all...]
/external/webkit/Source/WebCore/platform/graphics/texmap/
H A DTextureMapperNode.cpp29 void mark(BitmapTexture* texture);
90 void TextureMapperCache::mark(BitmapTexture* texture) function in class:WebCore::TextureMapperCache
276 cache()->mark(m_texture.get());
517 options.cache->mark(m_texture.get());
539 options.cache->mark(m_replicaSurface.get());
544 options.cache->mark(options.surface);
573 options.cache->mark(&texture);
602 options.cache->mark(m_surface.get());
670 options.cache->mark(m_surface.get());
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
H A DProfiler.java331 * 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/Ruby/lib/antlr3/
H A Dtree.rb1104 def mark method in class:ANTLR3.CommonTree.TreeAdaptor.CommonTreeNodeStream
/external/harfbuzz/src/
H A Dharfbuzz-shaper.cpp278 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...]

Completed in 581 milliseconds

123456