HomeSort by relevance Sort by last modified time
    Searched full:line (Results 526 - 550 of 19614) sorted by null

<<21222324252627282930>>

  /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/smali/smali/src/test/resources/LexerTest/
RealSmaliFileTest.smali 62 .line 180
67 .line 182
76 .line 3495
85 .line 182
106 .line 42
109 .line 43
118 .line 71
121 .line 77
129 .line 75
135 .line 7
    [all...]
  /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);
  /frameworks/native/opengl/libs/tools/
glapigen 26 while (my $line = <>) {
27 next if $line =~ /^\//;
28 next if $line =~ /^#/;
29 next if $line =~ /^\s*$/;
30 if ($line !~ /^GL_API(CALL)?\s+(.+)\s+GL_APIENTRY\s+([\w]+)\s*\(([^\)]+)\);/) {
37 #printf("%s", $line);
  /development/tools/axl/
chewperf.py 17 line = rawLines[x].split()
19 if line[-1] == "SIGNAL_STRENGTH":
34 for line in rawLines:
35 if "Pulled" in line:
36 chewed = [int(line.split()[5]), int(line.split()[7])]
39 out.append("%s %d" % (line, (tm - last)))
42 out.append(line)
  /external/bison/po/
remove-potcdate.sin 1 # Sed script that remove the POT-Creation-Date line in the header entry
11 # Yes it was empty. First occurrence. Remove the line.
  /external/bison/runtime-po/
remove-potcdate.sin 1 # Sed script that remove the POT-Creation-Date line in the header entry
11 # Yes it was empty. First occurrence. Remove the line.
  /external/chromium_org/base/mac/
mac_logging.cc 16 int line,
19 : LogMessage(file_path, line, severity),
  /external/chromium_org/build/android/pylib/
thermal_throttle.py 38 for line in log:
39 if 'omap_thermal_throttle' in line:
44 if 'omap_thermal_unthrottle' in line:
49 if 'throttle_delayed_work_fn' in line:
50 temp = float([s for s in line.split() if s.isdigit()][0]) / 1000.0
66 for line in dumpsys_log:
67 if 'temperature' in line:
68 btemp = float([s for s in line.split() if s.isdigit()][0]) / 10.0
  /external/chromium_org/build/android/pylib/utils/
apk_helper.py 17 for line in aapt_output:
18 m = package_name_re.match(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/third_party/WebKit/ManualTests/inspector/
highlight-source-line.html 2 <p>To test, open the Inspector and reload this page. Then open the Inspector's Console and click the link for the markup error. You should see the line containing the error briefly highlighted in the source view.</p>
4 <p>This line contains a markup error</i>.</p>
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
convert-test-expectations 17 for line in expectation_lines:
18 new_line = line.to_string(parser._test_configuration_converter)
  /external/chromium_org/third_party/icu/source/common/unicode/
parseerr.h 34 * <p>The line, offset, and context fields are optional; parsing
59 * The line on which the error occured. If the parser uses this
60 * field, it sets it to the line number of the source text line on
62 * parse does not support line numbers, the value will be <= 0.
65 int32_t line; member in struct:UParseError
68 * The character offset to the error. If the line field is >= 1,
69 * then this is the offset from the start of the line. Otherwise,
  /external/chromium_org/third_party/skia/src/svg/
SkSVGLine.cpp 20 DEFINE_SVG_INFO(Line)
23 parser._startElement("line");
  /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/yasm/source/patched-yasm/po/
remove-potcdate.sin 1 # Sed script that remove the POT-Creation-Date line in the header entry
11 # Yes it was empty. First occurrence. Remove the line.
  /external/clang/test/Lexer/
newline-eof.c 5 // Make sure the diagnostic shows up properly at the end of the last line.
8 // The following line isn't terminated, don't fix it.
  /external/clang/test/PCH/
line-directive.c 2 // RUN: not %clang_cc1 -include %S/line-directive.h -fsyntax-only %s 2>&1|grep "25:5"
5 // RUN: %clang_cc1 -emit-pch -o %t %S/line-directive.h
  /external/e2fsprogs/
depfix.sed 5 # +++ Dependency line eater +++\
12 # Remove line continuations....
  /external/e2fsprogs/po/
remove-potcdate.sin 1 # Sed script that remove the POT-Creation-Date line in the header entry
11 # Yes it was empty. First occurrence. Remove the line.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts/
customTest.xml.template 7 <arg line="${tester}/testAll.bat ${testMachine}:${executionDir}" />
12 <arg line="${tester}/vm.properties ${testMachine}:${executionDir}" />
  /external/elfutils/po/
remove-potcdate.sin 1 # Sed script that remove the POT-Creation-Date line in the header entry
11 # Yes it was empty. First occurrence. Remove the line.
  /external/expat/tests/benchmark/
README.txt 1 Use this benchmark command line utility as follows:
5 The command line arguments are:
  /external/icu4c/common/unicode/
parseerr.h 34 * <p>The line, offset, and context fields are optional; parsing
59 * The line on which the error occured. If the parser uses this
60 * field, it sets it to the line number of the source text line on
62 * parse does not support line numbers, the value will be <= 0.
65 int32_t line; member in struct:UParseError
68 * The character offset to the error. If the line field is >= 1,
69 * then this is the offset from the start of the line. Otherwise,

Completed in 1169 milliseconds

<<21222324252627282930>>