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

  /frameworks/base/tests/net/java/android/net/
NetworkCapabilitiesTest.java 125 NetworkCapabilities nc2; local
129 nc2 = new NetworkCapabilities().addTransportType(TRANSPORT_WIFI);
130 assertNotEquals("", nc1.describeImmutableDifferences(nc2));
135 nc2 = new NetworkCapabilities();
136 assertEquals("", nc1.describeImmutableDifferences(nc2));
143 nc2 = new NetworkCapabilities().addCapability(NET_CAPABILITY_INTERNET);
144 assertEquals("", nc1.describeImmutableDifferences(nc2));
151 nc2 = new NetworkCapabilities().addCapability(NET_CAPABILITY_INTERNET);
152 assertEquals("", nc1.describeImmutableDifferences(nc2));
159 nc2 = new NetworkCapabilities().addCapability(NET_CAPABILITY_INTERNET)
    [all...]
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p9.cpp 25 constexpr C nc2 = C(); // expected-error {{cannot have non-literal type 'const C'}} variable
  /external/clang/test/CXX/special/class.ctor/
p6-0x.cpp 13 constexpr NonConstexpr2 nc2 = NonConstexpr2(); // ok, does not call constructor variable
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
templates.cpp 110 T nc2(nc);
  /external/pdfium/third_party/lcms2-2.6/src/
cmsvirt.c 935 cmsNAMEDCOLORLIST *nc2 = NULL, *Original = NULL; local
953 nc2 = cmsDupNamedColorList(Original);
954 if (nc2 == NULL) goto Error;
957 nc2 ->ColorantCount = cmsPipelineOutputChannels(v ->Lut);
966 cmsDoTransform(xform, &i, nc2 ->List[i].DeviceColorant, 1);
969 if (!cmsWriteTag(hICC, cmsSigNamedColor2Tag, (void*) nc2)) goto Error;
970 cmsFreeNamedColorList(nc2);
    [all...]
  /external/clang/test/SemaCXX/
cxx0x-cursory-default-delete.cpp 22 non_copiable nc2 = nc; // expected-error {{deleted constructor}} local
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_bsddb.py 267 nc2 = len(self.f._cursor_refs)
276 self.assertEqual(nc1, nc2)
  /external/python/cpython2/Lib/test/
test_bsddb.py 263 nc2 = len(self.f._cursor_refs)
272 self.assertEqual(nc1, nc2)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_bsddb.py 267 nc2 = len(self.f._cursor_refs)
276 self.assertEqual(nc1, nc2)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_bsddb.py 267 nc2 = len(self.f._cursor_refs)
276 self.assertEqual(nc1, nc2)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_bsddb.py 267 nc2 = len(self.f._cursor_refs)
276 self.assertEqual(nc1, nc2)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_bsddb.py 267 nc2 = len(self.f._cursor_refs)
276 self.assertEqual(nc1, nc2)
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
p5-0x.cpp 80 NonCopyable &&nc2 = xvalue<NonCopyable>(); local
  /prebuilts/tools/common/m2/repository/com/sun/xml/bind/external/rngom/2.2.11/
rngom-2.2.11.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 

Completed in 432 milliseconds