HomeSort by relevance Sort by last modified time
    Searched full:forward (Results 201 - 225 of 6195) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/clang/test/Driver/
gcc_forward.c 1 // Check that we don't try to forward -Xclang or -mlinker-version to GCC.
  /external/clang/test/Misc/
verify.c 3 struct s; // expected-note 7 {{forward declaration of 'struct s'}}
  /external/clang/test/Sema/
MicrosoftCompatibility.c 3 enum ENUM1; // expected-warning {{forward references to 'enum' types are a Microsoft extension}}
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)...) {}
inherit.cpp 13 class D; // expected-note {{forward declaration of 'D'}}
invalid-instantiated-field-decl.cpp 30 class CallSite; // expected-note {{forward declaration of 'CallSite'}}
  /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/eigen/unsupported/Eigen/
AutoDiff 18 * This module features forward automatic differentation via a simple
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/packets/
PacketGlobalCancelForwardRequest.java 35 tw.writeString("cancel-tcpip-forward");
PacketGlobalForwardRequest.java 35 tw.writeString("tcpip-forward");
  /external/guava/guava/src/com/google/common/collect/
ForwardingQueue.java 31 * <p><b>Warning:</b> The methods of {@code ForwardingQueue} forward
81 * override {@link #add}, you may wish to override {@link #offer} to forward
97 * forward to this implementation.
111 * override {@link #remove}, you may wish to override {@link #poll} to forward
  /external/icu4c/test/perf/collperf/
CollPerf.pl 49 #"Iteration icu forward null", ["$p TestIcu_ForwardIter_null"],
50 #"Iteration icu forward len", ["$p TestIcu_ForwardIter_len"],
53 #"Iteration/all icu forward null", ["$p TestIcu_ForwardIter_all_null"],
54 #"Iteration/all icu forward len", ["$p TestIcu_ForwardIter_all_len"],
  /external/mockito/src/org/mockito/internal/stubbing/defaultanswers/
ForwardsInvocations.java 14 * Internal answer to forward invocations on a real instance.
  /external/openfst/src/include/fst/script/
fstscript-decl.h 17 // Forward declarations for the FST and FST-script classes.
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
Android.mk 24 frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/common \
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/
Android.mk 24 frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/common \
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/detail/
fwd_decl.hpp 12 // Description : contains forward eclarations for Boost.Test data types
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/
fwd.hpp 12 // Description : cla subsystem forward declarations
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/env/
fwd.hpp 12 // Description : environment subsystem forward declarations
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/
fwd.hpp 12 // Description : global framework level forward declaration
  /system/core/include/mincrypt/
hash-internal.h 13 struct HASH_CTX; // forward decl
  /external/chromium/chrome/browser/ui/gtk/
back_forward_button_gtk.h 20 // When clicked, these buttons will navigate forward or backward. When
58 // Whether this button is a forward button.

Completed in 745 milliseconds

1 2 3 4 5 6 7 891011>>