Searched refs:trailing (Results 1 - 25 of 34) sorted by relevance

12

/external/clang/test/CodeGen/
H A Dcount-builtins.c3 int leading, trailing, pop; variable
7 trailing = __builtin_ctzs(P);
16 trailing = __builtin_ctz(P);
27 trailing = __builtin_ctzll(P);
/external/icu4c/common/
H A Dloclikely.cpp142 * @param trailing Any trailing data to append to the new tag.
143 * @param trailingLength The length of the trailing data.
158 const char* trailing,
328 if (*trailing != '@' && capacityRemaining > 0) {
340 * Copy the trailing data into the supplied buffer. Use uprv_memmove, since we
348 trailing,
396 * @param trailing Any trailing data to append to the new tag.
397 * @param trailingLength The length of the trailing dat
151 createTagStringWithAlternates( const char* lang, int32_t langLength, const char* script, int32_t scriptLength, const char* region, int32_t regionLength, const char* trailing, int32_t trailingLength, const char* alternateTags, char* tag, int32_t tagCapacity, UErrorCode* err) argument
404 createTagString( const char* lang, int32_t langLength, const char* script, int32_t scriptLength, const char* region, int32_t regionLength, const char* trailing, int32_t trailingLength, char* tag, int32_t tagCapacity, UErrorCode* err) argument
861 const char* trailing = ""; local
968 const char* trailing = ""; local
[all...]
/external/doclava/src/com/google/doclava/
H A DSampleTagInfo.java33 * The @sample tag copies the text from the given file, stripping leading and trailing whitespace,
124 int trailing = 0;
166 for (int i = 0; i < trailing; i++) {
171 trailing = 1; // add \n next time, maybe
173 trailing++;
202 int trailing = 0;
219 for (int i = 0; i < trailing; i++) {
227 trailing = 1; // add \n next time, maybe
231 trailing++;
/external/webkit/LayoutTests/http/tests/resources/
H A DportabilityLayer.php6 // try to guess from the environment. Since sys_get_temp_dir() doesn't return a trailing
8 // append a trailing slash, and expect callers to append one when needed.
/external/webkit/Source/WebCore/platform/graphics/win/
H A DUniscribeController.cpp361 int trailing = 0; local
363 advances.data(), &item.a, &m_offsetPosition, &trailing);
364 if (trailing && m_includePartialGlyphs && m_offsetPosition < len - 1) {
366 m_offsetX += m_run.rtl() ? -trailing : trailing;
370 if (trailing && m_includePartialGlyphs)
/external/bluetooth/glib/gio/
H A Dgwin32volumemonitor.c199 guint trailing = wcslen (wc_name) - 1;
201 /* remove trailing backslash and leading \\?\\ */
202 wc_name[trailing] = L'\0';
/external/libxml2/
H A Dencoding.c224 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...]
H A DHTMLparser.c1954 int trailing; local
1969 if (d < 0x80) { c= d; trailing= 0; }
1971 /* trailing byte in leading position */
1975 } else if (d < 0xE0) { c= d & 0x1F; trailing= 1; }
1976 else if (d < 0xF0) { c= d & 0x0F; trailing= 2; }
1977 else if (d < 0xF8) { c= d & 0x07; trailing= 3; }
1985 if (inend - in < trailing) {
1989 for ( ; trailing; trailing--) {
2058 int trailing; local
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/input/
H A DChaseCamera.java83 protected boolean trailing = false; field in class:ChaseCamera
336 //target moves, start trailing if it has to.
338 trailing = true;
358 //reseting the trailing lerp factor
360 //stop trailing user has the control
361 trailing = false;
365 if (trailingEnabled && trailing) {
383 //if there is an important change in the direction while trailing reset of the lerp factor to avoid jumpy movements
396 trailing = false;
638 * Only has an effect if smoothMotion is set to true and trailing i
[all...]
/external/webkit/Source/WebCore/platform/graphics/gtk/
H A DFontGtk.cpp390 int index, trailing; local
391 pango_layout_xy_to_index(layout, x * PANGO_SCALE, 1, &index, &trailing);
394 offset += trailing;
/external/llvm/lib/Support/Windows/
H A DPath.inc33 // is a root directory. Any other use of a trailing slash is stripped. Unlike
104 // Remove trailing slash, unless it's a root slash.
650 // Drop trailing slash.
/external/guava/guava-tests/test/com/google/common/base/
H A DSplitterTest.java76 String trailing = "a,b,c,";
77 Iterable<String> letters = COMMA_SPLITTER.split(trailing);
177 String trailing = "a,b,c,";
178 Iterable<String> letters = Splitter.on(",").split(trailing);
308 String trailing = "a,b,c,";
309 Iterable<String> letters = Splitter.onPattern(",").split(trailing);
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
H A Dpicoloaddbg.lua14 -- - initial '!' and trailing '!.*' are treated as comments, no '[]'
H A Dpicoloadphones.lua13 -- - initial '!' and trailing '!.*' are treated as comments, no '[]'
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DUniscribeHelper.cpp246 int trailing; local
250 &trailing);
/external/doclava/res/assets/templates/assets/
H A Ddoclava-developer-core.css592 .gsc-cursor-box .gsc-trailing-more-results a.gsc-trailing-more-results,
/external/chromium/chrome/browser/ui/gtk/
H A Dlocation_bar_view_gtk.cc1011 std::string trailing(UTF16ToUTF8(
1016 trailing.c_str());
1198 GtkRequisition leading, icon, trailing; local
1201 gtk_widget_size_request(tab_to_search_hint_trailing_label_, &trailing);
1202 int full_width = leading.width + icon.width + trailing.width;
/external/bison/data/
H A Dglr.c62 # a trailing comma.
/external/qemu/distrib/sdl-1.2.12/src/hermes/
H A Dx86p_32.asm919 ;; the trailing three pixels
1017 mov eax,[esi] ; single pixel conversion for trailing pixels
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.updatesite_1.0.201.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/icu4c/tools/pkgdata/
H A Dpkgdata.cpp1689 /* remove trailing newline characters */
1713 fprintf(stderr, "%s:%d - missing trailing double quote (\")\n",
/external/webkit/Source/JavaScriptCore/tests/mozilla/Getopt/
H A DMixed.pm436 Each description consists of the option name and an optional trailing
/external/grub/docs/
H A Dtexinfo.tex389 % the input line (except we remove a trailing comment). #1 should be a
415 % \argremovec might leave us with trailing space, e.g.,
443 % But first, we have to remove the trailing space token.
2949 % Remove the trailing space \setxxx inserted.
5571 % Trim leading and trailing spaces off a string.
5581 % Trim a single trailing ^^M off a string.
5857 % We don't want such trailing spaces in the node name.
5861 % also remove a trailing comma, in case of something like this:
6227 % The trailing space in the following definition for supereject is

Completed in 731 milliseconds

12