OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tm2
(Results
1 - 8
of
8
) sorted by null
/external/eigen/test/
householder.cpp
118
TMatrixType
tm2
= m2.transpose();
local
119
HouseholderSequence<TMatrixType, HCoeffsVectorType, OnTheRight> rhseq(
tm2
, hc);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
HermiteInterpolator.java
153
final float
tm2
= 2.0f * t;
local
154
final float k1 = 1.0f +
tm2
;
155
final float k2 = 3.0f -
tm2
;
/external/testng/src/main/java/org/testng/reporters/
TestHTMLReporter.java
342
ITestNGMethod
tm2
= o2.getMethod();
local
343
return annotationValue(
tm2
) - annotationValue(tm1);
/external/wpa_supplicant_8/src/utils/
os_win32.c
104
struct tm *
tm2
;
local
107
tm2
= gmtime(&t2);
108
if (
tm2
== NULL)
110
tm->sec =
tm2
->tm_sec;
111
tm->min =
tm2
->tm_min;
112
tm->hour =
tm2
->tm_hour;
113
tm->day =
tm2
->tm_mday;
114
tm->month =
tm2
->tm_mon + 1;
115
tm->year =
tm2
->tm_year + 1900;
os_internal.c
82
struct tm *
tm2
;
local
85
tm2
= gmtime(&t2);
86
if (
tm2
== NULL)
88
tm->sec =
tm2
->tm_sec;
89
tm->min =
tm2
->tm_min;
90
tm->hour =
tm2
->tm_hour;
91
tm->day =
tm2
->tm_mday;
92
tm->month =
tm2
->tm_mon + 1;
93
tm->year =
tm2
->tm_year + 1900;
os_unix.c
167
struct tm *
tm2
;
local
170
tm2
= gmtime(&t2);
171
if (
tm2
== NULL)
173
tm->sec =
tm2
->tm_sec;
174
tm->min =
tm2
->tm_min;
175
tm->hour =
tm2
->tm_hour;
176
tm->day =
tm2
->tm_mday;
177
tm->month =
tm2
->tm_mon + 1;
178
tm->year =
tm2
->tm_year + 1900;
/prebuilts/tools/common/m2/repository/org/testng/testng/6.9.10/
testng-6.9.10.jar
/external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.11.0.v20150602-1242.jar
Completed in 4605 milliseconds