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

<<31323334353637383940>>

  /external/qemu/distrib/jpeg-6b/
ansi2knr.1 15 character on the line, and with a left brace as the first token on the
16 following line (ignoring possible intervening comments). It will recognize a
17 multi-line header provided that no intervening line ends with a left or right
19 that the function name must be the first thing on the line.
  /external/wpa_supplicant_8/hostapd/
hostapd_cli.1 1 .TH HOSTAPD_CLI 1 "April 7, 2005" hostapd_cli "hostapd command-line interface"
3 hostapd_cli \- hostapd command-line interface
13 is a command-line interface for the
29 from the command line.
56 from the command line.
config_file.c 34 int line = 0, vlan_id; local
44 line++;
67 "line %d in '%s'", line, fname);
80 wpa_printf(MSG_ERROR, "Invalid VLAN ifname at line %d "
81 "in '%s'", line, fname);
120 int line = 0; local
135 line++;
152 "line %d in '%s'", buf, line, fname)
193 int line = 0, ret = 0, num_methods; local
3056 int line = 0; local
    [all...]
  /external/wpa_supplicant_8/hostapd/logwatch/
hostapd 22 while (defined(my $line = <STDIN>)) {
24 print STDERR "DEBUG($debugcounter): $line";
27 chomp($line);
29 if (my ($iface,$mac,$layer,$details) = ($line =~ /(.*?): STA (.*?) (.*?): (.*?)$/i)) {
36 push @unmatched, "$line\n";
  /frameworks/compile/libbcc/tools/build/
gen-config-from-mk.py 34 for line in f:
36 if conf_patt.match(line.strip()):
42 if split_patt.match(line.strip()):
48 match = var_patt.match(line.strip())
52 elif split_patt.match(line.strip()):
  /libcore/benchmarks/src/benchmarks/regression/
DoPrivilegedBenchmark.java 28 String lineSeparator = System.getProperty("line.separator");
36 lineSeparator = System.getProperty("line.separator");
40 return System.getProperty("line.separator");
51 return System.getProperty("line.separator");
58 final PrivilegedAction<String> action = new ReusableAction("line.separator");
  /ndk/sources/host-tools/make-3.81/
ansi2knr.1 15 character on the line, and with a left brace as the first token on the
16 following line (ignoring possible intervening comments). It will recognize a
17 multi-line header provided that no intervening line ends with a left or right
19 that the function name must be the first thing on the line.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
sonet.h 11 __HANDLE_ITEM(line_bip); /* line parity errors (B2) */ \
13 __HANDLE_ITEM(line_febe); /* line parity errors at remote */ \
45 #define SONET_INS_LBIP 2 /* line BIP */
48 #define SONET_INS_LOS 16 /* set line to zero */
49 #define SONET_INS_LAIS 32 /* line alarm indication signal */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
sonet.h 11 __HANDLE_ITEM(line_bip); /* line parity errors (B2) */ \
13 __HANDLE_ITEM(line_febe); /* line parity errors at remote */ \
45 #define SONET_INS_LBIP 2 /* line BIP */
48 #define SONET_INS_LOS 16 /* set line to zero */
49 #define SONET_INS_LAIS 32 /* line alarm indication signal */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
sonet.h 11 __HANDLE_ITEM(line_bip); /* line parity errors (B2) */ \
13 __HANDLE_ITEM(line_febe); /* line parity errors at remote */ \
45 #define SONET_INS_LBIP 2 /* line BIP */
48 #define SONET_INS_LOS 16 /* set line to zero */
49 #define SONET_INS_LAIS 32 /* line alarm indication signal */
  /system/core/libcorkscrew/
test.cpp 19 char line[MAX_BACKTRACE_LINE_LENGTH]; local
21 line, MAX_BACKTRACE_LINE_LENGTH);
24 fprintf(stderr, " %s\n", line);
38 fprintf(stderr, " %s (%s%+d)\n", line, symbol->name, offset);
40 fprintf(stderr, " %s (\?\?\?)\n", line);
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
errwarn.c 46 (const char *file, unsigned int line, const char *message);
52 (const char *file, unsigned int line, const char *message)
81 unsigned long line; member in struct:errwarn_data
162 def_internal_error_(const char *file, unsigned int line, const char *message)
165 yasm_gettext_hook(N_("INTERNAL ERROR at %s, line %u: %s\n")),
166 file, line, yasm_gettext_hook(message));
191 errwarn_data_new(yasm_errwarns *errwarns, unsigned long line,
197 /* Find the entry with either line=line or the last one with line<line
493 unsigned long line, xref_line; local
    [all...]
  /external/dnsmasq/contrib/webmin/
dnsmasq.wbm 309 err_line=Error in line:
    [all...]
  /external/apache-http/src/org/apache/http/
HttpResponse.java 50 * Obtains the status line of this response.
51 * The status line can be set using one of the
55 * @return the status line, or <code>null</code> if not yet set
60 * Sets the status line of this response.
62 * @param statusline the status line of this response
67 * Sets the status line of this response.
77 * Sets the status line of this response with a reason phrase.
86 * Updates the status line of this response with a new status code.
87 * The status line can only be updated if it is available. It must
97 * if the status line has not be se
    [all...]
  /external/chromium/chrome/browser/autocomplete/
autocomplete_popup_model.h 49 // Call to change the hovered line. |line| should be within the range of
51 void SetHoveredLine(size_t line);
57 // Call to change the selected line. This will update all state and repaint
59 // new temporary text. |line| will be clamped to the range of valid lines.
62 // |manually_selected_match_|). If |force| is true then the selected line will
63 // be updated forcibly even if the |line| is same as the current selected
64 // line.
66 // the selected line should not be kNoMatch.
67 void SetSelectedLine(size_t line, bool reset_to_default, bool force)
    [all...]
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
tokens.py 27 BLANK_LINE = 'blank line'
39 line: The text of the line the token is found in.
40 line_number: The number of the line the token is found in.
44 start_index: The character index in the line where this token starts.
50 def __init__(self, string, token_type, line, line_number, values=None):
56 line: The text of the line this token is in.
57 line_number: The line number of the token.
65 self.line = lin
    [all...]
  /external/chromium_org/third_party/closure_linter/closure_linter/common/
tokens.py 27 BLANK_LINE = 'blank line'
39 line: The text of the line the token is found in.
40 line_number: The number of the line the token is found in.
44 start_index: The character index in the line where this token starts.
50 def __init__(self, string, token_type, line, line_number, values=None):
56 line: The text of the line this token is in.
57 line_number: The line number of the token.
65 self.line = lin
    [all...]
  /external/chromium_org/third_party/skia/src/utils/
SkPathUtils.cpp 40 static void Line2path_pixel(SkPath* path, const char* line,
44 if (GetBit(line,i)) {
51 static void Line2path_pixelCircle(SkPath* path, const char* line,
55 if (GetBit(line,i)) {
64 static void Line2path_span(SkPath* path, const char* line,
70 int curPixel = GetBit(line,i);
87 if ( GetBit(line,width-1) ) ++end;
91 } else if ( GetBit(line, width - 1) ) { // if last pixel on add
101 // loop for every line in bitmap
103 // fn ptr handles each line separatel
119 const char* line = &bitmap[y * stride]; local
    [all...]
  /external/chromium_org/tools/memory_watcher/scripts/
memtrace.pl 43 my $line = $_;
44 #print "$line";
45 chomp($line);
46 if ($line =~ m/([0-9]*) bytes, ([0-9]*) allocs/) {
67 elsif ($line =~ m/Total Bytes:[ ]*([0-9]*)/) {
70 elsif ($line =~ m/LoadLibrary/) {
75 elsif ($line =~ m/=============/) {
78 elsif ($line =~ m/Untracking untracked/) {
81 elsif ($line =~ m/[ ]*([a-z]:\\[a-z]*\\[a-zA-Z_\\0-9\.]*) /) {
105 # use this to blame the line
    [all...]
  /external/libmtp/
hotplug.sh.in 16 while read LINE; do
17 if [ "x${LINE}" != "x" ]; then
18 firstword=`echo ${LINE} | awk '{ print $1 }'`
20 # This is a device line entry
22 manid=`echo ${LINE} | awk '{ print $3 }'`
23 productid=`echo ${LINE} | awk '{ print $4 }'`
45 while read LINE; do
46 if [ "x$LINE" != "x" ]; then
47 firstword=`echo ${LINE} | awk '{ print $1 }'`
49 # This is a comment line, save it
    [all...]
  /external/skia/src/utils/
SkPathUtils.cpp 40 static void Line2path_pixel(SkPath* path, const char* line,
44 if (GetBit(line,i)) {
51 static void Line2path_pixelCircle(SkPath* path, const char* line,
55 if (GetBit(line,i)) {
64 static void Line2path_span(SkPath* path, const char* line,
70 int curPixel = GetBit(line,i);
87 if ( GetBit(line,width-1) ) ++end;
91 } else if ( GetBit(line, width - 1) ) { // if last pixel on add
101 // loop for every line in bitmap
103 // fn ptr handles each line separatel
119 const char* line = &bitmap[y * stride]; local
    [all...]
  /external/valgrind/main/docs/lib/
line-wrap.xsl 62 <xsl:for-each select="ext:node-set($vResult)/line">
76 <xsl:copy-of select="$arg1/line[position() != last()]"/>
82 <xsl:with-param name="pLine" select="$arg1/line[last()]"/>
89 <xsl:copy-of select="$arg1/line[last()]"/>
97 <!-- which is a list of 'line' elements, each having a list of 'word' -->
98 <!-- children. After the last 'line' element there's a single 'word', in -->
101 <!-- formation of a new word. This word is either added to the last line -->
102 <!-- (if the total line length will not exceed the specified line-length), -->
103 <!-- or a new line is started and this word becomes the 1st in the new line --
    [all...]
  /frameworks/av/media/libstagefright/httplive/
M3UParser.cpp 456 AString line; local
458 line.setTo(&data[offset], offsetLF - offset - 1);
460 line.setTo(&data[offset], offsetLF - offset);
463 // ALOGI("#%s#", line.c_str());
465 if (line.empty()) {
470 if (lineNo == 0 && line == "#EXTM3U") {
477 if (line.startsWith("#EXT-X-TARGETDURATION")) {
481 err = parseMetaData(line, &mMeta, "target-duration");
482 } else if (line.startsWith("#EXT-X-MEDIA-SEQUENCE")) {
486 err = parseMetaData(line, &mMeta, "media-sequence")
    [all...]
  /libcore/luni/src/test/java/libcore/java/io/
OldStreamTokenizerTest.java 60 Assert.assertTrue(a.toString().equals("Token[Testing], line 1"));
62 Assert.assertTrue(a.toString().equals("Token[n=12345.0], line 1"));
64 Assert.assertTrue(a.toString().equals("Token[alpha], line 2"));
66 Assert.assertTrue(a.toString().equals("Token[omega], line 3"));
68 Assert.assertTrue(a.toString().equals("Token[EOF], line 3"));
78 Assert.assertTrue(b.toString().equals("Token[n=-3.8], line 1"));
80 Assert.assertTrue(b.toString().equals("Token[BLIND mice], line 1"));
82 Assert.assertTrue(b.toString().equals("Token[EOL], line 2"));
84 Assert.assertTrue(b.toString().equals("Token[see], line 2"));
86 Assert.assertTrue(b.toString().equals("Token[the], line 2"))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
nntplib.py 14 Here 'resp' is the server response line.
87 # Line terminators (we always output CRLF, but accept any of CRLF, CR, LF)
189 def putline(self, line):
190 """Internal: send one line to the server, appending CRLF."""
191 line = line + CRLF
192 if self.debugging > 1: print '*put*', repr(line)
193 self.sock.sendall(line)
195 def putcmd(self, line):
197 if self.debugging: print '*cmd*', repr(line)
    [all...]

Completed in 1024 milliseconds

<<31323334353637383940>>