HomeSort by relevance Sort by last modified time
    Searched defs:tStart (Results 1 - 21 of 21) sorted by null

  /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/msm8960/core/
MsgTask.h 48 typedef void* (*tStart)(void*);
49 typedef pthread_t (*tCreate)(const char* name, tStart start, void* arg);
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_aalinetemp.h 109 GLfloat tStart, tEnd; /* segment start, end along line length */
190 tStart = tEnd = 0.0;
203 tStart = t;
212 if (inSegment && (tEnd > tStart)) {
214 segment(ctx, &line, NAME(plot), tStart, tEnd);
226 segment(ctx, &line, NAME(plot), tStart, 1.0F);
  /external/chromium_org/third_party/skia/tests/
PathOpsTestCommon.cpp 22 double tStart = 0;
25 SkDCubic part = cubic.subDivide(tStart, tEnd);
28 tStart = tEnd;
PathOpsCubicQuadIntersectionTest.cpp 152 double tStart = 0;
156 SkDCubic part = cubic.subDivide(tStart, tEnd);
218 double quadT = tStart + (tEnd - tStart) * locals[0][0];
260 tStart = tEnd;
  /external/mesa3d/src/mesa/swrast/
s_aalinetemp.h 109 GLfloat tStart, tEnd; /* segment start, end along line length */
190 tStart = tEnd = 0.0;
203 tStart = t;
212 if (inSegment && (tEnd > tStart)) {
214 segment(ctx, &line, NAME(plot), tStart, tEnd);
226 segment(ctx, &line, NAME(plot), tStart, 1.0F);
  /external/skia/tests/
PathOpsTestCommon.cpp 22 double tStart = 0;
25 SkDCubic part = cubic.subDivide(tStart, tEnd);
28 tStart = tEnd;
PathOpsCubicQuadIntersectionTest.cpp 152 double tStart = 0;
156 SkDCubic part = cubic.subDivide(tStart, tEnd);
218 double quadT = tStart + (tEnd - tStart) * locals[0][0];
260 tStart = tEnd;
  /external/chromium_org/third_party/skia/src/pathops/
SkOpAngle.cpp 67 bugOut.printf("%s [%d/%d] %d/%d tStart=%1.9g tEnd=%1.9g"
68 " < [%d/%d] %d/%d tStart=%1.9g tEnd=%1.9g"
69 " < [%d/%d] %d/%d tStart=%1.9g tEnd=%1.9g ", __FUNCTION__,
87 bugOut.printf("%s [%d/%d] %d/%d tStart=%1.9g tEnd=%1.9g"
88 " < [%d/%d] %d/%d tStart=%1.9g tEnd=%1.9g"
89 " < [%d/%d] %d/%d tStart=%1.9g tEnd=%1.9g ", __FUNCTION__,
420 double tStart = segment.t(index ? rh.fStart : fStart);
426 if (!approximately_between_orderable(tStart, testT, tEnd)) {
429 if (approximately_equal_orderable(tStart, testT)) {
519 double tStart = segment.t(sIndex ? rh.fStart : fStart)
    [all...]
SkOpSegment.cpp 342 double tStart = fTs[tIndex].fT;
344 if (tStart == 1 && oStart == 1 && fOperand == other->fOperand) {
348 addTPair(tStart, other, oStart, false, nextPt);
    [all...]
  /external/skia/src/pathops/
SkOpAngle.cpp 67 bugOut.printf("%s [%d/%d] %d/%d tStart=%1.9g tEnd=%1.9g"
68 " < [%d/%d] %d/%d tStart=%1.9g tEnd=%1.9g"
69 " < [%d/%d] %d/%d tStart=%1.9g tEnd=%1.9g ", __FUNCTION__,
87 bugOut.printf("%s [%d/%d] %d/%d tStart=%1.9g tEnd=%1.9g"
88 " < [%d/%d] %d/%d tStart=%1.9g tEnd=%1.9g"
89 " < [%d/%d] %d/%d tStart=%1.9g tEnd=%1.9g ", __FUNCTION__,
420 double tStart = segment.t(index ? rh.fStart : fStart);
426 if (!approximately_between_orderable(tStart, testT, tEnd)) {
429 if (approximately_equal_orderable(tStart, testT)) {
519 double tStart = segment.t(sIndex ? rh.fStart : fStart)
    [all...]
SkOpSegment.cpp 342 double tStart = fTs[tIndex].fT;
344 if (tStart == 1 && oStart == 1 && fOperand == other->fOperand) {
348 addTPair(tStart, other, oStart, false, nextPt);
    [all...]
  /external/icu/icu4c/source/i18n/
smpdtfmt.cpp     [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.core.net_1.2.200.v20130430-1352.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.core.net_1.2.200.v20130430-1352.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
strmif.h 522 REFERENCE_TIME tStart,
604 REFERENCE_TIME tStart,
635 #define IPin_NewSegment(This,tStart,tStop,dRate) (This)->lpVtbl->NewSegment(This,tStart,tStop,dRate)
690 static FORCEINLINE HRESULT IPin_NewSegment(IPin* This,REFERENCE_TIME tStart,REFERENCE_TIME tStop,double dRate) {
691 return This->lpVtbl->NewSegment(This,tStart,tStop,dRate);
811 REFERENCE_TIME tStart,
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar 
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar 

Completed in 519 milliseconds