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

<<21222324252627282930>>

  /frameworks/av/cmds/screenrecord/
TextRenderer.h 60 // Set the font scaling based on the desired number of lines per screen.
62 // the screen will fit fewer lines.
  /frameworks/base/core/res/res/layout/
time_picker_header_material.xml 83 android:lines="1"
91 android:lines="1"
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_textwithnomarkup.java 38 * multiple text lines without markup, so they should be
40 * method should contain the combination of the two lines.
textwithnomarkup.java 38 * multiple text lines without markup, so they should be
40 * method should contain the combination of the two lines.
  /packages/apps/Exchange/tests/src/com/android/exchange/utility/
SimpleIcsWriterTests.java 58 * Verify that: We're folding lines correctly, and we're not splitting up a UTF-8 character.
85 // Verify that no lines are longer than 75 bytes.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/config/i386/
unix.h 47 /* Output to assembler file text saying following lines
52 /* Output to assembler file text saying following lines
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
quoprimime.py 21 in To:/From:/Cc: etc. fields, as well as Subject: lines.
193 76 characters). Long lines will have the `soft linefeed' quoted-printable
210 lines = body.splitlines(1)
211 for line in lines:
243 if lineno + 1 == len(lines):
255 if lines[lineno].endswith(CRLF) or lines[lineno][-1] in CRLF:
275 Lines are separated with eol, which defaults to \\n.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_multifile.py 54 lines = mf.readlines()
55 linecount += len(lines)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
quoprimime.py 21 in To:/From:/Cc: etc. fields, as well as Subject: lines.
193 76 characters). Long lines will have the `soft linefeed' quoted-printable
210 lines = body.splitlines(1)
211 for line in lines:
243 if lineno + 1 == len(lines):
255 if lines[lineno].endswith(CRLF) or lines[lineno][-1] in CRLF:
275 Lines are separated with eol, which defaults to \\n.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_multifile.py 54 lines = mf.readlines()
55 linecount += len(lines)
  /system/core/include/utils/
Printer.h 44 // - Unless ignoreBlankLines is false, print blank lines to logcat
45 // (Note that the default ALOG behavior is to ignore blank lines)
  /system/core/libutils/
Printer.cpp 82 // Simple case: Line is not blank, or we don't care about printing blank lines
85 // Force logcat to print empty lines by adding prefixing with a space
  /frameworks/base/core/java/android/text/
StaticLayout.java 243 * is wide, or exceeding the number of lines (see #setMaxLines) in the case
259 * Set maximum number of lines. This is particularly useful in the case of
263 * @param maxLines maximum number of lines in the layout
300 * pixels. For lines past the last element in the array, the last element repeats.
753 // Treat the last line and overflowed lines as a single line.
    [all...]
  /cts/tests/tests/calendarcommon/src/android/calendarcommon2/cts/
Calendarcommon2Test.java 45 // with the name CTS_PROPERTY_NAME. The lines below test for that
  /developers/build/prebuilts/gradle/BasicNotifications/Application/src/main/res/values/
strings.xml 23 notification will display an icon and two or three lines of text.
  /developers/samples/android/notification/BasicNotifications/Application/src/main/res/values/
strings.xml 23 notification will display an icon and two or three lines of text.
  /development/perftests/panorama/feature_mos/src/mosaic/
Pyramid.h 45 static unsigned int calcStorage(real width, real height, real border2, int levels, int *lines);
  /development/samples/ApiDemos/res/layout/
layout_animation_7.xml 55 <EditText android:lines="3" />
  /development/samples/browseable/BasicNotifications/res/values/
strings.xml 23 notification will display an icon and two or three lines of text.
  /device/htc/flounder/
aosp_flounder.mk 21 # lines, aosp and flounder, hence its name.
  /external/apache-http/src/org/apache/http/message/
LineFormatter.java 51 * The formatted lines are returned in memory, the formatter does not depend
67 * <!-- empty lines above to avoid 'svn diff' context problems -->
137 * Due to header continuation, the result may be multiple lines.
138 * In order to generate well-formed HTTP, the lines in the result
  /external/bison/examples/calc++/
calc++-scanner.ll 38 [\n]+ yylloc->lines (yyleng); yylloc->step ();
  /external/clang/lib/Format/
UnwrappedLineFormatter.h 12 /// linebreaks unwrapped lines can be formatted in.
40 unsigned format(const SmallVectorImpl<AnnotatedLine *> &Lines, bool DryRun,
147 /// If \p NewLine is true, we format the nested block on separate lines, i.e.
148 /// break after the "{", format all lines with correct indentation and the put
  /external/clang/test/Index/
complete-documentation.cpp 1 // Note: the run lines follow their respective tests, since line/column
complete-hiding.c 1 // Note: the run lines follow their respective tests, since line/column

Completed in 257 milliseconds

<<21222324252627282930>>