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

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/third_party/opus/src/silk/
MacroDebug.h 39 static inline opus_int16 silk_ADD16_(opus_int16 a, opus_int16 b, char *file, int line){
45 fprintf (stderr, "silk_ADD16(%d, %d) in %s: line %d\n", a, b, file, line);
55 static inline opus_int32 silk_ADD32_(opus_int32 a, opus_int32 b, char *file, int line){
61 fprintf (stderr, "silk_ADD32(%d, %d) in %s: line %d\n", a, b, file, line);
71 static inline opus_int64 silk_ADD64_(opus_int64 a, opus_int64 b, char *file, int line){
77 fprintf (stderr, "silk_ADD64(%lld, %lld) in %s: line %d\n", (long long)a, (long long)b, file, line);
87 static inline opus_int16 silk_SUB16_(opus_int16 a, opus_int16 b, char *file, int line){
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
dynamic_annotations.c 67 void AnnotateRWLockCreate(const char *file, int line,
69 void AnnotateRWLockDestroy(const char *file, int line,
71 void AnnotateRWLockAcquired(const char *file, int line,
73 void AnnotateRWLockReleased(const char *file, int line,
75 void AnnotateBarrierInit(const char *file, int line,
78 void AnnotateBarrierWaitBefore(const char *file, int line,
80 void AnnotateBarrierWaitAfter(const char *file, int line,
82 void AnnotateBarrierDestroy(const char *file, int line,
85 void AnnotateCondVarWait(const char *file, int line,
88 void AnnotateCondVarSignal(const char *file, int line,
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
dynamic_annotations.c 67 void AnnotateRWLockCreate(const char *file, int line,
69 void AnnotateRWLockDestroy(const char *file, int line,
71 void AnnotateRWLockAcquired(const char *file, int line,
73 void AnnotateRWLockReleased(const char *file, int line,
75 void AnnotateBarrierInit(const char *file, int line,
78 void AnnotateBarrierWaitBefore(const char *file, int line,
80 void AnnotateBarrierWaitAfter(const char *file, int line,
82 void AnnotateBarrierDestroy(const char *file, int line,
85 void AnnotateCondVarWait(const char *file, int line,
88 void AnnotateCondVarSignal(const char *file, int line,
    [all...]
  /external/chromium_org/net/tools/quic/
quic_client_bin.cc 6 // --port and requests URLs specified on the command line.
25 CommandLine* line = CommandLine::ForCurrentProcess(); local
26 if (line->HasSwitch("port")) {
28 if (base::StringToInt(line->GetSwitchValueASCII("port"), &port)) {
32 if (line->HasSwitch("address")) {
33 FLAGS_address = line->GetSwitchValueASCII("address");
35 if (line->HasSwitch("hostname")) {
36 FLAGS_hostname = line->GetSwitchValueASCII("hostname");
46 // TODO(rjshade): Set version on command line.
54 client.SendRequestsAndWaitForResponse(line->GetArgs())
    [all...]
  /external/chromium_org/tools/sharding_supervisor/
stdio_buffer.py 19 a newline is seen, at which point an event is triggered and the line is
20 pushed to a buffer as a (stdio, line) tuple."""
29 line = buf.getvalue()
30 if line:
31 self.queue.put((system_pipe, line))
44 """Emits a tuple of (sys.stderr, line), (sys.stdout, line), or (None, None)
47 (pipe, line) = self.queue.get(True)
48 if line:
49 return (pipe, line)
    [all...]
  /external/doclava/src/com/google/doclava/
SampleTagInfo.java 34 * and reducing the indent level of the text to the indent level of the first non-whitespace line.
93 static String getTrimString(String line) {
95 int len = line.length();
97 char c = line.charAt(i);
105 return line.substring(0, i);
109 static String addLineNumber(String line, String num) {
112 numberedLine.append("<span class=\"code-line\" id=\"l" + num + "\">" + line + "</span>");
134 String line = lines.readLine(); local
135 if (line == null)
218 String line = lines.readLine(); local
    [all...]
  /external/e2fsprogs/install-utils/
convfstab 12 while read LINE
14 set -- $LINE
19 echo "$LINE"
27 echo "Don't have a clue about \"$LINE\"." >&2
28 echo "$LINE"
51 echo "$LINE $DEF_FLAGS $DUMP $PASS"
54 echo "$LINE $DUMP $PASS"
57 echo "$LINE $PASS"
60 echo "$LINE"
67 echo "Warning: One empty line removed." >&
    [all...]
  /external/valgrind/main/drd/tests/
annotate_barrier_xml.stderr.exp 9 <line>...</line>
10 <line>...</line>
11 <line>...</line>
12 <line>...</line>
46 <line>...</line>
    [all...]
  /external/valgrind/main/helgrind/tests/
filter_xml 6 # The script works line-by-line and is generally unaware of XML structure
13 # TOOL_FILES or in the list of files given on the command line
15 # a line <frame>...</frame> will be inserted.
23 # A list of files specific to the tool at hand. Line numbers in
71 line:
73 my $line = $_;
74 chomp($line);
79 if ($line =~ $ignore_sections{$tag}) {
82 next line;
    [all...]
  /frameworks/av/media/libstagefright/foundation/
ParsedMessage.cpp 106 AString line(&data[offset], lineEndOffset - offset);
109 // Special handling for the request/status line.
111 mDict.add(AString("_"), line);
118 // An empty line separates headers from body.
124 if (line.c_str()[0] == ' ' || line.c_str()[0] == '\t') {
128 // Otherwise it's malformed since the first header line
132 value.append(line);
139 ssize_t colonPos = line.find(":");
141 AString key(line, 0, colonPos)
181 AString line; local
226 AString line; local
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
tst-pcre.c 38 char *line = NULL; local
66 if ((len = getline (&line, &line_len, f)) <= 0
67 || strncmp (line, "# PCRE", 6) != 0)
71 free (line);
77 while ((len = getline (&line, &line_len, f)) > 0)
84 if (line[len - 1] == '\n')
85 line[--len] = '\0';
87 if (line[0] == '#')
90 if (line[0] == '\0')
99 if (line[0] == '/'
    [all...]
  /dalvik/dx/tests/121-sccp/
expected.txt 19 0002: line 114
20 0004: line 115
21 0006: line 117
22 0008: line 119
23 000a: line 120
24 000e: line 121
25 0011: line 125
26 0014: line 123
50 0002: line 141
51 0004: line 14
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
error_state.cc 26 int line,
32 int line,
38 int line,
45 const char* filename, int line, const char* function_name) OVERRIDE;
48 const char* filename, int line, const char* function_name) OVERRIDE;
51 const char* filename, int line, const char* function_name) OVERRIDE;
98 const char* filename, int line, const char* function_name) {
101 SetGLError(filename, line, error, function_name, "");
108 int line,
115 filename, line,
    [all...]
  /external/chromium_org/ppapi/generators/
idl_diff.py 46 for line in self.was:
47 print 'src: >>%s<<' % line
48 for line in self.now:
49 print 'gen: >>%s<<' % line
55 # Return True if this change is only a one line change in the copyright notice
67 # Return True if this change only removes a blank line from a comment
81 for line in change.now:
82 if line: return False
83 for line in change.was:
84 if line: return Fals
    [all...]
  /external/chromium/chrome/browser/chromeos/
plugin_selection_policy.cc 67 string line; local
72 while (std::getline(input_stream, line)) {
74 string::size_type pos = line.find("#");
76 line = line.substr(0, pos);
78 TrimWhitespaceASCII(line, TRIM_ALL, &line);
79 if (line.find("allow") == 0) {
86 line = line.substr(5)
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
split-file-by-class 41 $filename =~ m/^(\w+)\.h$/ or die "Command line args must be .h files.\n";
51 while (my $line = <OLDFILE>) {
53 $classDefs{$currentClassName} .= $line;
54 if ($line =~ /^$classIndent};\s*$/) {
58 if ($line =~ /^(\s*)class\s+(\w+)\s+[^;]*$/) {
61 $classDefs{$currentClassName} .= $line;
64 $fileContent .= $line;
96 foreach my $line (@lines) {
97 if ($line =~ /^###CLASS###(\w+)/) {
102 print NEWHEADER $line . "\n"
    [all...]
  /external/oprofile/libpopt/
poptconfig.c 14 static void configLine(poptContext con, char * line)
30 if (strncmp(line, con->appName, nameLength)) return;
32 line += nameLength;
33 if (*line == '\0' || !isspace(*line)) return;
35 while (*line != '\0' && isspace(*line)) line++;
36 entryType = line;
37 while (*line == '\0' || !isspace(*line)) line++
    [all...]
  /external/chromium_org/base/third_party/dynamic_annotations/
dynamic_annotations.c 74 const char *file, int line, const volatile void *lock)
78 const char *file, int line, const volatile void *lock)
82 const char *file, int line, const volatile void *lock, long is_w)
86 const char *file, int line, const volatile void *lock, long is_w)
90 const char *file, int line, const volatile void *barrier, long count,
95 const char *file, int line, const volatile void *barrier)
99 const char *file, int line, const volatile void *barrier)
103 const char *file, int line, const volatile void *barrier)
107 const char *file, int line, const volatile void *cv,
112 const char *file, int line, const volatile void *cv
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
lines.c 34 * Set the line width.
36 * \param width line width in pixels.
57 * "Wide lines and line stipple - LineWidth is not deprecated, but
71 if (ctx->Line.Width == width)
75 ctx->Line.Width = width;
83 * Set the line stipple pattern.
105 if (ctx->Line.StippleFactor == factor &&
106 ctx->Line.StipplePattern == pattern)
110 ctx->Line.StippleFactor = factor;
111 ctx->Line.StipplePattern = pattern
    [all...]
  /external/chromium_org/third_party/npapi/npspy/
analyze_streams.py 21 # sample line: 'NPP_NewStream(0x645c898, 0x56ba900("application/x-shockwave-flash"), 0x64bb3b0 (http://weeklyad.target.com/target/flash/target/target.swf?ver=090326), TRUE, NP_NORMAL)'
23 def __init__(self, line):
24 split = line.split(', ')
35 print 'parsing error on ' + line
39 print 'line got unexpected type: ' + line
52 for line in file.splitlines():
53 if line.startswith('NPP_NewStream('):
54 if line.count('(') < 3:
55 print 'unknown format for line: ' + line
    [all...]
  /external/clang/lib/Format/
TokenAnnotator.h 34 LT_ObjCDecl, // An @interface, @implementation, or @protocol line.
36 LT_ObjCProperty // An @property line.
41 AnnotatedLine(const UnwrappedLine &Line)
42 : First(Line.Tokens.front()), Level(Line.Level),
43 InPPDirective(Line.InPPDirective),
44 MustBeDeclaration(Line.MustBeDeclaration), MightBeFunctionDecl(false),
46 assert(!Line.Tokens.empty());
48 for (std::list<FormatToken *>::const_iterator I = ++Line.Tokens.begin(),
49 E = Line.Tokens.end()
    [all...]
  /external/clang/test/Index/
annotate-comments-typedef.m 20 // CHECK: TypedefDecl=MyEnum:[[@LINE-1]]:3 (Definition) FullCommentAsHTML=[<p class="para-brief"> Documentation for MyEnum </p>] FullCommentAsXML=[<Typedef file="{{[^"]+}}annotate-comments-typedef.m" line="[[@LINE-1]]" column="3"><Name>&lt;anonymous&gt;</Name><USR>c:@EA@MyEnum</USR><Declaration>typedef enum MyEnum MyEnum</Declaration><Abstract><Para> Documentation for MyEnum </Para></Abstract></Typedef>]
30 // CHECK: EnumDecl=E:[[@LINE-6]]:6 (Definition) {{.*}} BriefComment=[Documentation for E] FullCommentAsHTML=[<p class="para-brief"> Documentation for E </p>] FullCommentAsXML=[<Enum file="{{[^"]+}}annotate-comments-typedef.m" line="[[@LINE-6]]" column="6"><Name>E</Name><USR>c:@E@E</USR><Declaration>enum E{{( : int)?}} {}</Declaration><Abstract><Para> Documentation for E </Para></Abstract></Enum>]
31 // CHECK: TypedefDecl=E_T:[[@LINE-2]]:16 (Definition) FullCommentAsHTML=[<p class="para-brief"> Documentation for E </p>] FullCommentAsXML=[<Typedef file="{{[^"]+}}annotate-comments-typedef.m" line="[[@LINE-2]]" column="16"><Name>E</Name><USR>c:@E@E</USR><Declaration>typedef enum E E_T</Declaration><Abstract><Para> Documentation for E </Para></Abstract></Typedef>]
38 // CHECK: TypedefDecl=Foo:[[@LINE-1]]:11 (Definition) FullCommentAsHTML=[<p class="para-brief"> Comment about Foo </p>] FullCommentA (…)
    [all...]
  /external/llvm/test/CodeGen/X86/
widen_load-1.ll 21 "file complex.c, line 27, bb1":
23 br label %"file complex.c, line 27, bb13"
25 "file complex.c, line 27, bb13": ; preds = %"file complex.c, line 27, bb1"
31 br label %"file complex.c, line 34, bb4"
33 "file complex.c, line 34, bb4": ; preds = %"file complex.c, line 27, bb13"
38 br i1 %r8, label %"file complex.c, line 34, bb7", label %"file complex.c, line 27, bb5"
40 "file complex.c, line 27, bb5": ; preds = %"file complex.c, line 34, bb4
    [all...]
  /external/mesa3d/src/mesa/main/
lines.c 34 * Set the line width.
36 * \param width line width in pixels.
57 * "Wide lines and line stipple - LineWidth is not deprecated, but
71 if (ctx->Line.Width == width)
75 ctx->Line.Width = width;
83 * Set the line stipple pattern.
105 if (ctx->Line.StippleFactor == factor &&
106 ctx->Line.StipplePattern == pattern)
110 ctx->Line.StippleFactor = factor;
111 ctx->Line.StipplePattern = pattern
    [all...]
  /external/chromium_org/third_party/WebKit/ManualTests/inspector/
display-sql-transaction-error.html 16 <li>Enter the following text on the query input line: <code>INSERT INTO DisplaySQLTransactionError (test) VALUES (NULL)</code></li>
18 <p>If the line of text you entered remains and an error line is output below
20 <p>If the line of text you entered disappears and no error line is output, you
22 <p>If the line of text you entered remains and no error line is output, then

Completed in 449 milliseconds

1 2 3 4 5 6 7 891011>>