HomeSort by relevance Sort by last modified time
    Searched full:forward (Results 426 - 450 of 10576) sorted by null

<<11121314151617181920>>

  /external/clang/test/Misc/
verify.c 3 struct s; // expected-note 7 {{forward declaration of 'struct s'}}
  /external/clang/test/Sema/
typecheck-binop.c 3 struct incomplete; // expected-note{{forward declaration of 'struct incomplete'}}
  /external/clang/test/SemaCXX/
cxx0x-nontrivial-union.cpp 42 template<typename T> T &&forward(typename remove_ref<T>::type &&t);
43 template<typename T> T &&forward(typename remove_ref<T>::type &t);
54 disable_dtor(U &&...u) : val(forward<U>(u)...) {}
75 optional(U &&...u) : has(true), value(forward<U>(u)...) {}
invalid-instantiated-field-decl.cpp 30 class CallSite; // expected-note {{forward declaration of 'CallSite'}}
typeid.cpp 17 struct X; // expected-note 3{{forward declaration}}
  /external/clang/test/SemaObjC/
property-missing.m 24 @class SomeOtherClass; // expected-note {{forward declaration of class here}}
warn-forward-class-attr-deprecated.m 4 @class ABGroupImportFilesScope; // expected-note {{forward declaration of class here}}
  /external/clang/test/SemaObjCXX/
ivar-construct.mm 12 struct Z; // expected-note{{forward declaration}}
  /external/clang/test/SemaTemplate/
instantiate-exception-spec.cpp 6 struct Incomplete; // expected-note{{forward}}
  /external/eigen/unsupported/Eigen/
AutoDiff 18 * This module features forward automatic differentation via a simple
  /external/guava/guava/src/com/google/common/collect/
ForwardingQueue.java 30 * <p><b>Warning:</b> The methods of {@code ForwardingQueue} forward
80 * override {@link #add}, you may wish to override {@link #offer} to forward
96 * forward to this implementation.
110 * override {@link #remove}, you may wish to override {@link #poll} to forward
ForwardingSet.java 34 * <p><b>Warning:</b> The methods of {@code ForwardingSet} forward
69 * you may wish to override {@link #removeAll} to forward to this
82 * to override {@link #equals} to forward to this implementation.
93 * to forward to this implementation.
  /external/icu/icu4c/source/common/
wintz.h 29 /* Forward declarations for Windows types... */
  /external/icu/icu4c/source/i18n/
wintzimpl.h 25 /* Forward declarations for Windows types... */
  /external/icu/icu4c/source/test/perf/collperf/
CollPerf.pl 53 #"Iteration icu forward null", ["$p,TestIcu_ForwardIter_null"],
54 #"Iteration icu forward len", ["$p,TestIcu_ForwardIter_len"],
57 #"Iteration/all icu forward null", ["$p,TestIcu_ForwardIter_all_null"],
58 #"Iteration/all icu forward len", ["$p,TestIcu_ForwardIter_all_len"],
CollPerf_r.pl 47 "Iteration icu forward null", ["$p1,TestIcu_ForwardIter_null", "$p2,TestIcu_ForwardIter_null"],
48 "Iteration icu forward len", ["$p1,TestIcu_ForwardIter_len", "$p2,TestIcu_ForwardIter_len"],
51 "Iteration/all icu forward null", ["$p1,TestIcu_ForwardIter_all_null", "$p2,TestIcu_ForwardIter_all_null"],
52 "Iteration/all icu forward len", ["$p1,TestIcu_ForwardIter_all_len", "$p2,TestIcu_ForwardIter_all_len"],
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
SourceSet.java 96 static void showSourceSetAux(Transliterator t, Normalizer.Mode m, boolean lowerFirst, boolean forward) {
103 out.println("# MINIMAL FILTER GENERATED FOR: " + t.getID() + (forward ? "" : " REVERSE"));
105 + (forward ? "" : "( ")
107 + (forward ? "" : " )")
  /external/iptables/extensions/
libip6t_REJECT.t 1 :INPUT,FORWARD,OUTPUT
libipt_REJECT.t 1 :INPUT,FORWARD,OUTPUT
libipt_ah.t 1 :INPUT,FORWARD,OUTPUT
libipt_ttl.t 1 :INPUT,FORWARD,OUTPUT
libxt_DSCP.t 1 :PREROUTING,INPUT,FORWARD,OUTPUT,POSTROUTING
libxt_cluster.t 1 :PREROUTING,FORWARD,POSTROUTING
libxt_dscp.t 1 :INPUT,FORWARD,OUTPUT
libxt_policy.t 1 :INPUT,FORWARD

Completed in 565 milliseconds

<<11121314151617181920>>