HomeSort by relevance Sort by last modified time
    Searched refs:sc (Results 351 - 375 of 996) sorted by null

<<11121314151617181920>>

  /external/libcxx/test/std/algorithms/alg.sorting/alg.set.operations/includes/
includes.pass.cpp 45 const unsigned sc = sizeof(ic)/sizeof(ic[0]); ((void)sc); local
includes_comp.pass.cpp 48 const unsigned sc = sizeof(ic)/sizeof(ic[0]); ((void)sc); local
  /external/llvm/test/MC/Mips/mips1/
invalid-mips2-wrong-error.s 13 sc $t7,18904($s3) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 9-bit signed offset
invalid-mips3-wrong-error.s 14 sc $15,18904($s3) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 9-bit signed offset
invalid-mips4-wrong-error.s 16 sc $15,18904($s3) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 9-bit signed offset
  /external/skia/src/views/
SkView.cpp 63 int sc = canvas->save(); local
65 canvas->restoreToCount(sc);
  /external/skqp/src/views/
SkView.cpp 63 int sc = canvas->save(); local
65 canvas->restoreToCount(sc);
  /external/tensorflow/tensorflow/contrib/layers/python/layers/
normalization.py 101 scope, 'InstanceNorm', [inputs], reuse=reuse) as sc:
160 return utils.collect_named_outputs(outputs_collections, sc.name, outputs)
  /external/tensorflow/tensorflow/contrib/slim/python/slim/nets/
resnet_utils.py 201 with variable_scope.variable_scope(block.scope, 'block', [net]) as sc:
217 net = utils.collect_named_outputs(outputs_collections, sc.name, net)
  /external/webrtc/webrtc/voice_engine/
voe_dtmf_impl.cc 200 CriticalSectionScoped sc(_shared->crit_sec());
209 CriticalSectionScoped sc(_shared->crit_sec());
  /external/xmlrpcpp/src/
XmlRpcServer.cpp 177 XmlRpcServer::removeConnection(XmlRpcServerConnection* sc)
179 _disp.removeSource(sc);
  /frameworks/rs/cpu_ref/
rsCpuCore.h 159 RsdCpuScriptImpl * setTLS(RsdCpuScriptImpl *sc);
168 const RsScriptCall *sc, MTLaunchStructForEach *mtls);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
ChannelsTest.java 598 SocketChannel sc = SocketChannel.open(); local
599 sc.connect(ssc.socket().getLocalSocketAddress());
600 sc.configureBlocking(false);
601 assertFalse(sc.isBlocking());
605 assertFalse(sc.isBlocking());
607 Reader reader = Channels.newReader(sc, "UTF16");
615 Channels.newInputStream(sc).read();
620 sc.close();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.sorting/alg.set.operations/includes/
includes.pass.cpp 32 const unsigned sc = sizeof(ic)/sizeof(ic[0]); ((void)sc); local
includes_comp.pass.cpp 33 const unsigned sc = sizeof(ic)/sizeof(ic[0]); ((void)sc); local
  /external/freetype/src/autofit/
afglobal.c 58 #define STYLE( s, S, d, ws, sc, ss, c ) \
63 sc, \
101 #define STYLE( s, S, d, ws, sc, ss, c ) \
119 #define STYLE( s, S, d, ws, sc, ss, c ) #s,
  /external/libunwind/src/x86/
Gos-linux.c 302 struct sigcontext *sc = (struct sigcontext *) c->sigcontext_addr; local
303 (void)sc;
305 Debug (8, "resuming at ip=%x via sigreturn(%p)\n", c->dwarf.ip, sc);
308 sigreturn (sc);
  /external/linux-kselftest/tools/testing/selftests/powerpc/tm/
tm-signal.S 99 sc /* Taking the signal will doom the transaction */
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/
SyncSampleIntersectFinderImpl.java 101 long sc = testTrack.getSamples().size(); local
102 double stretch = (double) sc / refSampleCount;
137 long sc = track.getSamples().size(); local
138 double stretch = (double) sc / refSampleCount;
  /frameworks/rs/
rs.h 43 uint32_t sdkVersion, RsSurfaceConfig sc,
  /frameworks/rs/script_api/include/
rs_for_each.rsh 138 * sc: Extra control information used to select a sub-region of the allocation to be processed or suggest a walking strategy. May be NULL.
146 const rs_script_call_t* sc);
157 size_t usrDataLen, const rs_script_call_t* sc);
  /libcore/ojluni/src/main/java/sun/nio/ch/
ServerSocketChannelImpl.java 238 SocketChannel sc = null; local
266 sc = new SocketChannelImpl(provider(), newfd, isa);
273 sc.close();
277 return sc;
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/
util.go 78 sc := armCondCode[(s&C_SCOND)^C_SCOND_XOR]
80 sc += ".S"
83 sc += ".P"
86 sc += ".W"
89 sc += ".U"
91 return sc
115 sc := CConv(p.Scond)
119 fmt.Fprintf(&buf, "%v%s", p.As, sc)
  /prebuilts/go/darwin-x86/src/runtime/
mksizeclasses.go 296 sc := make([]int, smallSizeMax/smallSizeDiv+1)
297 for i := range sc {
301 sc[i] = j
307 for _, v := range sc {
313 sc = make([]int, (maxSmallSize-smallSizeMax)/largeSizeDiv+1)
314 for i := range sc {
318 sc[i] = j
324 for _, v := range sc {
  /prebuilts/go/linux-x86/src/cmd/internal/obj/
util.go 78 sc := armCondCode[(s&C_SCOND)^C_SCOND_XOR]
80 sc += ".S"
83 sc += ".P"
86 sc += ".W"
89 sc += ".U"
91 return sc
115 sc := CConv(p.Scond)
119 fmt.Fprintf(&buf, "%v%s", p.As, sc)

Completed in 579 milliseconds

<<11121314151617181920>>