HomeSort by relevance Sort by last modified time
    Searched refs:trailing (Results 1 - 25 of 41) sorted by null

1 2

  /build/tools/droiddoc/src/
SampleTagInfo.java 33 * trailing whitespace, and reducing the indent level of the text to the indent
134 int trailing = 0; local
176 for (int i=0; i<trailing; i++) {
181 trailing = 1; // add \n next time, maybe
183 trailing++;
219 int trailing = 0; local
236 for (int i=0; i<trailing; i++) {
244 trailing = 1; // add \n next time, maybe
248 trailing++;
  /external/chromium/net/data/proxy_resolver_v8_unittest/
ends_with_comment.js 5 // We end the script with a comment (and no trailing newline).
  /external/icu4c/common/
loclikely.cpp 142 * @param trailing Any trailing data to append to the new tag.
143 * @param trailingLength The length of the trailing data.
158 const char* trailing,
335 * Copy the trailing data into the supplied buffer. Use uprv_memmove, since we
343 trailing,
391 * @param trailing Any trailing data to append to the new tag.
392 * @param trailingLength The length of the trailing data.
406 const char* trailing,
853 const char* trailing = ""; local
957 const char* trailing = ""; local
    [all...]
  /dalvik/tests/
run-test 226 diff --strip-trailing-cr -q "$expected" "$output" >/dev/null
247 diff --strip-trailing-cr -u "$expected" "$output"
  /external/webkit/WebCore/platform/graphics/win/
UniscribeController.cpp 384 int trailing = 0; local
386 advances.data(), &item.a, &m_offsetPosition, &trailing);
387 if (trailing && m_includePartialGlyphs && m_offsetPosition < len - 1) {
389 m_offsetX += m_run.rtl() ? -trailing : trailing;
393 if (trailing && m_includePartialGlyphs)
  /external/bluetooth/glib/gio/
gwin32volumemonitor.c 199 guint trailing = wcslen (wc_name) - 1;
201 /* remove trailing backslash and leading \\?\\ */
202 wc_name[trailing] = L'\0';
  /build/core/
multi_prebuilt.mk 45 $(error $(LOCAL_PATH): Leading or trailing colons in "$(1)")) \
  /external/libxml2/
encoding.c 224 int trailing; local
239 if (d < 0x80) { c= d; trailing= 0; }
241 /* trailing byte in leading position */
245 } else if (d < 0xE0) { c= d & 0x1F; trailing= 1; }
246 else if (d < 0xF0) { c= d & 0x0F; trailing= 2; }
247 else if (d < 0xF8) { c= d & 0x07; trailing= 3; }
255 if (inend - in < trailing) {
259 for ( ; trailing; trailing--) {
397 int trailing; local
576 int trailing; local
818 int trailing; local
    [all...]
HTMLparser.c 1803 int trailing; local
1907 int trailing; local
    [all...]
  /external/webkit/WebCore/platform/graphics/gtk/
FontGtk.cpp 319 int index, trailing; local
320 pango_layout_xy_to_index(layout, x * PANGO_SCALE, 1, &index, &trailing);
323 offset += trailing;
  /frameworks/base/core/java/android/text/
Layout.java 87 // note, omits trailing paragraph char
545 private float getHorizontal(int offset, boolean trailing, boolean alt) {
548 return getHorizontal(offset, trailing, alt, line);
551 private float getHorizontal(int offset, boolean trailing, boolean alt,
565 dir, directions, trailing, alt, tab, tabs);
660 * trailing whitespace.
668 * trailing whitespace.
    [all...]
  /external/chromium/third_party/icu/source/common/
uloc.c 654 if (!*pos) { /* handle trailing "; " */
3969 const char* trailing = ""; local
4072 const char* trailing = ""; local
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/dec/src/
vlc.cpp 35 int trailing; member in struct:tagVLCNumCoeffTrail
479 *TrailingOnes = ptr->trailing;
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
picoloaddbg.lua 14 -- - initial '!' and trailing '!.*' are treated as comments, no '[]'
picoloadphones.lua 13 -- - initial '!' and trailing '!.*' are treated as comments, no '[]'
  /external/webkit/WebCore/platform/graphics/chromium/
UniscribeHelper.cpp 273 int trailing; local
277 &trailing);
    [all...]
  /frameworks/base/media/libstagefright/rtsp/
ARTSPConnection.cpp 147 size_t trailing = host->size() - colonOffset; local
148 host->erase(colonOffset, trailing);
  /ndk/build/core/
main.mk 32 # get rid of trailing slash
  /external/v8/test/mjsunit/
d8-os.js 78 // Check that mkdirp can cope with trailing /
  /build/tools/droiddoc/templates/assets/
android-developer-core.css 595 .gsc-cursor-box .gsc-trailing-more-results a.gsc-trailing-more-results,
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-core.css 726 .gsc-cursor-box .gsc-trailing-more-results a.gsc-trailing-more-results,
  /external/bison/data/
glr.c 62 # a trailing comma.
    [all...]
  /external/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
smartypants.php 311 preg_replace('/ \z/', '', $result); # Trim trailing space if we added one earlier.
  /external/libvpx/examples/includes/geshi/contrib/
langcheck.php 209 report_error(TYPE_ERROR, 'Language file contains trailing empty lines at EOF!');
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/hermes/
x86p_32.asm 919 ;; the trailing three pixels
1017 mov eax,[esi] ; single pixel conversion for trailing pixels

Completed in 697 milliseconds

1 2