Searched refs:extra_info (Results 1 - 19 of 19) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Dgradient_checking_cost_function.h64 const string& extra_info);
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/icu/source/tools/tzcode/
H A Dtzselect.ksh249 extra_info=
258 extra_info="
277 echo >&2 "Therefore TZ='$TZ' will be used.$extra_info"
/external/icu/icu4c/source/tools/tzcode/
H A Dtzselect.ksh249 extra_info=
258 extra_info="
277 echo >&2 "Therefore TZ='$TZ' will be used.$extra_info"
/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 Dsessionmanager.h175 const buzz::XmlElement* extra_info);
184 const buzz::XmlElement* extra_info);
198 const buzz::XmlElement* extra_info);
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.h79 // Note: there can be up to 5 strings in |extra_info|.
81 const std::vector<base::string16>& extra_info);
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/tools/telemetry/telemetry/util/
H A Dcloud_storage.py187 extra_info = ''
190 extra_info = ' (publicly readable)'
192 logging.info('Uploading %s to %s%s' % (local_path, url, extra_info))
/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/third_party/libwebp/enc/
H A Dvp8l.c1228 if (picture->extra_info != NULL) {
1231 memset(picture->extra_info, 0, mb_w * mb_h * sizeof(*picture->extra_info));
H A Dframe.c497 if (pic->extra_info != NULL) {
498 uint8_t* const info = &pic->extra_info[it->x_ + it->y_ * enc->mb_w_];
/external/webp/src/enc/
H A Dvp8l.c1228 if (picture->extra_info != NULL) {
1231 memset(picture->extra_info, 0, mb_w * mb_h * sizeof(*picture->extra_info));
H A Dframe.c497 if (pic->extra_info != NULL) {
498 uint8_t* const info = &pic->extra_info[it->x_ + it->y_ * enc->mb_w_];
/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 486 milliseconds