Searched defs:trailing (Results 1 - 25 of 28) 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/chromium_org/ui/views/controls/
H A Dsingle_split_view_unittest.cc20 const views::View* trailing = split.child_at(1); local
24 EXPECT_TRUE(trailing->bounds().IsEmpty());
29 EXPECT_FALSE(trailing->bounds().IsEmpty());
30 EXPECT_FALSE(leading->bounds().Intersects(trailing->bounds()));
34 EXPECT_EQ(trailing->bounds().height(), split.bounds().height());
35 EXPECT_LT(leading->bounds().width() + trailing->bounds().width(),
39 EXPECT_EQ(trailing->bounds().width(), split.bounds().width());
40 EXPECT_LT(leading->bounds().height() + trailing->bounds().height(),
H A Dsingle_split_view.cc26 View* trailing,
35 AddChildView(trailing);
25 SingleSplitView(View* leading, View* trailing, Orientation orientation, SingleSplitViewListener* listener) argument
/external/chromium_org/third_party/skia/src/views/
H A DSkTextBox.cpp18 size_t* trailing = NULL)
26 if (trailing) {
27 *trailing = 0;
46 if (trailing) {
47 *trailing = text - prevText;
72 if (trailing) {
73 *trailing = lineBreakSize;
88 if (trailing) {
89 *trailing = lineBreakSize;
227 size_t trailing; local
[all...]
/external/skia/src/views/
H A DSkTextBox.cpp18 size_t* trailing = NULL)
26 if (trailing) {
27 *trailing = 0;
46 if (trailing) {
47 *trailing = text - prevText;
72 if (trailing) {
73 *trailing = lineBreakSize;
88 if (trailing) {
89 *trailing = lineBreakSize;
227 size_t trailing; local
[all...]
/external/chromium_org/third_party/icu/source/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,
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,
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
399 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
853 const char* trailing = ""; local
957 const char* trailing = ""; local
[all...]
/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
860 const char* trailing = ""; local
967 const char* trailing = ""; local
[all...]
/external/chromium_org/ash/system/tray/
H A Dtray_background_view.cc175 const gfx::ImageSkia* trailing = trailing_images_[orientation][state]; local
183 trailing_location = gfx::Point(bounds.width() - trailing->width(), 0);
187 bounds.width() - (leading->width() + trailing->width()),
191 trailing_location = gfx::Point(0, bounds.height() - trailing->height());
196 bounds.height() - (leading->height() + trailing->height()));
203 canvas->DrawImageInt(*trailing,
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
H A DUniscribeHelper.cpp307 int trailing; local
311 &trailing);
/external/chromium_org/ui/gfx/
H A Drender_text_linux.cc117 int caret_pos = 0, trailing = 0; local
119 &caret_pos, &trailing);
121 DCHECK_GE(trailing, 0);
122 if (trailing > 0) {
124 trailing) - layout_text_;
129 (trailing > 0) ? CURSOR_BACKWARD : CURSOR_FORWARD);
H A Drender_text_win.cc178 // Returns the X coordinate of the leading or |trailing| edge of the glyph
182 bool trailing) {
184 DCHECK_LT(index, run->range.end() + (trailing ? 0 : 1));
188 trailing,
245 int position = 0, trailing = 0; local
254 &trailing);
256 DCHECK_GE(trailing, 0);
258 const size_t cursor = LayoutIndexToTextIndex(position + trailing);
260 return SelectionModel(cursor, trailing ? CURSOR_BACKWARD : CURSOR_FORWARD);
180 GetGlyphXBoundary(const internal::TextRun* run, size_t index, bool trailing) argument
/external/chromium_org/ash/wm/workspace/
H A Dworkspace_window_resizer.cc125 int trailing,
131 return trailing;
123 CoordinateAlongSecondaryAxis(SecondaryMagnetismEdge edge, int leading, int trailing, int none) argument
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser.cc257 string leading, trailing; local
258 input_->NextWithComments(&trailing, NULL, &leading);
265 location->AttachComments(&leading, &trailing);
362 string* leading, string* trailing) const {
369 if (!trailing->empty()) {
370 location_->mutable_trailing_comments()->swap(*trailing);
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Ddeep-heap-profile.cc907 bool trailing = mmap_iter->start_addr < vma_start_addr; local
910 if (trailing)
921 mmap_dump_buffer->AppendString(trailing ? " (" : " ", 0);
923 mmap_dump_buffer->AppendString(trailing ? ")" : " ", 0);
/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/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/chromium_org/third_party/libxml/src/
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/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/pixman/test/
H A Dutils.c335 uint8_t *trailing; member in struct:__anon23869
380 ((info_t *)initial_page)->trailing = trailing_protected;
/external/chromium_org/chrome/browser/ui/gtk/
H A Dlocation_bar_view_gtk.cc1342 std::string trailing(UTF16ToUTF8(
1347 trailing.c_str());
1658 GtkRequisition leading, icon, trailing; local
1661 gtk_widget_size_request(tab_to_search_hint_trailing_label_, &trailing);
1662 int full_width = leading.width + icon.width + trailing.width;
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dwebrtcsdp.cc2778 size_t trailing = message->find(delimiter); local
2779 if (trailing != std::string::npos) {
2780 *message = message->substr(0, trailing);
2791 // When parsing the values the trailing ";" gets picked up. Remove them.
/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 ...

Completed in 541 milliseconds

12