Home
last modified time | relevance | path

Searched refs:put_chunk (Results 1 – 3 of 3) sorted by relevance

/external/libpng/contrib/libtests/
Dfakepng.c15 put_chunk(const unsigned char *chunk, uInt length) in put_chunk() function
53 put_chunk(IHDR, sizeof IHDR); in main()
56 put_chunk(unknown, sizeof unknown); in main()
/external/chromium_org/third_party/cython/src/Cython/Compiler/
DFusedNode.py255 pyx_code.put_chunk(
365 pyx_code.put_chunk(
392 pyx_code.put_chunk(
431 decl_code.put_chunk(
440 pyx_code.local_variable_declarations.put_chunk(
450 pyx_code.imports.put_chunk(
473 pyx_code.local_variable_declarations.put_chunk(
501 pyx_code.put_chunk(
537 decl_code.put_chunk(
544 pyx_code.put_chunk(
[all …]
DCode.py2200 def put_chunk(self, chunk, context=None): member in PyxCodeWriter