/external/e2fsprogs/lib/uuid/ |
uuid.h | 58 #define UUID_DEFINE(name,u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15) \ 59 static const uuid_t name __attribute__ ((unused)) = {u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15} 61 #define UUID_DEFINE(name,u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15) \ 62 static const uuid_t name = {u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15}
|
uuid.h.in | 58 #define UUID_DEFINE(name,u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15) \ 59 static const uuid_t name __attribute__ ((unused)) = {u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15} 61 #define UUID_DEFINE(name,u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15) \ 62 static const uuid_t name = {u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15}
|
/external/bluetooth/bluez/test/ |
uuidtest.c | 46 bt_uuid_t u, u2, u3, u4, u5, ub, u128; local 123 bt_uuid128_create(&u5, i); 155 if (u5.type != 128) { 180 if (bt_uuid_cmp(&u4, &u5) != 0) { 185 if (bt_uuid_cmp(&u5, &u) != 0) { 195 if (bt_uuid_cmp(&u5, &ub) == 0) { 218 bt_uuid128_create(&u5, i); 261 if (u5.type != 128) { 281 if (bt_uuid_cmp(&u4, &u5) != 0) { 286 if (bt_uuid_cmp(&u5, &u) != 0) [all...] |
/external/clang/test/SemaCXX/ |
dcl_init_aggr.cpp | 123 u u5 = { "asdf" }; // expected-error{{cannot initialize a member subobject of type 'int' with an lvalue of type 'const char [5]'}} variable
|
/bionic/libm/src/ |
e_lgamma_r.c | 130 u5 = 1.33810918536787660377e-02, /* 0x3F8B678B, 0xBF2BAB09 */ variable 264 p1 = y*(u0+y*(u1+y*(u2+y*(u3+y*(u4+y*u5)))));
|
e_lgammaf_r.c | 64 u5 = 1.3381091878e-02, /* 0x3c5b3c5e */ variable 198 p1 = y*(u0+y*(u1+y*(u2+y*(u3+y*(u4+y*u5)))));
|
/external/fdlibm/ |
e_lgamma_r.c | 129 u5 = 1.33810918536787660377e-02, /* 0x3F8B678B, 0xBF2BAB09 */ variable 271 p1 = y*(u0+y*(u1+y*(u2+y*(u3+y*(u4+y*u5)))));
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
URLTest.java | 60 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.getFile()) [all...] |
/external/chromium/chrome/browser/sync/ |
profile_sync_service_bookmark_unittest.cc | 587 // 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); [all...] |
/external/v8/test/mjsunit/ |
large-object-allocation.js | 182 this.u5 = i;
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/cp/ |
cp-tree.h | 1698 } GTY ((desc ("%0.decl_flags.thunk_p"))) u5; member in struct:lang_decl_u4::full_lang_decl [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/cp/ |
cp-tree.h | 1699 } GTY ((desc ("%0.decl_flags.thunk_p"))) u5; member in struct:lang_decl_u4::full_lang_decl [all...] |
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/cp/ |
cp-tree.h | 1699 } GTY ((desc ("%0.decl_flags.thunk_p"))) u5; member in struct:lang_decl_u4::full_lang_decl [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/windx5/ |
SDL_dx5video.c | [all...] |
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/ |
string-unpack-code.js | [all...] |
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/ |
string-unpack-code.js | [all...] |