/external/llvm/test/YAMLParser/ |
spec-06-01.data | 3 # Leading comment line spaces are 10 Flow style: [ # Leading spaces
|
/external/clang/test/CodeGen/ |
count-builtins.c | 3 int leading, trailing, pop; variable 6 leading = __builtin_clzs(P); 15 leading = __builtin_clz(P); 26 leading = __builtin_clzll(P);
|
/external/chromium_org/ui/views/layout/ |
grid_layout_unittest.cc | 108 TEST_F(GridLayoutAlignmentTest, Leading) { 110 TestAlignment(GridLayout::LEADING, &bounds); 130 c1->AddColumn(GridLayout::LEADING, GridLayout::LEADING, 132 c1->AddColumn(GridLayout::LEADING, GridLayout::LEADING, 153 c1->AddColumn(GridLayout::LEADING, GridLayout::LEADING, 155 c1->AddColumn(GridLayout::LEADING, GridLayout::LEADING, [all...] |
/external/chromium_org/third_party/mesa/src/include/GLES/ |
egl.h | 4 * in egl.h leading applications to include only egl.h
|
/external/mesa3d/include/GLES/ |
egl.h | 4 * in egl.h leading applications to include only egl.h
|
/frameworks/native/opengl/include/GLES/ |
egl.h | 4 * in egl.h leading applications to include only egl.h
|
/libcore/luni/src/test/resources/META-INF/services/ |
libcore.java.util.ServiceLoaderTestInterface | 8 libcore.java.util.ServiceLoaderTest$Impl2 # as is leading whitespace
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
Paint_FontMetricsIntTest.java | 36 int leading = 5; local 43 fontMetricsInt.leading = leading;
|
/external/dropbear/libtommath/ |
bn_mp_clamp.c | 20 * This is used to ensure that leading zero digits are 21 * trimed and the leading "used" digit will be non-zero 23 * are no more leading digits
|
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/util/ |
SearchUtilTest.java | 31 "test@google.com\nhello\nblah\n'leading punc"; 49 assertEquals("'leading punc", matched.line); 55 "test@google.com\nhello\nblah\n'leading punc"; 59 assertEquals(1, SearchUtil.contains("'leading punc", "lead")); 60 assertEquals(9, SearchUtil.contains("'leading punc", "punc")); 66 "test@google.com\nhello\nblah\n'leading punc";
|
/external/chromium_org/chromeos/test/data/network/ |
certificate-server.onc | 9 "X509": "leading junk \n-----BEGIN CERTIFICATE----- \nMIICWDCCAcECAxAAATANBgkqhkiG9w0BAQQFADCBkzEVMBMGA1UEChMMR29vZ2xlLCBJbm\nMuMREwDwYDVQQLEwhDaHJvbWVPUzEiMCAGCSqGSIb3DQEJARYTZ3NwZW5jZXJAZ29vZ2xl\nLmNvbTEaMBgGA1UEBxMRTW91bnRhaW4gVmlldywgQ0ExCzAJBgNVBAgTAkNBMQswCQYDVQ\nQGEwJVUzENMAsGA1UEAxMEbG1hbzAeFw0xMTAzMTYyMzQ5MzhaFw0xMjAzMTUyMzQ5Mzha\nMFMxCzAJBgNVBAYTAlVTMQswCQYDVQQIEwJDQTEVMBMGA1UEChMMR29vZ2xlLCBJbmMuMR\nEwDwYDVQQLEwhDaHJvbWVPUzENMAsGA1UEAxMEbG1hbzCBnzANBgkqhkiG9w0BAQEFAAOB\njQAwgYkCgYEA31WiJ9LvprrhKtDlW0RdLFAO7Qjkvs+sG6j2Vp2aBSrlhALG/0BVHUhWi4\nF/HHJho+ncLHAg5AGO0sdAjYUdQG6tfPqjLsIALtoKEZZdFe/JhmqOEaxWsSdu2S2RdPgC\nQOsP79EH58gXwu2gejCkJDmU22WL4YLuqOc17nxbDC8CAwEAATANBgkqhkiG9w0BAQQFAA\nOBgQCv4vMD+PMlfnftu4/6Yf/oMLE8yCOqZTQ/dWCxB9PiJnOefiBeSzSZE6Uv3G7qnblZ\nPVZaFeJMd+ostt0viCyPucFsFgLMyyoV1dMVPVwJT5Iq1AHehWXnTBbxUK9wioA5jOEKdr\noKjuSSsg/Q8Wx6cpJmttQz5olGPgstmACRWA==\n-----END CERTIFICATE----- \ntrailing junk"
|
/external/chromium_org/chrome/common/ |
time_format_browsertest.cc | 32 // decimal digits. The icu library wasn't handling this, leading to "1" 33 // being internally converted to "+1,0e00" and ultimately leading to "NaN".
|
/external/chromium_org/third_party/icu/source/common/ |
unistr_props.cpp | 52 // find leading white space 66 // move string forward over leading white space
|
/external/icu4c/common/ |
unistr_props.cpp | 53 // find leading white space 67 // move string forward over leading white space
|
/external/oprofile/libregex/ |
demangle_symbol.cpp | 41 // Do not try to strip leading underscore, as this leads to many 42 // C++ demangling failures. However we strip off a leading '.'
|
/frameworks/base/core/java/android/text/style/ |
TabStopSpan.java | 26 * Returns the offset of the tab stop from the leading margin of the 41 * @param where the offset of the tab stop from the leading margin of
|
/external/chromium_org/ui/views/controls/ |
single_split_view_unittest.cc | 19 const views::View* leading = split.child_at(0); local 23 EXPECT_TRUE(leading->bounds().IsEmpty()); 28 EXPECT_FALSE(leading->bounds().IsEmpty()); 30 EXPECT_FALSE(leading->bounds().Intersects(trailing->bounds())); 33 EXPECT_EQ(leading->bounds().height(), split.bounds().height()); 35 EXPECT_LT(leading->bounds().width() + trailing->bounds().width(), 38 EXPECT_EQ(leading->bounds().width(), split.bounds().width()); 40 EXPECT_LT(leading->bounds().height() + trailing->bounds().height(), 82 // Grow the split view, leading view should grow. 84 // Shrink the split view, leading view should shrink [all...] |
/external/chromium_org/chrome/browser/ui/views/ |
first_run_bubble.cc | 62 columns->AddColumn(views::GridLayout::LEADING, views::GridLayout::LEADING, 0, 65 columns->AddColumn(views::GridLayout::LEADING, views::GridLayout::LEADING, 0,
|
/external/chromium_org/chrome/common/extensions/api/ |
command_line_private.json | 18 "description": "The name of a command line switch, without leading \"--\", such as \"enable-experimental-extension-apis\"."
|
/external/chromium_org/chrome/common/extensions/ |
manifest_handler_helpers.h | 22 // Strips leading slashes from the file path. Returns true iff the final path is
|
/external/chromium_org/media/mp2t/ |
ts_section_psi.h | 44 // Number of leading bytes to discard (pointer field).
|
/external/llvm/test/CodeGen/NVPTX/ |
intrin-nocapture.ll | 3 ; Address space intrinsics were erroneously marked NoCapture, leading to bad
|
/external/llvm/test/Transforms/JumpThreading/ |
degenerate-phi.ll | 5 ; "%phi = phi i16" when it removes all edges leading to %unreachable.
|
/external/chromium_org/net/cookies/ |
cookie_util.h | 20 // (minus any leading period). 34 // i.e. it doesn't begin with a leading '.' character.
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
textfile.h | 43 * '#'. Trim leading white space. 44 * @param trim if TRUE then remove leading rule white space
|