HomeSort by relevance Sort by last modified time
    Searched refs:line (Results 251 - 275 of 2868) sorted by null

<<11121314151617181920>>

  /external/dropbear/libtommath/
dep.pl 28 # first line will be the #ifdef
29 my $line = <SRC>;
30 if ($line =~ /include/) {
31 print OUT $line;
33 print OUT "#include <tommath.h>\n#ifdef $define\n$line";
66 my $line = $_;
67 while ($line =~ m/(fast_)*(s_)*mp\_[a-z_0-9]*/) {
68 $line = $';
  /hardware/ti/omap4xxx/
mapinfo.c 24 static mapinfo *parse_maps_line(char *line)
27 int len = strlen(line);
30 line[--len] = 0;
33 if(line[20] != 'x') return 0;
38 mi->start = strtoul(line, 0, 16);
39 mi->end = strtoul(line + 9, 0, 16);
44 strcpy(mi->name, line + 49);
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
Logger.java 77 StringBuilder line = new StringBuilder(); local
79 line.append(prefix);
80 line.append(Byte.toHexString(data[i+offset], false));
81 line.append(delimiter);
84 super.println(line.toString());
85 line = new StringBuilder();
88 super.println(line.toString());
  /external/icu4c/stubdata/
icu_dat_generator.py 126 for line in open(input_file, "r"):
127 if "root." in line or "res_index" in line or "_.res" in line:
129 if "brkitr/" in line:
130 AddResFile(brkitrs, line)
131 elif "coll/" in line:
132 AddResFile(colls, line)
133 elif "curr/" in line:
134 AddResFile(currs, line)
    [all...]
  /external/opencv/cvaux/src/
cvfindhandregion.cpp 56 float *line, CvSize2D32f size, int flag,
89 assert( points != NULL && line != NULL );
90 if( points == NULL || line == NULL )
107 /* alloc memory for the point's projections on the line */
133 /* find min and max point's projection on the line */
140 icvSubVector_32f ((IppmVect32f )&points[i], (IppmVect32f )&line[3], sub, 3);
142 icvCrossProduct2L_32f ((IppmVect32f )&line[0], sub, cros);
145 sub[0] = points[i].x - line[3];
146 sub[1] = points[i].y - line[4];
147 sub[2] = points[i].z - line[5]
    [all...]
  /external/valgrind/dynamic_annotations/
dynamic_annotations.h 433 const char *file, int line,
436 const char *file, int line,
439 const char *file, int line,
442 const char *file, int line,
445 const char *file, int line, const volatile void *barrier, long count,
448 const char *file, int line,
451 const char *file, int line,
454 const char *file, int line,
457 const char *file, int line, const volatile void *cv,
460 const char *file, int line,
    [all...]
  /external/openssl/crypto/perlasm/
x86_64-xlate.pl 22 # - can't use multiple ops per line;
107 local *line = shift;
110 if ($line =~ /^([a-z][a-z0-9]*)/i) {
113 $line = substr($line,@+[0]); $line =~ s/^\s+//;
125 } elsif ($self->{op} =~ /movq/ && $line =~ /%xmm/) {
186 local *line = shift;
189 if ($line =~ /^\$([^,]+)/) {
192 $line = substr($line,@+[0]); $line =~ s/^\s+//
    [all...]
  /external/bluetooth/glib/tests/
unicode-encoding.c 81 process (gint line,
97 fail ("line %d: valid but g_utf8_validate returned FALSE\n", line);
107 fail ("line %d: invalid but g_utf8_validate returned TRUE\n", line);
121 fail ("line %d: incomplete input not properly detected\n", line);
130 fail ("line %d: incomplete input not properly detected\n", line);
145 fail ("line %d: conversion to ucs4 failed: %s\n", line, error->message)
318 gint line = 1; local
    [all...]
  /external/openssl/crypto/
mem.c 78 static void *default_malloc_ex(size_t num, const char *file, int line)
80 static void *(*malloc_ex_func)(size_t, const char *file, int line)
85 const char *file, int line)
87 static void *(*realloc_ex_func)(void *, size_t, const char *file, int line)
93 static void *default_malloc_locked_ex(size_t num, const char *file, int line)
95 static void *(*malloc_locked_ex_func)(size_t, const char *file, int line)
252 void *CRYPTO_malloc_locked(int num, const char *file, int line)
262 malloc_debug_func(NULL, num, file, line, 0);
264 ret = malloc_locked_ex_func(num,file,line);
269 malloc_debug_func(ret, num, file, line, 1)
    [all...]
  /external/clang/bindings/python/tests/cindex/
test_location.py 10 def assert_location(loc, line, column, offset):
11 assert loc.line == line
23 assert_location(one.location,line=1,column=5,offset=4)
24 assert_location(two.location,line=2,column=5,offset=13)
34 assert_location(one.location,line=2,column=5,offset=5)
35 assert_location(two.location,line=3,column=5,offset=14)
37 # adding a space should affect column on first line only
42 assert_location(one.location,line=1,column=6,offset=5)
43 assert_location(two.location,line=2,column=5,offset=14
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
SlimStringStream.cs 59 /** <summary>line number 1..n within the input</summary> */
60 protected int line = 1; field in class:Antlr.Runtime.SlimStringStream
62 /** <summary>The index of the character relative to the beginning of the line 0..n-1</summary> */
71 * values line, charPositionInLine, and p that can change as you
128 public int Line
132 return line;
136 line = value;
151 public int Line
183 line = 1;
199 System.out.println("newline char found on line: "+line
    [all...]
  /frameworks/base/core/java/android/text/
Layout.java 63 * specified text with one line per paragraph.
72 * specified text slice with one line per paragraph.
108 * default line spacing
109 * @param spacingAdd amount to add to the default line spacing
128 * default line spacing
129 * @param spacingAdd amount to add to the default line spacing
226 // The baseline is the top of the following line minus the current line's descent.
248 // Reset tabStops, we'll rebuild if we encounter a line with
273 // to the paragraph direction of the line
684 int line = getLineForOffset(offset); local
714 int line = getLineForOffset(offset); local
738 int line = getLineForOffset(offset); local
807 int line = getLineForOffset(offset); local
1173 int line = getLineForOffset(caret); local
1266 int line = getLineForOffset(point); local
    [all...]
  /libcore/luni/src/test/java/libcore/java/io/
OldLineNumberReaderTest.java 33 String line; local
36 line = lnr.readLine();
39 line.equals(lnr.readLine()));
62 assertEquals("Test 2: Read failed to increase the line number;",
123 assertEquals("Returned incorrect line number", 0, lnr.getLineNumber());
124 String line = null; local
126 line = lnr.readLine();
127 assertEquals("Test 1: Returned incorrect string;", "1", line);
128 assertTrue("Test 2: Returned incorrect line number:" + lnr.getLineNumber(),
142 assertEquals("Test 1: Returned incorrect line number;"
144 String line = null; local
    [all...]
  /external/markdown/markdown/extensions/
meta.py 66 line = lines.pop(0)
67 if line.strip() == '':
68 break # blank line - done
69 m1 = META_RE.match(line)
74 m2 = META_MORE_RE.match(line)
76 # Add another line to existing key
79 lines.insert(0, line)
  /external/oprofile/daemon/
opd_pipe.c 64 char line[256]; local
78 /* just break if no new line is found */
79 if (fgets(line, 256, fifo_fd) == NULL)
81 line[strlen(line) - 1] = '\0';
83 if (strstr(line, "do_jitconv") != NULL) {
  /external/webkit/Source/WebKit/chromium/scripts/
generate_devtools_html.py 62 for line in inspector_html:
63 if not debug and '<script ' in line:
65 if not debug and '<link ' in line:
67 if '</head>' in line:
74 devtools_html.write(line)
  /frameworks/av/media/libstagefright/include/
M3UParser.h 64 const AString &line, sp<AMessage> *meta, const char *key);
67 const AString &line, sp<AMessage> *meta, const char *key);
70 const AString &line, sp<AMessage> *meta);
73 const AString &line, sp<AMessage> *meta, const AString &baseURI);
76 const AString &line, uint64_t curOffset,
  /frameworks/base/tools/preload/
Compile.java 46 String line; local
48 while ((line = in.readLine()) != null) {
50 if (line.startsWith("I/PRELOAD")) {
52 String clipped = line.substring(19);
56 "Exception while recording line " + lineNumber + ": " + line, e);
  /packages/apps/Email/src/org/apache/commons/io/
LineIterator.java 39 * String line = it.nextLine();
40 * /// do something with line
57 /** The current line. */
96 String line = bufferedReader.readLine(); local
97 if (line == null) {
100 } else if (isValidLine(line)) {
101 cachedLine = line;
113 * Overridable method to validate each line that is returned.
115 * @param line the line that is to be validated
    [all...]
  /external/bison/src/
scan-gram.c 0 #line 2 "scan-gram.c"
3 #line 4 "scan-gram.c"
256 /* Whether we're considered to be at the beginning of a line.
262 int yy_bs_lineno; /**< The line count. */
3397 int line = scanner_cursor.line; local
    [all...]
  /external/chromium/base/third_party/dynamic_annotations/
dynamic_annotations.h 434 const char *file, int line,
437 const char *file, int line,
440 const char *file, int line,
443 const char *file, int line,
446 const char *file, int line, const volatile void *barrier, long count,
449 const char *file, int line,
452 const char *file, int line,
455 const char *file, int line,
458 const char *file, int line, const volatile void *cv,
461 const char *file, int line,
    [all...]
  /external/aac/libAACenc/src/
quantize.cpp 109 int line; local
115 for (line = 0; line < noOfLines; line++)
117 FIXP_DBL accu = fMultDiv2(mdctSpectrum[line],quantizer);
131 quaSpectrum[line] = (SHORT)(-((LONG)(k + accu) >> (DFRACT_BITS-1-16)));
144 quaSpectrum[line] = (SHORT)((LONG)(k + accu) >> (DFRACT_BITS-1-16));
147 quaSpectrum[line]=0;
169 INT line; local
174 for (line = 0; line < noOfLines; line++)
    [all...]
  /external/chromium/testing/gtest/scripts/
pump.py 88 """Represents a position (line and column) in a text file."""
90 def __init__(self, line=-1, column=-1):
91 self.line = line
95 return self.line == rhs.line and self.column == rhs.column
101 return self.line < rhs.line or (
102 self.line == rhs.line and self.column < rhs.column
    [all...]
  /external/dropbear/
svr-authpubkey.c 40 #define MAX_AUTHKEYS_LINE 4200 /* max length of a line in authkeys */
160 buffer * line = NULL; local
195 line = buf_new(MAX_AUTHKEYS_LINE);
200 if (buf_getline(line, authfile) == DROPBEAR_FAILURE) {
206 if (line->len < MIN_AUTHKEYS_LINE) {
207 TRACE(("checkpubkey: line too short"))
208 continue; /* line is too short for it to be a valid key */
213 if (strncmp(buf_getptr(line, algolen), algo, algolen) != 0) {
216 buf_incrpos(line, algolen);
219 if (buf_getbyte(line) != ' ')
    [all...]
  /external/gtest/scripts/
pump.py 88 """Represents a position (line and column) in a text file."""
90 def __init__(self, line=-1, column=-1):
91 self.line = line
95 return self.line == rhs.line and self.column == rhs.column
101 return self.line < rhs.line or (
102 self.line == rhs.line and self.column < rhs.column
    [all...]

Completed in 1350 milliseconds

<<11121314151617181920>>