Home
last modified time | relevance | path

Searched refs:Forward (Results 1 – 25 of 86) sorted by relevance

1234

/external/openssh/
Dreadconf.h27 } Forward; typedef
102 Forward *local_forwards;
106 Forward *remote_forwards;
153 int parse_forward(Forward *, const char *, int, int);
158 void add_local_forward(Options *, const Forward *);
159 void add_remote_forward(Options *, const Forward *);
Dreadconf.c259 add_local_forward(Options *options, const Forward *newfwd) in add_local_forward()
261 Forward *fwd; in add_local_forward()
284 add_remote_forward(Options *options, const Forward *newfwd) in add_remote_forward()
286 Forward *fwd; in add_remote_forward()
364 Forward fwd; in process_config_line()
1387 parse_forward(Forward *fwd, const char *fwdspec, int dynamicfwd, int remotefwd) in parse_forward()
Dmux.c516 format_forward(u_int ftype, Forward *fwd) in format_forward()
558 compare_forward(Forward *a, Forward *b) in compare_forward()
577 Forward *rfwd; in mux_confirm_remote_forward()
630 Forward fwd; in process_mux_open_fwd()
780 Forward fwd; in process_mux_close_fwd()
1540 mux_client_request_forward(int fd, u_int ftype, Forward *fwd) in mux_client_request_forward()
/external/chromium_org/base/
Dcancelable_callback.h105 void Forward() { in Forward() function
112 forwarder_ = base::Bind(&CancelableCallback<void(void)>::Forward, in InitializeForwarder()
175 void Forward(A1 a1) const { in Forward() function
182 forwarder_ = base::Bind(&CancelableCallback<void(A1)>::Forward, in InitializeForwarder()
245 void Forward(A1 a1, A2 a2) const { in Forward() function
252 forwarder_ = base::Bind(&CancelableCallback<void(A1, A2)>::Forward, in InitializeForwarder()
/external/clang/test/SemaObjCXX/
Dpropert-dot-error.mm55 class Forward;
65 …d.Forward::property = 17; // expected-error{{property access cannot be qualified with 'Forward::'}}
66 …d->Forward::ivar = 12; // expected-error{{instance variable access cannot be qualified with 'Forwa…
/external/llvm/test/Integer/
Dconstpointer_bt.ll13 @t3 = global i40 * @t1 ;; Forward reference
19 global float * @2 ;; Forward numeric reference
25 @fptr = global void() * @f ;; Forward ref method defn
28 @sptr1 = global [11x i8]* @somestr ;; Forward ref to a constant
Dconstexpr_bt.ll17 @t2 = global i33* @t1 ;; Forward reference without cast
18 @t3 = global i33* bitcast (i33* @t1 to i33*) ;; Forward reference with cast
27 global i32* bitcast (float* @4 to i32*) ;; Forward numeric reference
/external/llvm/test/Feature/
Dconstpointer.ll13 @t3 = global i32* @t1 ;; Forward reference
19 global float * @2 ;; Forward numeric reference
25 @fptr = global void() * @f ;; Forward ref method defn
28 @sptr1 = global [11x i8]* @somestr ;; Forward ref to a constant
Dconstexpr.ll16 @t2 = global i32* @t1 ;; Forward reference without cast
17 @t3 = global i32* bitcast (i32* @t1 to i32*) ;; Forward reference with cast
25 global i32* bitcast (float* @4 to i32*) ;; Forward numeric reference
/external/llvm/include/llvm/Analysis/
DAliasSetTracker.h84 if (AS->Forward) { in getAliasSet()
110 AliasSet *Forward; // Forwarding pointer. variable
166 bool isForwardingAliasSet() const { return Forward; } in isForwardingAliasSet()
223 AliasSet() : PtrList(0), PtrListEnd(&PtrList), Forward(0), RefCount(0),
238 if (!Forward) return this;
240 AliasSet *Dest = Forward->getForwardedTarget(AST);
241 if (Dest != Forward) {
243 Forward->dropRef(AST);
244 Forward = Dest;
/external/eigen/unsupported/Eigen/src/NumericalDiff/
DNumericalDiff.h19 Forward, enumerator
35 template<typename _Functor, NumericalDiffMode mode=Forward>
79 case Forward: in df()
97 case Forward: in df()
/external/llvm/lib/Analysis/
DAliasSetTracker.cpp32 assert(!AS.Forward && "Alias set is already forwarding!"); in mergeSetIn()
33 assert(!Forward && "This set is a forwarding set!!"); in mergeSetIn()
67 AS.Forward = this; // Forward across AS now... in mergeSetIn()
83 if (AliasSet *Fwd = AS->Forward) { in removeAliasSet()
85 AS->Forward = 0; in removeAliasSet()
223 if (I->Forward || !I->aliasesPointer(Ptr, Size, TBAAInfo, AA)) continue; in findAliasSetForPointer()
241 if (!I->Forward && I->aliasesPointer(Ptr, Size, TBAAInfo, AA)) in containsPointer()
251 if (I->Forward || !I->aliasesUnknownInst(Inst, AA)) in findAliasSetForUnknownInst()
256 else if (!I->Forward) // Otherwise, we must merge the sets. in findAliasSetForUnknownInst()
376 if (I->Forward) continue; // Ignore forwarding alias sets in add()
[all …]
/external/clang/test/ASTMerge/Inputs/
Dinterface2.m71 // Forward-declared interface
76 // Forward-declared protocols
Dinterface1.m72 // Forward-declared interfaces
77 // Forward-declared protocols
/external/chromium_org/third_party/WebKit/Source/build/scripts/templates/
DElementFactory.h.tmpl7 #include "wtf/Forward.h"
/external/srec/srec/clib/
Dfpi_tgt.inl81 * Forward = +830
93 * Forward = +880
/external/chromium_org/chrome/third_party/chromevox/
DchromeVoxKbExplorerScript.js41 …meVox.isChromeOS?"Back":"F1";if(113==a)return cvox.ChromeVox.isChromeOS?"Forward":"F2";if(114==a)r…
42 if(189==a)return"Dash";if(190==a)return"Period";if(191==a)return"Forward slash";if(192==a)return"Gr…
/external/chromium_org/build/android/pylib/device/
Dadb_wrapper_test.py61 self.assertRaises(adb_wrapper.CommandFailedError, self._adb.Forward, 0, 0)
Dadb_wrapper.py241 def Forward(self, local, remote, timeout=_DEFAULT_TIMEOUT, member in AdbWrapper
/external/clang/test/CodeGenObjC/
Dprotocols-lazy.m17 // Forward definition triggered by protocol reference.
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorInstrumentation.idl46 * Inline=Forward - generate a simple forwarding inline method that does not
285 [Inline=Forward]
288 [Inline=Forward]
291 [Inline=Forward]
366 [Inline=Forward]
/external/eigen/unsupported/Eigen/
DNumericalDiff30 * Currently only "Forward" and "Central" schemes are implemented. Those
/external/qemu/distrib/jpeg-6b/
Dfilelist.doc72 jfdctint.c Forward DCT using slow-but-accurate integer method.
73 jfdctfst.c Forward DCT using faster, less accurate integer method.
74 jfdctflt.c Forward DCT using floating-point arithmetic.
/external/jpeg/
Dfilelist.doc72 jfdctint.c Forward DCT using slow-but-accurate integer method.
73 jfdctfst.c Forward DCT using faster, less accurate integer method.
74 jfdctflt.c Forward DCT using floating-point arithmetic.
/external/chromium_org/tools/telemetry/telemetry/core/backends/
Dadb_commands.py73 def Forward(self, local, remote): member in AdbCommands

1234