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

123

/external/clang/test/CodeGen/
H A Dmips-count-builtins.c6 int leading, trailing, pop; variable
10 trailing = __builtin_ctzs(P);
19 trailing = __builtin_ctz(P);
28 trailing = __builtin_ctzll(P);
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/gfx/image/
H A Dimage_util.h37 // the trailing will be the image width. Return values are in the 1x width
41 // width-2, width-1, then the trailing margin value will be width-3.
49 int* leading, int* trailing);
H A Dimage_util.cc50 bool VisibleMargins(const ImageSkia& image, int* leading, int* trailing) { argument
52 *trailing = std::max(1, image.width()) - 1;
94 *trailing = bitmap.width()/2 + 1;
99 *trailing = inner_max;
/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/ui/views/window/
H A Dcustom_frame_view_unittest.cc139 const std::vector<views::FrameButton>& trailing = trailing_buttons(); local
140 EXPECT_EQ(trailing.size(), 3u);
142 EXPECT_EQ(trailing[0], FRAME_BUTTON_MINIMIZE);
143 EXPECT_EQ(trailing[1], FRAME_BUTTON_MAXIMIZE);
144 EXPECT_EQ(trailing[2], FRAME_BUTTON_CLOSE);
174 std::vector<views::FrameButton> trailing; local
176 SetWindowButtonOrder(leading, trailing);
232 std::vector<views::FrameButton> trailing; local
233 trailing.push_back(views::FRAME_BUTTON_MINIMIZE);
234 SetWindowButtonOrder(leading, trailing);
[all...]
/external/icu/icu4c/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,
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/ui/views/controls/
H A Dsingle_split_view_unittest.cc17 const views::View* trailing = split.child_at(1); local
21 EXPECT_TRUE(trailing->bounds().IsEmpty());
26 EXPECT_FALSE(trailing->bounds().IsEmpty());
27 EXPECT_FALSE(leading->bounds().Intersects(trailing->bounds()));
31 EXPECT_EQ(trailing->bounds().height(), split.bounds().height());
32 EXPECT_LT(leading->bounds().width() + trailing->bounds().width(),
36 EXPECT_EQ(trailing->bounds().width(), split.bounds().width());
37 EXPECT_LT(leading->bounds().height() + trailing->bounds().height(),
H A Dsingle_split_view.h30 View* trailing,
67 // changes. The default is true. A value of false results in the trailing
73 // Calculates ideal leading and trailing view bounds according to the given
H A Dsingle_split_view.cc24 View* trailing,
33 AddChildView(trailing);
23 SingleSplitView(View* leading, View* trailing, Orientation orientation, SingleSplitViewListener* listener) argument
/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,
131 int trailing = 0;
173 for (int i = 0; i < trailing; i++) {
178 trailing = 1; // add \n next time, maybe
180 trailing++;
209 int trailing = 0;
231 for (int i = 0; i < trailing; i++) {
242 trailing = 1; // add \n next time, maybe
252 trailing++;
/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/chromium_org/tools/grit/grit/extern/
H A Dtclib.py80 # phrwr fields, as a result of that, the trailing spaces
83 # trailing spaces during equivalence comparison.
148 # Strips leading and trailing whitespace, and returns a tuple
149 # containing the leading and trailing space that was removed.
151 leading = trailing = ''
162 trailing = s0[len(s):]
164 return leading, trailing
375 # Strips leading and trailing whitespace, and returns a tuple
376 # containing the leading and trailing space that was removed.
378 leading = trailing
[all...]
/external/clang/test/Parser/
H A Dcxx0x-attributes.cpp153 auto trailing() -> [[]] const int; // expected-error {{an attribute list cannot appear here}}
154 auto trailing() -> const [[]] int; // expected-error {{an attribute list cannot appear here}}
155 auto trailing() -> const int [[]];
/external/chromium_org/ash/system/tray/
H A Dtray_background_view.cc181 const gfx::ImageSkia* trailing = trailing_images_[orientation][state]; variable
189 trailing_location = gfx::Point(bounds.width() - trailing->width(), 0);
193 bounds.width() - (leading->width() + trailing->width()),
197 trailing_location = gfx::Point(0, bounds.height() - trailing->height());
202 bounds.height() - (leading->height() + trailing->height()));
209 canvas->DrawImageInt(*trailing,
/external/chromium_org/ui/gfx/
H A Drender_text_pango.cc107 int caret_pos = 0, trailing = 0; local
109 &caret_pos, &trailing);
111 DCHECK_GE(trailing, 0);
112 if (trailing > 0) {
114 trailing) - layout_text_;
119 (trailing > 0) ? CURSOR_BACKWARD : CURSOR_FORWARD);
H A Drender_text_harfbuzz.h35 // Returns the X coordinate of the leading or |trailing| edge of the glyph
37 int GetGlyphXBoundary(size_t text_index, bool trailing) const;
H A Drender_text_win.cc308 // Returns the X coordinate of the leading or |trailing| edge of the glyph
312 bool trailing) {
314 DCHECK_LT(index, run->range.end() + (trailing ? 0 : 1));
318 trailing,
553 int position = 0, trailing = 0; local
562 &trailing);
564 DCHECK_GE(trailing, 0);
566 const size_t cursor = LayoutIndexToTextIndex(position + trailing);
568 return SelectionModel(cursor, trailing ? CURSOR_BACKWARD : CURSOR_FORWARD);
310 GetGlyphXBoundary(const internal::TextRun* run, size_t index, bool trailing) argument
/external/chromium_org/tools/grit/grit/format/
H A Dhtml_inline.py34 # Matches beginning of an "if" block with trailing spaces.
212 trailing = str[end_if.end():]
215 str = leading + CheckConditionalElements(content) + trailing
217 str = leading + trailing
/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...]
/external/compiler-rt/lib/builtins/
H A Dfp_extend_impl.inc80 // bit (if needed) and right-aligning the rest of the trailing NaN
/external/libxml2/
H A Dencoding.c228 int trailing; local
243 if (d < 0x80) { c= d; trailing= 0; }
245 /* trailing byte in leading position */
249 } else if (d < 0xE0) { c= d & 0x1F; trailing= 1; }
250 else if (d < 0xF0) { c= d & 0x0F; trailing= 2; }
251 else if (d < 0xF8) { c= d & 0x07; trailing= 3; }
259 if (inend - in < trailing) {
263 for ( ; trailing; trailing--) {
401 int trailing; local
580 int trailing; local
822 int trailing; local
[all...]
/external/chromium_org/ash/wm/
H A Dsystem_gesture_event_filter_unittest.cc146 std::vector<views::FrameButton> trailing; variable
147 trailing.push_back(views::FRAME_BUTTON_MINIMIZE);
148 trailing.push_back(views::FRAME_BUTTON_MAXIMIZE);
149 trailing.push_back(views::FRAME_BUTTON_CLOSE);
151 SetWindowButtonOrder(leading, trailing);
/external/lldb/include/lldb/Interpreter/
H A DArgs.h348 bool trailing = true,

Completed in 648 milliseconds

123