OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ts2
(Results
1 - 11
of
11
) sorted by null
/external/clang/test/PCH/
pragma-diag-section.cpp
26
struct
TS2
{
38
TS2
<int>
ts2
;
local
39
ts2
.m();
chain-cxx.cpp
37
template <typename T> struct
TS2
;
38
typedef
TS2
<int> TS2int;
99
template <typename T> struct
TS2
{ };
136
TS2int
ts2
;
local
/external/valgrind/main/memcheck/tests/linux/
syscalls-2007.c
62
struct timespec
ts2
[2] = { [0].tv_sec = 10000000, [1].tv_sec = 20000000 };
local
63
utimensat (AT_FDCWD, "/tmp/valgrind-utimensat-test",
ts2
, 0);
/external/chromium_org/third_party/skia/src/pathops/
SkDCubicIntersection.cpp
84
SkSTArray<kCubicToQuadSubdivisionDepth, double, true>
ts2
;
local
85
c2.toQuadraticTs(c2.calcPrecision() * precisionScale, &
ts2
);
94
int ts2Count =
ts2
.count();
96
const double tEnd2 = i2 < ts2Count ?
ts2
[i2] : 1;
/external/skia/src/pathops/
SkDCubicIntersection.cpp
84
SkSTArray<kCubicToQuadSubdivisionDepth, double, true>
ts2
;
local
85
c2.toQuadraticTs(c2.calcPrecision() * precisionScale, &
ts2
);
94
int ts2Count =
ts2
.count();
96
const double tEnd2 = i2 < ts2Count ?
ts2
[i2] : 1;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
TimeLineGraphItem.java
65
long
ts2
=((TimeLineGraphItem)o2).timestamp;
local
67
if (ts1>
ts2
)
69
if (ts1<
ts2
)