OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tbt
(Results
1 - 2
of
2
) sorted by null
/libcore/luni/src/test/java/tests/security/cert/
X509CRLEntryTest.java
187
TBTCRLEntry
tbt
= new TBTCRLEntry() {
local
194
tbt
.getEncoded();
195
tbt
.getRevocationDate();
196
tbt
.getSerialNumber();
197
tbt
.hasExtensions();
198
tbt
.toString();
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
test_run_results.py
169
tbt
= initial_results.tests_by_timeline
170
results['fixable'] = len(
tbt
[test_expectations.NOW] - tbe[test_expectations.PASS])
172
results['skipped'] = len(
tbt
[test_expectations.NOW] & tbe[test_expectations.SKIP])
185
tests &=
tbt
[test_expectations.NOW]
Completed in 76 milliseconds