Searched defs:before (Results 51 - 75 of 87) sorted by relevance

1234

/external/quake/quake/src/WinQuake/
H A Dcommon.cpp115 void InsertLinkBefore (link_t *l, link_t *before) argument
117 l->next = before;
118 l->prev = before->prev;
/external/skia/src/core/
H A DSkPath.cpp711 // abort before we invoke SkAutoPathBoundsUpdate()
898 SkVector before, after; local
912 before.setNormalize(x1 - start.fX, y1 - start.fY);
916 SkScalar cosh = SkPoint::DotProduct(before, after);
917 SkScalar sinh = SkPoint::CrossProduct(before, after);
929 SkScalar xx = x1 - SkScalarMul(dist, before.fX);
930 SkScalar yy = y1 - SkScalarMul(dist, before.fY);
933 // now turn before/after into normals
935 before.rotateCCW();
939 before
[all...]
/external/v8/src/
H A Dlithium-allocator.cc279 // Find the last interval that ends before the position. If the
307 UseInterval* before = current; local
308 UseInterval* after = before->next();
309 result->last_interval_ = (last_interval_ == before)
313 last_interval_ = before;
315 // Find the last use position before the split and the first use
347 // Link the new live range in the chain before any of the other
348 // ranges linked from the range before the split.
879 // before the pointer map can be used. I.e. the pointer map at the
1037 // We are going to insert a move before th
[all...]
H A Ddebug.cc142 // Always update the position as we don't want that to be before the
852 // Make sure we mark the debugger as not loading before we might
1505 // steps before reporting break back to the debugger.
1844 // slots is before this slot.
2318 // Perform GC to get unreferenced scripts evicted from the cache before
2445 bool before,
2453 factory->ToBoolean(before) };
2593 // Store whether in debugger before entering debugger.
2614 // Wrap the script object in a proper JS object before passing it
3237 // NOTE the member variable save which saves the previous context before
2444 MakeCompileEvent(Handle<Script> script, bool before, bool* caught_exception) argument
[all...]
H A Ddebug-debugger.js1151 function MakeCompileEvent(exec_state, script, before) {
1152 return new CompileEvent(exec_state, script, before);
1156 function CompileEvent(exec_state, script, before) {
1159 this.before_ = before;
2426 var before = %GetHeapUsage();
2430 response.body = { "before": before, "after": after };
H A Dheap.cc364 // Similar to the before GC, we use some complicated logic to ensure that
2421 // The -0 value must be set before NumberFromDouble works.
3370 // Allocate ByteArray before the Code object, so that we do not risk
3456 // Allocate ByteArray before the Code object, so that we do not risk
3758 // so that object accesses before the constructor completes (e.g. in the
5140 uintptr_t before = reinterpret_cast<intptr_t>(accessors->getter()); local
5142 ((before & ~kSmiTagMask) | kSmiTag) :
5143 ((before & ~kHeapObjectTag) | kHeapObjectTag);
5144 CHECK(before != after);
5284 // fix the pointers before th
[all...]
/external/valgrind/main/mpi/
H A Dlibmpiwrap.c180 static void before ( char* fnname ) function
1063 before("{,B,S,R}Send");
1102 before("Recv");
1127 before("Get_count");
1377 before("{,B,S,R}Isend");
1422 before("Irecv");
1450 before("Wait");
1479 before("Waitany");
1513 before("Waitall");
1555 before("Tes
[all...]
/external/webkit/Source/WebCore/editing/
H A DApplyStyleCommand.cpp234 // update document layout once before removing styles
235 // so that we avoid the expense of updating before each and every call
337 // If the end node is before the start node (can only happen if the end node is
350 // Store away font size before making any changes to the document.
430 HTMLElement* ApplyStyleCommand::splitAncestorsWithUnicodeBidi(Node* node, bool before, WritingDirection allowedDirection) argument
472 if (before ? n->previousSibling() : n->nextSibling())
473 splitElement(parent, before ? n : n->nextSibling());
535 // update document layout once before removing styles
536 // so that we avoid the expense of updating before each and every call
625 // update document layout once before runnin
[all...]
/external/webkit/Source/WebCore/rendering/
H A DRenderTableCell.cpp134 // grids. We must refresh those grids before the child cells try to use them.
263 if (RenderTableCell* before = table()->cellBefore(this)) {
264 top = max(top, before->borderHalfTop(true));
265 bottom = max(bottom, before->borderHalfBottom(true));
291 // FIXME: layoutDelta needs to be applied in parts before/after transforms and
532 // For before border, we need to check, in order of precedence:
533 // (1) Our before border.
534 int before = CSSProperty::resolveDirectionAwareProperty(CSSPropertyWebkitBorderBeforeColor, table->style()->direction(), table->style()->writingMode()); local
536 CollapsedBorderValue result = CollapsedBorderValue(&style()->borderBefore(), style()->visitedDependentColor(before), BCELL);
540 // (2) A before cel
612 int before = CSSProperty::resolveDirectionAwareProperty(CSSPropertyWebkitBorderBeforeColor, table->style()->direction(), table->style()->writingMode()); local
[all...]
/external/clang/lib/Sema/
H A DSemaDeclAttr.cpp462 bool before) {
496 if (before)
1180 // Should we? How to check that weakref is before or after alias?
3782 handleAcquireOrderAttr(S, D, Attr, /*before = */true);
3785 handleAcquireOrderAttr(S, D, Attr, /*before = */false);
461 handleAcquireOrderAttr(Sema &S, Decl *D, const AttributeList &Attr, bool before) argument
/external/icu4c/i18n/
H A Dcalendar.cpp16 * 05/01/97 aliu Made equals(), before(), after() arguments const.
141 /* Max value for stamp allowable before recalculation */
952 Calendar::before(const Calendar& when, UErrorCode& status) const function in class:Calendar
1246 // Mark fields as set. Do this before calling handleComputeFields().
1748 // Compute the number of days before the current day in this
1765 // Find the number of same days of the week before this one
1894 // appropriate), record the DST_OFFSET before and after the add()
2720 // If useMonth is true, get the day before the start of the month.
2754 // or Gregorian). (or it is before the month we are in, if useMonth is True)
2771 // Actually, it may be just before th
[all...]
/external/icu4c/test/intltest/
H A Dcalregts.cpp272 c->before(*d,status) ||
273 c->before(*c,status) ||
1144 UDate before = ADDROLL_date[i]; local
1147 testCal->setTime(before,status);
1161 log(opTypeStr + amount + ") " + sdf.format(before, str) + " => " +
1180 if (before != got) {
1182 logln(UnicodeString(" exp:") + sdf.format(before, str) + " FAIL");
1430 * at 45 BC, and not have leap years before then).
1620 ", date before: " + date +
1898 logln("date before
1995 int32_t before; // ms before cutover member in struct:__anon5527
[all...]
/external/kernel-headers/original/linux/
H A Dnfs_xdr.h110 u64 before; member in struct:nfs4_change_info
/external/webkit/Source/WebKit/qt/tests/qwebframe/
H A Dtst_qwebframe.cpp2108 // myInvokable is stored in member table (since we've accessed it before deletion)
2667 // Call setFocus before show to work around http://bugreports.qt.nokia.com/browse/QTBUG-14762
2760 QObject* before = ptr; local
2766 QVERIFY(ptr == before);
/external/libvpx/examples/includes/geshi/
H A Dgeshi.php140 matched search to put before the replacement */
488 * each tag is closed before and reopened after each linefeed.
2413 // parse the stuff before this
2584 // Are line numbers used? If, we should end the string before
2606 // parse the stuff before this
2655 // hmtl escape stuff before
2692 // Are line numbers used? If, we should end the string before
3099 $before = ''; variable
3123 $before = '<|UR1|"' . variable
3141 return $before
3170 $before = $this->_hmr_before; variable
3180 $before = str_replace($search, $matches, $before); variable
[all...]
/external/v8/include/
H A Dv8.h242 // that the handle isn't empty before doing the checked cast.
280 // that the handle isn't empty before doing the checked cast.
356 // that the handle isn't empty before doing the checked cast.
1039 * before the end of the buffer.
2521 size_t source_length_; // expected to initialize before source_
2558 * You must set the heap size before initializing the VM - the size cannot be
2674 * before and after a garbage collection. Allocations are not
3014 * Enables the host application to receive a notification before a
3034 * Enables the host application to receive a notification before a
3102 * intended to be used in the before
4063 internal::Object** before = reinterpret_cast<internal::Object**>(*value); local
[all...]
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
H A Dmootools-1.2.2-core-nc.js1566 before: function(context, element){
/external/icu4c/test/cintltst/
H A Dcmsccoll.c544 UBool before = FALSE; local
603 if(before == TRUE) { /* swap first and second */
637 before = (UBool)((specs & UCOL_TOK_BEFORE) != 0);
638 if(before) {
646 if(before == TRUE && strength != UCOL_TOK_RESET) { /* first and second were swapped */
647 before = FALSE;
1100 UBool before = FALSE; local
1218 before = (UBool)((specs & UCOL_TOK_BEFORE) != 0);
1267 if(!before) {
1273 before
5852 UChar before[] = { 0x0e01 }; /* ko kai */ local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.test.performance_3.6.0.v20091014.jar ... SIZE public static final int STDEV public static final int BEFORE public static final int AFTER protected static final String VERBOSE_PERFORMANCE_METER_PROPERTY ...
H A Dorg.eclipse.team.core_3.5.100.R36x_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jar ... .p2.metadata.generator.EclipseInstallGeneratorInfoProvider provider long before org.eclipse.core.runtime.IStatus result ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c118 // - int13 Fix DL when emulating a cd. In that case DL is decremented before calling real int13.
3313 // adds an extra byte if count are odd. before is always even
4952 // DS has been set to F000 before call
6053 Bit16u before, segment, offset; local
6143 before= (Bit16u)vlba%4;
6156 if((status = ata_cmd_packet(device, 12, get_SS(), atacmd, before*512, nbsectors*512L, ATA_DATA_IN, segment,offset)) != 0) {
8222 // before 1111 1101 0111 1101 0000 0000
8263 // before 1111 1101 0111 1101 0000 0010 0000 0000
8290 // before 1101 1111 0101 1111 0000 0000
8321 // before 111
[all...]
/external/v8/test/cctest/
H A Dtest-api.cc302 Local<Value> before = obj->Get(1); local
303 CHECK(before->IsUndefined());
3369 // Check that equality works at all before relying on CHECK_EQ
8271 // Put the function into context1 and call it before and after
9830 // both before and after the interceptor in the prototype chain).
9906 // Test the map transition before the interceptor.
11639 // TODO(lrn): Perhaps create some garbage before collecting.
12357 // Make sure the value of foo is correct before the deletion.

Completed in 2945 milliseconds

1234