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

<<11121314151617181920>>

  /external/chromium_org/third_party/skia/src/utils/win/
SkHRESULT.cpp 12 void SkTraceHR(const char* file, unsigned long line,
15 SkDEBUGF(("%s(%lu) : error 0x%x: ", file, line, hr));
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
dynamic_annotations.h 395 #define ANNOTALYSIS_SEMICOLON_OR_EMPTY_BODY { (void)file; (void)line; }
418 void AnnotateRWLockCreate(const char *file, int line,
420 void AnnotateRWLockDestroy(const char *file, int line,
422 void AnnotateRWLockAcquired(const char *file, int line,
424 void AnnotateRWLockReleased(const char *file, int line,
426 void AnnotateBarrierInit(const char *file, int line,
429 void AnnotateBarrierWaitBefore(const char *file, int line,
431 void AnnotateBarrierWaitAfter(const char *file, int line,
433 void AnnotateBarrierDestroy(const char *file, int line,
435 void AnnotateCondVarWait(const char *file, int line,
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
dynamic_annotations.h 395 #define ANNOTALYSIS_SEMICOLON_OR_EMPTY_BODY { (void)file; (void)line; }
418 void AnnotateRWLockCreate(const char *file, int line,
420 void AnnotateRWLockDestroy(const char *file, int line,
422 void AnnotateRWLockAcquired(const char *file, int line,
424 void AnnotateRWLockReleased(const char *file, int line,
426 void AnnotateBarrierInit(const char *file, int line,
429 void AnnotateBarrierWaitBefore(const char *file, int line,
431 void AnnotateBarrierWaitAfter(const char *file, int line,
433 void AnnotateBarrierDestroy(const char *file, int line,
435 void AnnotateCondVarWait(const char *file, int line,
    [all...]
  /external/chromium_org/v8/test/mjsunit/
debug-sourceinfo.js 29 // For this test to work this file MUST have CR LF line endings.
68 // This is the last line of entire file (note: starting at 0).
70 // This is the last column of last line (note: starting at 0 and +2, due
74 // This magic number is the length or the first line comment (actually number
82 // The position of the first line of d(), i.e. "x = 1 ;".
84 // The line # of the first line of d() (note: starting at 0).
102 // Test that when running through source positions the position, line and
105 var line; variable
111 if (line == location.line) {
    [all...]
  /external/clang/test/SemaCXX/
cxx98-compat-pedantic.cpp 12 #line 32767 // ok
13 #line 32768 // expected-warning {{#line number greater than 32767 is incompatible with C++98}}
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
GenerateExcludeListTask.java 67 String line;
68 while ((line = r.readLine()) != null) {
69 int start = line.lastIndexOf('/');
70 int lastcomma = line.lastIndexOf(',');
71 int end = line.length();
75 int lastzip = line.lastIndexOf(".zip");
77 String rstring = line.substring(0, lastzip);
78 line = rstring + ".jar";
81 String substr = line.substring(start + 1, end);
94 String line; local
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
EOF.java 15 public EOF(int line, int pos)
18 setLine(line);
  /external/libppp/src/
systems.c 52 char line[100]; local
54 snprintf(line, sizeof line, "%s/%s", PPP_CONFDIR, file);
55 fp = ID0fopen(line, "r");
57 log_Printf(LogWARN, "OpenSecret: Can't open %s.\n", line);
182 DecodeCtrlCommand(char *line, char *arg)
186 if (!strncasecmp(line, "include", 7) && issep(line[7])) {
187 end = InterpretArg(line+8, arg);
246 strip(char *line)
322 char line[LINE_LEN]; local
    [all...]
  /external/mockito/src/org/mockito/internal/util/
StringJoiner.java 16 for (Object line : linesToBreak) {
17 out.append(line.toString()).append("\n");
  /external/skia/src/utils/win/
SkHRESULT.cpp 12 void SkTraceHR(const char* file, unsigned long line,
15 SkDEBUGF(("%s(%lu) : error 0x%x: ", file, line, hr));
  /external/v8/test/mjsunit/
debug-sourceinfo.js 29 // For this test to work this file MUST have CR LF line endings.
68 // This is the last line of entire file (note: starting at 0).
70 // This is the last column of last line (note: starting at 0 and +2, due
74 // This magic number is the length or the first line comment (actually number
82 // The position of the first line of d(), i.e. "x = 1 ;".
84 // The line # of the first line of d() (note: starting at 0).
102 // Test that when running through source positions the position, line and
105 var line; variable
111 if (line == location.line) {
    [all...]
  /frameworks/base/tools/preload/
Record.java 18 * One line from the loaded-classes file.
103 /** Source file line# */
107 * Parses a line from the loaded-classes file.
109 Record(String line, int lineNum) {
110 char typeChar = line.charAt(0);
116 default: throw new AssertionError("Bad line: " + line);
122 line = line.replace(REPLACE_CLASSES[i], REPLACE_CLASSES[i+1]);
125 line = line.substring(1)
    [all...]
  /hardware/qcom/display/msm8960/libmemtrack/
kgsl.c 51 char line[1024]; local
88 if (fgets(line, sizeof(line), fp) == NULL) {
96 ret = sscanf(line, "%*x %lx %lu %*d %*s %6s %*s %*d\n",
113 if (fgets(line, sizeof(line), smaps_fp) == NULL) {
117 if (sscanf(line, "%8lx-%8lx", &start, &end) == 2) {
126 if (sscanf(line, "Rss: %lu kB", &smaps_size) == 1) {
  /hardware/qcom/display/msm8974/libmemtrack/
kgsl.c 51 char line[1024]; local
88 if (fgets(line, sizeof(line), fp) == NULL) {
96 ret = sscanf(line, "%*x %lx %lu %*d %*s %6s %*s %*d\n",
113 if (fgets(line, sizeof(line), smaps_fp) == NULL) {
117 if (sscanf(line, "%8lx-%8lx", &start, &end) == 2) {
126 if (sscanf(line, "Rss: %lu kB", &smaps_size) == 1) {
  /build/tools/
diff_package_overlays.py 24 previous_overlays.txt but absent from current_packages.txt, we copy that line
51 for line in f:
52 line = line.strip()
53 if not line or line.startswith("#"):
55 words = line.split()
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
Token.as 38 /** The line number on which this token was matched; line=1..n */
39 function get line():int;
40 function set line(line:int):void;
42 /** The index of the first character relative to the beginning of the line 0..n-1 */
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Message.java 55 public int line = -1; field in class:Message
71 public void setLine(int line) {
72 this.line = line;
100 if (line != -1) {
101 locationST.add("line", line);
  /external/bison/src/
location.h 31 /* If nonnegative, the (origin-1) line that contains the boundary.
32 If this is INT_MAX, the line number has overflowed.
36 int line; member in struct:__anon64
54 b->line = l;
65 res = a.line - b.line;
76 && a.line == b.line
109 /* Output to OUT the line and caret corresponding to location LOC. */
123 /* LOC_STR must be formatted as `file:line.column', it will be modified. *
    [all...]
  /external/blktrace/btt/
devmap.c 31 static int dev_map_add(char *line)
35 if (strstr(line, "Device") != NULL)
39 if (sscanf(line, "%s %s", dmp->device, dmp->devno) != 2) {
66 char line[256]; local
74 while (fscanf(fp, "%255[a-zA-Z0-9 :.,/_-]\n", line) == 1) {
75 if (dev_map_add(line))
  /external/chromium/build/linux/
rewrite_dirs.py 34 def RewriteLine(line, opts):
36 args = line.split()
62 for line in sys.stdin.readlines():
63 line = RewriteLine(line.strip(), opts)
64 print line
  /external/chromium_org/build/linux/
rewrite_dirs.py 35 def RewriteLine(line, opts):
37 args = line.split()
64 for line in sys.stdin.readlines():
65 line = RewriteLine(line.strip(), opts)
66 print line
  /external/chromium_org/components/test/data/autofill/merge/tools/
flatten.py 13 'Address line 1', 'Address line 2', 'City', 'State', 'ZIP code',
24 for line in serialized_profiles:
26 if line[-1] == '\n':
27 line = line[:-1]
29 if line == "---":
37 line_parts = line.split(': ', 1)
  /external/chromium_org/gpu/command_buffer/service/
error_state.h 62 int line,
68 int line,
74 int line,
83 const char* filename, int line, const char* function_name) = 0;
90 const char* filename, int line, const char* function_name) = 0;
95 const char* filename, int line, const char* function_name) = 0;
  /external/chromium_org/gpu/gles2_conform_support/
generate_gles2_conform_tests.py 18 for line in raw_lines:
19 line = line.strip()
20 if len(line) > 0 and not line.startswith("#"):
21 lines.append(line)
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DOMSyntaxHighlighter.js 70 var plainText = line.substring(plainTextStart, column);
79 var line = lines[i];
81 tokenize(line, processToken.bind(this));
82 if (plainTextStart < line.length) {
83 var plainText = line.substring(plainTextStart, line.length);

Completed in 772 milliseconds

<<11121314151617181920>>