HomeSort by relevance Sort by last modified time
    Searched refs:ss (Results 176 - 200 of 1504) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/webrtc/webrtc/common_audio/resampler/
resampler_unittest.cc 77 std::ostringstream ss; local
78 ss << "Input rate: " << kRates[i] << ", output rate: " << kRates[j]
80 SCOPED_TRACE(ss.str());
96 std::ostringstream ss; local
97 ss << "Input rate: " << kRates[i] << ", output rate: " << kRates[j];
98 SCOPED_TRACE(ss.str());
118 std::ostringstream ss; local
119 ss << "Input rate: " << kRates[i] << ", output rate: " << kRates[j];
120 SCOPED_TRACE(ss.str());
  /bionic/libc/bionic/
poll.cpp 50 int ppoll(pollfd* fds, nfds_t fd_count, const timespec* ts, const sigset_t* ss) {
60 if (ss != NULL) {
61 kernel_ss.set(ss);
86 const timespec* ts, const sigset_t* ss) {
96 if (ss != NULL) {
97 kernel_ss.set(ss);
pthread_exit.cpp 84 stack_t ss; local
85 ss.ss_sp = NULL;
86 ss.ss_flags = SS_DISABLE;
87 sigaltstack(&ss, NULL);
  /external/parameter-framework/upstream/utility/
convert.hpp 136 std::stringstream ss(str);
142 ss >> std::hex >> result;
148 ss >> result;
151 return ss.eof() && !ss.fail() && !ss.bad();
301 * end of stream is not reached which makes the ss.eof() fails in the generic
  /prebuilts/go/darwin-x86/src/compress/flate/
inflate_test.go 14 ss := []string{
20 for i, s := range ss {
34 for i, s := range ss {
  /prebuilts/go/linux-x86/src/compress/flate/
inflate_test.go 14 ss := []string{
20 for i, s := range ss {
34 for i, s := range ss {
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
prefix.s 3 addr16 fstsw %ax ;addr16 rep cmpsw %es:(%di),%ss:(%si)
82 # data16 movsd %xmm4,%ss:(%edx)
90 # repz lock data16 movsd %xmm4,%ss:(%edx)
100 # data16 ds movsd %xmm4,%ss:(%edx)
109 # data16 ds movsd %xmm4,%ss:(%bp,%si)
119 # lock data16 ds movsd %xmm4,%ss:(%bp,%si)
130 # data16 ds movss %xmm4,%ss:(%edx)
139 # lock data16 ds movss %xmm4,%ss:(%edx)
149 # repz data16 ds movsd %xmm4,%ss:(%bp,%si)
240 # lock ss xchg %ax,%a
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i860/
float01.d 10 0: 30 00 22 48 fadd.ss %f0,%f1,%f2
13 c: 31 28 c7 48 fsub.ss %f5,%f6,%f7
16 18: 20 58 8d 49 fmul.ss %f11,%f12,%f13
20 28: 30 74 f0 49 pfadd.ss %f14,%f15,%f16
23 34: 31 a4 b6 4a pfsub.ss %f20,%f21,%f22
26 40: 20 dc 9d 4b pfmul.ss %f27,%f28,%f29
30 50: 30 02 22 48 d.fadd.ss %f0,%f1,%f2
36 68: 31 2a c7 48 d.fsub.ss %f5,%f6,%f7
42 80: 20 5a 8d 49 d.fmul.ss %f11,%f12,%f13
50 a0: 30 76 f0 49 d.pfadd.ss %f14,%f15,%f1
    [all...]
dir-align01.s 8 pfadd.ss %f14,%f15,%f16
dir-intel03-err.s 11 fsub.ss %f22,%f21,%f13
dual02-err.s 7 d.fadd.ss %f3,%f5,%f7
pseudo-ops01.s 5 fmov.ss %f5,%f6
  /external/webrtc/webrtc/base/
multipart.cc 60 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 << "\r\n"
    [all...]
macutils.cc 51 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.str()
    [all...]
  /external/vulkan-validation-layers/layers/
image.cpp 384 std::stringstream ss; local
385 ss << "vkCreateRenderPass parameter, VkFormat in pCreateInfo->pAttachments[" << i
389 IMAGE_FORMAT_UNSUPPORTED, "IMAGE", "%s", ss.str().c_str());
397 std::stringstream ss; local
398 ss << "vkCreateRenderPass parameter, VkImageLayout in pCreateInfo->pAttachments[" << i << "], is unrecognized";
401 IMAGE_RENDERPASS_INVALID_ATTACHMENT, "IMAGE", "%s", ss.str().c_str());
407 std::stringstream ss; local
408 ss << "vkCreateRenderPass parameter, VkAttachmentLoadOp in pCreateInfo->pAttachments[" << i << "], is unrecognized";
411 IMAGE_RENDERPASS_INVALID_ATTACHMENT, "IMAGE", "%s", ss.str().c_str());
417 std::stringstream ss; local
436 std::stringstream ss; local
459 std::stringstream ss; local
466 std::stringstream ss; local
473 std::stringstream ss; local
479 std::stringstream ss; local
494 std::stringstream ss; local
505 std::stringstream ss; local
517 std::stringstream ss; local
524 std::stringstream ss; local
531 std::stringstream ss; local
543 std::stringstream ss; local
551 std::stringstream ss; local
560 std::stringstream ss; local
567 std::stringstream ss; local
575 std::stringstream ss; local
582 std::stringstream ss; local
852 std::stringstream ss; local
864 std::stringstream ss; local
901 std::stringstream ss; local
910 std::stringstream ss; local
920 std::stringstream ss; local
929 std::stringstream ss; local
943 std::stringstream ss; local
969 std::stringstream ss; local
1070 std::stringstream ss; local
1079 std::stringstream ss; local
    [all...]
  /external/strace/
mpers_test.sh 48 short ss;
71 short ss;
91 int16_t ss;
114 int16_t ss;
  /prebuilts/gdb/darwin-x86/include/python2.7/
bitset.h 16 #define testbit(ss, ibit) (((ss)[BIT2BYTE(ibit)] & BIT2MASK(ibit)) != 0)
  /prebuilts/gdb/linux-x86/include/python2.7/
bitset.h 16 #define testbit(ss, ibit) (((ss)[BIT2BYTE(ibit)] & BIT2MASK(ibit)) != 0)
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
bitset.h 16 #define testbit(ss, ibit) (((ss)[BIT2BYTE(ibit)] & BIT2MASK(ibit)) != 0)
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
bitset.h 16 #define testbit(ss, ibit) (((ss)[BIT2BYTE(ibit)] & BIT2MASK(ibit)) != 0)
  /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...]

Completed in 726 milliseconds

1 2 3 4 5 6 78 91011>>