HomeSort by relevance Sort by last modified time
    Searched refs:lines (Results 301 - 325 of 1509) sorted by null

<<11121314151617181920>>

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
cpplint.py 800 """Tracks current function name and the number of lines in its body."""
826 """Report if too many lines in function body.
846 ' %s has %d non-comment lines'
847 ' (error triggered by exceeding %d lines).' % (
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py 294 # first start num_context_lines[0] lines back, then
295 # num_context_lines[1] lines back if that didn't work, and so on.
296 # The last value should be huge (larger than the # of lines in a
    [all...]
OutputWindow.py 50 def writelines(self, lines):
51 for line in lines:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py 294 # first start num_context_lines[0] lines back, then
295 # num_context_lines[1] lines back if that didn't work, and so on.
296 # The last value should be huge (larger than the # of lines in a
    [all...]
OutputWindow.py 50 def writelines(self, lines):
51 for line in lines:
  /art/tools/
analyze-init-failures.py 38 lines = codecs.open(filename, 'r', 'utf8', 'replace').read().split('\n')
39 it = iter(lines)
generate-operator-out.py 40 lines = codecs.open(filename, 'r', 'utf8', 'replace').read().split('\n')
50 for raw_line in lines:
119 # Skip blank lines.
  /external/eigen/bench/btl/data/
gnuplot_common_settings.hh 46 # set data style lines
47 # set function style lines
  /external/elfutils/src/libdwfl/
dwfl_module.c 36 if (cu->lines != NULL)
37 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/fonttools/Lib/fontTools/misc/
sstruct.py 9 structure, except we use one line per element. Lines are
139 lines = re.split("[\n;]", fmt)
143 for line in lines:
176 # empty lines are allowed:
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_unfilled.c 30 * Convert triangles to points or lines as needed.
92 static void lines( struct draw_stage *stage, function
148 lines( stage, header );
  /external/pdfium/core/include/fpdftext/
fpdf_text.h 25 void PDF_GetPageText(CFX_ByteStringArray& lines, CPDF_Document* pDoc, CPDF_Dictionary* pPage,
27 void PDF_GetPageText_Unicode(CFX_WideStringArray& lines, CPDF_Document* pDoc, CPDF_Dictionary* pPage,
  /external/selinux/sepolgen/src/sepolgen/
output.py 145 comment.lines.append("============= %s ==============" % cur)
157 comment.lines.append("============= ROLES ==============")
  /external/skia/src/views/animated/
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);
  /external/strace/tests/
getdents.awk 47 lines = 3
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_linecache.py 55 # Check whether lines correspond to those from file iteration
75 lines = linecache.getlines(support.TESTFN)
76 self.assertEqual(lines, ["\n", "def f():\n", " return 3\n"])
test_robotparser.py 36 lines = StringIO.StringIO(robots_txt).readlines()
38 parser.parse(lines)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
output.py 145 comment.lines.append("============= %s ==============" % cur)
157 comment.lines.append("============= ROLES ==============")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/sepolgen/
output.py 145 comment.lines.append("============= %s ==============" % cur)
157 comment.lines.append("============= ROLES ==============")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_linecache.py 55 # Check whether lines correspond to those from file iteration
75 lines = linecache.getlines(support.TESTFN)
76 self.assertEqual(lines, ["\n", "def f():\n", " return 3\n"])
test_robotparser.py 36 lines = StringIO.StringIO(robots_txt).readlines()
38 parser.parse(lines)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ApkInstallManager.java 88 public void processNewLines(String[] lines) {
91 for (String line : lines) {
  /art/compiler/dex/quick/
resource_mask.cc 136 constexpr bool CheckTwoRegsMaskTable(size_t lines) {
137 return lines == 0 ||
138 (CheckTwoRegsMaskLine(lines - 1) && CheckTwoRegsMaskTable(lines - 1u));
  /bootable/recovery/
screen_ui.h 133 void DrawTextLines(int* y, const char* const* lines);

Completed in 1130 milliseconds

<<11121314151617181920>>