OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:list_file
(Results
1 - 5
of
5
) sorted by null
/external/opencv3/samples/cpp/tutorial_code/photo/hdr_imaging/
hdr_imaging.cpp
45
ifstream
list_file
((path + "list.txt").c_str());
48
while(
list_file
>> name >> val) {
53
list_file
.close();
/toolchain/binutils/binutils-2.25/gas/
listing.c
207
static FILE *
list_file
;
variable
737
fprintf (
list_file
, "\f");
740
fprintf (
list_file
, "%s %s \t\t\tpage %d\n", LISTING_HEADER, fn, page);
741
fprintf (
list_file
, "%s\n", title);
742
fprintf (
list_file
, "%s\n", subtitle);
748
/* Print a line into the
list_file
. Update the line count
758
vfprintf (
list_file
, format, args);
852
fprintf (
list_file
, "% 4d ", lineno);
854
fprintf (
list_file
, " ");
861
fprintf (
list_file
, "% 4d ???? ", lineno)
[
all
...]
ChangeLog-9295
[
all
...]
/external/opencv3/modules/photo/test/
test_hdr.cpp
63
ifstream
list_file
((path + "list.txt").c_str());
64
ASSERT_TRUE(
list_file
.is_open());
67
while(
list_file
>> name >> val) {
73
list_file
.close();
/external/mksh/src/
emacsfn.h
71
FN(
list_file
, "list-file", 0)
Completed in 688 milliseconds