Searched refs:ios (Results 1 - 25 of 67) sorted by relevance

123

/external/stlport/test/unit/
H A Dios_header_test.cpp9 # include <ios>
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
H A DInflaterOutputStreamTest.java125 InflaterOutputStream ios = new InflaterOutputStream(os);
126 ios.close();
128 ios.close();
135 InflaterOutputStream ios = new InflaterOutputStream(os);
136 ios.close();
138 ios.flush();
144 ios = new InflaterOutputStream(os);
145 ios.flush();
146 ios.flush();
153 InflaterOutputStream ios
[all...]
/external/clang/test/Sema/
H A Dattr-availability-ios.c3 void f0(int) __attribute__((availability(ios,introduced=2.0,deprecated=2.1))); // expected-note {{'f0' declared here}}
4 void f1(int) __attribute__((availability(ios,introduced=2.1)));
5 void f2(int) __attribute__((availability(ios,introduced=2.0,deprecated=3.0))); // expected-note {{'f2' declared here}}
6 void f3(int) __attribute__((availability(ios,introduced=3.0)));
7 void f4(int) __attribute__((availability(macosx,introduced=10.1,deprecated=10.3,obsoleted=10.5), availability(ios,introduced=2.0,deprecated=2.1,obsoleted=3.0))); // expected-note{{explicitly marked unavailable}}
9 void f5(int) __attribute__((availability(ios,introduced=2.0))) __attribute__((availability(ios,deprecated=3.0))); // expected-note {{'f5' declared here}}
10 void f6(int) __attribute__((availability(ios,deprecated=3.0)));
11 void f6(int) __attribute__((availability(ios,introduced=2.0))); // expected-note {{'f6' declared here}}
H A Dattr-availability.c4 void f1() __attribute__((availability(ios,obsoleted=2.1,deprecated=3.0))); // expected-warning{{feature cannot be obsoleted in iOS version 2.1 before it was deprecated in version 3.0; attribute ignored}}
5 void f2() __attribute__((availability(ios,introduced=2.1,deprecated=2.1)));
28 void f4(int) __attribute__((availability(ios,deprecated=3.0)));
29 void f4(int) __attribute__((availability(ios,introduced=4.0))); // expected-warning {{feature cannot be deprecated in iOS version 3.0 before it was introduced in version 4.0; attribute ignored}}
31 void f5(int) __attribute__((availability(ios,deprecated=3.0),
32 availability(ios,introduced=4.0))); // expected-warning {{feature cannot be deprecated in iOS version 3.0 before it was introduced in version 4.0; attribute ignored}}
34 void f6(int) __attribute__((availability(ios,deprecated=3.0))); // expected-note {{previous attribute is here}}
35 void f6(int) __attribute__((availability(ios,deprecated=4.0))); // expected-warning {{availability does not match previous declaration}}
37 void f7(int) __attribute__((availability(ios,introduced=2.0)));
38 void f7(int) __attribute__((availability(ios,deprecate
[all...]
H A Dattr-availability-macosx.c7 void f4(int) __attribute__((availability(macosx,introduced=10.1,deprecated=10.3,obsoleted=10.5), availability(ios,introduced=2.0,deprecated=3.0))); // expected-note{{explicitly marked unavailable}}
8 void f5(int) __attribute__((availability(ios,introduced=3.2), availability(macosx,unavailable))); // expected-note{{function has been explicitly marked unavailable here}}
/external/stlport/stlport/
H A Dios.h24 #include <ios>
27 # include <using/ios>
H A Diostream.h59 ios::init(__s.rdbuf());
63 ios::init(__s);
74 ios::init(__s.rdbuf());
78 ios::init(__s);
87 iostream_withassign & operator=(ios& __i) {
88 ios::init(__i.rdbuf());
92 ios::init(__s);
H A Dios38 # include_next <ios>
40 # include _STLP_NATIVE_HEADER(ios)
H A Dstreambuf.h30 #include <ios.h>
H A Distream.h36 using _STLP_STD::ios;
/external/oprofile/libutil++/
H A Dstream_util.h28 io_state(std::ios & stream);
32 std::ios & stream;
34 std::ios::fmtflags format;
H A Dstream_util.cpp16 io_state::io_state(ios & stream_)
H A Dstring_manip.cpp115 os.setf(ios::showpos);
119 os.setf(ios::fixed, ios::floatfield);
124 os.setf(ios::scientific, ios::floatfield);
/external/zlib/src/contrib/iostream/
H A Dzfstream.cpp27 if ( io_mode & ios::in ) {
28 mode = ios::in;
30 } else if ( io_mode & ios::app ) {
31 mode = ios::app;
34 mode = ios::out;
38 if ( io_mode & ios::binary ) {
39 mode |= ios::binary;
44 if ( io_mode & (ios::out|ios::app )) {
69 if ( io_mode & ios
[all...]
H A Dtest.cpp8 gzofstream os( 1, ios::out );
H A Dzfstream.h24 virtual streampos seekoff( streamoff, ios::seek_dir, int );
44 class gzfilestream_common : virtual public ios {
73 gzifstream( const char *name, int io_mode = ios::in );
74 gzifstream( int fd, int io_mode = ios::in );
85 gzofstream( const char *name, int io_mode = ios::out );
86 gzofstream( int fd, int io_mode = ios::out );
/external/clang/test/Index/
H A Davailability.c3 void foo(void) __attribute__((availability(macosx,introduced=10.4,deprecated=10.5,obsoleted=10.7), availability(ios,introduced=3.2,deprecated=4.1)));
8 // CHECK-1: (ios, introduced=3.2, deprecated=4.1)
/external/oprofile/include/
H A Dsstream46 stringbuf(int which=ios::in|ios::out)
47 : streambuf(), mode(static_cast<ios::open_mode>(which)),
54 stringbuf(const string &str, int which=ios::in|ios::out)
55 : streambuf(), mode(static_cast<ios::open_mode>(which)),
58 if (mode & (ios::in|ios::out))
104 if (mode & ios::out)
141 seekoff(off_type off, ios
[all...]
/external/clang/test/Parser/
H A Dattr-availability.c11 void f2() __attribute__((availability(ios,deprecated=10.4.7,introduced=10,obsoleted=10.6)));
13 void f3() __attribute__((availability(ios,deprecated=10.4.7,introduced=10,obsoleted=10.6,introduced=10.2))); // expected-error{{redundant 'introduced' availability change; only the last specified change will be used}}
15 void f4() __attribute__((availability(macosx,introduced=10.5), availability(ios,unavailable)));
17 void f5() __attribute__((availability(macosx,introduced=10.5), availability(ios,unavailable, unavailable))); // expected-error{{redundant 'unavailable' availability change; only the last specified change will be used}}
/external/llvm/test/MC/MachO/ARM/
H A Dllvm-objdump-macho-stripped.s1 @ RUN: llvm-mc -triple=thumbv7-apple-ios -filetype=obj -o - < %s | llvm-objdump -d -macho -triple=thumbv7-apple-ios - | FileCheck %s
H A Dllvm-objdump-macho.s1 @ RUN: llvm-mc -triple=thumbv7-apple-ios -filetype=obj -o - < %s | llvm-objdump -d -macho -triple=thumbv7-apple-ios - | FileCheck %s
/external/astl/tests/
H A Dtest_ios_base.cpp37 class ios: public std::ios_base { class in namespace:android
42 ios s;
48 ios s;
57 ios s;
63 ios s;
/external/protobuf/examples/
H A Dadd_person.cc70 fstream input(argv[1], ios::in | ios::binary);
84 fstream output(argv[1], ios::out | ios::trunc | ios::binary);
/external/blktrace/
H A Dblkparse.c193 .name = "track-ios",
243 * for tracking individual ios
1177 static inline void __account_m(struct io_stats *ios, struct blk_io_trace *t, argument
1181 ios->mwrites++;
1182 ios->mwrite_kb += t_kb(t);
1184 ios->mreads++;
1185 ios->mread_kb += t_kb(t);
1195 struct io_stats *ios = find_process_io_stats(t->pid); local
1197 __account_m(ios, t, rw);
1201 static inline void __account_pc_queue(struct io_stats *ios, argument
1219 struct io_stats *ios = find_process_io_stats(t->pid); local
1225 __account_pc_issue(struct io_stats *ios, int rw, unsigned int bytes) argument
1243 struct io_stats *ios = find_process_io_stats(t->pid); local
1249 __account_pc_requeue(struct io_stats *ios, struct blk_io_trace *t, int rw) argument
1267 struct io_stats *ios = find_process_io_stats(t->pid); local
1273 __account_pc_c(struct io_stats *ios, int rw) argument
1287 struct io_stats *ios = find_process_io_stats(t->pid); local
1293 __account_queue(struct io_stats *ios, struct blk_io_trace *t, int rw) argument
1311 struct io_stats *ios = find_process_io_stats(t->pid); local
1317 __account_c(struct io_stats *ios, int rw, int bytes) argument
1334 struct io_stats *ios = find_process_io_stats(t->pid); local
1340 __account_issue(struct io_stats *ios, int rw, unsigned int bytes) argument
1358 struct io_stats *ios = find_process_io_stats(t->pid); local
1364 __account_unplug(struct io_stats *ios, int timer) argument
1378 struct io_stats *ios = find_process_io_stats(t->pid); local
1384 __account_requeue(struct io_stats *ios, struct blk_io_trace *t, int rw) argument
1402 struct io_stats *ios = find_process_io_stats(t->pid); local
1648 dump_io_stats(struct per_dev_info *pdi, struct io_stats *ios, char *msg) argument
1771 struct io_stats total, *ios; local
[all...]
/external/stlport/stlport/using/h/
H A Diostream.h21 using _STLP_OLD_IO_NAMESPACE::ios;

Completed in 672 milliseconds

123