/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_trace.py | 31 # The relative line numbers of lines in these functions matter for verifying 112 # all lines are executed once 328 lines, cov, module = line.split()[:3] 329 coverage[module] = (int(lines), int(cov[:-1]))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_trace.py | 31 # The relative line numbers of lines in these functions matter for verifying 112 # all lines are executed once 328 lines, cov, module = line.split()[:3] 329 coverage[module] = (int(lines), int(cov[:-1]))
|
/prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/3.0.7/ |
plexus-utils-3.0.7.pom | 32 <description>A collection of various utility classes to ease working with strings, files, command lines, XML and more.</description>
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/export/ |
AbstractPropertiesFieldsPart.java | 125 // Since there are not many fields, just update all the document lines that 267 // found in the document as we read the lines. 270 // Parse the lines in the document for patterns "keyword=value", 271 // trimming all whitespace and discarding lines that start with # (comments)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/ |
FrameLayoutRuleTest.java | 58 // Without drag bounds we should just draw guide lines instead
|
/external/opencv/cv/src/ |
cvfundam.cpp | 1030 const CvMat* fmatrix, CvMat* lines ) [all...] |
/packages/apps/UnifiedEmail/src/org/apache/commons/io/ |
IOUtils.java | 516 * Return an Iterator for the lines in a <code>Reader</code>. 538 * @return an Iterator of the lines in the reader, never null 547 * Return an Iterator for the lines in an <code>InputStream</code>, using 571 * @return an Iterator of the lines in the reader, never null [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
cursesw.h | 42 /* SCO 3.2v4 curses.h includes term.h, which defines lines as a macro. 43 Undefine it here, because NCursesWindow uses lines as a method. */ 44 #undef lines macro 803 NCursesWindow(int nlines, // number of lines 809 int nlines, // number of lines 819 // is two lines and two columns smaller and begins at (1,1). 845 // This function is used to generate a window of ripped-of lines. 846 // If the argument is positive, lines are removed from the top, if it 847 // is negative lines are removed from the bottom. This enhances the 857 int lines() const { initialize(); return LINES; function in class:NCursesWindow [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
cursesw.h | 42 /* SCO 3.2v4 curses.h includes term.h, which defines lines as a macro. 43 Undefine it here, because NCursesWindow uses lines as a method. */ 44 #undef lines macro 803 NCursesWindow(int nlines, // number of lines 809 int nlines, // number of lines 819 // is two lines and two columns smaller and begins at (1,1). 845 // This function is used to generate a window of ripped-of lines. 846 // If the argument is positive, lines are removed from the top, if it 847 // is negative lines are removed from the bottom. This enhances the 857 int lines() const { initialize(); return LINES; function in class:NCursesWindow [all...] |
/external/valgrind/cachegrind/ |
cg_annotate.in | 131 # Number of lines to show around each annotated line. 156 --context=N print N lines of context before and after 157 annotated lines [8] 317 # Read "desc:" lines. 519 # and make lines too long, we compute exactly how wide each column needs to be 671 # If there is information about lines not in the file, issue a warning 703 @@ Information recorded about lines past the end of '$src_file'. 798 # Finds interesting line ranges -- all lines with a CC, and all 799 # lines within $context lines of a line with a CC [all...] |
/frameworks/base/docs/html/guide/topics/graphics/ |
2d-graphics.jd | 453 the padding lines) by drawing a line on the right and bottom lines. 456 the area designated by the right and bottom lines (if included). If the 457 padding lines are not included, Android uses the left and top lines to 460 <p>To clarify the difference between the different lines, the left and top lines define 462 The bottom and right lines define the relative area within the image that the contents 469 <p>This NinePatch defines one stretchable area with the left and top lines 470 and the drawable area with the bottom and right lines. In the top image, the dotted gre [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
cgi.py | 248 # Read lines until end of part. 249 lines = [] 259 lines.append(line) 264 if lines: 266 line = lines[-1] 271 lines[-1] = line 272 data = "".join(lines) 665 """Internal: read lines until EOF or outerboundary.""" 681 """Internal: read lines until EOF.""" 690 """Internal: read lines until outerboundary."" [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
cgi.py | 248 # Read lines until end of part. 249 lines = [] 259 lines.append(line) 264 if lines: 266 line = lines[-1] 271 lines[-1] = line 272 data = "".join(lines) 665 """Internal: read lines until EOF or outerboundary.""" 681 """Internal: read lines until EOF.""" 690 """Internal: read lines until outerboundary."" [all...] |
/external/sonivox/docs/ |
JET_Creator_User_Manual.html | 42 <o:Lines>214</o:Lines>
105 mso-pagination:widow-orphan lines-together;
117 mso-pagination:widow-orphan lines-together;
138 mso-pagination:widow-orphan lines-together;
156 mso-pagination:widow-orphan lines-together;
172 mso-pagination:widow-orphan lines-together;
190 mso-pagination:widow-orphan lines-together;
206 mso-pagination:widow-orphan lines-together;
224 mso-pagination:widow-orphan lines-together; [all...] |
/art/tools/ |
analyze-init-failures.py | 38 lines = codecs.open(filename, 'r', 'utf8', 'replace').read().split('\n') 39 it = iter(lines)
|
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
PositionList.java | 40 public static final int LINES = 2; 63 case LINES:
|
/dalvik/dx/src/com/android/dx/dex/code/ |
PositionList.java | 40 public static final int LINES = 2; 63 case LINES:
|
/external/bison/examples/calc++/ |
position.hh | 85 /// (line related) Advance to the COUNT next lines. 86 void lines (int count = 1) function in class:yy::position
|
/external/chromium-trace/trace-viewer/tracing/tracing/extras/importer/linux_perf/ |
disk_parser_test.html | 16 var lines = [ 48 var m = new tr.Model(lines.join('\n'), false);
|
mali_parser_test.html | 204 var lines = [ 210 var m = new tr.Model(lines.join('\n'), false); 222 var lines = [ 228 var m = new tr.Model(lines.join('\n'), false); 240 var lines = [ 246 var m = new tr.Model(lines.join('\n'), false); 258 var lines = [ 466 var m = new tr.Model(lines.join('\n'), false);
|
/external/chromium-trace/trace-viewer/tracing/tracing/ui/analysis/ |
single_thread_time_slice_sub_view_test.html | 18 var lines = [ 28 return new tr.Model(lines.join('\n'), false);
|
/external/clang/include/clang/Tooling/ |
JSONCompilationDatabase.h | 36 /// provide the command lines in the attributes 'directory', 'command' and 103 // Maps file paths to the compile command lines for that file.
|
/external/compiler-rt/make/ |
AppleBI.mk | 27 # Log full compile lines in B&I logs and omit summary lines.
|
/external/deqp/scripts/ |
convert_case_list_to_xml.py | 72 lines = open(packageName + ".cases").readlines() variable 74 for line in lines:
|
/external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
PositionList.java | 40 public static final int LINES = 2; 63 case LINES:
|