OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Tests
(Results
1 - 17
of
17
) sorted by null
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
TestFixtureBase.cs
35
namespace Antlr.Runtime.
Tests
TestDriver.cs
35
namespace Antlr.Runtime.
Tests
ANTLRxxxxStreamFixture.cs
37
namespace Antlr.Runtime.
Tests
61
#region ANTLRInputStream
Tests
289
#region ANTLRStringStream
Tests
ITreeFixture.cs
35
namespace Antlr.Runtime.
Tests
52
#region CommonTree
Tests
ITreeNodeStreamFixture.cs
35
namespace Antlr.Runtime.
Tests
54
#region BufferedTreeNodeStream
Tests
550
#region CommonTreeNodeStream
Tests
RewriteRuleXxxxStreamFixture.cs
36
namespace Antlr.Runtime.
Tests
{
90
#region Method
Tests
/external/chromium/net/data/proxy_resolver_v8_unittest/
pac_library_unittest.js
1
// This should output "PROXY success:80" if all the
tests
pass.
11
// Run all the
tests
12
for (var test in
Tests
) {
16
Tests
[test](t);
30
//
Tests
33
var
Tests
= {};
35
Tests
.testDnsDomainIs = function(t) {
42
Tests
.testDnsDomainLevels = function(t) {
48
Tests
.testIsInNet = function(t) {
61
Tests
.testIsPlainHostName = function(t)
[
all
...]
/external/chromium-libpac/test/js-unittest/
pac_library_unittest.js
1
// This should output "PROXY success:80" if all the
tests
pass.
11
// Run all the
tests
12
for (var test in
Tests
) {
16
Tests
[test](t);
30
//
Tests
33
var
Tests
= {};
35
Tests
.testDnsDomainIs = function(t) {
42
Tests
.testDnsDomainLevels = function(t) {
48
Tests
.testIsInNet = function(t) {
61
Tests
.testIsPlainHostName = function(t)
[
all
...]
/external/chromium_org/net/data/proxy_resolver_v8_unittest/
pac_library_unittest.js
1
// This should output "PROXY success:80" if all the
tests
pass.
11
// Run all the
tests
12
for (var test in
Tests
) {
16
Tests
[test](t);
30
//
Tests
33
var
Tests
= {};
35
Tests
.testDnsDomainIs = function(t) {
42
Tests
.testDnsDomainLevels = function(t) {
48
Tests
.testIsInNet = function(t) {
61
Tests
.testIsPlainHostName = function(t)
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_transformer.py
9
class
Tests
(unittest.TestCase):
26
# This actually
tests
the compiler, but it's a way to assure the ast
35
test_support.run_unittest(
Tests
)
test_contextlib.py
1
"""Unit
tests
for contextlib.py, and other context managers."""
6
from contextlib import * #
Tests
__all__
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_transformer.py
9
class
Tests
(unittest.TestCase):
26
# This actually
tests
the compiler, but it's a way to assure the ast
35
test_support.run_unittest(
Tests
)
test_contextlib.py
1
"""Unit
tests
for contextlib.py, and other context managers."""
6
from contextlib import * #
Tests
__all__
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
builders_unittests.js
61
"Apple Lion Release WK2 (
Tests
)": {
287
"text": ["webkit_tests", "2014 fixable", "(370 skipped)", "failed 1", "<div class=\"BuildResultInfo\">", "<a href=\"http://test-results.appspot.com/dashboards/flakiness_dashboard.html#master=ChromiumWebkit&
tests
=fast/box-shadow/box-shadow-clipped-slices.html\">", "<abbr title=\"fast/box-shadow/box-shadow-clipped-slices.html\">box-shadow-clipped-slices.html</abbr>", "</a>", "</div>"],
323
"text": ["webkit_gpu_tests", "148 fixable", "(24 skipped)", "failed 1", "<div class=\"BuildResultInfo\">", "<a href=\"http://test-results.appspot.com/dashboards/flakiness_dashboard.html#master=ChromiumWebkit&
tests
=compositing/scaling/tiled-layer-recursion.html\">", "<abbr title=\"compositing/scaling/tiled-layer-recursion.html\">tiled-layer-recursion.html</abbr>", "</a>", "</div>"],
[
all
...]
/libcore/luni/src/test/java/tests/java/lang/String/
Tests.java
17
package
tests
.java.lang.String;
22
*
Tests
for the class {@link String}.
24
public class
Tests
extends TestCase {
/external/chromium_org/webkit/tools/layout_tests/
canary-webkit-revisions.py
9
- the last WebKit revision number for which all the
tests
have passed,
10
- the last WebKit revision number for which the
tests
were run, and
11
- the names of failing layout
tests
41
_TEST_PREFIX = "&
tests
="
83
a list of names of failing
tests
. Revision nubmer 0 is used to represent
125
Checks the last passing revision, the last run revision, and failing
tests
196
"""Prints failing revisions and the failing
tests
.
205
print ('The last run was at r%d on "%s" and the following %d
tests
'
223
def
Tests
(self):
230
Prints failing
tests
for each subset of builders, in descending order of th
[
all
...]
/external/chromium_org/content/browser/frame_host/
navigation_controller_impl_unittest.cc
123
// TimeSmoother
tests
----------------------------------------------------------
300
enum
Tests
{
567
//
Tests
what happens when the same page is loaded again. Should not create a
647
//
Tests
loading a URL but discarding it before the load commits.
684
//
Tests
navigations that come in unrequested. This happens when the user
712
//
Tests
navigating to a new URL when there is a new pending navigation that is
750
//
Tests
navigating to a new URL when there is a pending back/forward
794
//
Tests
navigating to a new URL when there is a pending back/forward
849
//
Tests
navigating to an existing URL when there is a pending new navigation
[
all
...]
Completed in 507 milliseconds