HomeSort by relevance Sort by last modified time
    Searched refs:lines (Results 176 - 200 of 486) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/main/
main-scripts.rb 74 lines = output.string.split( /\n/ )
75 lines.should have( 3 ).things
94 lines = output.string.split( "\n" )
95 lines.should have( 4 ).things
241 # lines = output.string.split(/\n/)
242 # lines.should have(3).things
  /external/bluetooth/glib/gio/tests/
data-input-stream.c 48 const char* lines[MAX_LINES]; local
54 lines[i] = "some_text";
75 g_strconcat (lines[i], endl[newline_type], NULL), -1, NULL);
90 g_assert_cmpstr (data, ==, lines[line]);
323 g_test_add_func ("/data-input-stream/read-lines-LF", test_read_lines_LF);
324 g_test_add_func ("/data-input-stream/read-lines-CR", test_read_lines_CR);
325 g_test_add_func ("/data-input-stream/read-lines-CR-LF", test_read_lines_CR_LF);
  /external/chromium-trace/
systrace.py 137 lines = out.splitlines(True)
139 for i, line in enumerate(lines):
143 out = ''.join(lines[i+1:])
148 elif 'TRACE:'.startswith(line) and i == len(lines) - 1:
  /external/dbus/test/
unused-code-gc.py 116 lines = f.readlines()
117 for l in lines:
180 lines = f.readlines ()
181 for l in lines:
decode-gcov.c 633 DBusList *lines; member in struct:Block
669 Line *lines; member in struct:File
    [all...]
  /external/doclava/src/com/google/doclava/
SampleTagInfo.java 37 * file is copied. If an id is provided, the lines in the given file between the first two lines
118 LineNumberReader lines = new LineNumberReader(input); local
127 String line = lines.readLine();
206 LineNumberReader lines = new LineNumberReader(input); local
209 String line = lines.readLine();
  /external/webkit/Source/WebCore/platform/graphics/chromium/cc/
CCHeadsUpDisplay.cpp 211 Vector<String> lines; local
212 m_layerRenderer->layerTreeAsText().split('\n', lines);
213 for (size_t i = 0; i < lines.size(); ++i) {
214 ctx->drawText(*m_smallFont, TextRun(lines[i]), IntPoint(2, y));
  /external/webkit/Tools/Scripts/
split-file-by-class 95 my @lines = split("\n", $fileContent);
96 foreach my $line (@lines) {
  /external/webkit/Tools/Scripts/webkitpy/tool/steps/
validatechangelogs.py 42 # Date, reviewer, bug title, bug url, and empty lines could all be
45 if diff_file.lines[0][0] < 8:
validatechangelogs_unittest.py 45 diff_file.lines = [(start_line, start_line, "foo")]
  /frameworks/compile/libbcc/runtime/make/
AppleBI.mk 15 # Log full compile lines in B&I logs and omit summary lines.
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Pyramid.h 45 static unsigned int calcStorage(real width, real height, real border2, int levels, int *lines);
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Pyramid.h 45 static unsigned int calcStorage(real width, real height, real border2, int levels, int *lines);
  /external/webkit/Source/WebCore/platform/qt/
QtMobileWebStyle.cpp 56 QVector<QLineF> lines(checkerSize + 1);
59 lines[i] = QLineF(x, y, x, y + width);
64 lines[i] = QLineF(x, y, x, y + width);
68 painter->drawLines(lines.constData(), lines.size());
264 QVector<QLine> lines(width + 1);
267 lines[x] = QLine(x, y, x, y + 2);
268 lines[x + midle] = QLine(width - x - 1, y, width - x - 1, y + 2);
270 // Just to ensure the lines' intersection.
271 lines[width] = QLine(midle, midle, midle, midle + 2)
    [all...]
  /external/opencv/cv/src/
cvhough.cpp 80 to be a candidate for line. lines is the output
82 Functions return the actual number of found lines.
86 int threshold, CvSeq *lines, int linesMax )
153 // stage 3. sort the detected lines by accumulator value
156 // stage 4. store the first min(total,linesMax) lines to the output buffer
167 cvSeqPush( lines, &line );
194 CvSeq* lines, int linesMax )
348 icvHoughLinesStandard( img, rho, theta, threshold, lines, linesMax );
455 cvSeqPush( lines, &line );
457 if( lines->total >= linesMax
752 CvSeq* lines = 0; local
    [all...]
  /frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
FsUtils.java 227 LinkedList<String> lines = new LinkedList<String>();
230 return lines;
234 return lines;
242 lines.add(line);
250 return lines;
  /external/webkit/Source/WebCore/inspector/front-end/
TextViewer.js 623 this.element.className = "text-editor-lines";
675 // Decorations may have been removed, so we may have to sync those lines.
1901 var lines = []; variable
    [all...]
  /frameworks/base/core/java/android/text/
StaticLayout.java 615 int[] lines = mLines; local
617 if (want >= lines.length) {
620 System.arraycopy(lines, 0, grow, 0, lines.length);
622 lines = grow;
684 lines[off + START] = start;
685 lines[off + TOP] = v;
686 lines[off + DESCENT] = below + extra;
689 lines[off + mColumns + START] = end;
690 lines[off + mColumns + TOP] = v
843 int[] lines = mLines; local
    [all...]
  /external/clang/lib/ARCMigrate/
FileRemapper.cpp 74 SmallVector<StringRef, 64> lines;
75 fileBuf->getBuffer().split(lines, "\n");
77 for (unsigned idx = 0; idx+3 <= lines.size(); idx += 3) {
78 StringRef fromFilename = lines[idx];
80 lines[idx+1].getAsInteger(10, timeModified);
81 StringRef toFilename = lines[idx+2];
  /external/oprofile/events/i386/westmere/
unit_masks 110 0x01 repl L1 data cache lines allocated
111 0x02 m_repl L1D cache lines allocated in the M state
112 0x04 m_evict L1D cache lines replaced in M state
113 0x08 m_snoop_evict L1D snoop eviction of cache lines in M state
142 0x02 s_state L2 lines allocated in the S state
143 0x04 e_state L2 lines allocated in the E state
144 0x07 any L2 lines alloacated
146 0x01 demand_clean L2 lines evicted by a demand request
147 0x02 demand_dirty L2 modified lines evicted by a demand request
148 0x04 prefetch_clean L2 lines evicted by a prefetch reques
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
RenderScriptProcessor.java 299 * @param lines The output to parse.
302 private boolean parseLlvmOutput(ArrayList<String> lines) {
304 if (lines.size() == 0) {
318 for (int i = 0; i < lines.size(); i++) {
319 String p = lines.get(i);
447 // expect it's likely split on several lines. So let's move it back on a single line
449 String[] lines = content.split("\n"); //$NON-NLS-1$ local
451 for (String line : lines) {
  /external/chromium/chrome/browser/importer/
firefox2_importer.cc 104 std::vector<std::string> lines; local
105 base::SplitString(content, '\n', &lines);
108 for (size_t i = 0; i < lines.size(); ++i) {
110 TrimString(lines[i], " ", &line);
159 std::vector<std::string> lines; local
160 base::SplitString(content, '\n', &lines);
170 for (size_t i = 0; i < lines.size() && (!importer || !importer->cancelled());
173 TrimString(lines[i], " ", &line);
  /external/elfutils/libdwfl/
dwfl_module.c 57 if (cu->lines != NULL)
58 free (cu->lines);
  /external/emma/core/java12/com/vladium/emma/report/
MethodItem.java 113 final int [] lines = lineMap.keys (); local
116 final int [] blocks = (int []) lineMap.get (lines [l]);
  /external/skia/src/views/
SkStaticTextView.cpp 45 int lines = width > 0 ? SkTextLineBreaker::CountLines(fText.c_str(), fText.size(), fPaint, width) : 0; local
47 this->setHeight(lines * fPaint.getFontSpacing() + fMargin.fY * 2);

Completed in 1125 milliseconds

1 2 3 4 5 6 78 91011>>