OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:out_f
(Results
1 - 2
of
2
) sorted by null
/prebuilts/misc/common/swig/include/2.0.11/ocaml/
carray.i
9
%define %array_tmap_out(type,what,
out_f
)
15
caml_array_set($result,i,
out_f
($1[i]));
35
%define %make_simple_array_typemap(type,
out_f
,in_f)
36
%array_tmap_out(out,type,
out_f
);
37
%array_tmap_out(varout,type,
out_f
);
38
%array_tmap_out(directorin,type,
out_f
);
/external/autotest/client/bin/
update_intel_pci_ids
84
with open(out_file, 'w') as
out_f
:
85
json.dump(pci_ids,
out_f
, sort_keys=True, indent=4,
Completed in 125 milliseconds