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

1 2 3 4 56 7 8 91011>>

  /external/eigen/scripts/
eigen_gen_credits.cpp 11 // this function takes a line that may contain a name and/or email address,
13 std::string contributor_name(const std::string& line)
19 if(line.find("markb@localhost.localdomain") != string::npos)
24 if(line.find("kayhman@contact.intra.cea.fr") != string::npos)
35 size_t position_of_email_address = line.find_first_of('<');
41 if(line.find("hauke.heibel") != string::npos)
46 result = line.substr(0, position_of_email_address);
53 if(line.find("convert-repo") != string::npos)
56 result = line;
71 string line; local
135 string line; local
    [all...]
  /external/iptables/include/iptables/
internal.h 11 extern int line;
internal.h.in 11 extern int line;
  /external/jmonkeyengine/engine/src/core/com/jme3/font/
LineWrapMode.java 4 * Line-wrap type for BitmapText
  /external/llvm/test/Other/
invalid-commandline-option.ll 1 ; RUN: not opt --foo 2>&1 | grep "Unknown command line argument"
  /external/llvm/test/YAMLParser/
spec-10-13.data 6 : - one # explicit in-line
spec-10-14.data 5 - one # explicit next-line
  /external/markdown/MarkdownTest/Tests_2004/
Inline HTML (Advanced).html 1 <p>Simple block on one line:</p>
Inline HTML (Advanced).text 1 Simple block on one line:
  /external/markdown/tests/markdown-test/
inline-html-advanced.html 1 <p>Simple block on one line:</p>
inline-html-advanced.txt 1 Simple block on one line:
  /external/markdown/tests/safe_mode/
inline-html-advanced.txt 1 Simple block on one line:
  /external/openssh/contrib/hpux/
sshd 2 # SSHD_ARGS: Command line arguments to pass to sshd
  /external/valgrind/main/gdbserver_tests/
mcsigpass.stdinB.gdb 12 # SIGSEGV : line 99
15 # SIGSEGV : line 104
18 # SIGBUS : line 109
21 # SIGFPE : line 114
  /external/valgrind/main/helgrind/tests/
tc06_two_races_xml.stderr.exp 9 <line>Helgrind, a thread error detector</line>
10 <line>Copyright (C) XXXX-YYYY, and GNU GPL'd, by OpenWorks LLP et al.</line>
11 <line>Using Valgrind-X.Y.X and LibVEX; rerun with -h for copyright info</line>
12 <line>Command: ./tc06_two_races</line>
22 <arg>--command-line-only=yes</arg>
55 <line>...</line
    [all...]
  /external/chromium/net/ftp/
ftp_ctrl_response_buffer.cc 30 ParsedLine line = lines_.front(); local
34 if (!line.is_complete || line.status_code != response_buf_.status_code) {
35 line_buf_.append(line.raw_text);
41 line_buf_ = line.status_text;
42 DCHECK_EQ(line.status_code, response_buf_.status_code);
44 if (!line.is_multiline) {
54 if (!line.is_complete)
57 response_buf_.status_code = line.status_code;
58 if (line.is_multiline)
    [all...]
  /external/chromium_org/net/ftp/
ftp_ctrl_response_buffer.cc 35 ParsedLine line = lines_.front(); local
39 if (!line.is_complete || line.status_code != response_buf_.status_code) {
40 line_buf_.append(line.raw_text);
46 line_buf_ = line.status_text;
47 DCHECK_EQ(line.status_code, response_buf_.status_code);
49 if (!line.is_multiline) {
59 if (!line.is_complete)
62 response_buf_.status_code = line.status_code;
63 if (line.is_multiline)
    [all...]
  /external/chromium_org/third_party/sqlite/src/tool/
mksqlite3h.tcl 12 # on the command-line.
33 # Get the source tree root directory from the command-line
55 set line [gets $in]
56 if {[regexp {^D (2[-0-9T:]+)} $line all date]} {
74 set line [gets $in]
76 # File sqlite3rtree.h contains a line "#include <sqlite3.h>". Omit this
77 # line when copying sqlite3rtree.h into sqlite3.h.
79 if {[string match {*#include*<sqlite3.h>*} $line]} continue
81 regsub -- --VERS-- $line $zVersion line
    [all...]
  /external/chromium_org/tools/git/
git-diff-ide.py 7 Invokes git diff [args...] and inserts file:line in front of each line of diff
11 with file:line to open and jump to that point in the file.
42 """Outputs git diff extra_args with file:line inserted into relevant lines."""
46 for line in lines:
51 if (line.startswith('diff ') or
52 line.startswith('index ') or
53 line.startswith('--- ')):
54 print line
57 # Get the filename from the +++ line
    [all...]
  /external/clang/test/FixIt/
format-darwin.m 39 // CHECK: fix-it:"{{.*}}":{[[@LINE-5]]:11-[[@LINE-5]]:13}:"%ld"
40 // CHECK: fix-it:"{{.*}}":{[[@LINE-6]]:16-[[@LINE-6]]:16}:"(long)"
42 // CHECK: fix-it:"{{.*}}":{[[@LINE-7]]:11-[[@LINE-7]]:13}:"%lu"
43 // CHECK: fix-it:"{{.*}}":{[[@LINE-8]]:16-[[@LINE-8]]:16}:"(unsigned long)"
45 // CHECK: fix-it:"{{.*}}":{[[@LINE-9]]:11-[[@LINE-9]]:13}:"%d
    [all...]
  /external/clang/utils/analyzer/
SumTimerInfo.py 35 for line in f:
36 if ("Miscellaneous Ungrouped Timers" in line) :
38 if (("Analyzer Total Time" in line) and (Mode == 1)) :
39 s = line.split()
44 if ((("warning generated." in line) or ("warnings generated" in line)) and Mode == 1) :
45 s = line.split()
47 if (("The # of functions analysed (as top level)" in line) and (Mode == 1)) :
48 s = line.split()
50 if (("The % of reachable basic blocks" in line) and (Mode == 1))
    [all...]
  /external/chromium/base/third_party/dynamic_annotations/
dynamic_annotations.c 54 const char *file, int line, const volatile void *lock){}
56 const char *file, int line, const volatile void *lock){}
58 const char *file, int line, const volatile void *lock, long is_w){}
60 const char *file, int line, const volatile void *lock, long is_w){}
62 const char *file, int line, const volatile void *barrier, long count,
65 const char *file, int line, const volatile void *barrier) {}
67 const char *file, int line, const volatile void *barrier) {}
69 const char *file, int line, const volatile void *barrier) {}
72 const char *file, int line, const volatile void *cv,
75 const char *file, int line, const volatile void *cv){
    [all...]
  /external/apache-harmony/support/src/test/resources/tests/resources/
hyts_htmltest.html 10 <LI>A Line of text</LI>
11 <LI>A Line of text</LI>
12 <LI>A Line of text</LI>
13 <LI>A Line of text</LI>
14 <LI>A Line of text</LI>
15 <LI>A Line of text</LI>
16 <LI>A Line of text</LI>
17 <LI>A Line of text</LI>
18 <LI>A Line of text</LI>
19 <LI>A Line of text</LI
    [all...]
  /libcore/support/src/test/java/tests/resources/
hyts_htmltest.html 10 <LI>A Line of text</LI>
11 <LI>A Line of text</LI>
12 <LI>A Line of text</LI>
13 <LI>A Line of text</LI>
14 <LI>A Line of text</LI>
15 <LI>A Line of text</LI>
16 <LI>A Line of text</LI>
17 <LI>A Line of text</LI>
18 <LI>A Line of text</LI>
19 <LI>A Line of text</LI
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/lang/
wpa_gui_de.ts 7 <location filename="../addinterface.cpp" line="38"/>
12 <location filename="../addinterface.cpp" line="47"/>
17 <location filename="../addinterface.cpp" line="48"/>
22 <location filename="../addinterface.cpp" line="49"/>
27 <location filename="../addinterface.cpp" line="221"/>
32 <location filename="../addinterface.cpp" line="229"/>
37 <location filename="../addinterface.cpp" line="238"/>
45 <location filename="../wpagui.cpp" line="1621"/>
53 <location filename="../eventhistory.ui" line="13"/>
58 <location filename="../eventhistory.ui" line="48"/
    [all...]

Completed in 570 milliseconds

1 2 3 4 56 7 8 91011>>