HomeSort by relevance Sort by last modified time
    Searched defs:trailing (Results 1 - 17 of 17) sorted by null

  /external/clang/test/CodeGen/
count-builtins.c 3 int leading, trailing, pop; variable
7 trailing = __builtin_ctzs(P);
16 trailing = __builtin_ctz(P);
27 trailing = __builtin_ctzll(P);
  /external/doclava/src/com/google/doclava/
SampleTagInfo.java 33 * The @sample tag copies the text from the given file, stripping leading and trailing whitespace,
124 int trailing = 0; local
166 for (int i = 0; i < trailing; i++) {
171 trailing = 1; // add \n next time, maybe
173 trailing++;
202 int trailing = 0; local
219 for (int i = 0; i < trailing; i++) {
227 trailing = 1; // add \n next time, maybe
231 trailing++;
  /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,
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 data
861 const char* trailing = ""; local
968 const char* trailing = ""; local
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/gtk/
FontGtk.cpp 390 int index, trailing; local
391 pango_layout_xy_to_index(layout, x * PANGO_SCALE, 1, &index, &trailing);
394 offset += trailing;
  /external/webkit/Source/WebCore/platform/graphics/win/
UniscribeController.cpp 361 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)
  /frameworks/av/media/libstagefright/wifi-display/sink/
WifiDisplaySink.cpp 113 size_t trailing = host->size() - colonOffset; local
114 host->erase(colonOffset, trailing);
  /external/webkit/Source/WebCore/platform/graphics/chromium/
UniscribeHelper.cpp 246 int trailing; local
250 &trailing);
    [all...]
  /frameworks/av/media/libstagefright/rtsp/
ARTSPConnection.cpp 181 size_t trailing = host->size() - colonOffset; local
182 host->erase(colonOffset, trailing);
  /external/guava/guava-tests/test/com/google/common/base/
SplitterTest.java 76 String trailing = "a,b,c,"; local
77 Iterable<String> letters = COMMA_SPLITTER.split(trailing);
177 String trailing = "a,b,c,"; local
178 Iterable<String> letters = Splitter.on(",").split(trailing);
308 String trailing = "a,b,c,"; local
309 Iterable<String> letters = Splitter.onPattern(",").split(trailing);
  /external/jmonkeyengine/engine/src/core/com/jme3/input/
ChaseCamera.java 83 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 is enabled
    [all...]
  /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 1954 int trailing; local
2058 int trailing; local
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
location_bar_view_gtk.cc 1198 GtkRequisition leading, icon, trailing; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.updatesite_1.0.201.R36x_v20100823.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 1007 milliseconds