HomeSort by relevance Sort by last modified time
    Searched full:lines (Results 476 - 500 of 5102) sorted by null

<<11121314151617181920>>

  /packages/inputmethods/LatinIME/dictionaries/
sample.combined 20 # Each word may or may not have any number of shortcut target lines
25 # Each word may also have any number of bigram lines starting with a
  /packages/inputmethods/LatinIME/tools/make-keyboard-text/src/com/android/inputmethod/keyboard/tools/
ArrayInitializerFormatter.java 75 public void outCommentLines(final String lines) {
77 mOut.print(lines);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
vt.h 10 #define MAX_NR_CONSOLES 63 /* serial lines start at 64 */
49 unsigned short v_scrollsize; /* number of lines of scrollback */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
vt.h 10 #define MAX_NR_CONSOLES 63 /* serial lines start at 64 */
49 unsigned short v_scrollsize; /* number of lines of scrollback */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_codecencodings_cn.py 57 # test '~\n' (3 lines)
66 # test '~\n' (4 lines)
test_difflib.py 114 just fits in two lines yup!!
131 just fits in two lineS yup!!
186 # temporarily uncomment next two lines to baseline this test
228 "%1d,%1d", <beginning line number>, <number of lines> otherwise.
242 The range of lines in file1 shall be written in the following format
243 if the range contains two or more lines:
250 Next, the range of lines in file2 shall be written in the following format
251 if the range contains two or more lines:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_codecencodings_cn.py 57 # test '~\n' (3 lines)
66 # test '~\n' (4 lines)
test_difflib.py 114 just fits in two lines yup!!
131 just fits in two lineS yup!!
186 # temporarily uncomment next two lines to baseline this test
228 "%1d,%1d", <beginning line number>, <number of lines> otherwise.
242 The range of lines in file1 shall be written in the following format
243 if the range contains two or more lines:
250 Next, the range of lines in file2 shall be written in the following format
251 if the range contains two or more lines:
  /sdk/apps/NotificationStudio/res/values/
strings.xml 37 <string name="lines">Lines</string>
  /external/deqp/modules/glshared/
glsRasterizationTestUtil.cpp 50 // Lines do not intersect if the other line's endpoints are on the same side
468 // Use axis projected (inaccurate) method, i.e. for X-major lines:
602 * correct line interpolations for the triangulated lines.
631 const float wa = scene.lines[lineNdx].positions[0].w();
632 const float wb = scene.lines[lineNdx].positions[1].w();
633 const tcu::Vec2 pa = tcu::Vec2((scene.lines[lineNdx].positions[0].x() / wa + 1.0f) * 0.5f * viewportSize.x(),
634 (scene.lines[lineNdx].positions[0].y() / wa + 1.0f) * 0.5f * viewportSize.y());
635 const tcu::Vec2 pb = tcu::Vec2((scene.lines[lineNdx].positions[1].x() / wb + 1.0f) * 0.5f * viewportSize.x(),
636 (scene.lines[lineNdx].positions[1].y() / wb + 1.0f) * 0.5f * viewportSize.y());
    [all...]
  /ndk/sources/host-tools/make-3.81/
commands.c 267 /* Chop CMDS up into individual command lines if necessary.
275 char **lines;
283 /* Chop CMDS->commands up into lines in CMDS->command_lines.
288 lines = (char **) xmalloc (5 * sizeof (char *));
314 lines = (char **) xrealloc ((char *) lines,
317 lines[idx++] = savestring (p, end - p);
326 lines = (char **) xrealloc ((char *) lines,
331 cmds->command_lines = lines;
273 char **lines; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
StringIO.py 170 lines thus read.
173 to EOF, whole lines totalling approximately sizehint bytes (or more
177 lines = []
180 lines.append(line)
185 return lines
284 lines = open(file, 'r').readlines()
287 for line in lines[:-2]:
289 f.writelines(lines[-2:])
294 f.seek(len(lines[0]))
295 f.write(lines[1]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
StringIO.py 170 lines thus read.
173 to EOF, whole lines totalling approximately sizehint bytes (or more
177 lines = []
180 lines.append(line)
185 return lines
284 lines = open(file, 'r').readlines()
287 for line in lines[:-2]:
289 f.writelines(lines[-2:])
294 f.seek(len(lines[0]))
295 f.write(lines[1]
    [all...]
  /external/elfutils/src/libdw/
dwarf_getsrclines.c 92 /* If there are a large number of lines don't blow up the stack.
734 Dwarf_Lines *lines = buf; local
735 lines->nlines = nlinelist;
738 lines->info[i] = sortlines[i]->line;
739 lines->info[i].files = files;
746 lines->info[nlinelist - 1].end_sequence = 1;
750 *linesp = lines;
805 &node->lines, &node->files) != 0)
819 *linesp = (*found)->lines;
839 dwarf_getsrclines (Dwarf_Die *cudie, Dwarf_Lines **lines, size_t *nlines
    [all...]
  /external/llvm/lib/Support/
Host.cpp 628 SmallVector<StringRef, 32> Lines;
629 Str.split(Lines, "\n");
633 for (unsigned I = 0, E = Lines.size(); I != E; ++I)
634 if (Lines[I].startswith("CPU implementer"))
635 Implementer = Lines[I].substr(15).ltrim("\t :");
639 for (unsigned I = 0, E = Lines.size(); I != E; ++I)
640 if (Lines[I].startswith("CPU part"))
644 return StringSwitch<const char *>(Lines[I].substr(8).ltrim("\t :"))
660 for (unsigned I = 0, E = Lines.size(); I != E; ++I)
661 if (Lines[I].startswith("CPU part")
    [all...]
  /external/libxml2/doc/
apibuild.py 650 lines = comment.split("\n")
652 for line in lines:
711 lines = self.comment.split('\n')
712 if lines[0] == '*':
713 del lines[0]
714 if lines[0] != "* %s:" % (name):
717 self.warning(" Expecting '* %s:' got '%s'" % (name, lines[0]))
719 del lines[0]
720 while len(lines) > 0 and lines[0] == '*'
    [all...]
  /art/compiler/dwarf/
dwarf_test.h 52 // If next is true, it must be the next line. Otherwise lines are skipped.
96 std::vector<std::string> lines; local
113 lines.push_back(str);
117 return lines;
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
SourcePosition.java 118 * Returns whether the lines match between this instance and
122 * @return {@code true} iff the lines match
129 * Returns whether the lines and files match between this instance and
133 * @return {@code true} iff the lines and files match
  /dalvik/dx/src/com/android/dx/dex/cf/
CfOptions.java 27 public int positionInfo = PositionList.LINES;
  /dalvik/dx/src/com/android/dx/rop/code/
SourcePosition.java 118 * Returns whether the lines match between this instance and
122 * @return {@code true} iff the lines match
129 * Returns whether the lines and files match between this instance and
133 * @return {@code true} iff the lines and files match
  /dalvik/dx/tests/069-dex-source-position/
run 22 dx --debug --dex --no-optimize --positions=lines --no-locals \
  /dalvik/dx/tests/110-dex-preserve-this/
run 31 # Output any lines that mention the "this" register.
  /dalvik/dx/tests/113-old-style-inner-class/
run 21 # We expect there to be two warning lines, one for each of the inner classes.
  /device/htc/flounder/
aosp_flounder_64_only.mk 21 # lines, aosp and flounder, hence its name.
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
FillDirection.java 20 * Defines which edge is used to close a fill path for drawing lines.

Completed in 139 milliseconds

<<11121314151617181920>>