HomeSort by relevance Sort by last modified time
    Searched defs:sf (Results 1 - 25 of 627) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/ltp/lib/
tst_fs_has_free.c 32 struct statfs sf; local
34 if (statfs(path, &sf)) {
40 if ((uint64_t)sf.f_bavail * sf.f_bsize >= (uint64_t)size * mult)
  /external/elfutils/src/
debugpred.h 34 const char *const *sf = &__start_predict_file; local
38 printf ("%s:%lu: wrong=%lu, correct=%lu%s\n", *sf, *sl, s[0], s[1],
41 ++sf;
  /external/mesa3d/src/gallium/drivers/swr/
swr_clear.cpp 82 const struct pipe_surface *sf = fb->cbufs[c]; local
83 if (sf && (sf->u.tex.last_layer <= sf->u.tex.first_layer + i))
  /libcore/luni/src/test/java/libcore/java/util/logging/
OldSimpleFormatterTest.java 25 SimpleFormatter sf = new SimpleFormatter(); field in class:OldSimpleFormatterTest
28 assertEquals("Head for this SimpleFormatter should be empty", "", sf.getHead(null));
29 assertEquals("Tail for this SimpleFormatter should be empty", "", sf.getTail(null));
  /prebuilts/tools/common/m2/repository/xslthl/xslthl/2.0.1/
xslthl-2.0.1.jar 
  /external/conscrypt/openjdk-integ-tests/src/test/java/org/conscrypt/javax/net/ssl/
SSLSocketFactoryTest.java 42 SocketFactory sf = SSLSocketFactory.getDefault(); local
43 assertNotNull(sf);
44 assertTrue(SSLSocketFactory.class.isAssignableFrom(sf.getClass()));
55 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); local
56 assertNotSame(sf.getDefaultCipherSuites(), sf.getDefaultCipherSuites());
61 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); local
62 assertNotSame(sf.getSupportedCipherSuites(), sf.getSupportedCipherSuites());
68 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault() local
76 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); local
88 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); local
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_resource.c 39 struct nv50_surface *sf = CALLOC_STRUCT(nv50_surface); local
40 if (!sf)
43 pipe_reference_init(&sf->base.reference, 1);
44 pipe_resource_reference(&sf->base.texture, pbuf);
46 sf->base.format = templ->format;
47 sf->base.writable = templ->writable;
48 sf->base.u.buf.first_element = templ->u.buf.first_element;
49 sf->base.u.buf.last_element = templ->u.buf.last_element;
51 sf->offset =
52 templ->u.buf.first_element * util_format_get_blocksize(sf->base.format)
    [all...]
  /external/syslinux/core/fs/lib/
searchconfig.c 23 const char *sf, **sfp; local
26 for (sfp = filenames; (sf = *sfp); sfp++) {
30 sf);
  /external/tensorflow/tensorflow/core/common_runtime/
memory_types_test.cc 77 auto sf = test::graph::Switch(g, test::graph::Constant(g, vf), pred); local
80 TF_EXPECT_OK(MemoryTypeForOutput(DEVICE_CPU, g, sf, 0, &memory_type));
  /external/annotation-tools/asmx/test/lib/
saxon7.jar 
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
SimpleFormatterTest.java 33 SimpleFormatter sf; field in class:SimpleFormatterTest
44 sf = new SimpleFormatter();
50 sf.format(null);
54 sf.format(new LogRecord(Level.SEVERE, null));
64 String str = sf.format(lr);
71 str = sf.format(lr);
77 String str = sf.format(lr);
96 str = sf.format(lr);
108 assertEquals("", sf.getHead(null));
112 assertEquals("", sf.getTail(null))
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/
ServerSocketFactoryTest.java 36 ServerSocketFactory sf = new MyServerSocketFactory(); local
40 ServerSocketFactory sf = ServerSocketFactory.getDefault(); local
41 ServerSocket ss = sf.createServerSocket();
47 ServerSocketFactory sf = ServerSocketFactory.getDefault(); local
48 ServerSocket ss = sf.createServerSocket(0);
52 sf.createServerSocket(ss.getLocalPort());
60 sf.createServerSocket(-1);
67 ServerSocketFactory sf = ServerSocketFactory.getDefault(); local
68 ServerSocket ss = sf.createServerSocket(0, 0);
72 sf.createServerSocket(ss.getLocalPort(), 0)
87 ServerSocketFactory sf = ServerSocketFactory.getDefault(); local
    [all...]
  /external/guice/lib/build/
cglib-3.1.jar 
  /external/cblas/testing/
c_c2chke.c 28 char *sf = ( rout ) ; local
48 if (strncmp( sf,"cblas_cgemv",11)==0) {
103 } else if (strncmp( sf,"cblas_cgbmv",11)==0) {
173 } else if (strncmp( sf,"cblas_chemv",11)==0) {
219 } else if (strncmp( sf,"cblas_chbmv",11)==0) {
273 } else if (strncmp( sf,"cblas_chpmv",11)==0) {
311 } else if (strncmp( sf,"cblas_ctrmv",11)==0) {
365 } else if (strncmp( sf,"cblas_ctbmv",11)==0) {
427 } else if (strncmp( sf,"cblas_ctpmv",11)==0) {
473 } else if (strncmp( sf,"cblas_ctrsv",11)==0)
    [all...]
c_c3chke.c 28 char *sf = ( rout ) ; local
48 if (strncmp( sf,"cblas_cgemm" ,11)==0) {
276 } else if (strncmp( sf,"cblas_chemm" ,11)==0) {
452 } else if (strncmp( sf,"cblas_csymm" ,11)==0) {
628 } else if (strncmp( sf,"cblas_ctrmm" ,11)==0) {
    [all...]
c_d2chke.c 28 char *sf = ( rout ) ; local
46 if (strncmp( sf,"cblas_dgemv",11)==0) {
101 } else if (strncmp( sf,"cblas_dgbmv",11)==0) {
171 } else if (strncmp( sf,"cblas_dsymv",11)==0) {
217 } else if (strncmp( sf,"cblas_dsbmv",11)==0) {
271 } else if (strncmp( sf,"cblas_dspmv",11)==0) {
309 } else if (strncmp( sf,"cblas_dtrmv",11)==0) {
363 } else if (strncmp( sf,"cblas_dtbmv",11)==0) {
425 } else if (strncmp( sf,"cblas_dtpmv",11)==0) {
471 } else if (strncmp( sf,"cblas_dtrsv",11)==0)
    [all...]
c_d3chke.c 28 char *sf = ( rout ) ; local
46 if (strncmp( sf,"cblas_dgemm" ,11)==0) {
274 } else if (strncmp( sf,"cblas_dsymm" ,11)==0) {
450 } else if (strncmp( sf,"cblas_dtrmm" ,11)==0) {
730 } else if (strncmp( sf,"cblas_dtrsm" ,11)==0) {
    [all...]
c_s2chke.c 28 char *sf = ( rout ) ; local
46 if (strncmp( sf,"cblas_sgemv",11)==0) {
101 } else if (strncmp( sf,"cblas_sgbmv",11)==0) {
171 } else if (strncmp( sf,"cblas_ssymv",11)==0) {
217 } else if (strncmp( sf,"cblas_ssbmv",11)==0) {
271 } else if (strncmp( sf,"cblas_sspmv",11)==0) {
309 } else if (strncmp( sf,"cblas_strmv",11)==0) {
363 } else if (strncmp( sf,"cblas_stbmv",11)==0) {
425 } else if (strncmp( sf,"cblas_stpmv",11)==0) {
471 } else if (strncmp( sf,"cblas_strsv",11)==0)
    [all...]
c_s3chke.c 28 char *sf = ( rout ) ; local
46 if (strncmp( sf,"cblas_sgemm" ,11)==0) {
274 } else if (strncmp( sf,"cblas_ssymm" ,11)==0) {
451 } else if (strncmp( sf,"cblas_strmm" ,11)==0) {
732 } else if (strncmp( sf,"cblas_strsm" ,11)==0) {
    [all...]
c_z2chke.c 28 char *sf = ( rout ) ; local
48 if (strncmp( sf,"cblas_zgemv",11)==0) {
103 } else if (strncmp( sf,"cblas_zgbmv",11)==0) {
173 } else if (strncmp( sf,"cblas_zhemv",11)==0) {
219 } else if (strncmp( sf,"cblas_zhbmv",11)==0) {
273 } else if (strncmp( sf,"cblas_zhpmv",11)==0) {
311 } else if (strncmp( sf,"cblas_ztrmv",11)==0) {
365 } else if (strncmp( sf,"cblas_ztbmv",11)==0) {
427 } else if (strncmp( sf,"cblas_ztpmv",11)==0) {
473 } else if (strncmp( sf,"cblas_ztrsv",11)==0)
    [all...]
c_z3chke.c 28 char *sf = ( rout ) ; local
48 if (strncmp( sf,"cblas_zgemm" ,11)==0) {
276 } else if (strncmp( sf,"cblas_zhemm" ,11)==0) {
452 } else if (strncmp( sf,"cblas_zsymm" ,11)==0) {
628 } else if (strncmp( sf,"cblas_ztrmm" ,11)==0) {
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_sf_state.c 52 sizeof(*sfv), 32, &brw->sf.vp_offset);
136 struct brw_sf_unit_state *sf; local
141 sf = brw_state_batch(brw, AUB_TRACE_SF_STATE,
142 sizeof(*sf), 64, &brw->sf.state_offset);
144 memset(sf, 0, sizeof(*sf));
147 sf->thread0.grf_reg_count = ALIGN(brw->sf.prog_data->total_grf, 16) / 16 - 1;
148 sf->thread0.kernel_start_pointer
    [all...]
  /external/valgrind/none/tests/x86/
aad_aam.c 21 int cf __attribute__((unused)),pf,af __attribute__((unused)),zf,sf; local
43 sf=!!(flags&0x80);
47 // printf("%x CF=%d PF=%d AF=%d ZF=%d SF=%d OF=%d\n",
48 // flags,cf,pf,af,zf,sf,of);
56 if (sf != !!(out&0x80)) {
57 printf("Error with aam (sf)!\n");
90 sf=!!(flags&0x80);
94 // printf("%x CF=%d PF=%d AF=%d ZF=%d SF=%d OF=%d\n",
95 // flags,cf,pf,af,zf,sf,of);
103 if (sf != !!(out&0x80))
    [all...]
  /libcore/support/src/test/java/libcore/javax/net/ssl/
TestSSLSessions.java 67 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); local
68 SSLSocket ssl = (SSLSocket) sf.createSocket();
  /prebuilts/tools/common/m2/repository/net/sf/ezmorph/ezmorph/1.0.6/
ezmorph-1.0.6.jar 

Completed in 960 milliseconds

1 2 3 4 5 6 7 8 91011>>