OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test14
(Results
1 - 25
of
40
) sorted by null
1
2
/cts/tests/tests/renderscript/src/android/renderscript/cts/
VersionTest.java
58
ScriptC_set_target_api_14
test14
=
local
62
test14
.invoke_check(14);
/external/clang/test/Sema/
c89.c
81
/* Make sure we allow *
test14
as a "function designator" */
82
int
test14
() { return (&*
test14
)(); }
function
asm.c
129
void
test14
(struct S *s) {
function
switch.c
256
int
test14
(int a) {
function
attr-deprecated.c
94
int
test14
(foo_dep *foo); // expected-warning {{'foo_dep' is deprecated}}
block-misc.c
129
void
test14
() {
134
// References
test14
's "X": outer block is non constant.
exprs.c
135
void
test14
() {
function
return.c
85
int
test14
() {
function
scope-check.c
203
int
test14
(int n) {
builtins.c
104
void
test14
() {
function
/dalvik/dx/tests/070-dex-multianewarray/
Blort.java
79
public static int[][][]
test14
() {
method in class:Blort
/external/clang/test/SemaCXX/
long-virtual-inheritance-chain.cpp
17
class
test14
: virtual test13 { virtual void f(); };
class in inherits:test13
18
class test15 : virtual
test14
{ virtual void f(); };
linkage2.cpp
145
namespace
test14
{
namespace
scope-check.cpp
249
namespace
test14
{
namespace
undefined-internal.cpp
326
namespace
test14
{
namespace
/dalvik/dx/tests/078-dex-local-variable-table/
Blort.java
93
public static void
test14
(short x) {
method in class:Blort
/external/clang/test/CodeGen/
object-size.c
109
// CHECK: define void @
test14
110
void
test14
() {
function
/external/clang/test/Parser/
char-literal-printing.c
20
wchar_t
test14
(void) { return L'\n'; }
function
declarators.c
93
void
test14
() // expected-error {{expected ';' after top level declarator}}
/external/clang/test/CodeGenCXX/
eh.cpp
350
namespace
test14
{
namespace
linkage.cpp
174
namespace
test14
{
namespace
/external/clang/test/SemaTemplate/
deduction.cpp
155
namespace
test14
{
namespace
/external/clang/test/CXX/class.access/class.friend/
p1.cpp
363
namespace
test14
{
namespace
372
A::B::i = 5; // expected-error {{'B' is a private member of '
test14
::A'}}
/external/clang/test/CXX/class.access/
p4.cpp
345
namespace
test14
{
namespace
352
foo(); // expected-error {{temporary of type '
test14
::A' has private destructor}}
364
const X &xr = Y1(); // expected-error{{temporary of type '
test14
::X' has private destructor}}
/external/clang/test/CXX/temp/temp.decls/temp.friend/
p1.cpp
297
namespace
test14
{
namespace
306
void foo() { return A<long>::foo(); } // expected-error {{'foo' is a private member of '
test14
::A<long>'}}
Completed in 1282 milliseconds
1
2