Searched defs:extra_info (Results 1 - 9 of 9) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Dgradient_checking_cost_function.cc85 const string& extra_info)
88 extra_info_(extra_info) {
232 const string& extra_info) {
236 extra_info);
286 string extra_info = StringPrintf( local
292 StringAppendF(&extra_info, "%p", parameter_block->mutable_user_state());
293 extra_info += (j < residual_block->NumParameterBlocks() - 1) ? ", " : "]";
301 extra_info);
82 GradientCheckingCostFunction(const CostFunction* function, double relative_step_size, double relative_precision, const string& extra_info) argument
228 CreateGradientCheckingCostFunction( const CostFunction *cost_function, double relative_step_size, double relative_precision, const string& extra_info) argument
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dsessionmanager.cc252 const buzz::XmlElement* extra_info) {
254 CreateErrorMessage(stanza, name, type, text, extra_info));
263 const buzz::XmlElement* extra_info) {
283 if (extra_info)
284 error->AddElement(new buzz::XmlElement(*extra_info));
310 const buzz::XmlElement* extra_info) {
311 SendErrorMessage(stanza, name, type, text, extra_info);
248 SendErrorMessage(const buzz::XmlElement* stanza, const buzz::QName& name, const std::string& type, const std::string& text, const buzz::XmlElement* extra_info) argument
258 CreateErrorMessage( const buzz::XmlElement* stanza, const buzz::QName& name, const std::string& type, const std::string& text, const buzz::XmlElement* extra_info) argument
305 OnErrorMessage(BaseSession* session, const buzz::XmlElement* stanza, const buzz::QName& name, const std::string& type, const std::string& text, const buzz::XmlElement* extra_info) argument
H A Dsession.h445 const buzz::XmlElement* extra_info) {
630 const buzz::XmlElement* extra_info);
440 OnTransportSendError(Transport* transport, const buzz::XmlElement* stanza, const buzz::QName& name, const std::string& type, const std::string& text, const buzz::XmlElement* extra_info) argument
H A Dsession.cc1222 const buzz::XmlElement* extra_info) {
1224 SignalErrorMessage(this, stanza, name, type, text, extra_info);
1217 OnTransportSendError(Transport* transport, const buzz::XmlElement* stanza, const buzz::QName& name, const std::string& type, const std::string& text, const buzz::XmlElement* extra_info) argument
/external/chromium_org/chrome/browser/ssl/
H A Dssl_blocking_page.cc659 const std::vector<base::string16>& extra_info) {
660 DCHECK_LT(extra_info.size(), 5U); // We allow 5 paragraphs max.
665 for (i = 0; i < static_cast<int>(extra_info.size()); i++) {
666 strings->SetString(keys[i], extra_info[i]);
657 SetExtraInfo( base::DictionaryValue* strings, const std::vector<base::string16>& extra_info) argument
/external/chromium_org/third_party/libwebp/webp/
H A Dencode.h317 uint8_t* extra_info; // if not NULL, points to an array of size member in struct:WebPPicture
/external/webp/include/webp/
H A Dencode.h317 uint8_t* extra_info; // if not NULL, points to an array of size member in struct:WebPPicture
/external/chromium_org/content/browser/loader/
H A Dresource_dispatcher_host_impl.cc625 ResourceRequestInfoImpl* extra_info = local
627 extra_info->AssociateWithRequest(request.get()); // Request takes ownership.
1164 ResourceRequestInfoImpl* extra_info = local
1189 extra_info->AssociateWithRequest(new_request.get());
1488 ResourceRequestInfoImpl* extra_info = local
1490 extra_info->AssociateWithRequest(request.get()); // Request takes ownership.
/external/chromium_org/v8/src/
H A Dgdb-jit.cc1305 bool extra_info = desc_->IsInfoAvailable(); local
1309 w->Write<uint8_t>(extra_info ? DW_CHILDREN_YES : DW_CHILDREN_NO);
1321 if (extra_info) {

Completed in 219 milliseconds