HomeSort by relevance Sort by last modified time
    Searched defs:d_ (Results 1 - 4 of 4) sorted by null

  /external/chromium/third_party/libjingle/source/talk/xmpp/
xmppclient.h 155 talk_base::scoped_ptr<Private> d_; member in class:buzz::XmppClient
  /external/chromium/chrome/browser/chromeos/login/
signed_settings.cc 116 // Always call d_->OnSettingOpCompleted() via this call.
123 SignedSettings::Delegate<bool>* d_; member in class:chromeos::CheckWhitelistOp
146 // Always call d_->OnSettingOpCompleted() via this call.
154 SignedSettings::Delegate<bool>* d_; member in class:chromeos::WhitelistOp
179 // Always call d_->OnSettingOpCompleted() via this call.
187 SignedSettings::Delegate<bool>* d_; member in class:chromeos::StorePropertyOp
208 // Always call d_->OnSettingOpCompleted() via this call.
217 SignedSettings::Delegate<std::string>* d_; member in class:chromeos::RetrievePropertyOp
234 // Always call d_->OnSettingOpCompleted() via this call.
241 SignedSettings::Delegate<bool>* d_; member in class:chromeos::StorePolicyOp
272 SignedSettings::Delegate<const em::PolicyFetchResponse&>* d_; member in class:chromeos::RetrievePolicyOp
    [all...]
  /external/webrtc/src/modules/audio_processing/aec/
aec_rdft_sse2.c 285 const __m128 d_ = _mm_mul_ps(wki_, xr_); local
287 const __m128 yi_ = _mm_add_ps(c_, d_); // 3-127, 5-125, 7-123, 9-121,
376 const __m128 d_ = _mm_mul_ps(wki_, xr_); local
378 const __m128 yi_ = _mm_sub_ps(c_, d_); // 3-127, 5-125, 7-123, 9-121,
  /external/v8/tools/gcmole/
gcmole.cc 214 : d_(d), sm_(sm) { }
217 mangle_context_ = clang::createItaniumMangleContext(ctx, d_);
231 clang::Diagnostic& d_; member in class:__anon13142::FunctionDeclarationFinder
519 d_(d),
1191 clang::Diagnostic& d_; member in class:__anon13142::FunctionAnalyzer
1254 clang::Diagnostic& d_; member in class:__anon13142::ProblemsFinder
    [all...]

Completed in 1159 milliseconds