/external/mesa3d/src/gallium/state_trackers/xa/ |
xa_tgsi.c | 602 struct xa_shaders *sc = CALLOC_STRUCT(xa_shaders); local 604 sc->r = r; 605 sc->vs_hash = cso_hash_create(); 606 sc->fs_hash = cso_hash_create(); 608 return sc; 631 xa_shaders_destroy(struct xa_shaders *sc) 633 cache_destroy(sc->r->cso, sc->vs_hash, PIPE_SHADER_VERTEX); 634 cache_destroy(sc->r->cso, sc->fs_hash, PIPE_SHADER_FRAGMENT) [all...] |
/external/tensorflow/tensorflow/contrib/slim/python/slim/nets/ |
resnet_v1.py | 104 with variable_scope.variable_scope(scope, 'bottleneck_v1', [inputs]) as sc: 125 return utils.collect_named_outputs(outputs_collections, sc.name, output) 193 scope, 'resnet_v1', [inputs], reuse=reuse) as sc: 194 end_points_collection = sc.original_name_scope + '_end_points'
|
resnet_v2.py | 98 with variable_scope.variable_scope(scope, 'bottleneck_v2', [inputs]) as sc: 127 return utils.collect_named_outputs(outputs_collections, sc.name, output) 197 scope, 'resnet_v2', [inputs], reuse=reuse) as sc: 198 end_points_collection = sc.original_name_scope + '_end_points'
|
/external/valgrind/exp-bbv/tests/ppc32-linux/ |
ll.S | 162 # sc # do syscall 200 # sc # syscall. fd in r0. 208 # sc 212 # sc 261 # sc 311 sc # and exit 446 sc # syscall
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.modifying.operations/alg.unique/ |
unique.pass.cpp | 43 const unsigned sc = sizeof(ic)/sizeof(ic[0]); local 44 r = std::unique(Iter(ic), Iter(ic+sc)); 116 const unsigned sc = sizeof(ic)/sizeof(ic[0]); local 117 r = std::unique(Iter(ic), Iter(ic+sc));
|
unique_copy_pred.pass.cpp | 60 const unsigned sc = sizeof(ic)/sizeof(ic[0]); local 61 int jc[sc] = {-1}; 63 r = std::unique_copy(InIter(ic), InIter(ic+sc), OutIter(jc), count_equal()); 66 assert(count_equal::count == sc-1);
|
/external/guice/extensions/persist/lib/ |
servlet-api-2.5.jar | |
/external/guice/extensions/servlet/lib/build/ |
servlet-api-2.5.jar | |
/external/guice/extensions/struts2/lib/ |
servlet-api-2.5.jar | |
/external/skia/tools/ |
remote_demo.cpp | 281 auto sc = rc.generateScalerContext(op->descriptor, op->typefaceId); local 284 sc->getFontMetrics(&op->fontMetrics); 288 sc->getMetrics(&op->glyph); 294 sc->getImage(op->glyph); 301 sc->getPath(op->glyphId, &path); 308 sc->getMetrics(&op->glyph); 314 sc->getImage(op->glyph);
|
/frameworks/rs/ |
rsScript.cpp | 195 size_t paramLen, const RsScriptCall *sc, 203 static_cast<Allocation *>(vaout), params, paramLen, sc); 210 const RsScriptCall *sc, size_t scLen) { 214 sc, scLen); 220 params, paramLen, sc, scLen); 226 RsAllocation vaout, const RsScriptCall *sc, 233 static_cast<Allocation *>(vaout), sc);
|
rsScriptC.cpp | 48 ScriptC * sc = (ScriptC *) tls->mScript 178 const RsScriptCall *sc) { 208 aout, usr, usrBytes, sc); 212 usr, usrBytes, sc); 222 Allocation *aout, const RsScriptCall *sc) { 238 rsc->mHal.funcs.script.invokeReduce(rsc, this, slot, ains, inLen, aout, sc);
|
/toolchain/binutils/binutils-2.27/binutils/ |
srconv.c | 1437 0x80, /* sc */ 1519 struct IT_sc sc; local [all...] |
/prebuilts/go/darwin-x86/src/runtime/ |
panic.go | 195 sc := deferclass(uintptr(siz)) 197 if sc < uintptr(len(p{}.deferpool)) { 199 if len(pp.deferpool[sc]) == 0 && sched.deferpool[sc] != nil { 204 for len(pp.deferpool[sc]) < cap(pp.deferpool[sc])/2 && sched.deferpool[sc] != nil { 205 d := sched.deferpool[sc] 206 sched.deferpool[sc] = d.link 208 pp.deferpool[sc] = append(pp.deferpool[sc], d [all...] |
/prebuilts/go/linux-x86/src/runtime/ |
panic.go | 195 sc := deferclass(uintptr(siz)) 197 if sc < uintptr(len(p{}.deferpool)) { 199 if len(pp.deferpool[sc]) == 0 && sched.deferpool[sc] != nil { 204 for len(pp.deferpool[sc]) < cap(pp.deferpool[sc])/2 && sched.deferpool[sc] != nil { 205 d := sched.deferpool[sc] 206 sched.deferpool[sc] = d.link 208 pp.deferpool[sc] = append(pp.deferpool[sc], d [all...] |
/external/ltp/testcases/kernel/fs/doio/ |
iogen.c | 585 struct strmap *flags, *sc, *aio_strat; local 595 sc = Syscall_List[random_range(0, Nsyscalls - 1, 1, NULL)]; 596 req->r_type = sc->m_value; 599 if (sc->m_value == LISTIO) { 605 if (sc->m_flags & SY_WRITE) 617 if (sc->m_flags & SY_SDS) { 620 if (sc->m_flags & SY_WRITE) 752 if (sc->m_flags & SY_ASYNC) 761 switch (sc->m_value) { 811 ((sc->m_flags & SY_WRITE) ? O_WRONLY : O_RDONLY) | flags- 1377 struct strmap *flgs, *sc; local [all...] |
/external/valgrind/coregrind/m_sigframe/ |
sigframe-arm-linux.c | 89 struct vki_sigcontext *sc = &uc->uc_mcontext; local 98 # define SC2(reg,REG) sc->arm_##reg = tst->arch.vex.guest_##REG 117 sc->trap_no = trapno; 118 sc->error_code = err; 119 sc->fault_address = (UInt)si->_sifields._sigfault._addr;
|
/frameworks/rs/rsov/driver/ |
rsovScript.h | 68 const RsScriptCall *sc) override; 71 Allocation *aout, const RsScriptCall *sc) override; 174 const RsScriptCall *sc); 179 android::renderscript::Allocation *aout, const RsScriptCall *sc); 185 const RsScriptCall *sc);
|
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.rotate/ |
rotate.pass.cpp | 55 const int sc = static_cast<int>(sizeof(ic)/sizeof(ic[0])); local 56 r = std::rotate(Iter(ic), Iter(ic), Iter(ic+sc)); 57 assert(base(r) == ic+sc); 61 r = std::rotate(Iter(ic), Iter(ic+1), Iter(ic+sc)); 66 r = std::rotate(Iter(ic), Iter(ic+2), Iter(ic+sc)); 71 r = std::rotate(Iter(ic), Iter(ic+sc), Iter(ic+sc)); 253 const int sc = static_cast<int>(sizeof(ic)/sizeof(ic[0])); local 254 for (int i = 0; i < sc; ++i) 256 r = std::rotate(Iter(ic), Iter(ic), Iter(ic+sc)); [all...] |
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.modifying.operations/alg.rotate/ |
rotate.pass.cpp | 55 const int sc = static_cast<int>(sizeof(ic)/sizeof(ic[0])); local 56 r = std::rotate(Iter(ic), Iter(ic), Iter(ic+sc)); 57 assert(base(r) == ic+sc); 61 r = std::rotate(Iter(ic), Iter(ic+1), Iter(ic+sc)); 66 r = std::rotate(Iter(ic), Iter(ic+2), Iter(ic+sc)); 71 r = std::rotate(Iter(ic), Iter(ic+sc), Iter(ic+sc)); 253 const int sc = static_cast<int>(sizeof(ic)/sizeof(ic[0])); local 254 for (int i = 0; i < sc; ++i) 256 r = std::rotate(Iter(ic), Iter(ic), Iter(ic+sc)); [all...] |
/frameworks/native/services/surfaceflinger/tests/ |
Transaction_test.cpp | 147 static void fillSurfaceRGBA8(const sp<SurfaceControl>& sc, uint8_t r, uint8_t g, uint8_t b, 150 sp<Surface> s = sc->getSurface(); 172 static void captureScreen(sp<ScreenCapture>* sc, int32_t minLayerZ = 0, 182 *sc = new ScreenCapture(outBuffer); 185 static void captureLayers(std::unique_ptr<ScreenCapture>* sc, sp<IBinder>& parentHandle, 192 *sc = std::make_unique<ScreenCapture>(outBuffer); 195 static void captureChildLayers(std::unique_ptr<ScreenCapture>* sc, sp<IBinder>& parentHandle, 202 *sc = std::make_unique<ScreenCapture>(outBuffer); 1591 sp<ScreenCapture> sc; local 1658 sp<ScreenCapture> sc; member in class:android::GeometryLatchingTest 1720 sp<ScreenCapture> sc; local 1775 sp<ScreenCapture> sc; local 1803 sp<ScreenCapture> sc; local [all...] |
/external/skia/src/core/ |
SkBlitter_ARGB32.cpp | 98 uint32_t sc = SkAlphaMulQ(color, SkAlpha255To256(aa)); local 99 SkBlitRow::Color32(device, device, count, sc); 146 #define blend_8_pixels(mask, dst, sc, dst_scale) \ 148 if (mask & 0x80) { dst[0] = sc + SkAlphaMulQ(dst[0], dst_scale); } \ 149 if (mask & 0x40) { dst[1] = sc + SkAlphaMulQ(dst[1], dst_scale); } \ 150 if (mask & 0x20) { dst[2] = sc + SkAlphaMulQ(dst[2], dst_scale); } \ 151 if (mask & 0x10) { dst[3] = sc + SkAlphaMulQ(dst[3], dst_scale); } \ 152 if (mask & 0x08) { dst[4] = sc + SkAlphaMulQ(dst[4], dst_scale); } \ 153 if (mask & 0x04) { dst[5] = sc + SkAlphaMulQ(dst[5], dst_scale); } \ 154 if (mask & 0x02) { dst[6] = sc + SkAlphaMulQ(dst[6], dst_scale); } [all...] |
/external/skqp/src/core/ |
SkBlitter_ARGB32.cpp | 98 uint32_t sc = SkAlphaMulQ(color, SkAlpha255To256(aa)); local 99 SkBlitRow::Color32(device, device, count, sc); 146 #define blend_8_pixels(mask, dst, sc, dst_scale) \ 148 if (mask & 0x80) { dst[0] = sc + SkAlphaMulQ(dst[0], dst_scale); } \ 149 if (mask & 0x40) { dst[1] = sc + SkAlphaMulQ(dst[1], dst_scale); } \ 150 if (mask & 0x20) { dst[2] = sc + SkAlphaMulQ(dst[2], dst_scale); } \ 151 if (mask & 0x10) { dst[3] = sc + SkAlphaMulQ(dst[3], dst_scale); } \ 152 if (mask & 0x08) { dst[4] = sc + SkAlphaMulQ(dst[4], dst_scale); } \ 153 if (mask & 0x04) { dst[5] = sc + SkAlphaMulQ(dst[5], dst_scale); } \ 154 if (mask & 0x02) { dst[6] = sc + SkAlphaMulQ(dst[6], dst_scale); } [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/ |
SocketChannelTest.java | 211 SocketChannel sc = SocketChannel.open(); local 212 assertNull(sc.socket().getLocalSocketAddress()); 215 sc.socket().bind(bindAddr); 217 assertNotNull(sc.socket().getLocalSocketAddress()); 219 sc.close(); 221 assertFalse(sc.isOpen()); 223 sc.socket().getLocalSocketAddress(); 2644 MockSocketChannel sc = new MockSocketChannel(null); local 2797 MockSocketChannel sc = new MockSocketChannel(null); local 2812 SocketChannel sc = SocketChannel.open(); local 2839 SocketChannel sc = SocketChannel.open(); local 2877 SocketChannel sc = SocketChannel.open(); local 3130 SocketChannel sc = SocketChannel.open(); local 3146 SocketChannel sc = SocketChannel.open(); local 3168 SocketChannel sc = SocketChannel.open(); local 3190 SocketChannel sc = SocketChannel.open(); local 3215 SocketChannel sc = SocketChannel.open(); local [all...] |
/external/icu/icu4c/source/i18n/ |
uspoof_impl.h | 68 static SpoofImpl *validateThis(USpoofChecker *sc, UErrorCode &status); 69 static const SpoofImpl *validateThis(const USpoofChecker *sc, UErrorCode &status);
|