/external/openssh/ |
D | readconf.h | 27 } 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 *);
|
D | readconf.c | 259 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()
|
D | mux.c | 516 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/ |
D | cancelable_callback.h | 105 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/ |
D | propert-dot-error.mm | 55 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/ |
D | constpointer_bt.ll | 13 @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
|
D | constexpr_bt.ll | 17 @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/ |
D | constpointer.ll | 13 @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
|
D | constexpr.ll | 16 @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/ |
D | AliasSetTracker.h | 84 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/ |
D | NumericalDiff.h | 19 Forward, enumerator 35 template<typename _Functor, NumericalDiffMode mode=Forward> 79 case Forward: in df() 97 case Forward: in df()
|
/external/llvm/lib/Analysis/ |
D | AliasSetTracker.cpp | 32 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/ |
D | interface2.m | 71 // Forward-declared interface 76 // Forward-declared protocols
|
D | interface1.m | 72 // Forward-declared interfaces 77 // Forward-declared protocols
|
/external/chromium_org/third_party/WebKit/Source/build/scripts/templates/ |
D | ElementFactory.h.tmpl | 7 #include "wtf/Forward.h"
|
/external/srec/srec/clib/ |
D | fpi_tgt.inl | 81 * Forward = +830 93 * Forward = +880
|
/external/chromium_org/chrome/third_party/chromevox/ |
D | chromeVoxKbExplorerScript.js | 41 …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/ |
D | adb_wrapper_test.py | 61 self.assertRaises(adb_wrapper.CommandFailedError, self._adb.Forward, 0, 0)
|
D | adb_wrapper.py | 241 def Forward(self, local, remote, timeout=_DEFAULT_TIMEOUT, member in AdbWrapper
|
/external/clang/test/CodeGenObjC/ |
D | protocols-lazy.m | 17 // Forward definition triggered by protocol reference.
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | InspectorInstrumentation.idl | 46 * 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/ |
D | NumericalDiff | 30 * Currently only "Forward" and "Central" schemes are implemented. Those
|
/external/qemu/distrib/jpeg-6b/ |
D | filelist.doc | 72 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/ |
D | filelist.doc | 72 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/ |
D | adb_commands.py | 73 def Forward(self, local, remote): member in AdbCommands
|