OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:interface
(Results
126 - 150
of
22504
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/CodeGenObjC/
dot-syntax-2.m
4
@
interface
NSDictionary @end
6
@
interface
NSMutableDictionary : NSDictionary
9
@
interface
MutableMyClass
17
@
interface
AnotherClass @end
/external/clang/test/Index/
annotate-toplevel-in-objccontainer.m.h
1
@
interface
FooPCH
targeted-cursor.m.h
2
@
interface
I
/external/clang/test/Modules/Inputs/
MethodPoolASub.h
1
@
interface
A (Sub)
/external/clang/test/Rewriter/
rewrite-nest.m
3
@
interface
NSMapTable @end
4
@
interface
NSEnumerator @end
8
@
interface
NSConcreteMapTable : NSMapTable {
14
@
interface
NSConcreteMapTableValueEnumerator : NSEnumerator {
/external/compiler-rt/lib/asan/lit_tests/TestCases/Darwin/
interface_symbols_darwin.c
1
// Check the presense of
interface
symbols in the ASan runtime dylib.
6
// RUN: rm -f %t.symbols %t.
interface
23
// RUN: > %t.
interface
24
// RUN: echo __asan_report_load1 >> %t.
interface
25
// RUN: echo __asan_report_load2 >> %t.
interface
26
// RUN: echo __asan_report_load4 >> %t.
interface
27
// RUN: echo __asan_report_load8 >> %t.
interface
28
// RUN: echo __asan_report_load16 >> %t.
interface
29
// RUN: echo __asan_report_store1 >> %t.
interface
30
// RUN: echo __asan_report_store2 >> %t.
interface
[
all
...]
/external/compiler-rt/lib/asan/lit_tests/TestCases/Linux/
interface_symbols_linux.c
1
// Check the presense of
interface
symbols in compiled file.
15
// RUN: > %t.
interface
16
// RUN: echo __asan_report_load1 >> %t.
interface
17
// RUN: echo __asan_report_load2 >> %t.
interface
18
// RUN: echo __asan_report_load4 >> %t.
interface
19
// RUN: echo __asan_report_load8 >> %t.
interface
20
// RUN: echo __asan_report_load16 >> %t.
interface
21
// RUN: echo __asan_report_store1 >> %t.
interface
22
// RUN: echo __asan_report_store2 >> %t.
interface
23
// RUN: echo __asan_report_store4 >> %t.
interface
[
all
...]
/external/nist-sip/java/javax/sip/header/
ContentEncodingHeader.java
3
public
interface
ContentEncodingHeader extends Encoding, Header {
InReplyToHeader.java
3
public
interface
InReplyToHeader extends CallIdHeader {
MinExpiresHeader.java
3
public
interface
MinExpiresHeader extends ExpiresHeader {
ProxyAuthenticateHeader.java
3
public
interface
ProxyAuthenticateHeader extends WWWAuthenticateHeader {
ProxyAuthorizationHeader.java
3
public
interface
ProxyAuthorizationHeader extends AuthorizationHeader {
ProxyRequireHeader.java
3
public
interface
ProxyRequireHeader extends RequireHeader {
RecordRouteHeader.java
3
public
interface
RecordRouteHeader extends HeaderAddress, Header, Parameters {
ReferToHeader.java
3
public
interface
ReferToHeader extends HeaderAddress, Header, Parameters {
RouteHeader.java
3
public
interface
RouteHeader extends HeaderAddress, Header, Parameters {
SIPIfMatchHeader.java
3
public
interface
SIPIfMatchHeader extends SIPETagHeader {
/external/smali/examples/AnnotationTypes/
ClassAnnotation.smali
1
.class public abstract
interface
annotation LClassAnnotation;
FieldAnnotation.smali
1
.class public abstract
interface
annotation LFieldAnnotation;
MethodAnnotation.smali
1
.class public abstract
interface
annotation LMethodAnnotation;
ParameterAnnotation.smali
1
.class public abstract
interface
annotation LParameterAnnotation;
/external/smali/smali-integration-tests/src/test/smali/junit-tests/InstructionTests/Format35c/
MethodsInterface.smali
1
.class public abstract
interface
LMethodsInterface;
/libcore/luni/src/test/java/tests/api/java/util/support/
I.java
3
public
interface
I {
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/parsers/
expat.py
0
"""
Interface
to the Expat non-validating XML parser."""
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/parsers/
expat.py
0
"""
Interface
to the Expat non-validating XML parser."""
Completed in 935 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>