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

  /external/compiler-rt/lib/builtins/arm/
aeabi_fcmp.S 13 // int result = __{eq,lt,le,ge,gt}sf2(a, b);
26 bl SYMBOL_NAME(__ ## cond ## sf2) SEPARATOR \
  /libcore/luni/src/test/java/libcore/javax/net/ssl/
SSLSocketFactoryTest.java 175 SocketFactory sf2 = SSLSocketFactory.getDefault(); local
176 assertNotNull(sf2);
177 assertTrue(SSLSocketFactory.class.isAssignableFrom(sf2.getClass()));
179 assertFalse(sf2.getClass().getName() + " should not be " + Security.getProperty(SSL_PROPERTY),
180 sf1.getClass().equals(sf2.getClass()));
181 assertTrue(sf2.getClass().equals(sf4.getClass()));
  /external/oprofile/daemon/
opd_sfile.c 131 sfile_equal(struct sfile const * sf, struct sfile const * sf2)
133 return do_match(sf, sf2->cookie, sf2->app_cookie, sf2->kernel,
134 sf2->anon, sf2->tgid, sf2->tid, sf2->cpu);
opd_ibs.c 39 extern int sfile_equal(struct sfile const * sf, struct sfile const * sf2);
  /frameworks/av/cmds/stagefright/
Android.mk 126 sf2.cpp \
140 LOCAL_MODULE:= sf2
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pep277.py 154 sf2 = set(os.path.join(unicode(test_support.TESTFN), f) for f in f2)
155 self.assertEqual(sf0, sf2)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pep277.py 154 sf2 = set(os.path.join(unicode(test_support.TESTFN), f) for f in f2)
155 self.assertEqual(sf0, sf2)
  /external/clang/test/SemaCXX/
constant-expression-cxx11.cpp 191 constexpr int (*sf2)(int) = &s.f; member in namespace:StaticMemberFunction
    [all...]

Completed in 250 milliseconds