HomeSort by relevance Sort by last modified time
    Searched refs:ss (Results 51 - 75 of 443) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/apache-xml/src/main/java/org/apache/xalan/xslt/
ObjectFactory.java 261 SecuritySupport ss = SecuritySupport.getInstance(); local
265 String systemProp = ss.getSystemProperty(factoryId);
283 String javah = ss.getSystemProperty("java.home");
287 propertiesFileExists = ss.getFileExists(propertiesFile);
301 (fLastModified < (fLastModified = ss.getLastModified(propertiesFile)))) {
314 fLastModified = ss.getLastModified(propertiesFile);
321 fis = ss.getFileInputStream(propertiesFile);
348 fis = ss.getFileInputStream(new File(propertiesFilename));
396 SecuritySupport ss = SecuritySupport.getInstance(); local
400 ClassLoader context = ss.getContextClassLoader()
537 SecuritySupport ss = SecuritySupport.getInstance(); local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
ObjectFactory.java 261 SecuritySupport ss = SecuritySupport.getInstance(); local
265 String systemProp = ss.getSystemProperty(factoryId);
283 String javah = ss.getSystemProperty("java.home");
287 propertiesFileExists = ss.getFileExists(propertiesFile);
301 (fLastModified < (fLastModified = ss.getLastModified(propertiesFile)))) {
314 fLastModified = ss.getLastModified(propertiesFile);
321 fis = ss.getFileInputStream(propertiesFile);
348 fis = ss.getFileInputStream(new File(propertiesFilename));
396 SecuritySupport ss = SecuritySupport.getInstance(); local
400 ClassLoader context = ss.getContextClassLoader()
537 SecuritySupport ss = SecuritySupport.getInstance(); local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ObjectFactory.java 260 SecuritySupport ss = SecuritySupport.getInstance(); local
264 String systemProp = ss.getSystemProperty(factoryId);
282 String javah = ss.getSystemProperty("java.home");
286 propertiesFileExists = ss.getFileExists(propertiesFile);
300 (fLastModified < (fLastModified = ss.getLastModified(propertiesFile)))) {
313 fLastModified = ss.getLastModified(propertiesFile);
320 fis = ss.getFileInputStream(propertiesFile);
347 fis = ss.getFileInputStream(new File(propertiesFilename));
395 SecuritySupport ss = SecuritySupport.getInstance(); local
399 ClassLoader context = ss.getContextClassLoader()
536 SecuritySupport ss = SecuritySupport.getInstance(); local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
ObjectFactory.java 261 SecuritySupport ss = SecuritySupport.getInstance(); local
265 String systemProp = ss.getSystemProperty(factoryId);
283 String javah = ss.getSystemProperty("java.home");
287 propertiesFileExists = ss.getFileExists(propertiesFile);
301 (fLastModified < (fLastModified = ss.getLastModified(propertiesFile)))) {
314 fLastModified = ss.getLastModified(propertiesFile);
321 fis = ss.getFileInputStream(propertiesFile);
348 fis = ss.getFileInputStream(new File(propertiesFilename));
396 SecuritySupport ss = SecuritySupport.getInstance(); local
400 ClassLoader context = ss.getContextClassLoader()
537 SecuritySupport ss = SecuritySupport.getInstance(); local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/functions/
ObjectFactory.java 261 SecuritySupport ss = SecuritySupport.getInstance(); local
265 String systemProp = ss.getSystemProperty(factoryId);
283 String javah = ss.getSystemProperty("java.home");
287 propertiesFileExists = ss.getFileExists(propertiesFile);
301 (fLastModified < (fLastModified = ss.getLastModified(propertiesFile)))) {
314 fLastModified = ss.getLastModified(propertiesFile);
321 fis = ss.getFileInputStream(propertiesFile);
348 fis = ss.getFileInputStream(new File(propertiesFilename));
396 SecuritySupport ss = SecuritySupport.getInstance(); local
400 ClassLoader context = ss.getContextClassLoader()
537 SecuritySupport ss = SecuritySupport.getInstance(); local
    [all...]
  /external/e2fsprogs/tests/
test_config 19 LD_LIBRARY_PATH=../lib:../lib/ext2fs:../lib/e2p:../lib/et:../lib/ss
20 DYLD_LIBRARY_PATH=../lib:../lib/ext2fs:../lib/e2p:../lib/et:../lib/ss
  /frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
sad_halfpel_inline.h 85 register int32 ss = sad; local
94 : "r"(ss),
105 register int32 ss = sad; local
114 : "r"(ss),
  /external/apache-harmony/support/src/test/java/tests/support/
Support_PortManager.java 40 ServerSocket ss = new ServerSocket(0); local
41 int port = ss.getLocalPort();
43 ss.close();
  /external/iproute2/misc/
Makefile 1 SSOBJ=ss.o ssfilter.o
4 TARGETS=ss nstat ifstat rtacct arpd lnstat
10 ss: $(SSOBJ) $(LIBUTIL)
  /libcore/support/src/test/java/tests/support/
Support_PortManager.java 40 ServerSocket ss = new ServerSocket(0); local
41 int port = ss.getLocalPort();
43 ss.close();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt.ndk/src/com/android/ide/eclipse/adt/ndk/internal/actions/
AddNativeAction.java 38 IStructuredSelection ss = (IStructuredSelection) mSelection; local
39 if (ss.size() == 1) {
40 Object obj = ss.getFirstElement();
  /external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
HandshakeCompletedEventTest.java 39 ServerSocket ss; field in class:HandshakeCompletedEventTest
54 ss = new ServerSocket(0);
55 port = ss.getLocalPort();
75 if (ss != null) {
76 ss.close();
SSLSocketTest.java 54 ServerSocket ss = new ServerSocket(0); local
55 SSLSocket soc = new MySSLSocket("localhost", ss.getLocalPort());
56 ss.close();
64 ServerSocket ss = new ServerSocket(0); local
65 SSLSocket soc = new MySSLSocket(InetAddress.getLocalHost(), ss
67 ss.close();
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaLteServiceStateTracker.java 209 // determine data NetworkType from both LET and CDMA SS
244 if (DBG) log("pollStateDone: oldSS=[" + ss + "] newSS=[" + newSS + "]");
246 boolean hasRegistered = ss.getState() != ServiceState.STATE_IN_SERVICE
249 boolean hasDeregistered = ss.getState() == ServiceState.STATE_IN_SERVICE
265 boolean hasChanged = !newSS.equals(ss);
267 boolean hasRoamingOn = !ss.getRoaming() && newSS.getRoaming();
269 boolean hasRoamingOff = ss.getRoaming() && !newSS.getRoaming();
307 if (ss.getState() != newSS.getState()
309 EventLog.writeEvent(EventLogTags.CDMA_SERVICE_STATE_CHANGE, ss.getState(),
314 tss = ss;
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
HttpsURLConnectionTest.java 114 ServerSocket ss = new ServerSocket(0); local
115 Socket s = defaultSSLSF.createSocket("localhost", ss.getLocalPort());
116 ss.accept();
118 ss.close();
127 ServerSocket ss = ctx.getServerSocketFactory().createServerSocket(0); local
134 URL url = new URL("https://localhost:" + ss.getLocalPort());
139 SSLSocket peerSocket = (SSLSocket) doInteraction(connection, ss);
158 ServerSocket ss = ctx.getServerSocketFactory().createServerSocket(0); local
165 URL url = new URL("https://localhost:" + ss.getLocalPort());
170 doInteraction(connection, ss, NOT_FOUND_CODE)
190 SSLServerSocket ss = (SSLServerSocket) ctx.getServerSocketFactory().createServerSocket(0); local
235 SSLServerSocket ss = (SSLServerSocket) ctx.getServerSocketFactory().createServerSocket(0); local
311 SSLServerSocket ss = (SSLServerSocket) local
347 SSLServerSocket ss = (SSLServerSocket) local
377 ServerSocket ss = new ServerSocket(0); local
409 ServerSocket ss = new ServerSocket(0); local
451 ServerSocket ss = new ServerSocket(0); local
492 ServerSocket ss = new ServerSocket(0); local
531 ServerSocket ss = new ServerSocket(0); local
567 ServerSocket ss = new ServerSocket(0); local
    [all...]
  /external/stlport/test/unit/
sstream_test.cpp 289 stringstream ss; local
291 ss << "1234567\n89\n";
294 ss.get( buf, 10 );
295 CPPUNIT_ASSERT( !ss.fail() );
305 ss.get(c);
306 CPPUNIT_ASSERT( !ss.fail() );
308 ss.get(c);
309 CPPUNIT_ASSERT( !ss.fail() );
315 stringstream ss; local
317 ss << "1234567\n89\n"
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
sstream_test.cpp 289 stringstream ss; local
291 ss << "1234567\n89\n";
294 ss.get( buf, 10 );
295 CPPUNIT_ASSERT( !ss.fail() );
305 ss.get(c);
306 CPPUNIT_ASSERT( !ss.fail() );
308 ss.get(c);
309 CPPUNIT_ASSERT( !ss.fail() );
315 stringstream ss; local
317 ss << "1234567\n89\n"
    [all...]
  /ndk/tests/device/test-stlport/unit/
sstream_test.cpp 289 stringstream ss; local
291 ss << "1234567\n89\n";
294 ss.get( buf, 10 );
295 CPPUNIT_ASSERT( !ss.fail() );
305 ss.get(c);
306 CPPUNIT_ASSERT( !ss.fail() );
308 ss.get(c);
309 CPPUNIT_ASSERT( !ss.fail() );
315 stringstream ss; local
317 ss << "1234567\n89\n"
    [all...]
  /external/chromium/chrome/browser/sync/glue/
extension_util.cc 52 std::stringstream ss; local
53 ss << "{ ";
54 ss << "id: " << specifics.id() << ", ";
55 ss << "version: " << specifics.version() << ", ";
56 ss << "update_url: " << specifics.update_url() << ", ";
57 ss << "enabled: " << specifics.enabled() << ", ";
58 ss << "incognito_enabled: " << specifics.incognito_enabled() << ", ";
59 ss << "name: " << specifics.name();
60 ss << " }";
61 return ss.str()
    [all...]
  /external/e2fsprogs/tests/progs/
Makefile.in 14 MK_CMDS= _SS_DIR_OVERRIDE=../../lib/ss ../../lib/ss/mk_cmds
69 $(top_srcdir)/lib/ss/ss.h $(top_builddir)/lib/ss/ss_err.h \
  /frameworks/base/media/libstagefright/codecs/mp3dec/src/
pvmp3_stereo_proc.cpp 262 int32 ss; local
294 ss = 17;
298 if (xl[(i*FILTERBANK_BANDS) + ss])
300 sb = (i << 4) + (i << 1) + ss;
305 ss--;
306 if (ss < 0)
309 ss = 17;
550 ss = 17;
555 if (xl[(i*FILTERBANK_BANDS) + ss] != 0)
557 sb = (i << 4) + (i << 1) + ss;
    [all...]
  /external/libvpx/vp8/encoder/
mcomp.c 73 x->ss[search_site_count].mv.col = 0;
74 x->ss[search_site_count].mv.row = 0;
75 x->ss[search_site_count].offset = 0;
82 x->ss[search_site_count].mv.col = 0;
83 x->ss[search_site_count].mv.row = -Len;
84 x->ss[search_site_count].offset = -Len * stride;
88 x->ss[search_site_count].mv.col = 0;
89 x->ss[search_site_count].mv.row = Len;
90 x->ss[search_site_count].offset = Len * stride;
94 x->ss[search_site_count].mv.col = -Len
942 search_site *ss; local
1058 search_site *ss; local
    [all...]
  /external/e2fsprogs/debian/attic/libs/
rules 21 SS_VERSION = $(shell grep ELF_VERSION lib/ss/Makefile.in | cut '-d ' -f3)
31 ss$(SS_MAJOR)g ssg-dev
82 install -m 644 $(builddir)/lib/ss/ss_err.h $(maindir)/usr/include/ss/
94 sed s%$(topdir)/lib/ss%/usr/share/ss% \
95 <$(builddir)/lib/ss/mk_cmds \
99 install -m 644 lib/ss/ct_c.awk lib/ss/ct_c.sed \
100 $(debdir)/ssg-dev/usr/share/ss/
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
SuggestionSpanUtils.java 82 final Object ss = CompatUtils.newInstance(CONSTRUCTOR_SuggestionSpan, args); local
83 if (ss == null) {
87 spannable.setSpan(ss, 0, text.length(),
121 final Object ss = CompatUtils.newInstance(CONSTRUCTOR_SuggestionSpan, args); local
122 if (ss == null) {
125 spannable.setSpan(ss, 0, pickedWord.length(), Spanned.SPAN_EXCLUSIVE_EXCLUSIVE);
  /external/apache-harmony/luni/src/test/api/unix/org/apache/harmony/luni/tests/java/net/
UnixSocketTest.java 106 ServerSocket ss = new ServerSocket(0); local
107 int port = ss.getLocalPort();
108 ss.close();

Completed in 999 milliseconds

1 23 4 5 6 7 8 91011>>