Searched
full:forward (Results
426 -
450 of
6195) sorted by null
<<11121314151617181920>>
/external/clang/test/SemaCXX/ |
alignof-sizeof-reference.cpp | 3 struct s0; // expected-note {{forward declaration}}
|
arrow-operator.cpp | 19 struct E; // expected-note {{forward declaration of 'E'}}
|
cxx0x-class.cpp | 32 // Regression test -- forward declaration of Foo should not cause error about
|
cxx11-crashes.cpp | 21 struct S3; // expected-note {{forward declaration}}
|
microsoft-cxx0x.cpp | 20 // expected-note@-7{{forward declaration of 'PR13433::S'}}
|
qualified-names-diag.cpp | 19 struct incomplete; // expected-note{{forward declaration of 'bar::incomplete'}}
|
/external/clang/test/SemaObjC/ |
class-impl-1.m | 34 @class INTF5; // expected-note{{forward declaration of class here}}
|
/external/clang/test/SemaTemplate/ |
instantiate-overload-candidates.cpp | 16 class NoDefinition; // expected-note{{forward declaration}}
|
/external/dnsmasq/bld/ |
Makefile | 3 OBJS = cache.o rfc1035.o util.o option.o forward.o network.o \
|
/external/eigen/unsupported/Eigen/ |
AdolcForward | 15 // This file provides support for adolc's adouble type in forward mode. 48 * \defgroup AdolcForward_Module Adolc forward module 49 * This module provides support for adolc's adouble type in forward mode. 106 // forward constructors
|
/external/freetype/src/pshinter/ |
pshpic.c | 28 /* forward declaration of PIC init functions from pshmod.c */
|
/external/guava/guava/src/com/google/common/collect/ |
ForwardingMapEntry.java | 34 * <p><i>Warning:</i> The methods of {@code ForwardingMapEntry} forward 90 * methods, you may wish to override {@link #equals(Object)} to forward to 107 * wish to override {@link #hashCode()} to forward to this implementation. 120 * methods, you may wish to override {@link #equals} to forward to this
|
ForwardingSortedMap.java | 35 * <p><i>Warning:</i> The methods of {@code ForwardingSortedMap} forward 108 * you may wish to override {@link #containsKey} to forward to this 132 * {@link #tailMap}, you may wish to override {@link #remove} to forward 164 * forward to this implementation.
|
ForwardingSortedSet.java | 35 * <p><i>Warning:</i> The methods of {@code ForwardingSortedSet} forward 107 * to override {@link #contains} to forward to this implementation. 130 * to override {@link #remove} to forward to this implementation. 159 * forward to this implementation.
|
/external/guava/guava-tests/test/com/google/common/collect/ |
ForwardingListMultimapTest.java | 36 forward = new ForwardingListMultimap<String, Boolean>() {
|
ForwardingSetMultimapTest.java | 36 forward = new ForwardingSetMultimap<String, Boolean>() {
|
ForwardingSortedSetMultimapTest.java | 36 forward = new ForwardingSortedSetMultimap<String, Boolean>() {
|
/external/icu4c/common/unicode/ |
chariter.h | 23 * Abstract class that defines an API for forward-only iteration 165 * This is used with nextPostInc() or next32PostInc() in forward 190 * This is an interface for forward and backward iteration 197 * <li>While the old API functions provided forward iteration with 210 * See ForwardCharacterIterator for examples for using the new forward iteration 217 * Forward iteration with hasNext(): 227 * Forward iteration more similar to loops with the old forward iteration, 312 * Traverse both forward and backward from a given position in the text. 393 * for forward iteration with nextPostInc() [all...] |
/external/icu4c/common/ |
unistr_props.cpp | 67 // move string forward over leading white space
|
/external/icu4c/test/perf/strsrchperf/ |
StrSrchPerf_r.pl | 56 "ICU Forward Search", [ "$p1 Test_ICU_Forward_Search", "$p2 Test_ICU_Forward_Search" ],
|
/external/iptables/extensions/ |
libip6t_REJECT.man | 7 .B FORWARD
|
libipt_REJECT.man | 7 .B FORWARD
|
libxt_set.man | 10 iptables \-A FORWARD \-m set \-\-match\-set test src,dst
|
/external/iptables/include/linux/netfilter/ |
xt_IDLETIMER.h | 10 * Converted to x_tables and forward-ported to 2.6.34
|
/external/javassist/src/main/javassist/tools/rmi/ |
Sample.java | 27 public Object forward(Object[] args, int identifier) { method in class:Sample
|
Completed in 1766 milliseconds
<<11121314151617181920>>