Searched refs:before (Results 1 - 25 of 120) sorted by relevance

12345

/external/stlport/test/unit/
H A Dlexcmp_test.cpp37 bool before = lexicographical_compare(n1, n1 + size, n2, n2 + size); local
38 CPPUNIT_ASSERT(!before);
46 bool before = lexicographical_compare(n1, n1 + size, n2, n2 + size, greater<char>()); local
47 CPPUNIT_ASSERT(before);
/external/freetype/src/base/
H A Dftutil.c266 FT_ListNode before = list->tail; local
270 node->prev = before;
272 if ( before )
273 before->next = node;
308 FT_ListNode before, after; local
311 before = node->prev;
314 if ( before )
315 before->next = after;
320 after->prev = before;
322 list->tail = before;
332 FT_ListNode before, after; local
[all...]
/external/skia/src/core/
H A DSkStrokerPriv.cpp70 static bool is_clockwise(const SkVector& before, const SkVector& after) argument
72 return SkScalarMul(before.fX, after.fY) - SkScalarMul(before.fY, after.fX) > 0;
135 SkVector before = beforeUnitNormal;
139 if (!is_clockwise(before, after))
142 before.negate();
151 int count = SkBuildQuadArc(before, after, dir, &matrix, pts);
178 SkVector before = beforeUnitNormal; local
192 ccw = !is_clockwise(before, after);
196 before
[all...]
/external/bluetooth/glib/glib/
H A Dgi18n-lib.h29 #error You must define GETTEXT_PACKAGE before including gi18n-lib.h. Did you forget to include config.h?
/external/stlport/stlport/
H A Dassert.h35 # error assert has been defined before inclusion of assert.h header.
H A Derrno.h45 /* If errno has been defined before inclusion of native errno.h including it from STLport errno.h
53 * To fix this problem you have to find where this definition comes from and include errno.h before it.
55 # error errno has been defined before inclusion of errno.h header.
H A Dsetjmp.h41 # error setjmp has been defined before inclusion of setjmp.h header.
/external/stlport/src/
H A Dsparc_atomic64.s19 membar #LoadLoad | #LoadStore ! Ensure the cas finishes before
38 membar #LoadLoad | #LoadStore ! Ensure the cas finishes before
58 membar #LoadLoad | #LoadStore ! Ensure the cas finishes before
H A Dsparc_atomic.s41 membar #LoadLoad | #LoadStore ! Ensure the cas finishes before
63 membar #LoadLoad | #LoadStore ! Ensure the cas finishes before
/external/webkit/WebCore/rendering/
H A DRenderObjectChildList.h56 void insertChildNode(RenderObject* owner, RenderObject* child, RenderObject* before, bool fullInsert = true);
/external/freetype/src/pshinter/
H A Dpshalgo.c1037 PSH_Point first, start, end, before, after; local
1063 before = start;
1068 start = before;
1069 before = before->prev;
1070 if ( before == first )
1073 out_x = start->org_u - before->org_u;
1074 out_y = start->org_v - before->org_v;
1401 PSH_Point point, before, after; local
1408 before
1468 PSH_Point point, before, after; local
1960 PSH_Point before, after; local
[all...]
/external/webkit/WebCore/html/
H A DHTMLSelectElement.idl57 in HTMLElement before)
H A DHTMLSelectElement.cpp112 void HTMLSelectElement::add(HTMLElement *element, HTMLElement *before, ExceptionCode& ec) argument
119 insertBefore(element, before, ec);
379 HTMLElement* before = 0; local
385 before = static_cast<HTMLElement*>(options()->item(index+1));
390 add(option, before, ec);
H A DHTMLSelectElement.h51 void add(HTMLElement* element, HTMLElement* before, ExceptionCode&);
/external/clearsilver/cs/
H A Dtest3.cs30 before weekday
34 before echo
/external/freetype/src/autofit/
H A Dafhints.c108 /* to appear before those in the major one in the list */
396 AF_Point before; local
419 before = start;
424 start = before;
425 before = before->prev;
426 if ( before == first )
429 out_x = start->fx - before->fx;
430 out_y = start->fy - before->fy;
925 /* is the point before th
990 AF_Edge before = edges + min - 1; local
[all...]
H A Dafcjk.c1153 /* true, the m is just rendered like before. In addition, any stem */
1236 AF_Edge before, after; local
1242 before = after = edge;
1244 while ( --before >= edges )
1245 if ( before->flags & AF_EDGE_DONE )
1252 if ( before >= edges || after < edge_limit )
1254 if ( before < edges )
1257 af_cjk_align_serif_edge( hints, before, edge );
1260 if ( after->fpos == before->fpos )
1261 edge->pos = before
[all...]
H A Daflatin.c1952 /* true, the m is just rendered like before. In addition, any stem */
2049 AF_Edge before, after; local
2052 for ( before = edge - 1; before >= edges; before-- )
2053 if ( before->flags & AF_EDGE_DONE )
2060 if ( before >= edges && before < edge &&
2063 if ( after->opos == before->opos )
2064 edge->pos = before
[all...]
H A Daflatin2.c2093 /* true, the m is just rendered like before. In addition, any stem */
2196 AF_Edge before, after; local
2199 for ( before = edge - 1; before >= edges; before-- )
2200 if ( before->flags & AF_EDGE_DONE )
2207 if ( before >= edges && before < edge &&
2210 if ( after->opos == before->opos )
2211 edge->pos = before
[all...]
/external/grub/stage2/
H A Dsmp-imps.h20 #error Must include "apic.h" before "smp-imps.h"
191 * Call this during the early stages of OS startup, before memory can
/external/v8/src/
H A Dmessages.js471 * @param {number} opt_before The number of characters to prefer before the
477 var before;
484 before = opt_before;
486 // If no before is specified center for small limits and perfer more source
487 // before the the position that after for longer limits.
489 before = $floor(limit / 2);
491 before = limit - 10;
494 if (before >= limit) {
495 before = limit - 1;
502 var start_limit = this.position - before;
[all...]
/external/stlport/stlport/stl/config/
H A D_gcc.h11 # error GNU compilers before 2.95 are not supported anymore.
35 /* define for gcc versions before 3.4.0. */
55 /* For gcc before version 3 this macro is defined below */
H A D_msvc.h75 # error Microsoft Visual C++ compilers before version 6 (SP5) are not supported.
/external/webkit/WebCore/inspector/front-end/
H A Dinspector.css446 #style-changes-count::before {
454 #error-count::before {
466 #warning-count::before {
542 #console-prompt::before {
546 .console-user-command-result.console-log-level::before {
561 .console-adjacent-user-command-result + .console-user-command-result.console-log-level::before {
565 .console-message::before, .console-user-command::before, #console-prompt::before, .console-group-title::before {
[all...]
/external/qemu/
H A Dcpu-defs.h38 #error TARGET_LONG_BITS must be defined before including this header

Completed in 64 milliseconds

12345