HomeSort by relevance Sort by last modified time
    Searched refs:up1 (Results 1 - 8 of 8) sorted by null

  /external/libcxx/test/std/utilities/memory/unique.ptr/unique.ptr.create/
make_unique.array1.fail.cpp 16 auto up1 = std::make_unique<std::string[]>("error"); // doesn't compile - no bound local
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.create/
make_unique.array1.fail.cpp 16 auto up1 = std::make_unique<std::string[]>("error"); // doesn't compile - no bound local
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/unique.ptr/unique.ptr.create/
make_unique.array1.fail.cpp 16 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/
SerializationTest.java 334 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/
bnx2.c 785 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);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lapi.c 1282 UpVal **up1 = getupvalref(L, fidx1, n1, &f1); local
1284 *up1 = *up2;
  /external/skia/third_party/lua/src/
lapi.c 1279 UpVal **up1 = getupvalref(L, fidx1, n1, &f1); local
1281 *up1 = *up2;
  /external/syslinux/com32/lua/src/
lapi.c 1279 UpVal **up1 = getupvalref(L, fidx1, n1, &f1); local
1281 *up1 = *up2;

Completed in 430 milliseconds