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

1 2 3 4 5 6

  /art/test/etc/
default-check 17 diff --strip-trailing-cr -q "$1" "$2" >/dev/nul
  /external/clang/test/CodeGen/
mips-count-builtins.c 6 int leading, trailing, pop; variable
10 trailing = __builtin_ctzs(P);
19 trailing = __builtin_ctz(P);
28 trailing = __builtin_ctzll(P);
count-builtins.c 3 int leading, trailing, pop; variable
7 trailing = __builtin_ctzs(P);
16 trailing = __builtin_ctz(P);
27 trailing = __builtin_ctzll(P);
  /ndk/tests/build/awk-trailing-r/jni/
Android.mk 3 LOCAL_MODULE := awk-trailing-r
4 LOCAL_SRC_FILES := awk-trailing-r.c
  /art/test/004-ThreadStress/
check 18 tail -n 1 "$2" | diff --strip-trailing-cr -q "$1" - >/dev/nul
  /external/chromium_org/ui/gfx/image/
image_util.h 37 // 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);
image_util.cc 50 bool VisibleMargins(const ImageSkia& image, int* leading, int* trailing) {
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/
SkTextBox.cpp 18 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/
SkTextBox.cpp 18 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/
custom_frame_view_unittest.cc 139 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/
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
860 const char* trailing = ""; local
967 const char* trailing = ""; local
    [all...]
  /external/chromium-libpac/test/js-unittest/
ends_with_comment.js 5 // We end the script with a comment (and no trailing newline).
  /external/chromium_org/net/data/proxy_resolver_v8_unittest/
ends_with_comment.js 5 // We end the script with a comment (and no trailing newline).
  /external/chromium_org/ui/views/controls/
single_split_view_unittest.cc 17 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(),
single_split_view.h 30 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
  /external/doclava/src/com/google/doclava/
SampleTagInfo.java 33 * The @sample tag copies the text from the given file, stripping leading and trailing whitespace,
131 int trailing = 0; local
173 for (int i = 0; i < trailing; i++) {
178 trailing = 1; // add \n next time, maybe
180 trailing++;
209 int trailing = 0; local
231 for (int i = 0; i < trailing; i++) {
242 trailing = 1; // add \n next time, maybe
252 trailing++;
  /ndk/tests/build/issue42841-LOCAL_PATH/jni/
Android.mk 1 # Note that the line LOCAL_PATH ends with trailing space and
  /external/chromium_org/third_party/icu/source/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...]
  /frameworks/base/nfc-extras/tests/src/com/android/nfc_extras/tests/
BasicNfcEeTest.java 62 byte[] trailing = Arrays.copyOfRange(out,
65 assertByteArrayEquals(SELECT_CARD_MANAGER_RESPONSE, trailing);
80 byte[] trailing = Arrays.copyOfRange(out,
  /external/chromium_org/chrome/common/extensions/docs/server2/
path_util.py 39 Any trailing slash of |path| is preserved, such that the parent of
  /external/chromium_org/tools/grit/grit/extern/
tclib.py 80 # 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...]
  /build/core/
multi_prebuilt.mk 52 $(error $(LOCAL_PATH): Leading or trailing colons in "$(1)")) \
  /external/chromium_org/ui/gfx/
render_text_harfbuzz.h 35 // Returns the X coordinate of the leading or |trailing| edge of the glyph
37 int GetGlyphXBoundary(size_t text_index, bool trailing) const;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tabnanny.py 144 # the normal form as a pair (count, trailing), where:
148 # trailing
149 # the number of trailing spaces in raw[:n]
181 count, trailing = self.norm
182 return max(len(count)-1, trailing)
192 # il = trailing + sum (i/ts + 1)*ts*count[i] =
193 # trailing + ts * sum (i/ts + 1)*count[i] =
194 # trailing + ts * sum i/ts*count[i] + count[i] =
195 # trailing + ts * [(sum i/ts*count[i]) + (sum count[i])] =
196 # trailing + ts * [(sum i/ts*count[i]) + num_tabs
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tabnanny.py 144 # the normal form as a pair (count, trailing), where:
148 # trailing
149 # the number of trailing spaces in raw[:n]
181 count, trailing = self.norm
182 return max(len(count)-1, trailing)
192 # il = trailing + sum (i/ts + 1)*ts*count[i] =
193 # trailing + ts * sum (i/ts + 1)*count[i] =
194 # trailing + ts * sum i/ts*count[i] + count[i] =
195 # trailing + ts * [(sum i/ts*count[i]) + (sum count[i])] =
196 # trailing + ts * [(sum i/ts*count[i]) + num_tabs
    [all...]

Completed in 2774 milliseconds

1 2 3 4 5 6