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

<<11121314151617181920>>

  /prebuilts/clang/host/linux-x86/clang-4639204/include/c++/v1/
functional 518 _NOEXCEPT_(noexcept(_VSTD::forward<_T1>(__t) + _VSTD::forward<_T2>(__u)))
519 -> decltype (_VSTD::forward<_T1>(__t) + _VSTD::forward<_T2>(__u))
520 { return _VSTD::forward<_T1>(__t) + _VSTD::forward<_T2>(__u); }
545 _NOEXCEPT_(noexcept(_VSTD::forward<_T1>(__t) - _VSTD::forward<_T2>(__u)))
546 -> decltype (_VSTD::forward<_T1>(__t) - _VSTD::forward<_T2>(__u)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/c++/v1/
functional 518 _NOEXCEPT_(noexcept(_VSTD::forward<_T1>(__t) + _VSTD::forward<_T2>(__u)))
519 -> decltype (_VSTD::forward<_T1>(__t) + _VSTD::forward<_T2>(__u))
520 { return _VSTD::forward<_T1>(__t) + _VSTD::forward<_T2>(__u); }
545 _NOEXCEPT_(noexcept(_VSTD::forward<_T1>(__t) - _VSTD::forward<_T2>(__u)))
546 -> decltype (_VSTD::forward<_T1>(__t) - _VSTD::forward<_T2>(__u)
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/include/
functional 518 _NOEXCEPT_(noexcept(_VSTD::forward<_T1>(__t) + _VSTD::forward<_T2>(__u)))
519 -> decltype (_VSTD::forward<_T1>(__t) + _VSTD::forward<_T2>(__u))
520 { return _VSTD::forward<_T1>(__t) + _VSTD::forward<_T2>(__u); }
545 _NOEXCEPT_(noexcept(_VSTD::forward<_T1>(__t) - _VSTD::forward<_T2>(__u)))
546 -> decltype (_VSTD::forward<_T1>(__t) - _VSTD::forward<_T2>(__u)
    [all...]
  /external/tensorflow/tensorflow/core/ops/
spectral_ops_test.cc 53 for (const bool forward : {true, false}) {
54 ShapeInferenceTestOp op(forward ? "RFFT" : "IRFFT");
79 if (forward) {
90 if (forward) {
101 if (forward) {
113 for (const bool forward : {true, false}) {
114 ShapeInferenceTestOp op(forward ? "RFFT2D" : "IRFFT2D");
139 if (forward) {
150 if (forward) {
161 if (forward) {
    [all...]
  /external/guava/guava/src/com/google/common/collect/
ForwardingList.java 39 * <p><b>Warning:</b> The methods of {@code ForwardingList} forward
125 * may wish to override {@link #add(Object)} to forward to this
139 * #addAll(int, Collection)} to forward to this implementation.
151 * override {@link #indexOf} to forward to this implementation.
162 * may wish to override {@link #lastIndexOf} to forward to this
174 * wish to override {@link #iterator} to forward to this implementation.
185 * may wish to override {@link #listIterator()} to forward to this
198 * methods, you may wish to override {@link #listIterator(int)} to forward to
210 * int)} to forward to this implementation.
221 * wish to override {@link #equals(Object)} to forward to this implementation
    [all...]
  /toolchain/binutils/binutils-2.27/etc/
add-log.el 222 (forward-line 1)
227 (skip-chars-forward "\n")
228 (forward-paragraph 1))
233 (cond ((re-search-forward "^\\s *\\*\\s *$" paragraph-end t)
239 (re-search-forward
246 (re-search-forward "^\\s *$\\|^\\s \\*")
250 (delete-region (point) (save-excursion (forward-line 1) (point))))
252 (forward-line -2)
256 (forward-line 1)
258 (forward-line 1)
    [all...]
  /external/clang/test/ASTMerge/Inputs/
interface1.m 72 // Forward-declared interfaces
77 // Forward-declared protocols
interface2.m 71 // Forward-declared interface
76 // Forward-declared protocols
  /external/clang/test/CXX/expr/expr.unary/expr.delete/
p5.cpp 8 class T0; // expected-note {{forward declaration}}
15 class T1_B; // expected-note {{forward declaration}}
  /external/clang/test/Sema/
enum.c 25 enum gccForwardEnumExtension ve; // expected-warning{{ISO C forbids forward references to 'enum' types}} \
27 // expected-note{{forward declaration of 'enum gccForwardEnumExtension'}}
40 extern enum some_undefined_enum ve2; // expected-warning {{ISO C forbids forward references to 'enum' types}}
66 enum xpto; // expected-warning{{ISO C forbids forward references to 'enum' types}}
67 enum xpto; // expected-warning{{ISO C forbids forward references to 'enum' types}}
80 enum e1 (*bar)(void); // expected-warning{{ISO C forbids forward references to 'enum' types}}
101 extern enum PR7911T PR7911V; // expected-warning{{ISO C forbids forward references to 'enum' types}}
115 // expected-warning {{ISO C forbids forward references to 'enum' types}}
incomplete-decl.c 3 struct foo; // expected-note 5 {{forward declaration of 'struct foo'}}
28 expected-note {{forward declaration of 'struct bar'}}
  /external/clang/test/SemaObjC/
class-proto-1.m 27 @class U1, U2; // expected-note {{forward declaration of class here}}
29 @interface E3 : U1 @end // expected-error {{attempting to use the forward class 'U1' as superclass of 'E3'}}
exprs.m 36 @class Incomplete_ObjC_class; // expected-note{{forward declaration of class here}}
37 struct Incomplete_struct; // expected-note {{forward declaration}}
  /external/clang/test/SemaObjCXX/
debugger-cast-result-to-id.mm 26 @class NSString; // expected-note {{forward declaration of class here}}
29 id s = [NSString stringWithUTF8String:"foo"]; // expected-warning {{receiver 'NSString' is a forward class and corresponding @interface may not exist}}
  /external/clang/test/SemaTemplate/
ext_ms_template_spec.cpp 13 enum MemberEnumeration; // expected-note {{explicitly specialized declaration is here}} // expected-error {{ISO C++ forbids forward references to 'enum' types}}
30 enum A::X<int>::MemberEnumeration; // expected-warning {{member enumeration specialization of 'MemberEnumeration' outside namespace enclosing 'A' is a Microsoft extension}} // expected-error {{ISO C++ forbids forward references to 'enum' types}}
  /external/curl/tests/
pathhelp.pm 34 # All forward '/' and back '\' slashes are treated identically except leading
36 # Forward slashes are simpler processed in Perl, do not require extra escaping
38 # all functions return paths with only forward slashes except
39 # 'sys_native_path' which returns paths with first forward slash for form (5).
122 # Performs path "normalization": all slashes converted to forward
158 # Replace back slashes with forward slashes.
190 # Returned paths contain only single forward slashes (no back and
229 # Replace any back and duplicated slashes with single forward slashes.
232 # Convert leading slash back to forward slash to indicate
240 # Remove leading duplicated forward and back slashes, as they ma
    [all...]
  /external/iproute2/include/uapi/linux/
seg6_local.h 58 /* forward to SR-unaware VNF with static proxy */
60 /* forward to SR-unaware VNF with masquerading */
  /external/kernel-headers/original/uapi/linux/
seg6_local.h 58 /* forward to SR-unaware VNF with static proxy */
60 /* forward to SR-unaware VNF with masquerading */
  /external/tcpdump/tests/
rsvp_uni-oobr-3.out 6 Generalized UNI Object (229) Flags: [ignore and forward if unknown], Class-Type: 1 (1), length: 12
11 Generalized UNI Object (229) Flags: [ignore and forward if unknown], Class-Type: 1 (1), length: 12
  /external/v8/src/compiler/
jump-threading.cc 30 void Forward(RpoNumber to) {
47 TRACE(" fw %d -> %d (forward)\n", from.ToInt(), to.ToInt());
48 result[from.ToInt()] = to_to; // forward the block.
65 // Iterate over the blocks forward, pushing the blocks onto the stack.
93 // try to forward the jump instruction.
95 // if this block deconstructs the frame, we can't forward it.
96 // TODO(mtrofin): we can still forward if we end up building
117 state.Forward(fw);
simplified-operator-reducer.h 15 // Forward declarations.
21 // Forward declarations.
typed-optimization.h 16 // Forward declarations.
23 // Forward declarations.
  /external/webrtc/webrtc/common_audio/
real_fourier_openmax.h 25 void Forward(const float* src, std::complex<float>* dest) const override;
33 // Basically a forward declare of OMXFFTSpec_R_F32. To get rid of the
  /prebuilts/go/darwin-x86/src/runtime/
memmove_amd64p32.s 18 forward: label
31 JLS forward
  /prebuilts/go/linux-x86/src/runtime/
memmove_amd64p32.s 18 forward: label
31 JLS forward

Completed in 623 milliseconds

<<11121314151617181920>>