HomeSort by relevance Sort by last modified time
    Searched full:forward (Results 176 - 200 of 6234) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/libmicrohttpd/src/testzzuf/
README 6 used to listen on port 11081 and forward the randomzied stream to
  /external/llvm/test/Assembler/
musttail-invalid-1.ll 3 ; Check the error message on using ", ..." when we can't actually forward
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
array_fwd.hpp 24 // Standard library components can't be forward declared, so we'll have to
  /external/v8/src/compiler/
operator-properties.h 14 // Forward declarations.
select-lowering.h 14 // Forward declarations.
  /frameworks/compile/libbcc/tests/debuginfo/host-tests/
forward-declare-class.cpp 6 // DEBUGGER: b forward-declare-class.cpp:28
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/optional/
optional_fwd.hpp 13 // 10 May 2008 (added swap related forward declaration) Niels Dekker
  /system/bt/doc/
btsnoop_net.md 13 $ adb forward tcp:8872 tcp:8872
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
__functional_base 73 { return _VSTD::forward<_T1>(__t) < _VSTD::forward<_T2>(__u); }
368 -> decltype((_VSTD::forward<_A0>(__a0).*__f)(_VSTD::forward<_Args>(__args)...))
370 return (_VSTD::forward<_A0>(__a0).*__f)(_VSTD::forward<_Args>(__args)...);
378 -> decltype(((*_VSTD::forward<_A0>(__a0)).*__f)(_VSTD::forward<_Args>(__args)...))
380 return ((*_VSTD::forward<_A0>(__a0)).*__f)(_VSTD::forward<_Args>(__args)...)
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
__functional_base 73 { return _VSTD::forward<_T1>(__t) < _VSTD::forward<_T2>(__u); }
368 -> decltype((_VSTD::forward<_A0>(__a0).*__f)(_VSTD::forward<_Args>(__args)...))
370 return (_VSTD::forward<_A0>(__a0).*__f)(_VSTD::forward<_Args>(__args)...);
378 -> decltype(((*_VSTD::forward<_A0>(__a0)).*__f)(_VSTD::forward<_Args>(__args)...))
380 return ((*_VSTD::forward<_A0>(__a0)).*__f)(_VSTD::forward<_Args>(__args)...)
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
configure.com 51 match_pos := SEARCH_QUIETLY('@wordsize@', FORWARD, EXACT, rang);
57 match_pos := SEARCH_QUIETLY('@bfd_default_target_size@', FORWARD, EXACT, rang);
63 match_pos := SEARCH_QUIETLY('@BFD_HOST_64BIT_LONG@', FORWARD, EXACT, rang);
69 match_pos := SEARCH_QUIETLY('@BFD_HOST_LONG_LONG@', FORWARD, EXACT, rang);
75 match_pos := SEARCH_QUIETLY('@BFD_HOST_64BIT_LONG_LONG@', FORWARD, EXACT, rang);
81 match_pos := SEARCH_QUIETLY('@BFD_HOST_64_BIT_DEFINED@', FORWARD, EXACT, rang);
87 match_pos := SEARCH_QUIETLY('@BFD_HOST_64_BIT@', FORWARD, EXACT, rang);
93 match_pos := SEARCH_QUIETLY('@BFD_HOST_U_64_BIT@', FORWARD, EXACT, rang);
99 match_pos := SEARCH_QUIETLY('@BFD_HOSTPTR_T@', FORWARD, EXACT, rang);
105 match_pos := SEARCH_QUIETLY('@bfd_file_ptr@', FORWARD, EXACT, rang)
    [all...]
  /external/chromium-trace/catapult/telemetry/third_party/altgraph/altgraph/
Graph.py 36 edges to traverse the graph (goes forward).
383 def _topo_sort(self, forward=True):
388 incoming edges selected by the forward parameter) of any given node
396 if forward:
437 return self._topo_sort(forward=True)
446 return self._topo_sort(forward=False)
448 def _bfs_subgraph(self, start_id, forward=True):
452 The forward parameter specifies whether it is a forward or backward
455 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.25/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/ceres-solver/internal/ceres/
numeric_diff_cost_function_test.cc 65 FORWARD,
71 functor.ExpectCostFunctionEvaluationIsNearlyCorrect(*cost_function, FORWARD);
91 FORWARD,
97 functor.ExpectCostFunctionEvaluationIsNearlyCorrect(*cost_function, FORWARD);
117 FORWARD,
123 functor.ExpectCostFunctionEvaluationIsNearlyCorrect(*cost_function, FORWARD);
143 FORWARD,
149 functor.ExpectCostFunctionEvaluationIsNearlyCorrect(*cost_function, FORWARD);
  /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/Driver/
gcc_forward.c 1 // Check that we don't try to forward -Xclang or -mlinker-version to GCC.
2 // PR12920 -- Check also we may not forward W_Group options to GCC.
  /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}}

Completed in 973 milliseconds

1 2 3 4 5 6 78 91011>>