Searched defs:u5 (Results 1 - 5 of 5) sorted by relevance

/external/clang/test/SemaCXX/
H A Ddcl_init_aggr.cpp123 u u5 = { "asdf" }; // expected-error{{cannot initialize a member subobject of type 'int' with an lvalue of type 'const char [5]'}} variable
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
H A DURLTest.java60 URL u5; field in class:URLTest
146 u5 = new URL("file:/testing.tst");
147 assertEquals("u5 returns a wrong protocol", "file", u5.getProtocol());
148 assertTrue("u5 returns a wrong host", u5.getHost().equals(""));
149 assertEquals("u5 returns a wrong port", -1, u5.getPort());
150 assertEquals("u5 returns a wrong file", "/testing.tst", u5
[all...]
/external/fdlibm/
H A De_lgamma_r.c129 u5 = 1.33810918536787660377e-02, /* 0x3F8B678B, 0xBF2BAB09 */ variable
271 p1 = y*(u0+y*(u1+y*(u2+y*(u3+y*(u4+y*u5)))));
/external/chromium/chrome/browser/sync/
H A Dprofile_sync_service_bookmark_unittest.cc587 // u5 tests an empty-string title.
674 int64 u5 = adds.AddURL( L"u5", url, f1, f2); // + u5 NOLINT local
675 int64 f6 = adds.AddFolder(L"f6", f1, u5); // + f6
698 ops.ModifyPosition(u5, f6, 0);
/external/clang/test/CXX/expr/expr.const/
H A Dp2-0x.cpp464 constexpr bool u5 = p < 0; // expected-error {{constant expression}} member in namespace:UnspecifiedRelations

Completed in 25 milliseconds