/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/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><anonymous></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/lldb/www/cpp_reference/html/ |
SBFileSpecList_8h_source.html | 34 <a href="SBFileSpecList_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="comment">//===-- SBFileSpecList.h --------------------------------------------*- C++ -*-===//</span></div> 35 <div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="comment">//</span></div> 36 <div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="comment">// The LLVM Compiler Infrastructure</span></div> 37 <div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="comment">//</span></div> 38 <div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="comment">// This file is distributed under the University of Illinois Open Source</span></div> 39 <div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="comment">// License. See LICENSE.TXT for details.</span></div> 40 <div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="comment">//</span></div> 41 <div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="comment">//===----------------------------------------------------------------------===//</span></div> 42 <div class="line"><a name="l00009"></a><span class="lineno"> 9</span> </div> 43 <div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="preprocessor">#ifndef LL (…) [all...] |
SBModule_8h_source.html | 34 <a href="SBModule_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="comment">//===-- SBModule.h ----------------------------------------------*- C++ -*-===//</span></div> 35 <div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="comment">//</span></div> 36 <div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="comment">// The LLVM Compiler Infrastructure</span></div> 37 <div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="comment">//</span></div> 38 <div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="comment">// This file is distributed under the University of Illinois Open Source</span></div> 39 <div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="comment">// License. See LICENSE.TXT for details.</span></div> 40 <div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="comment">//</span></div> 41 <div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="comment">//===----------------------------------------------------------------------===//</span></div> 42 <div class="line"><a name="l00009"></a><span class="lineno"> 9</span> </div> 43 <div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="preprocessor">#ifndef LL (…) [all...] |
SBInstructionList_8h_source.html | 34 <a href="SBInstructionList_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="comment">//===-- SBInstructionList.h -------------------------------------*- C++ -*-===//</span></div> 35 <div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="comment">//</span></div> 36 <div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="comment">// The LLVM Compiler Infrastructure</span></div> 37 <div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="comment">//</span></div> 38 <div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="comment">// This file is distributed under the University of Illinois Open Source</span></div> 39 <div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="comment">// License. See LICENSE.TXT for details.</span></div> 40 <div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="comment">//</span></div> 41 <div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="comment">//===----------------------------------------------------------------------===//</span></div> 42 <div class="line"><a name="l00009"></a><span class="lineno"> 9</span> </div> 43 <div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="preprocessor">#ifndef LL (…) [all...] |
SBStringList_8h_source.html | 34 <a href="SBStringList_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="comment">//===-- SBStringList.h ------------------------------------------*- C++ -*-===//</span></div> 35 <div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="comment">//</span></div> 36 <div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="comment">// The LLVM Compiler Infrastructure</span></div> 37 <div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="comment">//</span></div> 38 <div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="comment">// This file is distributed under the University of Illinois Open Source</span></div> 39 <div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="comment">// License. See LICENSE.TXT for details.</span></div> 40 <div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="comment">//</span></div> 41 <div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="comment">//===----------------------------------------------------------------------===//</span></div> 42 <div class="line"><a name="l00009"></a><span class="lineno"> 9</span> </div> 43 <div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="preprocessor">#ifndef LL (…) [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/llvm/test/MC/Mips/mips32r6/ |
invalid-mips32.s | 8 madd $s6,$13 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 9 madd $zero,$9 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 10 maddu $s3,$gp # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 11 maddu $24,$s2 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 12 movf $gp,$8,$fcc7 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 13 movf.d $f6,$f11,$fcc5 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 14 movf.s $f23,$f5,$fcc6 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 15 movn $v1,$s1,$s0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 16 movn.d $f27,$f21,$k0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 17 movn.s $f12,$f0,$s7 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enable [all...] |
/external/llvm/test/MC/Mips/mips64r6/ |
invalid-mips1.s | 8 addi $13,$9,26322 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 9 bgezal $0, 21100 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 10 bgezal $6, 21100 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 11 bltzal $6, 21100 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 12 c.ngl.d $f29,$f29 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 13 c.ngle.d $f0,$f16 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 14 c.sf.d $f30,$f0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 15 c.sf.s $f14,$f22 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 16 mfhi $s3 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 17 mfhi $sp # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enable [all...] |
invalid-mips4.s | 8 bgezal $0, 21100 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 9 bgezal $6, 21100 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 10 bltzal $6, 21100 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 11 ldxc1 $f8,$s7($15) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 12 lwxc1 $f12,$s1($s8) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 13 sdxc1 $f11,$10($14) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 14 swxc1 $f19,$12($k0) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
|
/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/gpu/command_buffer/service/ |
error_state_mock.h | 23 const char* filename, int line, 26 const char* filename, int line, 30 int line, 37 int line, 43 const char* file, int line, const char* filename)); 45 const char* file, int line, const char* filename)); 47 const char* file, int line, const char* filename));
|
/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
|
/external/chromium_org/third_party/libaddressinput/src/cpp/test/ |
address_formatter_test.cc | 34 address.address_line.push_back("Line 1"); 38 EXPECT_EQ("Line 1", result); 40 // Setting the language_code, with one line, shouldn't affect anything. 43 EXPECT_EQ("Line 1", result); 47 EXPECT_EQ("Line 1", result); 53 address.address_line.push_back("Line 1"); 54 address.address_line.push_back("Line 2"); 59 EXPECT_EQ("Line 1, Line 2", result); 63 EXPECT_EQ("Line 1, Line 2", result) [all...] |
/external/chromium_org/tools/ |
sort-headers.py | 40 def IncludeCompareKey(line): 45 if line.startswith(prefix): 46 line = line[len(prefix):] 52 if line.startswith('<windows.h>'): # Must be before e.g. shellapi.h 54 if line.startswith('<atlbase.h>'): # Must be before atlapp.h. 55 return '1' + line 56 if line.startswith('<unknwn.h>'): # Must be before e.g. intshcut.h 57 return '1' + line 60 if line.startswith('<') [all...] |
/external/clang/test/CodeGenCXX/ |
debug-info-template-quals.cpp | 18 // CHECK: [[BS:.*]] = {{.*}} ; [ DW_TAG_structure_type ] [basic_string<char>] [line 4, size 8, align 8, offset 0] [def] [from ] 21 // CHECK: [[P]] = {{.*}}, metadata [[CON:![0-9]*]]} ; [ DW_TAG_pointer_type ] [line 0, size 64, align 64, offset 0] [from ] 22 // CHECK: [[CON]] = {{.*}}, metadata [[CH:![0-9]*]]} ; [ DW_TAG_const_type ] [line 0, size 0, align 0, offset 0] [from char] 23 // CHECK: [[CH]] = {{.*}} ; [ DW_TAG_base_type ] [char] [line 0, size 8, align 8, offset 0, enc DW_ATE_signed_char] 25 // CHECK: [[R]] = {{.*}}, metadata [[CON2:![0-9]*]]} ; [ DW_TAG_reference_type ] [line 0, size 0, align 0, offset 0] [from ] 26 // CHECK: [[CON2]] = {{.*}}, metadata !"_ZTS12basic_stringIcE"} ; [ DW_TAG_const_type ] [line 0, size 0, align 0, offset 0] [from _ZTS12basic_stringIcE] 27 // CHECK: {{.*}} metadata [[TYPE]], {{.*}}, metadata !{{[0-9]*}}, metadata !{{[0-9]*}}, i32 8} ; [ DW_TAG_subprogram ] [line 7] [def] [scope 8] [assign]
|
/external/clang/test/Rewriter/ |
line-generation-test.m | 3 // RUN: FileCheck -check-prefix CHECK-LINE --input-file=%t-rw.cpp %s 36 // CHECK-LINE: #line 22 37 // CHECK-LINE: #line 28 38 // CHECK-NOLINE-NOT: #line 22 39 // CHECK-NOLINE-NOT: #line 28
|
/external/icu/icu4c/source/layoutex/ |
playout.cpp | 143 pl_closeLine(pl_line *line) 145 ParagraphLayout::Line *ll = (ParagraphLayout::Line *) line; 151 pl_countLineRuns(const pl_line *line) 153 ParagraphLayout::Line *ll = (ParagraphLayout::Line *) line; 163 pl_getLineAscent(const pl_line *line) 165 ParagraphLayout::Line *ll = (ParagraphLayout::Line *) line [all...] |
/external/jsilver/src/com/google/clearsilver/jsilver/data/ |
DefaultHdfParser.java | 43 String line; local 44 while ((line = lineReader.readLine()) != null) { 45 parseLine(line, output, context, lineReader, dataFileName, errorHandler); 49 private void parseLine(String line, Data output, List<String> context, 52 line = stripComment(line); 55 if ((split = split(line, "=")) != null) { 58 } else if ((split = split(line, "<<")) != null) { 64 } else if ((split = split(line, "{")) != null) { 68 } else if (split(line, "}") != null) 78 errorHandler.error(lineReader.getLineNumber(), line, dataFileName, "Bad HDF syntax"); local 98 String line; local [all...] |
/external/llvm/test/tools/llvm-cov/ |
range_based_for.cpp | 1 // Make sure that compiler-added local variables (whose line number is zero) 21 int main(int argc, const char *argv[]) { // GCOV: 1: [[@LINE]]:int main( 22 int V[] = {1, 2}; // GCOV: 1: [[@LINE]]: int V[] 23 for (int &I : V) { // GCOV: 10: [[@LINE]]: for ( 24 } // GCOV: 2: [[@LINE]]: } 25 return 0; // GCOV: 1: [[@LINE]]: return 26 } // GCOV: -: [[@LINE]]:}
|
/external/proguard/src/proguard/obfuscate/ |
MappingReader.java | 59 String line = reader.readLine(); local 61 if (line == null) 66 line = line.trim(); 70 if (line.endsWith(":")) 74 className = processClassMapping(line, mappingProcessor); 80 processClassMemberMapping(className, line, mappingProcessor); 103 * Parses the given line with a class mapping and processes the 107 private String processClassMapping(String line, 113 int arrowIndex = line.indexOf("->") [all...] |
/external/qemu/android/utils/ |
lineinput.c | 18 char* line; member in struct:LineInput 31 /* Error codes returned by the internal line reading function(s) */ 44 input->line = input->line0; 60 /* Grow the line buffer a bit */ 64 char* line; local 67 line = input->line; 68 if (line == input->line0) 69 line = NULL; 71 AARRAY_RENEW(line, input->line_size) [all...] |
/external/bluetooth/bluedroid/btif/src/ |
btif_sock_util.c | 69 #define asrt(s) if(!(s)) BTIF_TRACE_ERROR("## %s assert %s failed at line:%d ##",__FUNCTION__, #s, __LINE__) 188 char *line; local 195 line = line_buff; 196 *line++ = ' '; 197 *line++ = ' '; 198 *line++ = ' '; 199 *line++ = ' '; 200 *line++ = ' '; 201 *line++ = ' '; 204 byte2hex((const char*)&j, &line); [all...] |
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/ |
erroroutput.py | 26 """Get a output line for an error in UNIX format.""" 28 line = '' 31 line = '%d' % error.token.line_number 36 return '%s:%s:(%s) %s' % (filename, line, error_code, error.message) 40 """Get a output line for an error in regular format.""" 42 line = '' 44 line = 'Line %d, ' % error.token.line_number 52 return '%s%s: %s' % (line, code, error.message)
|
/external/chromium_org/third_party/closure_linter/closure_linter/common/ |
erroroutput.py | 26 """Get a output line for an error in UNIX format.""" 28 line = '' 31 line = '%d' % error.token.line_number 36 return '%s:%s:(%s) %s' % (filename, line, error_code, error.message) 40 """Get a output line for an error in regular format.""" 42 line = '' 44 line = 'Line %d, ' % error.token.line_number 52 return '%s%s: %s' % (line, code, error.message)
|