OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:forward
(Results
151 - 175
of
6234
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/autotest/client/deps/glbench/src/
glinterface.h
15
typedef struct waffle_context *GLContext; //
Forward
declaration from waffle.h.
23
struct __GLXcontextRec; //
Forward
declaration from GLX.h.
29
typedef void *EGLContext; //
Forward
declaration from EGL.h.
/external/clang/test/CXX/dcl.decl/dcl.meaning/
p1.cpp
33
// Under DR482, these are all valid, except for
forward
-declaring a struct
37
struct NS::X; // expected-error {{
forward
declaration of struct cannot have a nested name specifier}} expected-warning {{extra qualification}}
38
template<typename T> struct NS::Y; // expected-error {{
forward
declaration of struct cannot have a nested name specifier}} expected-warning {{extra qualification}}
/external/clang/test/CodeGenObjC/
protocols-lazy.m
17
//
Forward
definition triggered by protocol reference.
30
// Definition following
forward
reference.
34
void f2() { id x = @protocol(P5); } // This generates a
forward
/external/clang/test/SemaCXX/
underlying_type.cpp
46
void PR19966(enum Invalid) { // expected-note 2{{
forward
declaration of}}
47
// expected-error@-1 {{ISO C++ forbids
forward
references to 'enum'}}
52
enum E { // expected-note {{
forward
declaration of 'E'}}
PR10243.cpp
3
struct S; // expected-note 4{{
forward
declaration of 'S'}}
vla.cpp
12
struct incomplete; // expected-note {{
forward
declaration}}
/external/freetype/src/base/
basepic.c
27
/*
forward
declaration of PIC init functions from ftglyph.c */
35
/*
forward
declaration of PIC init function from ftrfork.c */
41
/*
forward
declaration of PIC init functions from ftinit.c */
/external/guava/guava/src/com/google/common/collect/
ForwardingCollection.java
33
* <p><b>Warning:</b> The methods of {@code ForwardingCollection}
forward
125
* #contains} to
forward
to this implementation.
136
* #containsAll} to
forward
to this implementation.
146
* override {@link #add}, you may wish to override {@link #addAll} to
forward
158
* #iterator}, you may wish to override {@link #remove} to
forward
to this
177
* #iterator}, you may wish to override {@link #removeAll} to
forward
to this
189
* #iterator}, you may wish to override {@link #retainAll} to
forward
to this
201
* #iterator}, you may wish to override {@link #clear} to
forward
to this
213
* to
forward
to this implementation. Alternately, it may be more efficient to
225
* #toString} to
forward
to this implementation
[
all
...]
ForwardingNavigableSet.java
30
* <p><i>Warning:</i> The methods of {@code ForwardingNavigableSet}
forward
<i>indiscriminately</i>
64
* wish to override {@link #lower} to
forward
to this implementation.
78
* wish to override {@link #floor} to
forward
to this implementation.
92
* wish to override {@link #ceiling} to
forward
to this implementation.
106
* wish to override {@link #higher} to
forward
to this implementation.
119
* override {@link #iterator} you may wish to override {@link #pollFirst} to
forward
to this
134
*
forward
to this implementation.
158
*
forward
to this implementation or a subclass thereof.
187
* {@link #subSet(Object, boolean, Object, boolean)} to
forward
to this implementation.
202
* {@link #subSet(Object, Object)} to
forward
to this implementation
[
all
...]
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/
basepic.c
27
/*
forward
declaration of PIC init functions from ftglyph.c */
35
/*
forward
declaration of PIC init function from ftrfork.c */
41
/*
forward
declaration of PIC init functions from ftinit.c */
/external/pdfium/third_party/freetype/src/base/
basepic.c
27
/*
forward
declaration of PIC init functions from ftglyph.c */
35
/*
forward
declaration of PIC init function from ftrfork.c */
41
/*
forward
declaration of PIC init functions from ftinit.c */
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/
Android.mk
58
$(base)/drm/libdrmframework/plugins/
forward
-lock/internal-format/common \
59
$(base)/drm/libdrmframework/plugins/
forward
-lock/internal-format/converter \
60
$(base)/drm/libdrmframework/plugins/
forward
-lock/internal-format/decoder \
/art/runtime/lambda/
leaking_allocator.h
19
#include <utility> // std::
forward
23
class Thread; //
forward
declaration
56
return new (AllocateMemory<T>(self, byte_size)) T(std::
forward
<Args>(args)...);
62
return new (AllocateMemory<T>(self, sizeof(T))) T(std::
forward
<Args>(args)...);
/external/autotest/client/tests/iosched_bugs/
control
12
bugfix it should see the writer making
forward
progress.
/external/clang/test/Modules/Inputs/System/usr/include/
module.map
12
// In both directories (compiler support version wins, does not
forward
)
/external/clang/test/Parser/
recovery.c
69
struct
forward
; // expected-note{{
forward
declaration of 'struct
forward
'}}
70
void x(struct
forward
* x) {switch(x->a) {}} // expected-error {{incomplete definition of type}}
/external/clang/test/SemaObjC/
forward-class-redeclare.m
13
@class PLAlbum; // expected-warning {{redefinition of
forward
class 'PLAlbum' of a typedef name of an object type is ignore}}
ivar-sem-check-1.m
3
struct S; // expected-note{{
forward
declaration of 'struct S'}}
/external/clang/test/SemaTemplate/
class-template-id-2.cpp
7
template<> class A<float>; // expected-note{{
forward
declaration of 'N::A<float>'}}
/external/dnsmasq/src/
Android.mk
6
LOCAL_SRC_FILES := bpf.c cache.c dbus.c dhcp.c dnsmasq.c
forward
.c helper.c lease.c log.c \
/external/guava/guava-tests/test/com/google/common/collect/
ForwardingSortedMapTest.java
180
forward
= new ForwardingSortedMap<String, Boolean>() {
188
forward
().comparator();
193
forward
().firstKey();
198
forward
().headMap("asdf");
203
forward
().lastKey();
208
forward
().subMap("first", "last");
213
forward
().tailMap("last");
217
@Override SortedMap<String, Boolean>
forward
() {
218
return (SortedMap<String, Boolean>) super.
forward
();
/external/icu/icu4c/source/i18n/
wintzimpl.h
23
/*
Forward
declarations for Windows types... */
/external/icu/icu4c/source/test/perf/collperf/
CollPerf_r.pl
43
"Iteration icu
forward
null", ["$p1,TestIcu_ForwardIter_null", "$p2,TestIcu_ForwardIter_null"],
44
"Iteration icu
forward
len", ["$p1,TestIcu_ForwardIter_len", "$p2,TestIcu_ForwardIter_len"],
47
"Iteration/all icu
forward
null", ["$p1,TestIcu_ForwardIter_all_null", "$p2,TestIcu_ForwardIter_all_null"],
48
"Iteration/all icu
forward
len", ["$p1,TestIcu_ForwardIter_all_len", "$p2,TestIcu_ForwardIter_all_len"],
/external/iptables/tests/
options-ipv4.rules
5
:
FORWARD
ACCEPT [0:0]
16
-A
FORWARD
-p tcp -j ECN --ecn-tcp-remove
17
-A
FORWARD
-j LOG --log-prefix "hi" --log-tcp-sequence --log-tcp-options --log-ip-options --log-uid --log-macdecode
18
-A
FORWARD
-j TTL --ttl-inc 1
19
-A
FORWARD
-j TTL --ttl-dec 1
20
-A
FORWARD
-j TTL --ttl-set 1
21
-A
FORWARD
-j ULOG --ulog-prefix "abc" --ulog-cprange 2 --ulog-qthreshold 2
41
:
FORWARD
ACCEPT [0:0]
50
-A
FORWARD
-p tcp -j REJECT --reject-with tcp-reset
/external/libcxx/include/experimental/
tuple
63
_VSTD::
forward
<_Fn>(__f),
64
_VSTD::get<_Id>(_VSTD::
forward
<_Tuple>(__t))...
72
_VSTD::
forward
<_Fn>(__f), _VSTD::
forward
<_Tuple>(__t),
Completed in 1029 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>