Home
last modified time | relevance | path

Searched refs:collect_data (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/compiler/spirv/
Dspirv_info_c.py31 def collect_data(spirv, kind): function
91 collect_data(spirv_info, "Capability"),
92 collect_data(spirv_info, "Decoration"),
/external/toolchain-utils/android_bench_suite/
Dgen_json.py50 def collect_data(infile, bench, it): function
85 result += collect_data(infile, bench, i)
/external/harfbuzz_ng/src/
Dhb-ot-layout-gsubgpos.hh735 const void *collect_data) in collect_array() argument
738 collect_func (glyphs, values[i], collect_data); in collect_array()
1210 const void *collect_data; member
1252 lookup_context.funcs.collect, lookup_context.collect_data); in context_collect_glyphs_lookup()
1815 const void *collect_data[3]; member
1877 lookup_context.funcs.collect, lookup_context.collect_data[0]); in chain_context_collect_glyphs_lookup()
1880 lookup_context.funcs.collect, lookup_context.collect_data[1]); in chain_context_collect_glyphs_lookup()
1883 lookup_context.funcs.collect, lookup_context.collect_data[2]); in chain_context_collect_glyphs_lookup()
/external/ply/ply/example/BASIC/
Dbasinterp.py30 def collect_data(self): member in BasicInterpreter
221 self.collect_data() # Collect all of the data statements
/external/boringssl/src/crypto/asn1/
Dtasn_dec.c83 static int collect_data(BUF_MEM *buf, const unsigned char **p, long plen);
1113 } else if (plen && !collect_data(buf, &p, plen)) in asn1_collect()
1125 static int collect_data(BUF_MEM *buf, const unsigned char **p, long plen) in collect_data() function