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

1 2 3 4 5 67 8 91011>>

  /bionic/libc/kernel/arch-x86/asm/
vm86.h 71 unsigned short ss, __ssh; member in struct:vm86_regs
  /development/ndk/platforms/android-9/arch-x86/include/asm/
sigcontext.h 77 unsigned short ss, __ssh; member in struct:sigcontext
user32.h 49 unsigned short ss, __ss; member in struct:user_regs_struct32
user_32.h 51 unsigned short ss, __ss; member in struct:user_regs_struct
vm86.h 71 unsigned short ss, __ssh; member in struct:vm86_regs
  /external/chromium/third_party/libjingle/source/talk/base/
httprequest.h 109 HttpMonitor(SocketServer *ss);
  /external/chromium/third_party/libjingle/source/talk/xmllite/
xmlnsstack.cc 190 std::stringstream ss; local
191 ss << base;
192 ss << (i++);
193 ss >> result;
  /external/dropbear/libtomcrypt/src/pk/asn1/der/utctime/
der_encode_utctime.c 61 STORE_V(utctime->ss);
  /external/e2fsprogs/debugfs/
Makefile.in 17 MK_CMDS= _SS_DIR_OVERRIDE=../lib/ss ../lib/ss/mk_cmds
95 debug_cmds.o: debug_cmds.c $(top_srcdir)/lib/ss/ss.h \
96 $(top_builddir)/lib/ss/ss_err.h $(top_srcdir)/lib/et/com_err.h
98 $(top_srcdir)/lib/ss/ss.h $(top_builddir)/lib/ss/ss_err.h \
  /external/e2fsprogs/lib/ss/
ss.h 16 * initials are SS, the name of the secret police in Nazi
26 #include <ss/ss_err.h>
  /external/icu4c/test/iotest/
stream.cpp 269 stringstream ss; local
271 strstream ss; local
281 ss << "EXAMPLE";
290 if (!(ss >> dest)) {
  /external/iproute2/doc/
Makefile 1 PSFILES=ip-cref.ps ip-tunnels.ps api-ip6-flowlabels.ps ss.ps nstat.ps arpd.ps rtstat.ps
  /external/iptables/include/linux/netfilter/
xt_osf.h 71 __u16 ss, mss; member in struct:xt_osf_user_finger
  /external/kernel-headers/original/asm-x86/
sigcontext.h 80 unsigned short ss, __ssh; member in struct:sigcontext
user32.h 41 unsigned short ss, __ss; member in struct:user_regs_struct32
user_32.h 84 unsigned short ss, __ss; member in struct:user_regs_struct
  /external/libvpx/vp8/encoder/
block.h 75 search_site *ss; member in struct:__anon7719
  /external/qemu/android/config/
check-pulseaudio.c 27 PULSEAUDIO_SYMBOLS(pa_simple*,pa_simple_new,(const char* server,const char* name, pa_stream_direction_t dir, const char* dev, const char* stream_name, const pa_sample_spec* ss, const pa_channel_map* map, const pa_buffer_attr *attr, int *error)) \
  /external/qemu-pc-bios/vgabios/tests/lfbprof/
lfbprof.h 114 unsigned short ss; member in struct:__anon10335
  /external/quake/quake/src/WinQuake/
dosisms.h 59 unsigned short ss; member in struct:__anon10670::__anon10672
  /external/stlport/test/unit/
fstream_test.cpp 346 fstream ss( "test_file.txt", ios_base::in | ios_base::out | ios_base::binary | ios_base::trunc );
348 ss << "1234567\n89\n";
349 ss.seekg( 0, ios_base::beg );
352 ss.get( buf, 10 );
353 CPPUNIT_ASSERT( !ss.fail() );
363 ss.get(c);
364 CPPUNIT_ASSERT( !ss.fail() );
366 ss.get(c);
367 CPPUNIT_ASSERT( !ss.fail() );
493 fstream ss( "test_file.txt", ios_base::in | ios_base::out | ios_base::binary | ios_base::trunc )
    [all...]
  /external/valgrind/main/coregrind/
pub_core_signals.h 54 extern SysRes VG_(do_sys_sigaltstack) ( ThreadId tid, vki_stack_t* ss,
  /frameworks/base/telephony/java/com/android/internal/telephony/
ServiceStateTracker.java 34 public ServiceState ss; field in class:ServiceStateTracker
182 if (ss.getRoaming()) {
203 if (!ss.getRoaming()) {
352 if (ss.getState() == ServiceState.STATE_IN_SERVICE) {
  /ndk/tests/device/test-gnustl-full/unit/
fstream_test.cpp 364 fstream ss( "test_file.txt", ios_base::in | ios_base::out | ios_base::binary | ios_base::trunc );
366 ss << "1234567\n89\n";
367 ss.seekg( 0, ios_base::beg );
370 ss.get( buf, 10 );
371 CPPUNIT_ASSERT( !ss.fail() );
381 ss.get(c);
382 CPPUNIT_ASSERT( !ss.fail() );
384 ss.get(c);
385 CPPUNIT_ASSERT( !ss.fail() );
511 fstream ss( "test_file.txt", ios_base::in | ios_base::out | ios_base::binary | ios_base::trunc )
    [all...]
  /ndk/tests/device/test-stlport/unit/
fstream_test.cpp 364 fstream ss( "test_file.txt", ios_base::in | ios_base::out | ios_base::binary | ios_base::trunc );
366 ss << "1234567\n89\n";
367 ss.seekg( 0, ios_base::beg );
370 ss.get( buf, 10 );
371 CPPUNIT_ASSERT( !ss.fail() );
381 ss.get(c);
382 CPPUNIT_ASSERT( !ss.fail() );
384 ss.get(c);
385 CPPUNIT_ASSERT( !ss.fail() );
511 fstream ss( "test_file.txt", ios_base::in | ios_base::out | ios_base::binary | ios_base::trunc )
    [all...]

Completed in 541 milliseconds

1 2 3 4 5 67 8 91011>>