HomeSort by relevance Sort by last modified time
    Searched defs:ios (Results 1 - 25 of 130) sorted by null

1 2 3 4 5 6

  /external/webrtc/webrtc/modules/utility/include/
helpers_ios.h 19 namespace ios { namespace in namespace:webrtc
54 } // namespace ios
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
InflaterOutputStreamTest.java 142 InflaterOutputStream ios = new InflaterOutputStream(os); local
143 ios.close();
145 ios.close();
152 InflaterOutputStream ios = new InflaterOutputStream(os); local
153 ios.close();
155 ios.flush();
161 ios = new InflaterOutputStream(os);
162 ios.flush();
163 ios.flush();
164 ios.close()
171 InflaterOutputStream ios = new InflaterOutputStream(os); local
251 InflaterOutputStream ios = new InflaterOutputStream(os); local
286 InflaterOutputStream ios = new InflaterOutputStream(os); local
    [all...]
  /external/compiler-rt/make/platform/
clang_darwin.mk 85 # Configuration for targeting iOS for a couple of functions that didn't
87 Configs += ios
88 UniversalArchs.ios := $(call CheckArches,i386 x86_64,ios,$(IOSSIM_SDK))
89 UniversalArchs.ios += $(call CheckArches,armv7 arm64,ios,$(IOS_SDK))
100 # Configuration for use with iOS kernel/kexts
109 UniversalArchs.ios := $(filter-out armv7, $(UniversalArchs.ios))
158 CFLAGS.ios.i386 := $(CFLAGS) $(IOSSIM_DEPLOYMENT_ARGS
    [all...]
  /bionic/tests/
sys_uio_test.cpp 28 iovec ios[] = { { buf1, 5 }, { buf2, 5 } }; local
30 ASSERT_EQ(10, writev(tf.fd, ios, 2));
37 ASSERT_EQ(10, readv(tf.fd, ios, 2));
48 iovec ios[] = { { buf, 5 } }; local
50 ASSERT_EQ(5, write_fn(tf.fd, ios, 1, 5));
54 ASSERT_EQ(5, write_fn(tf.fd, ios, 1, 0));
57 ASSERT_EQ(5, read_fn(tf.fd, ios, 1, 5));
59 ASSERT_EQ(5, read_fn(tf.fd, ios, 1, 0));
  /external/vogar/test/vogar/testing/
InterceptOutputStreamsTest.java 59 final InterceptOutputStreams ios = new InterceptOutputStreams(Stream.OUT, Stream.ERR); local
66 assertEquals("Hello\n", ios.contents(Stream.OUT));
67 assertEquals("World\n", ios.contents(Stream.ERR));
76 ios.contents(Stream.OUT);
82 statement = ios.apply(statement, Description.EMPTY);
86 ios.contents(Stream.ERR);
95 final InterceptOutputStreams ios = new InterceptOutputStreams(Stream.OUT); local
101 ios.contents(Stream.ERR);
111 statement = ios.apply(statement, Description.EMPTY);
117 InterceptOutputStreams ios = new InterceptOutputStreams(Stream.OUT, Stream.ERR) local
    [all...]
  /external/testng/src/main/java/org/testng/remote/strprotocol/
SerializedMessageSender.java 37 ObjectInputStream ios = new ObjectInputStream(m_inStream); local
39 result = (IMessage) ios.readObject();
  /external/deqp/framework/platform/ios/
tcuIOSPlatform.hh 23 * \brief iOS Platform implementation.
42 namespace ios namespace in namespace:tcu
128 } // ios
  /device/generic/goldfish/vibrator/
qemu.c 240 struct termios ios; local
241 tcgetattr( fd, &ios );
242 ios.c_lflag = 0; /* disable ECHO, ICANON, etc... */
243 tcsetattr( fd, TCSANOW, &ios );
  /external/vogar/test/vogar/target/
AbstractTestRunnerTest.java 61 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);
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/util/
GenerationalClassUtil.java 163 OutputStream ios = intermediate.openOutputStream(); local
164 oos = new ObjectOutputStream(ios);
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_iosfwd.h 78 typedef basic_ios<char, char_traits<char> > ios; typedef
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
_iosfwd.h 78 typedef basic_ios<char, char_traits<char> > ios; typedef
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
_iosfwd.h 78 typedef basic_ios<char, char_traits<char> > ios; typedef
  /system/core/storaged/include/
storaged_uid_monitor.h 64 struct uid_io_usage ios; member in struct:uid_record
  /external/fio/
blktrace.c 270 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_bs)
    [all...]
diskutil.h 10 uint64_t ios[2]; member in struct:disk_util_stats
28 uint64_t ios[2]; member in struct:disk_util_agg
  /development/ndk/platforms/android-9/include/linux/mmc/
host.h 71 void (*set_ios)(struct mmc_host *host, struct mmc_ios *ios);
97 struct mmc_ios ios; member in struct:mmc_host
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/linux/mmc/
host.h 71 void (*set_ios)(struct mmc_host *host, struct mmc_ios *ios);
97 struct mmc_ios ios; member in struct:mmc_host
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/linux/mmc/
host.h 71 void (*set_ios)(struct mmc_host *host, struct mmc_ios *ios);
97 struct mmc_ios ios; member in struct:mmc_host
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/linux/mmc/
host.h 71 void (*set_ios)(struct mmc_host *host, struct mmc_ios *ios);
97 struct mmc_ios ios; member in struct:mmc_host
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/linux/mmc/
host.h 71 void (*set_ios)(struct mmc_host *host, struct mmc_ios *ios);
97 struct mmc_ios ios; member in struct:mmc_host
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/linux/mmc/
host.h 71 void (*set_ios)(struct mmc_host *host, struct mmc_ios *ios);
97 struct mmc_ios ios; member in struct:mmc_host
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/linux/mmc/
host.h 71 void (*set_ios)(struct mmc_host *host, struct mmc_ios *ios);
97 struct mmc_ios ios; member in struct:mmc_host
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/linux/mmc/
host.h 71 void (*set_ios)(struct mmc_host *host, struct mmc_ios *ios);
97 struct mmc_ios ios; member in struct:mmc_host
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/linux/mmc/
host.h 71 void (*set_ios)(struct mmc_host *host, struct mmc_ios *ios);
97 struct mmc_ios ios; member in struct:mmc_host

Completed in 676 milliseconds

1 2 3 4 5 6