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

/external/webrtc/webrtc/modules/utility/include/
H A Dhelpers_ios.h19 namespace ios { namespace in namespace:webrtc
54 } // namespace ios
/external/compiler-rt/make/platform/
H A Dclang_darwin.mk87 Configs += ios
88 UniversalArchs.ios := $(call CheckArches,i386 x86_64,ios,$(IOSSIM_SDK))
89 UniversalArchs.ios += $(call CheckArches,armv7 arm64,ios,$(IOS_SDK))
109 UniversalArchs.ios := $(filter-out armv7, $(UniversalArchs.ios))
158 CFLAGS.ios.i386 := $(CFLAGS) $(IOSSIM_DEPLOYMENT_ARGS)
159 CFLAGS.ios.x86_64 := $(CFLAGS) $(IOSSIM_DEPLOYMENT_ARGS)
160 CFLAGS.ios
[all...]
/external/parameter-framework/asio/include/asio/impl/
H A Dio_service.hpp23 inline Service& use_service(io_service& ios) argument
29 return ios.service_registry_->template use_service<Service>();
34 io_service& ios)
36 return ios.impl_;
40 inline void add_service(io_service& ios, Service* svc) argument
46 ios.service_registry_->template add_service<Service>(svc);
50 inline bool has_service(io_service& ios) argument
56 return ios.service_registry_->template has_service<Service>();
33 use_service( io_service& ios) argument
/external/parameter-framework/asio-1.10.6/include/asio/impl/
H A Dio_service.hpp23 inline Service& use_service(io_service& ios) argument
29 return ios.service_registry_->template use_service<Service>();
34 io_service& ios)
36 return ios.impl_;
40 inline void add_service(io_service& ios, Service* svc) argument
46 ios.service_registry_->template add_service<Service>(svc);
50 inline bool has_service(io_service& ios) argument
56 return ios.service_registry_->template has_service<Service>();
33 use_service( io_service& ios) argument
/external/deqp/framework/platform/ios/
H A DtcuIOSPlatform.hh42 namespace ios namespace in namespace:tcu
128 } // ios
/external/parameter-framework/asio/include/asio/detail/
H A Dresolve_endpoint_op.hpp42 const endpoint_type& endpoint, io_service_impl& ios, Handler& handler)
46 io_service_impl_(ios),
41 resolve_endpoint_op(socket_ops::weak_cancel_token_type cancel_token, const endpoint_type& endpoint, io_service_impl& ios, Handler& handler) argument
H A Dresolve_op.hpp43 const query_type& query, io_service_impl& ios, Handler& handler)
47 io_service_impl_(ios),
42 resolve_op(socket_ops::weak_cancel_token_type cancel_token, const query_type& query, io_service_impl& ios, Handler& handler) argument
/external/parameter-framework/asio-1.10.6/include/asio/detail/
H A Dresolve_endpoint_op.hpp42 const endpoint_type& endpoint, io_service_impl& ios, Handler& handler)
46 io_service_impl_(ios),
41 resolve_endpoint_op(socket_ops::weak_cancel_token_type cancel_token, const endpoint_type& endpoint, io_service_impl& ios, Handler& handler) argument
H A Dresolve_op.hpp43 const query_type& query, io_service_impl& ios, Handler& handler)
47 io_service_impl_(ios),
42 resolve_op(socket_ops::weak_cancel_token_type cancel_token, const query_type& query, io_service_impl& ios, Handler& handler) argument
/external/vogar/test/vogar/target/
H A DAbstractTestRunnerTest.java61 public InterceptOutputStreams ios = new InterceptOutputStreams(Stream.OUT); field in class:AbstractTestRunnerTest
88 return new ExpectedResults(testRunnerRule.testClass(), ios,
95 private final InterceptOutputStreams ios; field in class:AbstractTestRunnerTest.ExpectedResults
101 Class<?> testClass, InterceptOutputStreams ios, AtomicInteger checkCount) {
115 this.ios = ios;
191 String output = ios.contents(Stream.OUT);
100 ExpectedResults( Class<?> testClass, InterceptOutputStreams ios, AtomicInteger checkCount) argument
/external/fio/
H A Ddiskutil.h10 uint64_t ios[2]; member in struct:disk_util_stats
28 uint64_t ios[2]; member in struct:disk_util_agg
H A Dblktrace.c270 unsigned long *ios, unsigned int *rw_bs)
279 ios[DDIR_TRIM]++;
304 unsigned long long ttime, unsigned long *ios,
318 ios[rw]++;
328 unsigned long *ios, unsigned int *bs)
351 handle_trace_discard(td, t, delay, ios, bs);
353 handle_trace_fs(td, t, delay, ios, bs);
424 unsigned long ios[DDIR_RWDIR_CNT], skipped_writes; local
444 ios[i] = 0;
499 handle_trace(td, &t, ios, rw_b
267 handle_trace_discard(struct thread_data *td, struct blk_io_trace *t, unsigned long long ttime, unsigned long *ios, unsigned int *rw_bs) argument
303 handle_trace_fs(struct thread_data *td, struct blk_io_trace *t, unsigned long long ttime, unsigned long *ios, unsigned int *rw_bs) argument
327 handle_trace(struct thread_data *td, struct blk_io_trace *t, unsigned long *ios, unsigned int *bs) argument
[all...]
H A Dio_u.c1414 uint64_t ios; local
1421 ios = ddir_rw_sum(td->io_blocks) - td->latency_ios;
1422 success_ios = (double) (ios - td->latency_failed) / (double) ios;
H A Dstat.c2154 static inline void reset_io_stat(struct io_stat *ios) argument
2156 ios->max_val = ios->min_val = ios->samples = 0;
2157 ios->mean.u.f = ios->S.u.f = 0;
/external/blktrace/btt/
H A Dglobals.h119 __u64 rqm[2], ios[2], sec[2], wait, svctm; member in struct:stats
/external/fio/t/
H A Dbtrace2fio.c49 unsigned long ios[DDIR_RWDIR_CNT]; member in struct:btrace_out
336 o->ios[DDIR_TRIM]++;
357 o->ios[rw]++;
598 static void __output_p_ascii(struct btrace_pid *p, unsigned long *ios) argument
611 total = ddir_rw_sum(o->ios);
615 if (!o->ios[i])
618 ios[i] += o->ios[i] + o->merges[i];
620 perc = ((float) o->ios[i] * 100.0) / (float) total;
621 printf("\tios: %lu (perc=%3.2f%%)\n", o->ios[
648 __output_p_fio(struct btrace_pid *p, unsigned long *ios) argument
766 __output_p(struct btrace_pid *p, unsigned long *ios) argument
963 unsigned long ios[DDIR_RWDIR_CNT]; local
[all...]
/external/autotest/client/tests/aiostress/
H A Daio-stress.c168 /* number of ios that will get sent to aio */
171 /* number of ios we've already sent */
177 /* stonewalled = 1 when we got cut off before submitting all our ios */
219 struct io_unit *ios; member in struct:thread_info
224 /* number of io units in the ios array */
752 /* some ios got through */
933 size_t bytes = num_files * depth * sizeof(*t->ios);
935 t->ios = malloc(bytes);
936 if (!t->ios) {
940 memset(t->ios,
[all...]
/external/ltp/testcases/kernel/io/ltp-aiodio/
H A Daio-stress.c221 struct io_unit *ios; member in struct:thread_info
953 size_t bytes = num_files * depth * sizeof(*t->ios);
955 t->ios = malloc(bytes);
956 if (!t->ios) {
960 memset(t->ios, 0, bytes);
963 t->ios[i].buf = aligned_buffer;
965 t->ios[i].buf_size = reclen;
967 memset(t->ios[i].buf, 'b', reclen);
969 memset(t->ios[i].buf, 0, reclen);
970 t->ios[
[all...]
/external/skia/src/pathops/
H A DSkOpCoincidence.cpp808 const SkOpPtT* ios = inner->oppPtTStart(); local
809 FAIL_IF(ios->deleted());
810 const SkOpSegment* innerOpp = ios->segment();
832 if (outerOpp != innerCoin && this->overlap(ocs, oce, ios, ioe, &overS, &overE)) {
833 (void) this->addIfMissing(ocs->starter(oce), ios->starter(ioe),
836 SkDEBUGPARAMS(ios->debugEnder(ioe)));
858 if (this->overlap(oos, ooe, ios, ioe, &overS, &overE)) {
859 (void) this->addIfMissing(oos->starter(ooe), ios->starter(ioe),
862 SkDEBUGPARAMS(ios->debugEnder(ioe)));
H A DSkPathOpsDebug.cpp1909 const SkOpPtT* ios = inner->oppPtTStart(); local
1910 SkASSERT(!ios->deleted());
1911 const SkOpSegment* innerOpp = ios->segment();
1933 if (outerOpp != innerCoin && this->overlap(ocs, oce, ios, ioe, &overS, &overE)) {
1934 this->debugAddIfMissing(log, ocs->starter(oce), ios->starter(ioe),
1937 ios->debugEnder(ioe));
1959 if (this->overlap(oos, ooe, ios, ioe, &overS, &overE)) {
1960 this->debugAddIfMissing(log, oos->starter(ooe), ios->starter(ioe),
1963 ios->debugEnder(ioe));
/external/skqp/src/pathops/
H A DSkOpCoincidence.cpp808 const SkOpPtT* ios = inner->oppPtTStart(); local
809 FAIL_IF(ios->deleted());
810 const SkOpSegment* innerOpp = ios->segment();
832 if (outerOpp != innerCoin && this->overlap(ocs, oce, ios, ioe, &overS, &overE)) {
833 (void) this->addIfMissing(ocs->starter(oce), ios->starter(ioe),
836 SkDEBUGPARAMS(ios->debugEnder(ioe)));
858 if (this->overlap(oos, ooe, ios, ioe, &overS, &overE)) {
859 (void) this->addIfMissing(oos->starter(ooe), ios->starter(ioe),
862 SkDEBUGPARAMS(ios->debugEnder(ioe)));
H A DSkPathOpsDebug.cpp1909 const SkOpPtT* ios = inner->oppPtTStart(); local
1910 SkASSERT(!ios->deleted());
1911 const SkOpSegment* innerOpp = ios->segment();
1933 if (outerOpp != innerCoin && this->overlap(ocs, oce, ios, ioe, &overS, &overE)) {
1934 this->debugAddIfMissing(log, ocs->starter(oce), ios->starter(ioe),
1937 ios->debugEnder(ioe));
1959 if (this->overlap(oos, ooe, ios, ioe, &overS, &overE)) {
1960 this->debugAddIfMissing(log, oos->starter(ooe), ios->starter(ioe),
1963 ios->debugEnder(ioe));
/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...]
H A Dblktrace.c115 struct io_info *ios; member in struct:devpath
159 * of these. The ios array contains input/output information, pfds holds
165 struct io_info *ios; member in struct:tracer
598 if (dpp->ios)
599 free(dpp->ios);
1576 struct io_info *iop = &tp->ios[--tp->nios];
1592 free(tp->ios);
1602 tp->ios = calloc(ndevs, sizeof(struct io_info));
1603 memset(tp->ios, 0, ndevs * sizeof(struct io_info));
1609 iop = tp->ios;
[all...]
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...

Completed in 8929 milliseconds