Searched defs:line (Results 451 - 475 of 1454) sorted by last modified time

<<11121314151617181920>>

/external/libnl/lib/route/sch/
H A Dnetem.c866 char *line; local
888 line = (char *) calloc (sizeof(char), len + 1);
890 while (getline(&line, &len, f) != -1) {
893 if (*line == '\n' || *line == '#')
896 for (p = line; ; p = endp) {
901 free(line);
909 free(line);
/external/libnl/src/
H A Dnl-addr-list.c23 " --prefix=STRING Prefix each printed line.\n"
44 void print_prefix(struct nl_dump_params *p, int line) argument
/external/libcxxabi/src/Unwind/
H A Dconfig.h63 static inline void assert_rtn(const char* func, const char* file, int line, const char* msg) __attribute__ ((noreturn));
64 static inline void assert_rtn(const char* func, const char* file, int line, const char* msg) { argument
65 fprintf(stderr, "libunwind: %s %s:%d - %s\n", func, file, line, msg);
/external/libedit/examples/
H A Dfileman.c31 int execute_line (char *line);
96 char *line, *s; local
109 line = readline ("FileMan: ");
111 if (!line)
114 /* Remove leading and trailing whitespace from the line.
117 s = stripwhite(line);
135 free(line);
142 /* Execute a command line. */
144 execute_line (char *line) argument
152 while (line[
[all...]
H A Dwtc1.c112 const wchar_t *line; local
148 * Bind j, k in vi command mode to previous and next line, instead
151 el_wset(el, EL_BIND, L"-a", L"k", L"ed-prev-line", NULL);
152 el_wset(el, EL_BIND, L"-a", L"j", L"ed-next-line", NULL);
157 while((line = el_wgets(el, &numc)) != NULL && numc != 0) {
165 (void)fwprintf(stderr, L"==> got %d %ls", numc, line);
193 history_w(hist, &ev, continuation ? H_APPEND : H_ENTER, line);
248 tok_str(ntok, my_wcstombs(line), &nargc, &nav);
/external/libedit/src/editline/
H A Dreadline.h56 const char *line; member in struct:_hist_entry
/external/libedit/src/
H A Dfilecomplete.c360 size_t line, lines, col, cols, thisguy; local
368 * Find out how many entries can be put on one line; count
382 * On the ith line print elements i, i+lines, i+lines*2, etc.
384 for (line = 0; line < lines; line++) {
386 thisguy = line + col * lines;
437 li = FUN(el,line)(el);
513 /* newline to get on next line from command line */
[all...]
H A Dhistory.c736 char *line; local
748 if ((line = fgetln(fp, &sz)) == NULL)
751 if (strncmp(line, hist_cookie, sz) != 0)
757 for (i = 0; (line = fgetln(fp, &sz)) != NULL; i++) {
758 char c = line[sz];
760 if (sz != 0 && line[sz - 1] == '\n')
761 line[--sz] = '\0';
763 line[sz] = '\0';
775 (void) strunvis(ptr, line);
776 line[s
1083 const Char *line = va_arg(va, const Char *); local
[all...]
H A Dparse.c76 * Parse a line and dispatch it
79 parse_line(EditLine *el, const Char *line) argument
86 FUN(tok,str)(tok, line, &argc, &argv);
H A Dreadline.c159 * the line. Default is ' ' (a space).
205 rl_he.line = ev.str;
380 * read one line from input stream and return it, chomping
419 /* get one line from input stream */
548 return rl_he->line;
1002 /* history_expand() returned -1 when the line */
1369 she.line = ev.str;
1379 * add the line to history table
1382 add_history(const char *line) argument
1386 if (line
1432 replace_history_entry(int num, const char *line, histdata_t data) argument
2021 rl_parse_and_bind(const char *line) argument
[all...]
H A Dvi.c292 * Vi enter insert mode at the beginning of line
358 * Vi substitute entire line
376 * Vi change to end of line
434 * Vi enter insert mode at end of line
523 /* switch line buffer and undo buffer */
563 * Vi move to the beginning of line
601 * Vi list choices for completion or indicate end of file if empty line
638 * Vi cut from beginning of line to cursor
846 * Vi undo all changes to line
874 * Vi yank to end of line
1011 Char *line = NULL; local
[all...]
/external/junit/src/junit/runner/
H A DBaseTestRunner.java151 * Processes the command line arguments and
302 String line;
304 while ((line= br.readLine()) != null) {
305 if (!filterLine(line))
306 pw.println(line);
318 static boolean filterLine(String line) { argument
330 if (line.indexOf(patterns[i]) > 0)
/external/kernel-headers/original/uapi/linux/
H A Domapfb.h209 __u16 line; member in struct:omapfb_tearsync_info
H A Dserial.h20 int line; member in struct:serial_struct
93 * Serial input interrupt line counters -- external structure
H A Dvideodev2.h338 #define V4L2_PIX_FMT_M420 v4l2_fourcc('M', '4', '2', '0') /* 12 YUV 4:2:0 2 lines y, 1 line uv interleaved */
414 #define V4L2_PIX_FMT_SPCA501 v4l2_fourcc('S', '5', '0', '1') /* YUYV per line */
415 #define V4L2_PIX_FMT_SPCA505 v4l2_fourcc('S', '5', '0', '5') /* YYUV per line */
416 #define V4L2_PIX_FMT_SPCA508 v4l2_fourcc('S', '5', '0', '8') /* YUVY per line */
428 #define V4L2_PIX_FMT_CIT_YYVYUY v4l2_fourcc('C', 'I', 'T', 'V') /* one line of Y then 1 line of VYUY */
1054 /* Specific to interlaced formats: if set, then field 1 is really one half-line
1055 longer and field 2 is really one half-line shorter, so each field has
1569 (equals frame lines 313-336 for 625 line video
1570 standards, 263-286 for 525 line standard
1603 __u32 line; /* 1-23 */ member in struct:v4l2_sliced_vbi_data
1637 struct v4l2_mpeg_vbi_itv0_line line[35]; member in struct:v4l2_mpeg_vbi_itv0
1641 struct v4l2_mpeg_vbi_itv0_line line[36]; member in struct:v4l2_mpeg_vbi_ITV0
[all...]
/external/libcap-ng/libcap-ng-0.7/utils/
H A Dnetcap.c116 int line = 0; local
119 if (line == 0) {
120 line++;
162 char line[256], ln[256], *s, *e; local
170 if ((llen = readlink(ln, line, sizeof(line)-1)) < 0)
172 line[llen] = 0;
175 if (memcmp(line, "socket:", 7) == 0) {
177 s = strchr(line+7, '[');
185 } else if (memcmp(line, "[000
250 int line = 0; local
284 int line = 0; local
318 int line = 0; local
353 unsigned int line = 0; local
388 int line = 0; local
[all...]
H A Dpscap.c124 int line; local
130 line = 0;
135 if (line == 0) {
136 line++;
/external/jsoncpp/
H A Dmakerelease.py204 for line in stdout.split('\n'):
205 line = line.strip() variable
206 if not collect and line.endswith('> dir'):
208 elif collect and line.endswith('> exit'):
213 path = line.strip().split()[-1:]
285 parser.error( 'release_version missing on command-line.' )
/external/jsoncpp/src/lib_json/
H A Djson_reader.cpp837 int &line,
842 line = 0;
851 ++line;
856 ++line;
859 // column & line start at 1
861 ++line;
868 int line, column; local
869 getLocationLineAndColumn( location, line, column );
871 sprintf( buffer, "Line %d, Column %d", line, column );
836 getLocationLineAndColumn( Location location, int &line, int &column ) const argument
/external/jsoncpp/src/test_lib_json/
H A Djsontest.cpp96 TestResult::addFailure( const char *file, unsigned int line, argument
117 addFailureInfo( file, line, expr, nestingLevel );
124 TestResult::addFailureInfo( const char *file, unsigned int line, argument
129 failure.line_ = line;
563 const char *file, unsigned int line, const char *expr )
567 result.addFailure( file, line, expr );
561 checkStringEqual( TestResult &result, const std::string &expected, const std::string &actual, const char *file, unsigned int line, const char *expr ) argument
H A Djsontest.h78 TestResult &addFailure( const char *file, unsigned int line,
110 void addFailureInfo( const char *file, unsigned int line,
154 /// Runs test as specified on the command-line
155 /// If no command-line arguments are provided, run all tests.
191 const char *file, unsigned int line, const char *expr )
195 result.addFailure( file, line, expr );
206 const char *file, unsigned int line, const char *expr );
190 checkEqual( TestResult &result, const T &expected, const U &actual, const char *file, unsigned int line, const char *expr ) argument
/external/jsilver/src/com/google/clearsilver/jsilver/autoescape/
H A DAutoEscapeContext.java156 * @param line line number.
157 * @param column column number within line.
159 public void setCurrentPosition(int line, int column) { argument
160 htmlParser.setLineNumber(line);
172 * Returns the current line number within the resource being auto escaped.
270 // ParseException displays the proper position, so do not store line and column
/external/jsilver/src/com/google/clearsilver/jsilver/data/
H A DDefaultHdfParser.java43 String line;
44 while ((line = lineReader.readLine()) != null) {
45 parseLine(line, output, context, lineReader, dataFileName, errorHandler);
49 private void parseLine(String line, Data output, List<String> context, argument
52 line = stripComment(line);
55 if ((split = split(line, "=")) != null) {
58 } else if ((split = split(line, "<<")) != null) {
64 } else if ((split = split(line, "{")) != null) {
68 } else if (split(line, "}") !
83 stripComment(String line) argument
120 split(String line, String delimiter) argument
[all...]
H A DNewHdfParser.java46 * Special exception used to detect when we unexpectedly run out of characters on the line.
110 String line; field in class:NewHdfParser.ParseState
199 while ((state.line = state.lineReader.readLine()) != null) {
200 String seq = stripWhitespace(state.line);
204 reportError(state, "End of line was prematurely reached. Parse error.");
213 // Empty line.
514 String line;
515 while ((line = state.lineReader.readLine()) != null) {
516 if (line.startsWith(eomMarker)
517 && skipLeadingWhitespace(line, eomMarke
[all...]
H A DParser.java35 * @param line number of the line where error occurred. The value of -1 represents line number
37 * @param lineContent text of the line with error
41 void error(int line, String lineContent, String fileName, String errorMessage); argument

Completed in 331 milliseconds

<<11121314151617181920>>