Home
last modified time | relevance | path

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

/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.py378 extra_info = ''
381 extra_info = ' (publicly readable)'
383 logger.info('Uploading %s to %s%s', local_path, url, extra_info)
/external/webp/src/enc/
Dframe_enc.c500 if (pic->extra_info != NULL) { in StoreSideInfo()
501 uint8_t* const info = &pic->extra_info[it->x_ + it->y_ * enc->mb_w_]; in StoreSideInfo()
538 if (pic->extra_info != NULL) { in StoreSideInfo()
540 memset(pic->extra_info, 0, in StoreSideInfo()
541 enc->mb_w_ * enc->mb_h_ * sizeof(*pic->extra_info)); in StoreSideInfo()
Dvp8l_enc.c1901 if (picture->extra_info != NULL) { in VP8LEncodeImage()
1904 memset(picture->extra_info, 0, mb_w * mb_h * sizeof(*picture->extra_info)); in VP8LEncodeImage()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_graph_dumper.cc614 string extra_info = GetInstructionNodeExtraInfo(parent_instr); in DumpSubcomputation() local
615 if (!extra_info.empty()) { in DumpSubcomputation()
616 StrAppend(&subcomp_label, "<br/>", extra_info); in DumpSubcomputation()
784 string extra_info = GetInstructionNodeExtraInfo(instr); in DumpInstruction() local
802 extra_info, inlined_constants}) { in DumpInstruction()
/external/autotest/frontend/tko/
Drpc_interface.py87 extra_info=[], **filter_data): argument
126 for field in extra_info:
/external/libusb/examples/
Dxusb.c57 static bool extra_info = false; variable
823 if (extra_info) { in test_device()
1004 extra_info = true; in main()
/external/webp/include/webp/
Dencode.h327 uint8_t* extra_info; // if not NULL, points to an array of size member
/external/webp/src/webp/
Dencode.h327 uint8_t* extra_info; // if not NULL, points to an array of size member
/external/v8/src/
Dgdb-jit.cc1323 bool extra_info = desc_->has_scope_info(); in WriteBodyInternal() local
1327 w->Write<uint8_t>(extra_info ? DW_CHILDREN_YES : DW_CHILDREN_NO); in WriteBodyInternal()
1339 if (extra_info) { in WriteBodyInternal()