OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Test
(Results
51 - 75
of
323
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/SemaCXX/
conversion-incomplete-type.cpp
8
struct
Test
{
11
void
test
(const string& s) {
function in struct:Test
19
static void
test
(const string& s) {
function in struct:TestStatic
warn-new-overaligned-2.cpp
4
// This
test
verifies that we don't warn when the global operator new is
5
// overridden. That's why we can't merge this with the other
test
file.
10
struct
Test
{
20
Test
t;
21
new
Test
;
22
new
Test
[10];
warn-unused-attribute.cpp
2
struct __attribute__((warn_unused))
Test
{
3
Test
();
4
~
Test
();
13
Test
unused; // expected-warning {{unused variable 'unused'}}
14
Test
used;
/external/junit/src/junit/framework/
Test.java
4
* A <em>
Test
</em> can be run and collect its results.
8
public interface
Test
{
10
* Counts the number of
test
cases that will be run by this
test
.
14
* Runs a
test
and collects its result in a TestResult instance.
/external/chromium_org/v8/test/webkit/
dictionary-no-cache.js
24
description("
Test
to ensure that we handle caching of prototype chains containing dictionaries.");
26
var
Test
= function(){};
31
Test
.prototype['myMethod' + i] = function(){};
34
var test1 = new
Test
();
38
Test
.prototype.myAdditionalMethod = function(){};
39
var test2 = new
Test
();
47
var
Test
= function(){};
49
Test
.prototype['myMethod' + i] = function(){};
51
var test1 = new
Test
();
55
delete (
Test
.prototype)[k
[
all
...]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/
TestFastLexer.cs
33
namespace Antlr3.Runtime.
Test
/external/antlr/antlr-3.4/runtime/Perl5/t/classes/Test/ANTLR/Runtime/
ANTLRStringStream.pm
1
package
Test
::ANTLR::Runtime::ANTLRStringStream;
4
use
Test
::More;
8
BEGIN { extends 'My::
Test
::Class' }
10
sub consume :
Test
(2) {
19
sub LA :
Test
(5) {
Exception.pm
1
package
Test
::ANTLR::Runtime::Exception;
3
use
Test
::More;
7
BEGIN { extends 'My::
Test
::Class' }
9
sub constructor :
Test
(1) {
15
sub constructor_message :
Test
(1) {
17
my $ex = $self->class->new({ message => '
test
error message' });
18
is $ex->message, '
test
error message';
21
sub throw :
Test
(1) {
24
$self->class->throw(message => '
test
error message');
27
is $ex->message, '
test
error message'
[
all
...]
CommonToken.pm
1
package
Test
::ANTLR::Runtime::CommonToken;
3
use
Test
::More;
9
BEGIN { extends 'My::
Test
::Class' }
11
sub constructor :
Test
(1) {
22
sub same :
Test
(2) {
27
sub not_same :
Test
(2) {
32
sub bool_eof :
Test
(1) {
/external/chromium_org/content/test/
content_browser_test_test.cc
5
#include "content/public/
test
/content_browser_test.h"
10
#include "content/public/
test
/browser_test_utils.h"
11
#include "content/public/
test
/content_browser_test_utils.h"
31
void
Test
() {
43
Test
();
47
Test
();
/external/chromium_org/remoting/host/linux/
unicode_to_keysym_unittest.cc
14
TEST
(GetKeySymsForUnicode, Map) {
15
const static struct
Test
{
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.argdep/
p3.cpp
13
class
Test
{
16
void
test
() {
function in class:test0::Test
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
basic.cpp
17
void
Test
() {
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
p16.cpp
30
struct
Test
{
37
void
Test
<T>::get<double>(double i) {} // expected-error{{cannot specialize (with 'template<>') a member of an unspecialized template}}
/external/clang/test/CodeGenCXX/
debug-info-dup-fwd-decl.cpp
3
class
Test
6
Test
() : reserved (new data()) {}
20
Test
t;
/external/clang/test/Sema/
predefined-function.c
4
enum
Test
{A=-1};
5
char *funk(enum
Test
x);
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyAndException/src/com/android/multidexlegacyandexception/
Test.java
18
import android.
test
.ActivityInstrumentationTestCase2;
22
com.android.multidexlegacyandexception/android.
test
.InstrumentationTestRunner
25
public class
Test
extends ActivityInstrumentationTestCase2<MainActivity> {
26
public
Test
() {
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_checkretval.py
11
class
Test
(unittest.TestCase):
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_checkretval.py
11
class
Test
(unittest.TestCase):
/cts/common/host-side/xml-plan-generator/src/com/android/compatibility/common/xmlgenerator/
Test.java
19
public class
Test
{
23
public
Test
(String name) {
/cts/tools/cts-xml-generator/src/com/android/cts/xmlgenerator/
Test.java
19
public class
Test
implements Comparable<
Test
> {
23
public
Test
(String name, int timeout) {
37
public int compareTo(
Test
another) {
/external/antlr/antlr-3.4/runtime/Perl5/t/lib/ANTLR/Runtime/
Test.pm
1
package ANTLR::Runtime::
Test
;
6
use base '
Test
::Builder::Module';
71
# write
test
program file
72
my $test_program_file = File::Spec->catfile($tmpdir, '
test
.pl');
94
# run
test
program
/external/chromium_org/third_party/icu/source/test/intltest/
rndmcoll.cpp
75
// See ticket 5747 about reenabling this
test
.
76
errln("TestWbnf is incorrectly implemented.\nThis
test
should be modeled to use the existing
test
frame work for naming tests.\n");
84
TESTCASE(0,
Test
);
136
void RandomCollatorTest::
Test
(){
137
// See ticket 5747 about reenabling this
test
.
138
errln("This
test
needs to be fixed.\n");
142
errln("The
test
code itself is wrong.");
/external/chromium_org/third_party/re2/re2/testing/
simplify_test.cc
5
//
Test
simplify.cc.
9
#include "util/
test
.h"
14
struct
Test
{
19
static
Test
tests[] = {
81
//
Test
that operators simplify their arguments.
141
TEST
(TestSimplify, SimpleRegexps) {
/external/chromium_org/third_party/re2/util/
test.cc
9
#include "util/
test
.h"
13
struct
Test
{
18
static
Test
tests[10000];
Completed in 2110 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>