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

<<31323334353637383940>>

  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
RegexUtilitiesTest.java 173 List lines;
175 lines = UnicodeRegex.appendLines(new ArrayList(), is, "UTF-8");
179 result = regex.compileBnf(lines);
  /external/libpng/scripts/
options.awk 38 # The following definitions prevent the C preprocessor noticing the lines
40 # the lines, for example by inserting spaces around operators, and all
41 # C preprocessors notice lines that start with '#', most remove comments.
42 # The technique adopted here is to make the final output lines into
163 # Preprocessing - this just copies the input file with lines
350 # 'option' lines into the intermediate file.
404 # Output new 'option' lines to the intermediate file (out)
447 # The order of the dependency lines (option, chunk, setting) is irrelevant
459 # A given NAME can be specified in as many 'option' lines as required, the
470 # lines!)
    [all...]
  /external/mesa3d/docs/
sourcetree.html 67 lines, triangles, bitmaps, images, etc. in software.
107 and optional stages for drawing wide lines, stippled lines,
vmware-guest.html 166 to watch the debug output. It should contain a number of lines prefixed with "[vmwgfx]".
170 The lines starting with "vmwlegacy" or "VMWARE" in the file /var/log/Xorg.0.log
171 should now have been replaced with lines starting with "vmwgfx", indicating that
  /external/owasp/sanitizer/tools/findbugs/doc/
sourceInfo.html 71 <p>Following that are a series of lines, each describing a class, field, or method. For each, a starting and ending line number is provided. For example, the following sourceInfo file:
85 <li> the method <code>int g(Object)</code> is defined on lines 6-7.
90 Thus, if the class a.C had an inner class X and it was onb lines 10-15 of the file, the sourceInfo file might contain:
  /external/pcre/dist/
perltest.pl 41 # Read lines from named file or stdin and write to named file or stdout; lines
149 # Read data lines and test them
  /external/proguard/docs/manual/retrace/
usage.html 48 lines and unrecognized lines are ignored, as far as possible.</dd>
60 <dd>Specifies the regular expression that is used to parse the lines in the
  /external/skia/gm/
convex_all_line_paths.cpp 68 // thin rect with colinear-ish lines
92 // thin rect with colinear lines
236 // lines, wound the right direction, and short enough to fit in one
  /external/toybox/toys/posix/
cut.c 16 Print selected parts of lines from each FILE to standard output.
22 -s do not print lines not containing delimiters.
262 perror_exit("suppressing non-delimited lines operating on fields");
  /external/wpa_supplicant_8/src/wps/
wps_upnp_web.c 290 * Since we don't do anything fancy we just ignore other lines.
292 * Our response (if no error) which includes only required lines is:
298 * Header lines must end with \r\n
836 * Since we don't do anything fancy we just ignore other lines.
838 * Our response (if no error) which includes only required lines is:
844 * Header lines must end with \r\n
901 * Our response (if no error) which includes only required lines is:
909 * Header lines must end with \r\n
958 break; /* no unterminated lines allowed */
1125 * Our response (if no error) which includes only required lines is
    [all...]
  /frameworks/av/media/libeffects/testlibs/
AudioBiquadFilter.h 55 // Delay lines are not cleared.
58 // Clears the delay lines.
139 // The delay lines.
  /frameworks/av/media/libstagefright/timedtext/
TimedTextSRTSource.cpp 113 * Text of subtitle (one or more lines)
114 * Blank lines
130 // To skip blank lines.
  /frameworks/base/docs/html/training/notify-user/
display-progress.jd 152 To see how continuing activity indicators work, refer to the preceding snippet. Locate the following lines:
162 Replace the lines you've found with the following lines. Notice that the third parameter
  /frameworks/native/libs/binder/
BufferedTextOutput.cpp 174 // Include this and all following empty lines.
187 // have been given one or more complete lines, just write
190 // Slurp up all of the lines.
  /packages/apps/Camera/src/com/android/camera/
CameraHolder.java 88 String[] lines = new String[stack.length]; local
90 lines[i] = stack[i].toString();
92 s.stack = lines;
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/
MimeStreamParser.java 43 * <strong>NOTE:</strong> All lines must end with CRLF
114 * Finishes the parsing and stops reading lines.
115 * NOTE: No more lines will be parsed but the parser
  /packages/services/Telephony/src/org/apache/james/mime4j/
MimeStreamParser.java 43 * <strong>NOTE:</strong> All lines must end with CRLF
114 * Finishes the parsing and stops reading lines.
115 * NOTE: No more lines will be parsed but the parser
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pdb.doc 28 'list', where it lists the next 11 lines.
149 Without arguments, list 11 lines around the current line
151 With one argument, list 11 lines starting at that line.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pdb.doc 28 'list', where it lists the next 11 lines.
149 Without arguments, list 11 lines around the current line
151 With one argument, list 11 lines starting at that line.
  /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);
  /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));
  /cts/hostsidetests/atrace/src/android/atrace/cts/
AtraceHostTest.java 158 String[] lines = output.split("\\r?\\n"); local
161 assertEquals("capturing trace... done", lines[0]);
162 assertEquals("TRACE:", lines[1]);
165 assertEquals("# tracer: nop", lines[2]);
  /cts/suite/audio_quality/test/
LogTest.cpp 35 // following lines should match. no automatic test yet..
  /developers/samples/android/ui/holo/BorderlessButtons/
template-params.xml 64 This includes a ListView with custom rows and buttons, using dividing lines to create

Completed in 382 milliseconds

<<31323334353637383940>>