Searched refs:ss (Results 101 - 125 of 586) sorted by relevance

1234567891011>>

/external/webrtc/src/common_audio/resampler/
H A Dresampler_unittest.cc82 std::ostringstream ss; local
83 ss << "Input rate: " << kRates[i] << ", output rate: " << kRates[j]
85 SCOPED_TRACE(ss.str());
100 std::ostringstream ss; local
101 ss << "Input rate: " << kRates[i] << ", output rate: " << kRates[j];
102 SCOPED_TRACE(ss.str());
123 std::ostringstream ss; local
124 ss << "Input rate: " << kRates[i] << ", output rate: " << kRates[j];
125 SCOPED_TRACE(ss.str());
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
H A DHttpsURLConnectionTest.java108 ServerSocket ss = new ServerSocket(0);
110 .createSocket("localhost", ss.getLocalPort());
111 ss.accept();
113 ss.close();
133 ServerSocket ss = ctx.getServerSocketFactory()
141 URL url = new URL("https://localhost:" + ss.getLocalPort());
146 SSLSocket peerSocket = (SSLSocket) doInteraction(connection, ss);
173 ServerSocket ss = ctx.getServerSocketFactory()
181 URL url = new URL("https://localhost:" + ss.getLocalPort());
187 connection, ss);
[all...]
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dmultipart.cc75 std::stringstream ss;
77 ss << "\r\n";
79 ss << "--" << boundary_ << "\r\n";
81 ss << ToString(HH_CONTENT_DISPOSITION) << ": "
85 ss << ToString(HH_CONTENT_TYPE) << ": "
88 ss << "\r\n" << data;
89 parts_.push_back(new MemoryStream(ss.str().data(), ss.str().size()));
98 std::stringstream ss;
100 ss << "\
[all...]
H A Dmacutils.cc68 std::stringstream ss; local
69 ss << '\'';
74 ss << ch;
81 ss << '\'';
83 ss.str("");
84 ss << "0x" << std::hex << fc;
86 out->append(ss.str());
155 std::stringstream ss; local
156 ss << std::hex << ver;
157 *out = ss
[all...]
/external/chromium_org/third_party/webrtc/base/
H A Dmultipart.cc60 std::stringstream ss;
62 ss << "\r\n";
64 ss << "--" << boundary_ << "\r\n";
66 ss << ToString(HH_CONTENT_DISPOSITION) << ": "
70 ss << ToString(HH_CONTENT_TYPE) << ": "
73 ss << "\r\n" << data;
74 parts_.push_back(new MemoryStream(ss.str().data(), ss.str().size()));
83 std::stringstream ss;
85 ss << "\
[all...]
H A Dmacutils.cc51 std::stringstream ss; local
52 ss << '\'';
57 ss << ch;
64 ss << '\'';
66 ss.str("");
67 ss << "0x" << std::hex << fc;
69 out->append(ss.str());
138 std::stringstream ss; local
139 ss << std::hex << ver;
140 *out = ss
[all...]
/external/chromium_org/content/browser/media/
H A Dwebrtc_internals_browsertest.cc23 std::stringstream ss; local
24 ss << "a=ssrc:" << id;
27 ss << " " << iter->first << ":" << iter->second;
29 return ss.str();
33 std::stringstream ss; local
34 ss << "{";
38 ss << ",";
39 ss << "\"" << iter->first << "\":\"" << iter->second << "\"";
41 ss << "}";
42 return ss
56 std::stringstream ss; local
88 std::stringstream ss; local
94 std::stringstream ss; local
100 std::stringstream ss; local
176 std::stringstream ss; local
184 std::stringstream ss; local
192 std::stringstream ss; local
202 std::stringstream ss; local
274 std::stringstream ss; local
289 std::stringstream ss; local
308 std::stringstream ss; local
384 std::stringstream ss; local
[all...]
/external/chromium_org/printing/
H A Dpage_number.h67 typename std::basic_ostream<E,T>& ss, const PageNumber& page) {
68 return ss << page.ToInt();
66 operator <<( typename std::basic_ostream<E,T>& ss, const PageNumber& page) argument
/external/apache-xml/src/main/java/org/apache/xalan/xslt/
H A DObjectFactory.java261 SecuritySupport ss = SecuritySupport.getInstance();
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();
400 ClassLoader context = ss
[all...]
/external/apache-xml/src/main/java/org/apache/xml/dtm/
H A DObjectFactory.java261 SecuritySupport ss = SecuritySupport.getInstance();
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();
400 ClassLoader context = ss
[all...]
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DObjectFactory.java260 SecuritySupport ss = SecuritySupport.getInstance();
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();
399 ClassLoader context = ss
[all...]
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DObjectFactory.java261 SecuritySupport ss = SecuritySupport.getInstance();
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();
400 ClassLoader context = ss
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/functions/
H A DObjectFactory.java261 SecuritySupport ss = SecuritySupport.getInstance();
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();
400 ClassLoader context = ss
[all...]
/external/chromium_org/native_client_sdk/src/libraries/error_handling/
H A Derror_handling.h73 int EHGetTopFrame(sstream_t* ss, struct NaClExceptionContext* context,
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/tools/
H A Drtp_to_text.cc62 std::stringstream ss; local
63 ss << static_cast<int64_t>(time_ms) * 1000000;
64 fprintf(stdout, "%s\n", ss.str().c_str());
/external/iproute2/misc/
H A DMakefile1 SSOBJ=ss.o ssfilter.o
4 TARGETS=ss nstat ifstat rtacct arpd lnstat
10 ss: $(SSOBJ)
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
H A DHandshakeCompletedEventTest.java39 ServerSocket ss; field in class:HandshakeCompletedEventTest
54 ss = new ServerSocket(0);
55 port = ss.getLocalPort();
75 if (ss != null) {
76 ss.close();
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_sampler_view.c60 struct svga_screen *ss = svga_screen(pipe->screen); local
64 SVGA3dSurfaceFormat format = svga_translate_format(ss, pt->format, PIPE_BIND_SAMPLER_VIEW);
83 if (ss->debug.no_sampler_view)
86 if (ss->debug.force_sampler_view)
92 pipe_mutex_lock(ss->tex_mutex);
97 pipe_mutex_unlock(ss->tex_mutex);
103 pipe_mutex_unlock(ss->tex_mutex);
159 pipe_mutex_lock(ss->tex_mutex);
161 pipe_mutex_unlock(ss->tex_mutex);
210 struct svga_screen *ss local
[all...]
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_sampler_view.c60 struct svga_screen *ss = svga_screen(pipe->screen); local
64 SVGA3dSurfaceFormat format = svga_translate_format(ss, pt->format, PIPE_BIND_SAMPLER_VIEW);
83 if (ss->debug.no_sampler_view)
86 if (ss->debug.force_sampler_view)
92 pipe_mutex_lock(ss->tex_mutex);
97 pipe_mutex_unlock(ss->tex_mutex);
103 pipe_mutex_unlock(ss->tex_mutex);
159 pipe_mutex_lock(ss->tex_mutex);
161 pipe_mutex_unlock(ss->tex_mutex);
210 struct svga_screen *ss local
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Ddtmf_tone_generator_unittest.cc80 std::ostringstream ss; local
81 ss << "Checking event " << event << " at sample rate " << fs;
82 SCOPED_TRACE(ss.str());
122 std::ostringstream ss; local
123 ss << "Checking event " << event << " at sample rate " << fs;
124 ss << "; attenuation " << attenuation;
125 SCOPED_TRACE(ss.str());
/external/freetype/src/autofit/
H A Dafmodule.c95 FT_UInt ss; local
101 for ( ss = 0; AF_STYLE_CLASSES_GET[ss]; ss++ )
103 AF_StyleClass style_class = AF_STYLE_CLASSES_GET[ss];
109 module->fallback_style = ss;
114 if ( !AF_STYLE_CLASSES_GET[ss] )
/external/stlport/test/unit/
H A Dsstream_test.cpp289 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 << "123456
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dsymbol-elf.c182 int dso__synthesize_plt_symbols(struct dso *dso, struct symsrc *ss, struct map *map, argument
199 if (!ss->dynsym)
202 elf = ss->elf;
203 ehdr = ss->ehdr;
205 scn_dynsym = ss->dynsym;
206 shdr_dynsym = ss->dynshdr;
207 dynsym_idx = ss->dynsym_idx;
544 bool symsrc__possibly_runtime(struct symsrc *ss) argument
546 return ss->dynsym || ss
549 symsrc__has_symtab(struct symsrc *ss) argument
554 symsrc__destroy(struct symsrc *ss) argument
561 symsrc__init(struct symsrc *ss, struct dso *dso, const char *name, enum dso_binary_type type) argument
[all...]
/external/chromium_org/native_client_sdk/src/examples/api/file_io/
H A Dfile_io.cc296 std::stringstream ss; local
297 ss << "LIST";
301 ss << "|" << name.AsString();
304 PostMessage(ss.str());
326 std::stringstream ss; local
327 ss << "ERR|" << message << " -- Error #: " << result;
328 PostMessage(ss.str());
333 std::stringstream ss; local
334 ss << "STAT|" << message;
335 PostMessage(ss
[all...]
/external/e2fsprogs/debugfs/
H A Dset_fields.c276 struct field_set_info *ss; local
321 for (ss = fields ; ss->name ; ss++) {
322 if (suffix && ss->ptr2 == 0)
324 if (ss->flags & FLAG_ARRAY) {
325 if (!idx || (strcmp(ss->name, arg) != 0))
327 if (ss->max_idx > 0 && array_idx >= ss->max_idx)
330 if (strcmp(ss
571 struct field_set_info *ss; local
632 static struct field_set_info *ss; local
659 static struct field_set_info *ss; local
698 struct field_set_info *ss; local
[all...]

Completed in 764 milliseconds

1234567891011>>