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

<<11121314151617181920>>

  /cts/hostsidetests/appsecurity/src/com/android/cts/appsecurity/
AdoptableHostTest.java 295 String[] lines = null; local
298 lines = getDevice().executeShellCommand("sm list-volumes private").split("\n");
299 for (String line : lines) {
307 throw new AssertionError("Expected private volume; found " + Arrays.toString(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/third_party/Paste/paste/
lint.py 198 lines = self.input.readlines(*args)
199 assert isinstance(lines, list)
200 for line in lines:
202 return lines
  /external/deqp/modules/glshared/
glsRasterizationTestUtil.hpp 83 std::vector<SceneLine> lines; member in struct:deqp::gls::RasterizationTestUtil::LineSceneSpec
131 * by RasterizationArguments. Lines should not be z-clipped.
164 * valid range. Lines should not be z-clipped.
  /external/emma/
test.sh 127 echo Tests failed: Additional or missing lines: See $TESTDIR/diff-sorted
131 echo Tests failed: same lines, different order: See $TESTDIR/diff-ordered
  /external/google-breakpad/src/common/
module.cc 79 // FUNC lines must not hold an empty name, so catch the problem early if
199 for (vector<Line>::iterator line_it = func->lines.begin();
200 line_it != func->lines.end(); ++line_it)
252 // Write out functions and their lines.
264 for (vector<Line>::iterator line_it = func->lines.begin();
265 line_it != func->lines.end(); ++line_it) {
  /external/google-breakpad/src/common/windows/
pdb_source_line_writer.h 138 bool PrintLines(IDiaEnumLineNumbers *lines);
  /external/icu/icu4c/source/tools/ctestfw/unicode/
uperf.h 175 ULine* lines; member in class:UPerfTest
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
UnicodeRegex.java 167 * Compile a composed string from a set of BNF lines; see the List version for more information.
169 * @param bnfLines Series of BNF lines.
177 * Compile a composed string from a set of BNF lines, such as for composing a regex
178 * expression. The lines can be in any order, but there must not be any
196 * @param lines Series of lines that represent a BNF expression. The lines contain
198 * multiple lines, but there can't be multiple statements on a line.
202 public String compileBnf(List<String> lines) {
203 Map<String, String> variables = getVariables(lines);
    [all...]
  /external/pdfium/core/src/fpdftext/
txtproc.h 59 void WriteOutput(CFX_WideStringArray& lines, int iMinWidth);
  /external/v8/tools/push-to-trunk/
git_recipes.py 57 # Extract the lines in the footer block.
58 lines = []
62 del(lines[:])
64 lines.append(line)
67 for line in lines:
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
ModelInterpreter.java 504 List<String> lines; local
506 lines = mSimulatedCallState.getClccLines();
508 for (int i = 0, s = lines.size() ; i < s ; i++) {
509 println (lines.get(i));
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/plugins/maven-deploy-plugin/2.5/
maven-deploy-plugin-2.5.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/plugins/maven-install-plugin/2.3.1/
maven-install-plugin-2.3.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/plugins/maven-resources-plugin/2.4.3/
maven-resources-plugin-2.4.3.jar 
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/include/gdb/
jit-reader.h 122 NLINES is the number of elements in LINES, each element
128 struct gdb_line_mapping *lines);
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/gdb/
jit-reader.h 122 NLINES is the number of elements in LINES, each element
128 struct gdb_line_mapping *lines);
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/include/gdb/
jit-reader.h 122 NLINES is the number of elements in LINES, each element
128 struct gdb_line_mapping *lines);
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/include/gdb/
jit-reader.h 122 NLINES is the number of elements in LINES, each element
128 struct gdb_line_mapping *lines);
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/include/gdb/
jit-reader.h 122 NLINES is the number of elements in LINES, each element
128 struct gdb_line_mapping *lines);
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/include/gdb/
jit-reader.h 122 NLINES is the number of elements in LINES, each element
128 struct gdb_line_mapping *lines);
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/gdb/
jit-reader.h 122 NLINES is the number of elements in LINES, each element
128 struct gdb_line_mapping *lines);
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/include/gdb/
jit-reader.h 122 NLINES is the number of elements in LINES, each element
128 struct gdb_line_mapping *lines);
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/include/gdb/
jit-reader.h 122 NLINES is the number of elements in LINES, each element
128 struct gdb_line_mapping *lines);
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/include/gdb/
jit-reader.h 122 NLINES is the number of elements in LINES, each element
128 struct gdb_line_mapping *lines);

Completed in 779 milliseconds

<<11121314151617181920>>