Searched refs:up1 (Results 1 - 4 of 4) sorted by relevance

/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.create/
H A Dmake_unique.array1.fail.cpp16 auto up1 = std::make_unique<std::string[]>("error"); // doesn't compile - no bound local
/external/apache-harmony/support/src/test/java/org/apache/harmony/testframework/serialization/
H A DSerializationTest.java334 private boolean equalsUnresolvedPermission(UnresolvedPermission up1,
336 java.security.cert.Certificate[] certs = up1.getUnresolvedCerts();
339 if (up1.getName().equals(up2.getName())) {
340 String up1Name = up1.getUnresolvedName();
344 String up1Actions = up1.getUnresolvedActions();
353 return up1.equals(up2);
/external/syslinux/gpxe/src/drivers/net/
H A Dbnx2.c785 u32 adv, bmcr, up1; local
793 bnx2_read_phy(bp, BCM5708S_UP1, &up1);
794 if (up1 & BCM5708S_UP1_2G5) {
795 up1 &= ~BCM5708S_UP1_2G5;
796 bnx2_write_phy(bp, BCM5708S_UP1, up1);
834 bnx2_read_phy(bp, BCM5708S_UP1, &up1);
835 up1 |= BCM5708S_UP1_2G5;
836 bnx2_write_phy(bp, BCM5708S_UP1, up1);
/external/syslinux/com32/lua/src/
H A Dlapi.c1279 UpVal **up1 = getupvalref(L, fidx1, n1, &f1); local
1281 *up1 = *up2;

Completed in 165 milliseconds