Searched defs:before (Results 26 - 50 of 87) sorted by relevance

1234

/external/skia/src/views/
H A DSkWidgets.cpp126 // override in subclass to add any additional fields before posting
360 SkScalar before, after; local
361 (void)fPaint.measureText(0, NULL, &before, &after);
363 this->setHeight(lines * (after - before) + fMargin.fY * 2);
/external/clang/test/Sema/
H A Ddesignated-initializers.c146 struct XY { int before; struct XX xx, *xp; float* after; } xy[] = { member in struct:XY
151 [2].before = 0, // expected-warning{{initializer overrides prior initialization of this subobject}}
/external/compiler-rt/lib/asan/
H A Dasan_rtl.cc70 static void PrintBytes(const char *before, uintptr_t *a) { argument
73 Printf("%s%p:", before, (void*)a);
550 // On Linux, we force __asan_init to be called before anyone else
/external/freetype/src/autofit/
H A Dafhints.c112 /* to appear before those in the major one in the list */
940 /* is the point before the first edge? */
1007 AF_Edge before = edges + min - 1; local
1011 /* assert( before && after && before != after ) */
1012 if ( before->scale == 0 )
1013 before->scale = FT_DivFix( after->pos - before->pos,
1014 after->fpos - before->fpos );
1016 u = before
[all...]
H A Dafcjk.c1892 /* true, the m is just rendered like before. In addition, any stem */
1975 AF_Edge before, after; local
1981 before = after = edge;
1983 while ( --before >= edges )
1984 if ( before->flags & AF_EDGE_DONE )
1991 if ( before >= edges || after < edge_limit )
1993 if ( before < edges )
1996 af_cjk_align_serif_edge( hints, before, edge );
1999 if ( after->fpos == before->fpos )
2000 edge->pos = before
[all...]
H A Daflatin.c2074 /* true, the m is just rendered like before. In addition, any stem */
2172 AF_Edge before, after; local
2175 for ( before = edge - 1; before >= edges; before-- )
2176 if ( before->flags & AF_EDGE_DONE )
2183 if ( before >= edges && before < edge &&
2186 if ( after->opos == before->opos )
2187 edge->pos = before
[all...]
H A Daflatin2.c2118 /* true, the m is just rendered like before. In addition, any stem */
2222 AF_Edge before, after; local
2225 for ( before = edge - 1; before >= edges; before-- )
2226 if ( before->flags & AF_EDGE_DONE )
2233 if ( before >= edges && before < edge &&
2236 if ( after->opos == before->opos )
2237 edge->pos = before
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/font/
H A DLetterQuad.java203 void setPrevious(LetterQuad before) { argument
204 this.previous = before;
/external/linux-tools-perf/util/
H A Dmap.c413 struct map *before = map__clone(pos); local
415 if (before == NULL) {
420 before->end = map->start - 1;
421 map_groups__insert(self, before);
423 map__fprintf(before, fp);
/external/openssl/crypto/
H A Dcryptlib.c412 /* Calling this here ensures initialisation before any threads
615 int before= *pointer; local
624 CRYPTO_THREADID_hash(&id), before,amount,ret,
/external/valgrind/main/coregrind/m_syswrap/
H A Dpriv_types_n_macros.h139 void (*before) ( ThreadId, member in struct:__anon12318
/external/webkit/Source/WebCore/html/
H A DHTMLSelectElement.cpp179 void HTMLSelectElement::add(HTMLElement* element, HTMLElement* before, ExceptionCode& ec) argument
186 insertBefore(element, before, ec);
466 HTMLElement* before = 0; local
472 before = toHTMLElement(options()->item(index+1));
477 add(option, before, ec);
/external/chromium/chrome/browser/safe_browsing/
H A Dsafe_browsing_service.cc322 // check before the database has finished loading.
390 // |start| is set before calling |GetFullHash()|, which should be
501 // case the database will be recreated before our deletion request is
674 const base::TimeTicks before = base::TimeTicks::Now(); local
692 UMA_HISTOGRAM_TIMES("SB2.DatabaseOpen", base::TimeTicks::Now() - before);
H A Dsafe_browsing_database.cc501 // Ensure we haven't been run before.
1089 // case |ContainsBrowseURL()| is called before the new filter is complete.
1115 const base::Time before = base::Time::Now(); local
1158 const base::TimeDelta bloom_gen = base::Time::Now() - before;
1232 const base::TimeTicks before = base::TimeTicks::Now(); local
1235 << (base::TimeTicks::Now() - before).InMilliseconds() << " ms";
1275 const base::TimeTicks before = base::TimeTicks::Now(); local
1278 << (base::TimeTicks::Now() - before).InMilliseconds() << " ms";
/external/chromium/net/tools/flip_server/
H A Dbalsa_frame.cc515 // the '\n' in the line before a continuation (at least, as of now),
531 // We cleanup the whitespace at the end of the line before doing anything
564 // about the presence of any colon before the beginning of the current
692 base::StringPiece* before, base::StringPiece* after) {
704 *before = base::StringPiece(start, p - start);
709 StringPieceUtils::RemoveWhitespaceContext(before);
715 *before = original;
801 // Thus, we test to see if we have more than two lines total before attempting
934 // binaries before 2008 already do, which is to assume that
1126 // Although we check for this limit before an
691 SplitStringPiece(base::StringPiece original, char delim, base::StringPiece* before, base::StringPiece* after) argument
[all...]
/external/freetype/src/pshinter/
H A Dpshalgo.c1038 PSH_Point first, start, end, before, after; local
1064 before = start;
1069 start = before;
1070 before = before->prev;
1071 if ( before == first )
1074 out_x = start->org_u - before->org_u;
1075 out_y = start->org_v - before->org_v;
1402 PSH_Point point, before, after; local
1409 before
1469 PSH_Point point, before, after; local
1964 PSH_Point before, after; local
[all...]
/external/icu4c/i18n/
H A Dtzgnames.cpp604 TimeZoneTransition before; local
605 UBool beforTrs = btz->getPreviousTransition(date, TRUE, before);
607 && (date - before.getTime() < kDstCheckRange)
608 && before.getFrom()->getDSTSavings() != 0) {
H A Ducol_tok.cpp123 * Controls debug messages so that the output can be compared before and after a
126 * happens, the files before and after the change should be identical.
313 U_STRING_DECL(option_12, "before", 6);
414 /*10*/ {option_12, 6, beforeSub, 3, UCOL_ATTRIBUTE_COUNT}, /*"before" */
485 U_STRING_INIT(option_12, "before", 6);
785 case OPTION_SUPPRESS_CONTRACTIONS: // copy and remove are handled before normalization
886 * The following variables must be set before calling this function:
922 * The following variables must be set before calling this function:
985 uint8_t before = 0; local
1108 /* before thi
[all...]
/external/icu4c/test/intltest/
H A Dutxttest.cpp157 // The test string is unescaped before use.
1137 before = UTEXT_INITIALIZER, local
1140 utext_openUChars(&before, _before, -1, &status);
1146 UTEXT_SETNATIVEINDEX(&before, 1);
1148 result = utext_compare(&before, -1, &after, -1);
1153 UTEXT_SETNATIVEINDEX(&before, 1);
1155 result = utext_compare(&before, 3, &after, 3);
1160 UTEXT_SETNATIVEINDEX(&before, 1);
1162 result = utext_caseCompare(&before, -1, &after, -1, U_FOLD_CASE_DEFAULT, &status);
1167 UTEXT_SETNATIVEINDEX(&before,
1185 before = UTEXT_INITIALIZER, local
[all...]
/external/skia/src/core/
H A DSkStroke.cpp40 static bool set_normal_unitnormal(const SkPoint& before, const SkPoint& after, argument
43 if (!unitNormal->setNormalize(after.fX - before.fX, after.fY - before.fY)) {
/external/v8/src/
H A Dpreparser.cc548 // Consume the return token. It is necessary to do the before
814 i::Scanner::Location before = scanner_->peek_location(); local
826 ReportMessageAt(before.beg_pos, after.end_pos,
909 i::Scanner::Location before = scanner_->peek_location(); local
915 ReportMessageAt(before.beg_pos, after.end_pos,
930 i::Scanner::Location before = scanner_->peek_location(); local
938 ReportMessageAt(before.beg_pos, after.end_pos,
/external/webkit/Source/WebCore/rendering/
H A DRenderTable.cpp101 static inline void resetSectionPointerIfNotBefore(RenderTableSection*& ptr, RenderObject* before) argument
103 if (!before || !ptr)
105 RenderObject* o = before->previousSibling();
H A DRenderTableSection.cpp1063 // by timer. So we have to check rowPos before using it.
1083 int before = (style()->isHorizontalWritingMode() ? localRepaintRect.y() : localRepaintRect.x()) - os; local
1085 startrow = std::lower_bound(m_rowPos.begin(), m_rowPos.end(), before) - m_rowPos.begin();
1090 if (startrow == m_rowPos.size() || (startrow > 0 && (m_rowPos[startrow] > before)))
/external/grub/stage2/
H A Dxfs.h300 xfs_dablk_t before; /* Btree block before this key */ member in struct:xfs_da_intnode::xfs_da_node_entry
/external/quake/quake/src/QW/client/
H A Dcommon.c113 void InsertLinkBefore (link_t *l, link_t *before) argument
115 l->next = before;
116 l->prev = before->prev;

Completed in 599 milliseconds

1234