HomeSort by relevance Sort by last modified time
    Searched refs:ss (Results 101 - 125 of 2195) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/libcxx/test/std/strings/string.view/string.view.nonmem/
quoted.pass.cpp 34 std::stringstream ss; local
35 bool skippingws = is_skipws ( &ss );
38 ss << std::quoted(sv);
40 ss >> std::quoted(s);
42 assert ( skippingws == is_skipws ( &ss ));
46 std::stringstream ss; local
47 std::noskipws ( ss );
48 bool skippingws = is_skipws ( &ss );
51 ss << std::quoted(sv);
53 ss >> std::quoted(s)
59 std::stringstream ss; local
69 std::stringstream ss; local
81 std::stringstream ss; local
89 std::stringstream ss; local
98 std::wstringstream ss; local
111 std::wstringstream ss; local
124 std::wstringstream ss; local
134 std::wstringstream ss; local
145 std::wstringstream ss; local
155 std::wstringstream ss; local
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/experimental/string.view/string.view.nonmem/
quoted.pass.cpp 32 std::stringstream ss; local
33 bool skippingws = is_skipws ( &ss );
36 ss << std::quoted(sv);
38 ss >> std::quoted(s);
40 assert ( skippingws == is_skipws ( &ss ));
44 std::stringstream ss; local
45 std::noskipws ( ss );
46 bool skippingws = is_skipws ( &ss );
49 ss << std::quoted(sv);
51 ss >> std::quoted(s)
57 std::stringstream ss; local
67 std::stringstream ss; local
79 std::stringstream ss; local
87 std::stringstream ss; local
96 std::wstringstream ss; local
109 std::wstringstream ss; local
122 std::wstringstream ss; local
132 std::wstringstream ss; local
143 std::wstringstream ss; local
153 std::wstringstream ss; local
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/
ServerSocketFactoryTest.java 41 ServerSocket ss = sf.createServerSocket(); local
42 assertNotNull(ss);
43 ss.close();
48 ServerSocket ss = sf.createServerSocket(0); local
49 assertNotNull(ss);
52 sf.createServerSocket(ss.getLocalPort());
57 ss.close();
68 ServerSocket ss = sf.createServerSocket(0, 0); local
69 assertNotNull(ss);
72 sf.createServerSocket(ss.getLocalPort(), 0)
89 ServerSocket ss = sf.createServerSocket(0, 0, InetAddress.getLocalHost()); local
    [all...]
  /external/strace/
sigaltstack.c 47 stack_t ss; local
49 if (umove_or_printaddr(tcp, addr, &ss))
53 printaddr(ptr_to_kulong(ss.ss_sp));
55 printflags(sigaltstack_flags, ss.ss_flags, "SS_???");
56 tprintf(", ss_size=%" PRI_klu "}", (kernel_ulong_t) ss.ss_size);
  /external/libcxx/test/std/input.output/string.streams/istringstream/istringstream.assign/
move.pass.cpp 25 std::istringstream ss; local
26 ss = std::move(ss0);
27 assert(ss.rdbuf() != 0);
28 assert(ss.good());
29 assert(ss.str() == " 123 456");
31 ss >> i;
33 ss >> i;
56 std::wistringstream ss; local
57 ss = std::move(ss0);
58 assert(ss.rdbuf() != 0)
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/input.output/string.streams/istringstream/istringstream.assign/
move.pass.cpp 25 std::istringstream ss; local
26 ss = std::move(ss0);
27 assert(ss.rdbuf() != 0);
28 assert(ss.good());
29 assert(ss.str() == " 123 456");
31 ss >> i;
33 ss >> i;
56 std::wistringstream ss; local
57 ss = std::move(ss0);
58 assert(ss.rdbuf() != 0)
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
modrm.s 3 mov %ds,%ss:(%eax)
4 mov %ds,%ss:(%ecx)
5 mov %ds,%ss:(%edx)
6 mov %ds,%ss:(%ebx)
7 mov %ds,%ss:0
8 mov %ds,%ss:(%esi)
9 mov %ds,%ss:(%edi)
10 mov %ds,%ss:0x12(%eax)
11 mov %ds,%ss:0x12(%ecx)
12 mov %ds,%ss:0x12(%edx
    [all...]
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_dequantize_sample.cpp 193 int32 ss; local
226 for (ss = 0 ; ss < used_freq_lines ; ss++)
228 if (ss == next_cb_boundary)
241 else if (ss < mp3_sfBandIndex[sfreq].l[mixstart])
253 if (ss < 2*FILTERBANK_BANDS)
270 } /* end-if ( ss == next_cb_boundary) */
273 if ((gr_info->mixed_block_flag == 0) || (gr_info->mixed_block_flag && (ss >= 2*FILTERBANK_BANDS)))
275 int32 temp2 = fxp_mul32_Q32((ss - cb_begin) << 16, mp3_shortwindBandWidths[sfreq][cb_width])
    [all...]
  /external/libcxx/test/std/experimental/filesystem/class.path/path.nonmember/
path.io.unicode_bug.pass.cpp 51 StrStream ss; local
53 auto& ret = (ss << p);
54 assert(ss.str() == E);
55 assert(&ret == &ss);
59 auto& ret = ss >> p_in;
61 assert(&ret == &ss);
  /external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/tests/store_buffering/
test.c 9 DEFINE_SRCU(ss); variable
16 idx = srcu_read_lock(&ss);
22 srcu_read_unlock(&ss, idx);
23 idx = srcu_read_lock(&ss);
28 srcu_read_unlock(&ss, idx);
37 synchronize_srcu(&ss);
  /libcore/luni/src/main/native/
NetworkUtilities.h 23 jobject sockaddrToInetAddress(JNIEnv* env, const sockaddr_storage& ss, int* port);
30 sockaddr_storage& ss, socklen_t& sa_len);
39 sockaddr_storage& ss, socklen_t& sa_len);
  /bionic/libc/bionic/
epoll_pwait.cpp 35 int epoll_pwait(int fd, epoll_event* events, int max_events, int timeout, const sigset_t* ss) {
38 if (ss != NULL) {
39 kernel_ss.set(ss);
  /external/google-tv-pairing-protocol/cpp/src/polo/pairing/message/
pairingrequestackmessage.cc 43 std::ostringstream ss; local
44 ss << "[PairingRequestAckMessage server_name=" << server_name_ << "]";
45 return ss.str();
secretackmessage.cc 34 std::ostringstream ss; local
35 ss << "[SecretAckMessage secret="
38 return ss.str();
secretmessage.cc 34 std::ostringstream ss; local
35 ss << "[SecretMessage secret="
38 return ss.str();
  /external/valgrind/none/tests/x86-solaris/
coredump_single_thread.c 10 uint16_t cs, ds, ss, es, fs, gs; local
17 "movw %%ss, %2\n"
21 : "=m" (cs), "=m" (ds), "=m" (ss), "=m" (es), "=m" (fs), "=m" (gs));
22 printf("cs=%#x ds=%#x ss=%#x es=%#x fs=%#x gs=%#x\n",
23 cs, ds, ss, es, fs, gs);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/
ReadSs.c 25 mov ax, ss
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
ReadSs.c 19 Reads the current value of Stack Segment Register (SS).
21 Reads and returns the current value of SS. This function is only available on
24 @return The current value of SS.
35 mov ax, ss
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/
minus1.pass.cpp 33 std::stringstream ss; local
34 ss << std::oct << static_cast<T>(-1);
35 assert(ss.str() == expected);
41 std::stringstream ss; local
42 ss << std::dec << static_cast<T>(-1);
43 assert(ss.str() == expected);
49 std::stringstream ss; local
50 ss << std::hex << static_cast<T>(-1);
52 std::string str = ss.str();
  /external/libcxx/test/std/input.output/iostream.format/quoted.manip/
quoted.pass.cpp 33 std::basic_stringstream<CharT, Traits> ss; local
34 bool skippingws = is_skipws ( ss );
36 ss << q;
37 ss >> q;
42 std::basic_stringstream<CharT, Traits> ss; local
43 bool skippingws = is_skipws ( ss );
45 ss << std::quoted(p);
47 ss >> std::quoted(s);
49 assert ( skippingws == is_skipws ( ss ));
55 std::basic_stringstream<CharT, Traits> ss; local
68 std::basic_stringstream<CharT, Traits> ss; local
79 std::basic_stringstream<CharT, Traits> ss; local
91 std::basic_stringstream<CharT, Traits> ss; local
102 std::basic_stringstream<CharT, Traits> ss; local
114 std::stringstream ss; local
120 std::stringstream ss; local
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/input.output/iostream.format/quoted.manip/
quoted.pass.cpp 33 std::basic_stringstream<CharT, Traits> ss; local
34 bool skippingws = is_skipws ( ss );
35 ss << q;
36 ss >> q;
41 std::basic_stringstream<CharT, Traits> ss; local
42 bool skippingws = is_skipws ( ss );
44 ss << std::quoted(p);
46 ss >> std::quoted(s);
48 assert ( skippingws == is_skipws ( ss ));
54 std::basic_stringstream<CharT, Traits> ss; local
67 std::basic_stringstream<CharT, Traits> ss; local
78 std::basic_stringstream<CharT, Traits> ss; local
90 std::basic_stringstream<CharT, Traits> ss; local
101 std::basic_stringstream<CharT, Traits> ss; local
113 std::stringstream ss; local
119 std::stringstream ss; local
    [all...]
  /external/fio/examples/
steadystate.fio 14 [ss-write]
20 ss=iops:10%
24 # Begin ss detection 10s after job starts
30 [ss-read]
38 ss=bw_slope:1%
42 # Begin ss detection 5s after job starts
  /external/freetype/src/autofit/
afranges.h 29 #define SCRIPT( s, S, d, h, H, ss ) \
35 #define SCRIPT( s, S, d, h, H, ss ) \
  /external/strace/mpers-m32/
sample_struct.c 7 short ss; member in struct:__anon31575::__anon31576
30 short ss[7][9]; member in union:__anon31575::__anon31577
  /external/strace/mpers-mx32/
sample_struct.c 7 short ss; member in struct:__anon31744::__anon31745
30 short ss[7][9]; member in union:__anon31744::__anon31746

Completed in 827 milliseconds

1 2 3 45 6 7 8 91011>>