/external/tcpdump/tests/ |
D | spb_bpduv4.out | 1 STP 802.1aq, Rapid STP, CIST Flags [Learn, Forward], length 205 2 STP 802.1aq, Rapid STP, CIST Flags [Learn, Forward], length 205 3 STP 802.1aq, Rapid STP, CIST Flags [Learn, Forward], length 205 4 STP 802.1aq, Rapid STP, CIST Flags [Learn, Forward], length 205 5 STP 802.1aq, Rapid STP, CIST Flags [Learn, Forward], length 205 6 STP 802.1aq, Rapid STP, CIST Flags [Learn, Forward], length 205 7 STP 802.1aq, Rapid STP, CIST Flags [Learn, Forward], length 205 8 STP 802.1aq, Rapid STP, CIST Flags [Learn, Forward], length 205 9 STP 802.1aq, Rapid STP, CIST Flags [Learn, Forward], length 205 10 STP 802.1aq, Rapid STP, CIST Flags [Learn, Forward], length 205 [all …]
|
D | mstp-v.out | 1 STP 802.1s, Rapid STP, CIST Flags [Learn, Forward], length 134 8 MSTI 1, Flags [Learn, Forward, Agreement, Topology change ACK], port-role Designated 11 MSTI 2, Flags [Learn, Forward, Agreement, Topology change ACK], port-role Root 14 STP 802.1s, Rapid STP, CIST Flags [Learn, Forward, Agreement], length 134 21 MSTI 1, Flags [Learn, Forward, Agreement, Topology change ACK], port-role Root 24 MSTI 2, Flags [Learn, Forward, Agreement, Topology change ACK], port-role Designated 27 STP 802.1s, Rapid STP, CIST Flags [Learn, Forward], length 134 34 MSTI 1, Flags [Learn, Forward, Agreement, Topology change ACK], port-role Designated 37 MSTI 2, Flags [Learn, Forward, Agreement, Topology change ACK], port-role Root 40 STP 802.1s, Rapid STP, CIST Flags [Learn, Forward, Agreement], length 134 [all …]
|
D | loopback.out | 1 Loopback, skipCount 0, Forward Data, forwarding address aa:00:04:00:1d:04, data (44 octets) 3 Loopback, skipCount 0, Forward Data, forwarding address aa:00:04:00:6a:04, data (60 octets) 4 Loopback, skipCount 8, Forward Data, forwarding address aa:00:04:00:69:04, data (52 octets) 5 Loopback, skipCount 16, Forward Data, forwarding address aa:00:04:00:1d:04, data (44 octets)
|
D | rstp-v.out | 46 STP 802.1w, Rapid STP, Flags [Topology change, Learn, Forward], bridge-id 8001.00:19:06:ea:b8:80.80… 49 STP 802.1w, Rapid STP, Flags [Topology change, Learn, Forward], bridge-id 8001.00:19:06:ea:b8:80.80… 52 STP 802.1w, Rapid STP, Flags [Topology change, Learn, Forward], bridge-id 8001.00:19:06:ea:b8:80.80… 55 STP 802.1w, Rapid STP, Flags [Learn, Forward], bridge-id 8001.00:19:06:ea:b8:80.800c, length 43 58 STP 802.1w, Rapid STP, Flags [Learn, Forward], bridge-id 8001.00:19:06:ea:b8:80.800c, length 43 61 STP 802.1w, Rapid STP, Flags [Learn, Forward], bridge-id 8001.00:19:06:ea:b8:80.800c, length 43 64 STP 802.1w, Rapid STP, Flags [Learn, Forward], bridge-id 8001.00:19:06:ea:b8:80.800c, length 43 67 STP 802.1w, Rapid STP, Flags [Learn, Forward], bridge-id 8001.00:19:06:ea:b8:80.800c, length 43 70 STP 802.1w, Rapid STP, Flags [Learn, Forward], bridge-id 8001.00:19:06:ea:b8:80.800c, length 43 73 STP 802.1w, Rapid STP, Flags [Learn, Forward], bridge-id 8001.00:19:06:ea:b8:80.800c, length 43 [all …]
|
D | evb.out | 1 STP 802.1s, Rapid STP, CIST Flags [Learn, Forward], length 102 8 STP 802.1s, Rapid STP, CIST Flags [Learn, Forward], length 102 15 STP 802.1s, Rapid STP, CIST Flags [Learn, Forward], length 102 63 STP 802.1s, Rapid STP, CIST Flags [Learn, Forward], length 102 70 STP 802.1s, Rapid STP, CIST Flags [Learn, Forward], length 102 77 STP 802.1s, Rapid STP, CIST Flags [Learn, Forward], length 102 84 STP 802.1s, Rapid STP, CIST Flags [Learn, Forward], length 102 91 STP 802.1s, Rapid STP, CIST Flags [Learn, Forward], length 102 98 STP 802.1s, Rapid STP, CIST Flags [Learn, Forward], length 102 105 STP 802.1s, Rapid STP, CIST Flags [Learn, Forward], length 102 [all …]
|
/external/clang/test/SemaObjCXX/ |
D | pseudo-destructor.mm | 8 @class Forward; 22 template void destroyPointer<Forward*>(Forward **); function 23 template void destroyReference<Forward*>(Forward *&); function
|
D | parameterized_classes_arc.mm | 9 @class Forward; 35 void test1d(PC1<__weak Forward*> *obj) { // expected-error {{type argument 'Forward *__weak' cannot… 40 void test1e(PC1<__strong Forward*> *obj) { // expected-error {{type argument 'Forward *__strong' ca… 45 void test1f(PC1<Forward*> *obj) { 57 typedef __strong Forward *StrongForward; 99 @interface PC4<T : __strong Forward*> // expected-error {{type bound 'Forward *__strong' for type p… 102 @interface PC5<T : __weak Forward*> // expected-error {{type bound 'Forward *__weak' for type param… 108 @interface PC7<T : StrongForward> // expected-error {{type bound 'StrongForward' (aka 'Forward *__s…
|
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/clang/test/SemaObjC/ |
D | parameterized_classes_arc.m | 9 @class Forward; 35 void test1d(PC1<__weak Forward*> *obj) { // expected-error {{type argument 'Forward *__weak' cannot… 40 void test1e(PC1<__strong Forward*> *obj) { // expected-error {{type argument 'Forward *__strong' ca… 45 void test1f(PC1<Forward*> *obj) { 57 typedef __strong Forward *StrongForward; 87 @interface PC4<T : __strong Forward*> // expected-error {{type bound 'Forward *__strong' for type p… 90 @interface PC5<T : __weak Forward*> // expected-error {{type bound 'Forward *__weak' for type param… 96 @interface PC7<T : StrongForward> // expected-error {{type bound 'StrongForward' (aka 'Forward *__s…
|
/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/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/include/llvm/Analysis/ |
D | AliasSetTracker.h | 86 if (AS->Forward) { in getAliasSet() 112 AliasSet *Forward; // Forwarding pointer. variable 174 bool isForwardingAliasSet() const { return Forward; } in isForwardingAliasSet() 228 : PtrList(nullptr), PtrListEnd(&PtrList), Forward(nullptr), RefCount(0), 243 if (!Forward) return this; 245 AliasSet *Dest = Forward->getForwardedTarget(AST); 246 if (Dest != Forward) { 248 Forward->dropRef(AST); 249 Forward = Dest;
|
/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() 66 AS.Forward = this; // Forward across AS now... in mergeSetIn() 84 if (AliasSet *Fwd = AS->Forward) { in removeAliasSet() 86 AS->Forward = nullptr; in removeAliasSet() 221 if (Cur->Forward || !Cur->aliasesPointer(Ptr, Size, AAInfo, AA)) continue; in findAliasSetForPointer() 239 if (!I->Forward && I->aliasesPointer(Ptr, Size, AAInfo, AA)) in containsPointer() 246 if (!I->Forward && I->aliasesUnknownInst(Inst, AA)) in containsUnknown() 255 if (Cur->Forward || !Cur->aliasesUnknownInst(Inst, AA)) in findAliasSetForUnknownInst() 259 else if (!Cur->Forward) // Otherwise, we must merge the sets. in findAliasSetForUnknownInst() [all …]
|
/external/eigen/unsupported/Eigen/src/NumericalDiff/ |
D | NumericalDiff.h | 19 Forward, enumerator 35 template<typename _Functor, NumericalDiffMode mode=Forward> 81 case Forward: in df() 99 case Forward: in df()
|
/external/libchrome/base/ |
D | cancelable_callback.h | 105 void Forward(A... args) const { in Forward() function 112 forwarder_ = base::Bind(&CancelableCallback<void(A...)>::Forward, in InitializeForwarder()
|
/external/clang/test/ASTMerge/Inputs/ |
D | interface1.m | 72 // Forward-declared interfaces 77 // Forward-declared protocols
|
D | interface2.m | 71 // Forward-declared interface 76 // Forward-declared protocols
|
/external/pdfium/third_party/libopenjpeg20/ |
D | 0003-dwt-decode.patch | 23 Forward 5-3 wavelet transform in 1-D 34 Forward 9-7 wavelet transform in 1-D 85 /* Forward 5-3 wavelet transform in 1-D. */ 110 /* Forward 9-7 wavelet transform in 1-D. */ 119 /* Forward 5-3 wavelet transform in 2-D. */
|
/external/llvm/test/Analysis/LoopAccessAnalysis/ |
D | forward-loop-independent.ll | 26 ; CHECK-NEXT: Forward: 32 ; CHECK: Forward:
|
/external/webrtc/webrtc/common_audio/ |
D | real_fourier_openmax.h | 25 void Forward(const float* src, std::complex<float>* dest) const override;
|
D | real_fourier_ooura.h | 25 void Forward(const float* src, std::complex<float>* dest) const override;
|
D | real_fourier.h | 63 virtual void Forward(const float* src, std::complex<float>* dest) const = 0;
|
/external/v8/src/compiler/ |
D | jump-threading.cc | 29 void Forward(RpoNumber to) { in Forward() function 107 state.Forward(fw); in ComputeForwarding()
|