HomeSort by relevance Sort by last modified time
    Searched full:tstart (Results 1 - 25 of 102) sorted by null

1 2 3 4 5

  /external/python/cpython2/Demo/rpc/
T.py 2 # Call TSTART() to reset the timer, TSTOP(...) to report times.
6 def TSTART():
  /prebuilts/go/darwin-x86/src/cmd/vet/all/whitelist/
windows_386.txt 8 runtime/sys_windows_386.s: [386] tstart: function tstart missing Go declaration
  /prebuilts/go/linux-x86/src/cmd/vet/all/whitelist/
windows_386.txt 8 runtime/sys_windows_386.s: [386] tstart: function tstart missing Go declaration
  /external/skia/src/pathops/
SkPathOpsRect.h 54 void setBounds(const SkDConic& curve, const SkDConic& sub, double tStart, double tEnd);
60 void setBounds(const SkDCubic& curve, const SkDCubic& sub, double tStart, double tEnd);
66 void setBounds(const SkDQuad& curve, const SkDQuad& sub, double tStart, double tEnd);
SkPathOpsCurve.cpp 63 double tStart, double tEnd, SkPathOpsBounds* bounds) {
67 dRect.setBounds(dCurve, fConic, tStart, tEnd);
73 double tStart, double tEnd, SkPathOpsBounds* bounds) {
77 dRect.setBounds(dCurve, fCubic, tStart, tEnd);
83 double tStart, double tEnd, SkPathOpsBounds* bounds) {
87 dRect.setBounds(dCurve, fQuad, tStart, tEnd);
SkOpAngle.cpp 73 bugOut.printf("%s [%d/%d] %d/%d tStart=%1.9g tEnd=%1.9g"
74 " < [%d/%d] %d/%d tStart=%1.9g tEnd=%1.9g"
75 " < [%d/%d] %d/%d tStart=%1.9g tEnd=%1.9g ", __FUNCTION__,
93 bugOut.printf("%s [%d/%d] %d/%d tStart=%1.9g tEnd=%1.9g"
94 " < [%d/%d] %d/%d tStart=%1.9g tEnd=%1.9g"
95 " < [%d/%d] %d/%d tStart=%1.9g tEnd=%1.9g ", __FUNCTION__,
447 double tStart = index ? rh->fStart->t() : this->fStart->t();
449 bool testAscends = tStart < (index ? rh->fComputedEnd->t() : this->fComputedEnd->t());
453 if (!approximately_between_orderable(tStart, testT, tEnd)) {
456 if (approximately_equal_orderable(tStart, testT))
    [all...]
SkOpCoincidence.h 252 double tStart, double tEnd, SkOpSegment* coinSeg, SkOpSegment* oppSeg,
273 double tStart, double tEnd,
  /external/skqp/src/pathops/
SkPathOpsRect.h 54 void setBounds(const SkDConic& curve, const SkDConic& sub, double tStart, double tEnd);
60 void setBounds(const SkDCubic& curve, const SkDCubic& sub, double tStart, double tEnd);
66 void setBounds(const SkDQuad& curve, const SkDQuad& sub, double tStart, double tEnd);
SkPathOpsCurve.cpp 63 double tStart, double tEnd, SkPathOpsBounds* bounds) {
67 dRect.setBounds(dCurve, fConic, tStart, tEnd);
73 double tStart, double tEnd, SkPathOpsBounds* bounds) {
77 dRect.setBounds(dCurve, fCubic, tStart, tEnd);
83 double tStart, double tEnd, SkPathOpsBounds* bounds) {
87 dRect.setBounds(dCurve, fQuad, tStart, tEnd);
SkOpAngle.cpp 73 bugOut.printf("%s [%d/%d] %d/%d tStart=%1.9g tEnd=%1.9g"
74 " < [%d/%d] %d/%d tStart=%1.9g tEnd=%1.9g"
75 " < [%d/%d] %d/%d tStart=%1.9g tEnd=%1.9g ", __FUNCTION__,
93 bugOut.printf("%s [%d/%d] %d/%d tStart=%1.9g tEnd=%1.9g"
94 " < [%d/%d] %d/%d tStart=%1.9g tEnd=%1.9g"
95 " < [%d/%d] %d/%d tStart=%1.9g tEnd=%1.9g ", __FUNCTION__,
447 double tStart = index ? rh->fStart->t() : this->fStart->t();
449 bool testAscends = tStart < (index ? rh->fComputedEnd->t() : this->fComputedEnd->t());
453 if (!approximately_between_orderable(tStart, testT, tEnd)) {
456 if (approximately_equal_orderable(tStart, testT))
    [all...]
SkOpCoincidence.h 252 double tStart, double tEnd, SkOpSegment* coinSeg, SkOpSegment* oppSeg,
273 double tStart, double tEnd,
  /external/expat/tests/benchmark/
benchmark.c 67 clock_t tstart, tend; local
117 tstart = clock();
138 cpuTime += ((double) (tend - tstart)) / CLOCKS_PER_SEC;
  /external/mesa3d/src/mesa/swrast/
s_aalinetemp.h 109 GLfloat tStart, tEnd; /* segment start, end along line length */
191 tStart = tEnd = 0.0;
204 tStart = t;
213 if (inSegment && (tEnd > tStart)) {
215 segment(ctx, &line, NAME(plot), tStart, tEnd);
227 segment(ctx, &line, NAME(plot), tStart, 1.0F);
  /hardware/qcom/gps/core/
MsgTask.h 48 typedef void* (*tStart)(void*);
49 typedef pthread_t (*tCreate)(const char* name, tStart start, void* arg);
  /hardware/qcom/gps/msm8084/core/
MsgTask.h 48 typedef void* (*tStart)(void*);
49 typedef pthread_t (*tCreate)(const char* name, tStart start, void* arg);
  /hardware/qcom/gps/msm8960/core/
MsgTask.h 48 typedef void* (*tStart)(void*);
49 typedef pthread_t (*tCreate)(const char* name, tStart start, void* arg);
  /hardware/qcom/gps/msm8994/core/
MsgTask.h 48 typedef void* (*tStart)(void*);
49 typedef pthread_t (*tCreate)(const char* name, tStart start, void* arg);
  /device/google/cuttlefish_common/host/libs/usbip/
messages.cpp 67 out << "\t\tstart:\t" << submit.start_frame << '\n';
78 out << "\t\tstart:\t" << submit.start_frame << '\n';
  /external/ltp/tools/pounder21/src/memxfer5b/
memxfer5b.c 37 void tstart(void);
176 tstart();
182 tstart();
321 void tstart(void) function
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/
rjsmin.c 95 rchar *tstart = target; local
162 if ( target == tstart
167 && (xtarget - tstart >= 6)
175 xtarget - tstart == 6
343 if ((tstart < (pctoken ? pctoken : target) && source < sentinel)
369 return (Py_ssize_t)(target - tstart);
  /external/skia/tests/
PathOpsTestCommon.cpp 141 double tStart = 0;
146 SkDCubic part = cubic.subDivide(tStart, tEnd);
159 tStart = tEnd;
  /external/skqp/tests/
PathOpsTestCommon.cpp 141 double tStart = 0;
146 SkDCubic part = cubic.subDivide(tStart, tEnd);
159 tStart = tEnd;
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue18902b.go 23 tstart int64
  /prebuilts/go/linux-x86/test/fixedbugs/
issue18902b.go 23 tstart int64
  /external/autotest/server/
results_mocker.py 29 "\tSTART\t%(test_name)s\t%(test_name)s"
39 "\n\tSTART\t%(test_name)s\t%(test_name)s\ttimestamp=%(timestamp)s\t"

Completed in 402 milliseconds

1 2 3 4 5