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

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/
generate_devtools_html.py 47 for line in inspector_file:
48 if not debug and '<script ' in line:
50 if not debug and '<link ' in line:
52 if '</head>' in line and not debug:
55 devtools_file.write(line)
56 if '<head>' in line:
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
import-w3c-performance-wg-tests 82 for line in in_file:
85 line = line.replace(to_find, replace_with).rstrip() + '\n' variable
86 assert 'w3c-test.org' not in line, 'Imported test must not depend on live site. Bad line: "%s"' % line
87 out_file.write(line)
  /external/chromium_org/third_party/icu/source/test/intltest/
regextst.h 48 virtual void assertUText(const char *expected, UText *actual, const char *file, int line);
49 virtual void assertUTextInvariant(const char *invariant, UText *actual, const char *file, int line);
50 virtual UBool doRegexLMTest(const char *pat, const char *text, UBool looking, UBool match, int32_t line);
51 virtual UBool doRegexLMTestUTF8(const char *pat, const char *text, UBool looking, UBool match, int32_t line);
53 const UnicodeString &input, const char *srcPath, int32_t line);
55 UErrorCode expectedStatus, int32_t line);
  /external/chromium_org/tools/find_runtime_symbols/
reduce_debugline.py 11 This script assumes that the result of 'readelf -wL' ends with an empty line.
28 for line in input_file:
29 line = line.strip()
30 unpacked = line.split(None, 2)
38 if line.endswith(':'):
39 matched = _FILENAME_PATTERN.match(line)
  /external/chromium_org/tools/memory_watcher/scripts/
memprof.pl 47 my $line = $_;
48 #print "$line";
49 chomp($line);
50 if ($line =~ m/([0-9]*) bytes, ([0-9]*) allocs/) {
64 elsif ($line =~ m/Total Bytes:[ ]*([0-9]*)/) {
67 elsif ($line =~ m/=============/) {
70 elsif ($line =~ m/[ ]*([\-a-zA-Z_\\0-9\.]*) \(([0-9]*)\):[ ]*([<>_a-zA-Z_0-9:]*)/) {
71 # print("junk: " . $line . "\n");
73 # print("line: $2\n");
111 # Get the command line argumen
    [all...]
  /external/ganymed-ssh2/examples/
StdoutAndStderr.java 55 String line = stdoutReader.readLine(); local
56 if (line == null)
58 System.out.println(line);
65 String line = stderrReader.readLine(); local
66 if (line == null)
68 System.out.println(line);
  /external/icu4c/test/intltest/
regextst.h 52 virtual void assertUText(const char *expected, UText *actual, const char *file, int line);
53 virtual void assertUTextInvariant(const char *invariant, UText *actual, const char *file, int line);
54 virtual UBool doRegexLMTest(const char *pat, const char *text, UBool looking, UBool match, int32_t line);
55 virtual UBool doRegexLMTestUTF8(const char *pat, const char *text, UBool looking, UBool match, int32_t line);
57 const UnicodeString &input, const char *srcPath, int32_t line);
59 UErrorCode expectedStatus, int32_t line);
  /external/jmonkeyengine/engine/src/core/com/jme3/util/blockparser/
Statement.java 9 private String line; field in class:Statement
12 Statement(int lineNumber, String line) {
14 this.line = line;
29 return line;
43 sb.append(line);
  /external/llvm/utils/lint/
common_lint.py 14 max_length: maximum acceptable line length as number
17 A list of tuples with format [(filename, line number, msg), ...] with any
22 for line in lines:
23 length = len(line.rstrip('\n'))
26 'Line exceeds %d chars (%d)' % (max_length, length)))
44 for line in lines:
45 if tab_re.match(line.rstrip('\n')):
59 A list of tuples with format [(filename, line number, msg), ...] with any
65 for line in lines:
66 if trailing_whitespace_re.match(line.rstrip('\n'))
    [all...]
  /external/llvm/utils/
test_debuginfo.pl 27 # at the beginning of a comment line.
31 my($line) = $_;
32 $i = index($line, "DEBUGGER:");
35 $s = substr($line, $i + $l);
  /external/valgrind/main/drd/tests/
fp_race_xml.stderr.exp 9 <line>...</line>
10 <line>...</line>
11 <line>...</line>
12 <line>...</line>
48 <line>...</line>
    [all...]
  /external/valgrind/main/gdbserver_tests/
mcclean_after_fork.stdoutB.exp 1 Breakpoint 1 at 0x........: file clean_after_fork.c, line 9.
2 Breakpoint 2 at 0x........: file clean_after_fork.c, line 20.
3 Breakpoint 3 at 0x........: file clean_after_fork.c, line 22.
  /frameworks/av/media/libstagefright/rtsp/
ASessionDescription.cpp 65 AString line; local
67 // We accept both '\n' and '\r\n' line endings, if it's
69 line.setTo(desc, i, eolPos - i - 1);
71 line.setTo(desc, i, eolPos - i);
74 if (line.empty()) {
79 if (line.size() < 2 || line.c_str()[1] != '=') {
83 ALOGI("%s", line.c_str());
85 switch (line.c_str()[0]) {
88 if (strcmp(line.c_str(), "v=0"))
    [all...]
  /hardware/samsung_slsi/exynos5/libmemtrack/
mali.c 49 char line[1024]; local
67 if (fgets(line, sizeof(line), fp) == NULL) {
77 if (line[0] == ' ' && line[1] == ' ') {
82 int ret = sscanf(line, " %*s %u %*u %u %u\n",
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_DebugMem.h 16 const char* file, const char* func, int line);
18 const char* file, const char* func, int line);
20 const char* file, const char* func, int line);
22 const char* file, const char* func, int line);
24 const char* file, const char* func, int line);
26 void OMX_DebugMem_dump(const char *file, const char *func, int line);
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_DebugMem.h 40 const char* file, const char* func, int line);
42 const char* file, const char* func, int line);
44 const char* file, const char* func, int line);
46 const char* file, const char* func, int line);
48 const char* file, const char* func, int line);
50 void OMX_DebugMem_dump(const char *file, const char *func, int line);
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
quantize.c 109 Word32 line; local
122 for (line=0; line<noOfLines; line++) {
126 mdctSpeL = mdctSpectrum[line];
165 quaSpectrum[line] = qua ;
170 for (line=0; line<noOfLines; line++) {
174 mdctSpeL = mdctSpectrum[line];
235 Word32 line; local
331 Word32 line; local
    [all...]
  /frameworks/base/core/java/android/text/
Selection.java 119 * offset, or return false if the cursor is already on the top line.
137 int line = layout.getLineForOffset(end); local
139 if (line > 0) {
142 if (layout.getParagraphDirection(line) ==
143 layout.getParagraphDirection(line - 1)) {
145 move = layout.getOffsetForHorizontal(line - 1, h);
147 move = layout.getLineStart(line - 1);
160 * offset, or return false if the cursor is already on the bottom line.
178 int line = layout.getLineForOffset(end); local
180 if (line < layout.getLineCount() - 1)
254 int line = layout.getLineForOffset(end); local
283 int line = layout.getLineForOffset(end); local
400 int line = layout.getLineForOffset(pt); local
448 int line = layout.getLineForOffset(off1); local
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/genperf/
genperf.c 48 unsigned int line; member in struct:keyword
177 final.line = buf2;
181 final.line[i] = buf[i];
220 fprintf(out, "#line %u \"%s\"\n", kw->line, filename);
237 fprintf(out, "%s", final.line[i]);
255 static char line[1024], tmp[1024]; local
300 while (fgets(line, 1024, in)) {
301 /* Comments start with # as the first thing on a line */
302 if (line[0] == '#')
    [all...]
  /external/skia/tests/
PathOpsCubicLineIntersectionTest.cpp 16 SkDLine line; member in struct:lineCubic
48 const SkDLine& line = lineCubicTests[iIndex].line; local
49 SkASSERT(ValidLine(line));
53 int order2 = reduce2.reduce(line);
59 SkDebugf("[%d] line order=%d\n", iIndex, order2);
64 int roots = i.intersect(cubic, line);
69 SkDPoint xy2 = line.ptAtT(tt2);
91 const SkDLine& line = lineCubicTests[iIndex].line; local
    [all...]
  /external/bison/src/
scan-gram.c 0 #line 2 "scan-gram.c"
3 #line 4 "scan-gram.c"
292 /* Whether we're considered to be at the beginning of a line.
298 int yy_bs_lineno; /**< The line count. */
    [all...]
  /external/chromium_org/third_party/cld/base/
dynamic_annotations.h 269 extern "C" void AnnotateRWLockCreate(const char *file, int line,
271 extern "C" void AnnotateRWLockDestroy(const char *file, int line,
273 extern "C" void AnnotateRWLockAcquired(const char *file, int line,
275 extern "C" void AnnotateRWLockReleased(const char *file, int line,
277 extern "C" void AnnotateCondVarWait(const char *file, int line,
280 extern "C" void AnnotateCondVarSignal(const char *file, int line,
282 extern "C" void AnnotateCondVarSignalAll(const char *file, int line,
284 extern "C" void AnnotatePublishMemoryRange(const char *file, int line,
287 extern "C" void AnnotatePCQCreate(const char *file, int line,
289 extern "C" void AnnotatePCQDestroy(const char *file, int line,
    [all...]
  /hardware/invensense/60xx/libsensors_iio/software/core/mllite/linux/
ml_sysfs_helper.c 103 char line[4096], d; local
118 memset(line, 0, 100);
122 line[0] = 0;
125 sprintf(&line[i], "%c", d);
128 if(line[0] == 'N'){
130 while(line[i] != '"'){
138 if(!memcmp(&line[i], chip_name[j], strlen(chip_name[j]))){
145 if(!memcmp(&line[i], name, strlen(name))){
152 if(line[0] == 'S'){
155 while(line[i] != '=') i++
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/export/
AbstractPropertiesFieldsPart.java 163 String line = doc.get(info.getOffset(), info.getLength()); local
164 line = line.trim();
165 if (line.startsWith("#")) { //$NON-NLS-1$
169 int pos = line.indexOf('=');
170 if (pos > 0 && pos < line.length() - 1) {
171 String key = line.substring(0, pos).trim();
176 // This is the new line to inject
177 line = key + "=" + getFieldText(field);
180 // replace old line by new one. This doesn't change th
183 doc.replace(info.getOffset(), info.getLength(), line); local
201 String line = key + "=" + getFieldText(field); local
212 doc.replace(info.getOffset(), info.getLength(), line); local
278 String line = doc.get(info.getOffset(), info.getLength()); local
    [all...]
  /bootable/recovery/tools/ota/
check-lost+found.c 126 char *saveptr, *line; local
128 for (line = strtok_r(dmesg, "\n", &saveptr); line != NULL;
129 line = strtok_r(NULL, "\n", &saveptr)) {
130 if (strstr(line, "yaffs: dev is")) in_yaffs = 1;
133 strstr(line, "yaffs") ||
134 strstr(line, "mtd") ||
135 strstr(line, "msm_nand")) {
136 fprintf(out, "%s\n", line);
139 if (strstr(line, "yaffs_read_super: isCheckpointed")) in_yaffs = 0
    [all...]

Completed in 384 milliseconds

<<11121314151617181920>>