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

  /external/libcxx/test/utilities/memory/unique.ptr/unique.ptr.create/
make_unique.array2.fail.cpp 16 auto up2 = std::make_unique<int[]>(10, 20, 30, 40); local
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.create/
make_unique.array2.fail.cpp 16 auto up2 = std::make_unique<int[]>(10, 20, 30, 40); local
  /external/lzma/CPP/7zip/UI/Common/
UpdateProduce.cpp 21 CUpdatePair2 up2; local
22 up2.IsAnti = false;
23 up2.DirIndex = pair.DirIndex;
24 up2.ArcIndex = pair.ArcIndex;
25 up2.NewData = up2.NewProps = true;
42 up2.NewData = up2.NewProps = false;
52 up2.IsAnti = true;
55 operationChain.Add(up2);
    [all...]
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/
UnresolvedPrincipalTest.java 72 UnresolvedPrincipal up2 = new UnresolvedPrincipal(klass, name); local
76 assertTrue(up.equals(up2));
77 assertEquals(up.hashCode(), up2.hashCode());
  /external/apache-harmony/support/src/test/java/org/apache/harmony/testframework/serialization/
SerializationTest.java 335 UnresolvedPermission up2) {
338 if (null == up2.getUnresolvedCerts()) {
339 if (up1.getName().equals(up2.getName())) {
341 String up2Name = up2.getUnresolvedName();
345 String up2Actions = up2.getUnresolvedActions();
353 return up1.equals(up2);
  /external/chromium_org/third_party/skia/third_party/lua/src/
lapi.c 1280 UpVal **up2 = getupvalref(L, fidx2, n2, NULL); local
1281 *up1 = *up2;
1282 luaC_objbarrier(L, f1, *up2);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format.csv 348 PIPE_FORMAT_B10G10R10A2_UINT , plain, 1, 1, up10, up10, up10, up2, zyxw, rgb
  /external/mesa3d/src/gallium/auxiliary/util/
u_format.csv 348 PIPE_FORMAT_B10G10R10A2_UINT , plain, 1, 1, up10, up10, up10, up2, zyxw, rgb

Completed in 4036 milliseconds