OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:defs
(Results
1 - 25
of
1932
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/dalvik/tests/065-mismatched-implements/src/
Defs.java
3
public interface
Defs
{
Base.java
3
public class Base implements
Defs
{
/dalvik/tests/066-mismatched-super/src2/
Defs.java
3
public interface
Defs
{
/external/clang/test/PCH/
tentative-defs.h
1
// Header for PCH test tentative-
defs
.c
nonvisible-external-defs.h
1
// Helper for PCH test nonvisible-external-
defs
.h
external-defs.h
1
// Helper for external-
defs
.c test
nonvisible-external-defs.c
2
// RUN: %clang_cc1 -include %S/nonvisible-external-
defs
.h -fsyntax-only -verify %s
5
// RUN: %clang_cc1 -emit-pch -o %t %S/nonvisible-external-
defs
.h
10
// expected-note@nonvisible-external-
defs
.h:10{{previous declaration}}
/external/clang/include/clang/Driver/
CMakeLists.txt
2
tablegen(LLVM Options.inc -gen-opt-parser-
defs
)
6
tablegen(LLVM CC1AsOptions.inc -gen-opt-parser-
defs
)
/dalvik/tests/066-mismatched-super/src/
Base.java
3
public class Base extends
Defs
{
Defs.java
3
public abstract class
Defs
{
/dalvik/tests/065-mismatched-implements/src2/
Defs.java
3
public abstract class
Defs
{
/external/clang/test/PCH/Inputs/
chain-external-defs1.h
1
// Helper 1 for chain-external-
defs
.c test
chain-external-defs2.h
1
// Helper 2 for chain-external-
defs
.c test
/external/llvm/unittests/Option/
CMakeLists.txt
8
tablegen(LLVM Opts.inc -gen-opt-parser-
defs
)
/external/srec/make/asr/
Makefile.common
5
# This is included by Makefile.
defs
/external/clang/test/Parser/
objcxx-at.mm
9
@
defs
(B); // expected-error{{@
defs
is not supported in Objective-C++}}
/external/apache-harmony/support/src/test/resources/tests/resources/
hyts_security.jar
hyts_patch.jar
hyts_patch2.jar
/libcore/support/src/test/java/tests/resources/
hyts_security.jar
/external/apache-harmony/support/src/test/resources/tests/resources/morestuff/
hyts_patch.jar
hyts_patch2.jar
/external/bison/m4/
config-h.m4
13
[AC_CONFIG_COMMANDS_PRE([test "X$
DEFS
" = X-DHAVE_CONFIG_H &&
DEFS
=])])
/external/chromium_org/chrome/browser/resources/chromeos/first_run/
background.svg
4
<
defs
>
11
</
defs
>
/external/chromium_org/third_party/WebKit/ManualTests/resources/
TestApplet.class
Completed in 1211 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>