Home
last modified time | relevance | path

Searched refs:extra_info (Results 1 – 11 of 11) sorted by relevance

/external/ceres-solver/internal/ceres/
Dgradient_checking_cost_function.cc85 const string& extra_info) in GradientCheckingCostFunction() argument
88 extra_info_(extra_info) { in GradientCheckingCostFunction()
232 const string& extra_info) { in CreateGradientCheckingCostFunction() argument
236 extra_info); in CreateGradientCheckingCostFunction()
286 string extra_info = StringPrintf( in CreateGradientCheckingProblemImpl() local
292 StringAppendF(&extra_info, "%p", parameter_block->mutable_user_state()); in CreateGradientCheckingProblemImpl()
293 extra_info += (j < residual_block->NumParameterBlocks() - 1) ? ", " : "]"; in CreateGradientCheckingProblemImpl()
301 extra_info); in CreateGradientCheckingProblemImpl()
Dgradient_checking_cost_function.h64 const string& extra_info);
/external/icu/icu4c/source/tools/tzcode/
Dtzselect.ksh249 extra_info=
258 extra_info="
277 echo >&2 "Therefore TZ='$TZ' will be used.$extra_info"
/external/chromium-trace/catapult/common/py_utils/py_utils/
Dcloud_storage.py303 extra_info = ''
306 extra_info = ' (publicly readable)'
308 logging.info('Uploading %s to %s%s', local_path, url, extra_info)
/external/autotest/frontend/tko/
Drpc_interface.py85 extra_info=[], **filter_data): argument
124 for field in extra_info:
Drpc_interface_unittest_fixme.py378 extra_info=['job_tag'])
469 group_by=['test_idx'], extra_info=['test_attribute_myattr'],
/external/webp/src/webp/
Dencode.h326 uint8_t* extra_info; // if not NULL, points to an array of size member
/external/webp/include/webp/
Dencode.h326 uint8_t* extra_info; // if not NULL, points to an array of size member
/external/webp/src/enc/
Dframe.c493 if (pic->extra_info != NULL) { in StoreSideInfo()
494 uint8_t* const info = &pic->extra_info[it->x_ + it->y_ * enc->mb_w_]; in StoreSideInfo()
Dvp8l.c1581 if (picture->extra_info != NULL) { in VP8LEncodeImage()
1584 memset(picture->extra_info, 0, mb_w * mb_h * sizeof(*picture->extra_info)); in VP8LEncodeImage()
/external/v8/src/
Dgdb-jit.cc1348 bool extra_info = desc_->has_scope_info(); in WriteBodyInternal() local
1352 w->Write<uint8_t>(extra_info ? DW_CHILDREN_YES : DW_CHILDREN_NO); in WriteBodyInternal()
1364 if (extra_info) { in WriteBodyInternal()