/third_party/backends/backend/ |
H A D | sm3600.h | 110 typedef enum { color, gray, line, halftone } TMode; enumerator
|
H A D | hpsj5s.c | 161 char line[PATH_MAX]; /*Line from config file */ in sane_init() local [all...] |
H A D | mustek_pp_ccd300.c | 619 int ctr, line, sum; in max_color_levels_101x() local [all...] |
H A D | mustek.h | 261 SANE_Int line; /* current line number */ member [all...] |
H A D | sp15c.c | 1360 char line[128]; in hexdump() local
|
H A D | st400.c | 687 char line[PATH_MAX], *str; in sane_init() local [all...] |
H A D | teco2.c | 444 char line[128]; in hexdump() local 2171 int line; /* line number for that raster */ teco_adjust_raster() local [all...] |
H A D | test.c | 1291 read_option (SANE_String line, SANE_String option_string, in read_option() argument 1645 SANE_Char line[PATH_MAX], *word = NULL; in sane_init() local [all...] |
H A D | teco3.h | 370 int line; /* current line of the scan */ member
|
H A D | gt68xx.c | 1102 SANE_Char line[PATH_MAX]; in probe_gt68xx_devices() local [all...] |
H A D | hp5400_sane.c | 608 SANE_Char line[PATH_MAX]; in sane_init() local [all...] |
H A D | matsushita.c | 479 char line[128]; in hexdump() local
|
H A D | sceptre.h | 360 int line; /* current line of the scan */ member
|
/third_party/backends/backend/pixma/ |
H A D | pixma_common.c | 121 char line[100]; /* actually only 1+8+1+8*3+1+8*3+1 = 61 bytes needed */ in pixma_hexdump() local [all...] |
/third_party/curl/lib/ |
H A D | cookie.c | 1208 char *line = NULL; Curl_cookie_init() local 1722 char *line; cookie_list() local [all...] |
H A D | imap.c | 215 static bool imap_matchresp(const char *line, size_t len, const char *cmd) in imap_matchresp() argument 253 imap_endofresp(struct Curl_easy *data, struct connectdata *conn, char *line, size_t len, int *resp) imap_endofresp() argument 899 const char *line = Curl_dyn_ptr(&imapc->pp.recvbuf); imap_state_capability_resp() local 1061 char *line = Curl_dyn_ptr(&data->conn->proto.imapc.pp.recvbuf); imap_state_listsearch_resp() local 1085 const char *line = Curl_dyn_ptr(&data->conn->proto.imapc.pp.recvbuf); imap_state_select_resp() local 1817 struct dynbuf line; imap_atom() local [all...] |
/third_party/backends/tools/ |
H A D | sane-find-scanner.c | 137 char line[256], driver[256] = ""; in check_sg() local 169 char line[128]; in hexdump() local 1362 parse_num (char* search, const char* line, int base, long int * number) in parse_num() argument 1378 parse_bcd(char* search, const char* line, long int * number) parse_bcd() argument 1404 char line [PATH_MAX], *token; parse_file() local [all...] |
/third_party/cJSON/tests/unity/src/ |
H A D | unity.c | 357 static void UnityTestResultsBegin(const char* file, const UNITY_LINE_TYPE line) in UnityTestResultsBegin() argument 368 static void UnityTestResultsFailBegin(const UNITY_LINE_TYPE line) in UnityTestResultsFailBegin() argument 1280 void UnityFail(const char* msg, const UNITY_LINE_TYPE line) in UnityFail() argument 1314 void UnityIgnore(const char* msg, const UNITY_LINE_TYPE line) in UnityIgnore() argument [all...] |
/third_party/icu/icu4c/source/tools/gencnval/ |
H A D | gencnval.c | 334 char line[MAX_LINE_SIZE]; in parseFile() local 401 chomp(char *line) chomp() argument 423 parseLine(const char *line) parseLine() argument 586 addOfficialTaggedStandards(char *line, int32_t lineLen) addOfficialTaggedStandards() argument [all...] |
/third_party/gn/src/gn/ |
H A D | parse_tree.cc | 109 int line = in GetBeginLocationFromJSON() local 126 int line = 0; in GetCommentsFromJSON() local 135 int line = 0; in GetCommentsFromJSON() local 144 int line = 0; GetCommentsFromJSON() local [all...] |
/third_party/googletest/googletest/include/gtest/internal/ |
H A D | gtest-param-util.h | 566 int line = gen_it->line; variable 540 AddTestSuiteInstantiation(const std::string& instantiation_name, GeneratorCreationFunc* func, ParamNameGeneratorFunc* name_func, const char* file, int line) AddTestSuiteInstantiation() argument 654 int line; global() member [all...] |
/third_party/icu/icu4c/source/test/letest/ |
H A D | letest.cpp | 759 const ParagraphLayout::Line *line; in GlyphToCharTest() local
|
/third_party/icu/icu4c/source/test/perf/collperf/ |
H A D | collperf.cpp | 756 const UChar* line=NULL; in prepareData() local
|
/third_party/icu/icu4c/source/layoutex/ |
H A D | ParagraphLayout.cpp | 1028 Line *line = new Line(); in computeVisualRuns() local 1052 void ParagraphLayout::appendRun(ParagraphLayout::Line *line, le_int32 run, le_int32 firstChar, le_int32 lastChar) in appendRun() argument [all...] |
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | cbiapts.c | 162 UBreakIterator *word, *sentence, *line, *character, *b, *bogus; in TestBreakIteratorCAPI() local [all...] |