Home
last modified time | relevance | path

Searched defs:init_source (Results 1 – 9 of 9) sorted by relevance

/external/libjpeg-turbo/
Djdatasrc.c48 init_source(j_decompress_ptr cinfo) in init_source() function
Djpeglib.h806 void (*init_source) (j_decompress_ptr cinfo); member
/external/python/cpython2/Lib/test/support/
Dscript_helper.py137 def make_pkg(pkg_dir, init_source=''): argument
/external/python/cpython3/Lib/test/support/
Dscript_helper.py235 def make_pkg(pkg_dir, init_source=''): argument
/external/libyuv/files/source/
Dmjpeg_decoder.cc412 void init_source(j_decompress_ptr cinfo) { in init_source() function
/external/libaom/libaom/third_party/libyuv/source/
Dmjpeg_decoder.cc415 void init_source(j_decompress_ptr cinfo) { in init_source() function
/external/libvpx/libvpx/third_party/libyuv/source/
Dmjpeg_decoder.cc412 void init_source(j_decompress_ptr cinfo) { in init_source() function
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_idct.c588 init_source(struct vl_idct *idct, struct vl_idct_buffer *buffer) in init_source() function
/external/tensorflow/tensorflow/core/common_runtime/
Dcollective_param_resolver_local.cc715 InstanceRec* ir, CollectiveParams* cp, bool is_source, bool init_source, in WaitForGroup()