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

12 3 4 5 6 7 8 91011>>

  /external/chromium/third_party/libjingle/source/talk/base/
httprequest.cc 45 HttpMonitor::HttpMonitor(SocketServer *ss) {
47 ss_ = ss;
79 SocketServer * ss = &physical; local
81 ss = new FirewallSocketServer(ss, firewall_);
84 SslSocketFactory factory(ss, client_.agent());
107 HttpMonitor monitor(ss);
110 ss->Wait(timeout_, true);
macutils.cc 66 std::stringstream ss; local
67 ss << '\'';
72 ss << ch;
79 ss << '\'';
81 ss.str("");
82 ss << "0x" << std::hex << fc;
84 out->append(ss.str());
148 std::stringstream ss;
149 ss << std::hex << ver;
150 *out = ss.str()
    [all...]
  /external/chromium/testing/gmock/test/
gmock-cardinalities_test.cc 121 stringstream ss; local
122 c.DescribeTo(&ss);
124 ss.str());
149 stringstream ss; local
150 c.DescribeTo(&ss);
152 ss.str());
204 stringstream ss; local
205 c.DescribeTo(&ss);
207 ss.str());
273 stringstream ss; local
291 stringstream ss; local
309 stringstream ss; local
330 stringstream ss; local
358 stringstream ss; local
423 stringstream ss; local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/xslt/
SecuritySupport.java 48 SecuritySupport ss = null; typedefs
57 ss = (SecuritySupport)cons.newInstance(new Object[] { });
68 ss = new SecuritySupport12();
72 if (ss == null)
73 ss = new SecuritySupport();
74 securitySupport = ss;
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
SecuritySupport.java 48 SecuritySupport ss = null; typedefs
57 ss = (SecuritySupport)cons.newInstance(new Object[] { });
68 ss = new SecuritySupport12();
72 if (ss == null)
73 ss = new SecuritySupport();
74 securitySupport = ss;
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
SecuritySupport.java 48 SecuritySupport ss = null; typedefs
57 ss = (SecuritySupport)cons.newInstance(new Object[] { });
68 ss = new SecuritySupport12();
72 if (ss == null)
73 ss = new SecuritySupport();
74 securitySupport = ss;
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
SecuritySupport.java 46 SecuritySupport ss = null; typedefs
55 ss = (SecuritySupport)cons.newInstance(new Object[] { });
66 ss = new SecuritySupport12();
70 if (ss == null)
71 ss = new SecuritySupport();
72 securitySupport = ss;
  /external/apache-xml/src/main/java/org/apache/xml/utils/
SecuritySupport.java 48 SecuritySupport ss = null; typedefs
57 ss = (SecuritySupport)cons.newInstance(new Object[] { });
68 ss = new SecuritySupport12();
72 if (ss == null)
73 ss = new SecuritySupport();
74 securitySupport = ss;
  /external/apache-xml/src/main/java/org/apache/xpath/functions/
SecuritySupport.java 48 SecuritySupport ss = null; typedefs
57 ss = (SecuritySupport)cons.newInstance(new Object[] { });
68 ss = new SecuritySupport12();
72 if (ss == null)
73 ss = new SecuritySupport();
74 securitySupport = ss;
  /libcore/luni/src/main/java/javax/xml/transform/sax/
SAXSource.java 191 StreamSource ss = (StreamSource) source; local
192 InputSource isource = new InputSource(ss.getSystemId());
194 isource.setByteStream(ss.getInputStream());
195 isource.setCharacterStream(ss.getReader());
196 isource.setPublicId(ss.getPublicId());
  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
SSLSessionBindingListenerTest.java 65 SSLSession ss = sock.getSession(); local
67 ss.putValue("test", sbl);
79 SSLSession ss = sock.getSession(); local
81 ss.putValue("test", sbl);
82 ss.removeValue("test");
  /libcore/luni/src/test/java/libcore/java/net/
ConcurrentCloseTest.java 51 StuckServer ss = new StuckServer(); local
56 s.connect(ss.getLocalSocketAddress());
61 ss.close();
66 StuckServer ss = new StuckServer(); local
72 s.connect(ss.getLocalSocketAddress());
85 ss.close();
90 final ServerSocket ss = new ServerSocket(0); local
94 ss.accept();
101 s.connect(ss.getLocalSocketAddress());
110 ss.close()
114 final ServerSocket ss = new ServerSocket(0); local
178 final ServerSocket ss = new ServerSocket(0); local
    [all...]
  /external/srec/tools/grxmlcompile/
netw_dump.cpp 80 std::stringstream ss; local
81 ss << arc[loc]->inputLabel;
82 inLabel = ss.str();
127 std::stringstream ss; local
128 ss << arc[loc]->outputLabel;
129 outLabel = "(" + ss.str() + ")";
141 std::stringstream ss; local
142 ss << SCRIPT_LABEL_PREFIX << arc[loc]->outputLabel;
143 outLabel = ss.str();
165 std::stringstream ss; local
214 std::stringstream ss; local
226 std::stringstream ss; local
246 std::stringstream ss; local
288 std::stringstream ss; local
300 std::stringstream ss; local
323 std::stringstream ss; local
    [all...]
  /dalvik/tests/004-annotations/src/android/test/anno/
AnnoArrayField.java 13 short[] ss() default {};
  /development/samples/ApiDemos/src/com/example/android/apis/text/
Link.java 72 SpannableString ss = new SpannableString( local
75 ss.setSpan(new StyleSpan(Typeface.BOLD), 0, 6,
77 ss.setSpan(new URLSpan("tel:4155551212"), 13, 17,
81 t4.setText(ss);
  /external/clang/test/Sema/
predef.c 4 const char (*ss)[12] = &__func__;
  /external/qemu/elff/
elf_defs.h 110 * ss - Beginning of the section that should contain the checking range.
117 is_in_section(const void* rp, size_t rsize, const void* ss, size_t ssize) {
120 return rp >= ss && ss != NULL && (diff_ptr(ss, rend) <= ssize) && rend >= rp;
  /ndk/sources/host-tools/ndk-stack/elff/
elf_defs.h 110 * ss - Beginning of the section that should contain the checking range.
117 is_in_section(const void* rp, size_t rsize, const void* ss, size_t ssize) {
120 return rp >= ss && ss != NULL && (diff_ptr(ss, rend) <= ssize) && rend >= rp;
  /external/chromium/testing/gmock/src/
gmock-spec-builders.cc 207 ::std::stringstream ss; local
208 DescribeLocationTo(&ss);
209 ss << "Too " << (too_many ? "many" : "few")
212 cardinality().DescribeTo(&ss);
213 ss << ", but has " << (too_many ? "" : "only ")
217 ss << " and a WillRepeatedly()";
219 ss << ".";
220 Log(WARNING, ss.str(), -1); // -1 means "don't print stack trace".
362 ::std::stringstream ss; local
363 this->UntypedDescribeUninterestingCall(untyped_args, &ss);
378 ::std::stringstream ss; member in namespace:testing::internal
471 ::std::stringstream ss; local
    [all...]
  /external/opencv/cv/src/
cvoptflowbm.cpp 115 CvPoint *ss = 0; local
178 ss = (CvPoint *) cvAlloc( (2 * maxRange.width + 1) * (2 * maxRange.height + 1) *
180 if( !ss )
214 ss[ss_count].x = x;
215 ss[ss_count].y = y;
222 ss[ss_count].x = x;
223 ss[ss_count].y = y;
230 ss[ss_count].x = x;
231 ss[ss_count].y = y;
238 ss[ss_count].x = x
    [all...]
  /external/bluetooth/glib/tests/
slice-test.c 88 guint *ss; local
105 ss = g_new (guint, number_of_blocks);
108 ss[i] = quick_rand32() % prime_size;
111 ps[i] = memchunk_alloc (&memchunks[ss[i]], ss[i]);
116 memchunk_free (memchunks[ss[i]], ps[i]);
120 ss[i] = quick_rand32() % prime_size;
121 ps[i] = memchunk_alloc (&memchunks[ss[i]], ss[i]);
126 memchunk_free (memchunks[ss[i]], ps[i])
153 guint *ss; local
    [all...]
  /external/e2fsprogs/debugfs/
set_fields.c 195 struct field_set_info *ss; local
233 for (ss = fields ; ss->name ; ss++) {
234 if (ss->flags & FLAG_ARRAY) {
235 if (!idx || (strcmp(ss->name, arg) != 0))
237 if (ss->max_idx > 0 && array_idx >= ss->max_idx)
240 if (strcmp(ss->name, field) != 0)
244 return ss;
428 struct field_set_info *ss; local
482 static struct field_set_info *ss; local
509 static struct field_set_info *ss; local
543 struct field_set_info *ss; local
    [all...]
  /external/skia/tests/
StreamTest.cpp 36 int ss = bstream.read(storage2, s); local
37 REPORTER_ASSERT(reporter, ss > 0 && ss <= s);
38 REPORTER_ASSERT(reporter, bytesRead + ss <= size);
40 memcmp(storage + bytesRead, storage2, ss) == 0);
41 bytesRead += ss;
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
HttpsURLConnectionTest.java 108 ServerSocket ss = new ServerSocket(0); local
110 .createSocket("localhost", ss.getLocalPort());
111 ss.accept();
113 ss.close();
133 ServerSocket ss = ctx.getServerSocketFactory() local
141 URL url = new URL("https://localhost:" + ss.getLocalPort());
146 SSLSocket peerSocket = (SSLSocket) doInteraction(connection, ss);
173 ServerSocket ss = ctx.getServerSocketFactory() local
181 URL url = new URL("https://localhost:" + ss.getLocalPort());
187 connection, ss);
211 ServerSocket ss = ctx.getServerSocketFactory() local
248 SSLServerSocket ss = (SSLServerSocket) ctx.getServerSocketFactory() local
297 SSLServerSocket ss = (SSLServerSocket) ctx.getServerSocketFactory() local
384 SSLServerSocket ss = (SSLServerSocket) getContext() local
426 SSLServerSocket ss = (SSLServerSocket) getContext() local
462 SSLServerSocket ss = (SSLServerSocket) getContext() local
498 ServerSocket ss = new ServerSocket(0); local
535 ServerSocket ss = new ServerSocket(0); local
572 ServerSocket ss = new ServerSocket(0); local
617 ServerSocket ss = new ServerSocket(0); local
661 ServerSocket ss = new ServerSocket(0); local
705 ServerSocket ss = new ServerSocket(0); local
745 ServerSocket ss = new ServerSocket(0); local
    [all...]
  /libcore/luni/src/test/java/tests/api/javax/net/
ServerSocketFactoryTest.java 58 ServerSocket ss = sf.createServerSocket(); local
59 assertNotNull(ss);
74 ServerSocket ss = sf.createServerSocket(portNumber); local
75 assertNotNull(ss);
107 ServerSocket ss = sf.createServerSocket(portNumber, 0); local
108 assertNotNull(ss);
140 ServerSocket ss = sf.createServerSocket(portNumber, 0, InetAddress.getLocalHost()); local
141 assertNotNull(ss);

Completed in 1075 milliseconds

12 3 4 5 6 7 8 91011>>