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.py470 extra_info = ''
473 extra_info = ' (publicly readable)'
475 logger.info('Uploading %s to %s%s', local_path, url, extra_info)
/external/webp/src/enc/
Dframe_enc.c503 if (pic->extra_info != NULL) { in StoreSideInfo()
504 uint8_t* const info = &pic->extra_info[it->x_ + it->y_ * enc->mb_w_]; in StoreSideInfo()
541 if (pic->extra_info != NULL) { in StoreSideInfo()
543 memset(pic->extra_info, 0, in StoreSideInfo()
544 enc->mb_w_ * enc->mb_h_ * sizeof(*pic->extra_info)); in StoreSideInfo()
Dvp8l_enc.c1914 if (picture->extra_info != NULL) { in VP8LEncodeImage()
1917 memset(picture->extra_info, 0, mb_w * mb_h * sizeof(*picture->extra_info)); in VP8LEncodeImage()
/external/autotest/frontend/tko/
Drpc_interface.py87 extra_info=[], **filter_data): argument
126 for field in extra_info:
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_graph_dumper.cc621 string extra_info = GetInstructionNodeExtraInfo(parent_instr); in DumpSubcomputation() local
622 if (!extra_info.empty()) { in DumpSubcomputation()
623 StrAppend(&subcomp_label, "<br/>", extra_info); in DumpSubcomputation()
794 string extra_info = GetInstructionNodeExtraInfo(instr); in DumpInstruction() local
812 extra_info, inlined_constants}) { in DumpInstruction()
/external/libusb/examples/
Dxusb.c42 static bool extra_info = false; variable
824 if (extra_info) { in test_device()
1005 extra_info = true; in main()
/external/webp/include/webp/
Dencode.h334 uint8_t* extra_info; // if not NULL, points to an array of size member
/external/webp/src/webp/
Dencode.h334 uint8_t* extra_info; // if not NULL, points to an array of size member
/external/llvm-project/lldb/examples/python/
Dcrashlog.py451 extra_info = self.get_image_extra_info(idx)
452 name = extra_info['name']
453 path = extra_info['path']