HomeSort by relevance Sort by last modified time
    Searched refs:line (Results 826 - 850 of 5407) sorted by null

<<31323334353637383940>>

  /external/embunit/src/
TestCase.c 79 void addFailure(const char *msg, long line, const char *file)
81 TestResult_addFailure(result_, (Test*)self_, (char*)msg, line, (char*)file); local
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
SCPClient.java 107 throw new IOException("Remote scp sent a too long line");
123 protected LenNamePair parseCLine(String line) throws IOException
125 /* Minimum line: "xxxx y z" ---> 8 chars */
127 if (line.length() < 8)
128 throw new IOException("Malformed C line sent by remote SCP binary, line too short.");
130 if ((line.charAt(4) != ' ') || (line.charAt(5) == ' '))
131 throw new IOException("Malformed C line sent by remote SCP binary.");
133 int length_name_sep = line.indexOf(' ', 5)
    [all...]
  /external/guava/guava-tests/test/com/google/common/io/
LineBufferTest.java 51 bufferHelper("\nempty first line\nno newline at end",
52 "\n", "empty first line\n", "no newline at end");
56 "mixed\n", "line\r", "endings\r\n");
86 @Override protected void handleLine(String line, String end) {
87 lines.add(line + end);
105 String line; local
106 while ((line = r.readLine()) != null) {
107 lines.add(line);
120 String line; local
121 while ((line = r.readLine()) != null)
    [all...]
  /external/icu4c/test/intltest/
normconf.h 45 * Verify the conformance of the given line of the Unicode
46 * normalization (UTR 15) test suite file. For each line,
56 * @param line the source line from the test suite file
60 const char *line,
99 void _testOneLine(const char *line);
  /external/ipsec-tools/src/racoon/
prsa_par.h 93 #line 130 "prsa_par.y"
101 /* Line 1489 of yacc.c. */
102 #line 103 "prsa_par.h"
  /external/libvorbis/lib/
misc.h 37 extern void *_VDBG_malloc(void *ptr,long bytes,char *file,long line);
38 extern void _VDBG_free(void *ptr,char *file,long line);
  /external/libvpx/libvpx/vpx_mem/
vpx_mem.h 123 extern void vpx_memory_tracker_check_integrity(char *file, unsigned int line);
139 void *xvpx_memalign(size_t align, size_t size, char *file, int line);
140 void *xvpx_malloc(size_t size, char *file, int line);
141 void *xvpx_calloc(size_t num, size_t size, char *file, int line);
142 void *xvpx_realloc(void *memblk, size_t size, char *file, int line);
143 void xvpx_free(void *memblk, char *file, int line);
144 void *xvpx_mem_alloc(int id, size_t size, size_t align, char *file, int line);
145 void xvpx_mem_free(int id, void *mem, size_t size, char *file, int line);
  /external/qemu/android/
charmap.c 23 * 1. An empty line (containing no characters, or only space or tab
25 * 2. A comment line (begins with '#')
26 * 3. A type section line (begins with '[')
27 * 4. Character map line, formatted as such:
47 /* Maximum length of a line expected in .kcm file. */
50 /* Maximum length of a token in a key map line. */
62 /* Result of parsing a line in a .kcm file. */
64 /* Line format was bad. */
67 /* Line had been skipped (an empty line, or a comment, etc.). *
552 char line[KCM_MAX_LINE_LEN]; local
    [all...]
  /external/skia/tools/
win_dbghelp.cpp 97 char line[1000]; local
101 while (fgets(line, sizeof(line), file)) {
102 if (!started && strncmp(start, line, strlen(start)) == 0) {
104 } else if (started && strncmp(stop, line, strlen(stop)) == 0) {
108 if (strchr(line, '!') != NULL && strlen(line) > CDB_CALLSTACK_PREFIX) {
109 printf("%s", line + CDB_CALLSTACK_PREFIX); // fgets includes \n already.
  /external/srec/config/en.us/dictionary/
cmu2nuance.cpp 42 char line[200]; local
46 for (int lineno = 1; NULL != fgets(line, sizeof(line), stdin); lineno++)
48 if (line[0] == '#') continue;
49 if (line[0] == 0) continue;
50 if (!isalnum(line[0])) {
51 fprintf(stderr, "warning: ignoring line %d - %s", lineno, line);
55 const char* p = line;
60 fprintf(stderr, "can't read name at line %d\n", lineno)
    [all...]
  /external/stressapptest/src/
logger.h 86 // Logs a line, with a vprintf(3)-like interface. This will block on writing
87 // the line to stdout/disk iff the dedicated logging thread is not running.
88 // This will block on adding the line to the queue if doing so would exceed
92 // priority: If this is numerically greater than the verbosity, the line
113 // line: Must be non-NULL. This function takes ownership of it.
114 void QueueLogLine(string *line);
117 // line: Must be non-NULL. This function takes ownership of it.
118 void WriteAndDeleteLogLine(string *line);
  /external/valgrind/main/gdbserver_tests/
mcmain_pic.stdoutB.exp 1 Breakpoint 1 at 0x........: file main_pic.c, line 11.
watchpoints.c 5 static void breakme(int line)
7 fprintf(stderr, "breakme function called from line %d\n", line);
  /external/valgrind/main/memcheck/tests/
badjump2.stderr.exp 1 Jump to the invalid address stated on the next line
  /frameworks/compile/slang/tests/
test.py 51 """Extracts command line arguments from first comment line in a file."""
53 line = f.readline()
54 if line[0] == '/' and line [1] == '/':
55 return line[2:].strip()
82 # Extra command line arguments can be placed as // comments at the start of
114 for line in stdout_file:
115 print 'STDOUT>', line,
116 for line in stderr_file
    [all...]
  /hardware/ti/omap4xxx/domx/mm_osal/src/
timm_osal_trace.c 69 * 2 - function name, line number
112 ALOGD("%s:%d\t%s()\t", simplify_path(loc->file), loc->line,
122 printf("%s:%d\t%s()\t", simplify_path(loc->file), loc->line,
  /ndk/docs/tools/
ndk-markdown-substitutions.py 16 def process(self, line):
17 return self.pattern.sub(self.replacement, line)
96 # b/<number> after space or start of line
171 for line in input_file:
173 if len(line.strip()):
174 if not re_blockquote.match(line):
176 line = f.process(line)
177 output_file.write(line)
  /ndk/sources/host-tools/make-3.81/
variable.h 113 extern char *variable_expand PARAMS ((char *line));
114 extern char *variable_expand_for_file PARAMS ((char *line, struct file *file));
115 extern char *allocated_variable_expand_for_file PARAMS ((char *line, struct file *file));
116 #define allocated_variable_expand(line) \
117 allocated_variable_expand_for_file (line, (struct file *) 0)
119 extern char *variable_expand_string PARAMS ((char *line, char *string,
148 extern struct variable *parse_variable_definition PARAMS ((struct variable *v, char *line));
149 extern struct variable *try_variable_definition PARAMS ((const struct floc *flocp, char *line, enum variable_origin origin, int target_var));
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
input.h 25 #include "line-map.h"
35 /* line-map.c reserves RESERVED_LOCATION_COUNT to the user. Ensure
45 /* The line-location in the source file. */
46 int line; member in struct:__anon33790
68 #define LOCATION_LINE(LOC) ((expand_location (LOC)).line)
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
input.h 25 #include "line-map.h"
35 /* line-map.c reserves RESERVED_LOCATION_COUNT to the user. Ensure
45 /* The line-location in the source file. */
46 int line; member in struct:__anon34519
68 #define LOCATION_LINE(LOC) ((expand_location (LOC)).line)
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
input.h 25 #include "line-map.h"
35 /* line-map.c reserves RESERVED_LOCATION_COUNT to the user. Ensure
45 /* The line-location in the source file. */
46 int line; member in struct:__anon35350
68 #define LOCATION_LINE(LOC) ((expand_location (LOC)).line)
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
input.h 25 #include "line-map.h"
35 /* line-map.c reserves RESERVED_LOCATION_COUNT to the user. Ensure
45 /* The line-location in the source file. */
46 int line; member in struct:__anon36079
68 #define LOCATION_LINE(LOC) ((expand_location (LOC)).line)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
httplib.py 215 # maximal line length when calling readline().
230 """Add more field data from a continuation line."""
237 Read header lines up to the entirely blank line that terminates them.
238 The (normally blank) line that ends the headers is skipped, but not
239 included in the returned list. If a non-header line ends the headers,
280 line = self.fp.readline(_MAXLINE + 1)
281 if len(line) > _MAXLINE:
282 raise LineTooLong("header line")
283 if not line:
287 if firstline and line.startswith('From ')
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
OutputWindow.py 17 self.text.bind("<<goto-file-line>>", self.goto_file_line)
51 for line in lines:
52 self.write(line)
64 ("Go to file/line", "<<goto-file-line>>", None),
69 r'file "([^"]*)", line (\d+)',
86 line = self.text.get("insert linestart", "insert lineend")
87 result = self._file_line_helper(line)
89 # Try the previous line. This is handy e.g. in tracebacks,
90 # where you tend to right-click on the displayed source line
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
httplib.py 215 # maximal line length when calling readline().
230 """Add more field data from a continuation line."""
237 Read header lines up to the entirely blank line that terminates them.
238 The (normally blank) line that ends the headers is skipped, but not
239 included in the returned list. If a non-header line ends the headers,
280 line = self.fp.readline(_MAXLINE + 1)
281 if len(line) > _MAXLINE:
282 raise LineTooLong("header line")
283 if not line:
287 if firstline and line.startswith('From ')
    [all...]

Completed in 774 milliseconds

<<31323334353637383940>>