HomeSort by relevance Sort by last modified time
    Searched refs:os (Results 26 - 50 of 25533) sorted by null

12 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/os/
WorkSource.aidl 16 package android.os;
DeadSystemException.java 17 package android.os;
IHwInterface.java 17 package android.os;
IInterface.java 17 package android.os;
NetworkOnMainThreadException.java 16 package android.os;
  /frameworks/native/cmds/dumpstate/binder/android/os/
IDumpstateToken.aidl 17 package android.os;
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
debug.py 1 import os
7 DEBUG = os.environ.get('DISTUTILS_DEBUG')
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
debug.py 1 import os
7 DEBUG = os.environ.get('DISTUTILS_DEBUG')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
debug.py 1 import os
7 DEBUG = os.environ.get('DISTUTILS_DEBUG')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
debug.py 1 import os
7 DEBUG = os.environ.get('DISTUTILS_DEBUG')
  /art/compiler/linker/
output_stream.cc 21 std::ostream& operator<<(std::ostream& os, const Whence& rhs) {
23 case kSeekSet: os << "SEEK_SET"; break;
24 case kSeekCurrent: os << "SEEK_CUR"; break;
25 case kSeekEnd: os << "SEEK_END"; break;
28 return os;
  /art/test/ti-agent/
jvmti_helper.cc 69 std::ostream& operator<<(std::ostream& os, const jvmtiError& rhs) {
72 return os << "NONE";
74 return os << "INVALID_THREAD";
76 return os << "INVALID_THREAD_GROUP";
78 return os << "INVALID_PRIORITY";
80 return os << "THREAD_NOT_SUSPENDED";
82 return os << "THREAD_SUSPENDED";
84 return os << "THREAD_NOT_ALIVE";
86 return os << "INVALID_OBJECT";
88 return os << "INVALID_CLASS"
    [all...]
  /external/autotest/client/bin/self-test/
test_redirect 2 import os
8 os.system ("echo About to redirect stdout 2")
9 os.system ("date")
12 os.system ("echo This should go into the stdout logfile 2")
15 os.system ("date")
19 os.system ("echo stdout all done 2")
20 os.system ("date")
  /external/autotest/client/site_tests/security_Minijail0/src/
mountns-enter-child.py 1 # Copyright 2014 The Chromium OS Authors. All rights reserved.
5 import os
12 if os.access(test_file, os.F_OK):
  /external/clang/test/Modules/Inputs/PR24954/
A.h 6 void print(B::basic_ostream<char>& os) {
7 os << B::setw(42);
8 os << B::endl;
  /external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.cons/
streambuf.pass.cpp 31 std::basic_ostream<char> os(&sb);
32 assert(os.rdbuf() == &sb);
33 assert(os.tie() == 0);
34 assert(os.fill() == ' ');
35 assert(os.rdstate() == os.goodbit);
36 assert(os.exceptions() == os.goodbit);
37 assert(os.flags() == (os.skipws | os.dec))
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.cons/
streambuf.pass.cpp 31 std::basic_ostream<char> os(&sb);
32 assert(os.rdbuf() == &sb);
33 assert(os.tie() == 0);
34 assert(os.fill() == ' ');
35 assert(os.rdstate() == os.goodbit);
36 assert(os.exceptions() == os.goodbit);
37 assert(os.flags() == (os.skipws | os.dec))
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/input.output/iostream.format/output.streams/ostream.cons/
streambuf.pass.cpp 31 std::basic_ostream<char> os(&sb);
32 assert(os.rdbuf() == &sb);
33 assert(os.tie() == 0);
34 assert(os.fill() == ' ');
35 assert(os.rdstate() == os.goodbit);
36 assert(os.exceptions() == os.goodbit);
37 assert(os.flags() == (os.skipws | os.dec))
    [all...]
  /art/compiler/utils/arm/
constants_arm.cc 22 std::ostream& operator<<(std::ostream& os, const DRegister& rhs) {
24 os << "d" << static_cast<int>(rhs);
26 os << "DRegister[" << static_cast<int>(rhs) << "]";
28 return os;
  /art/runtime/arch/arm64/
registers_arm64.cc 38 std::ostream& operator<<(std::ostream& os, const XRegister& rhs) {
40 os << kRegisterNames[rhs];
42 os << "XRegister[" << static_cast<int>(rhs) << "]";
44 return os;
47 std::ostream& operator<<(std::ostream& os, const WRegister& rhs) {
49 os << kWRegisterNames[rhs];
51 os << "WRegister[" << static_cast<int>(rhs) << "]";
53 return os;
56 std::ostream& operator<<(std::ostream& os, const DRegister& rhs) {
58 os << "d" << static_cast<int>(rhs)
    [all...]
  /cts/tests/tests/os/src/android/os/cts/
IEmptyService.aidl 17 package android.os.cts;
19 import android.os.IBinder;
  /external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io/
io.pass.cpp 16 // operator<<(basic_ostream<CharT, Traits>& os, shared_ptr<Y> const& p);
25 std::ostringstream os; local
26 assert(os.str().empty());
27 os << p;
28 assert(!os.str().empty());
  /external/libyuv/files/
gyp_libyuv.py 25 import os
27 path = os.path.abspath(os.path.split(__file__)[0])
28 execfile(os.path.join(path, 'gyp_libyuv'))
  /external/v8/gypfiles/
gyp_v8.py 38 import os
40 path = os.path.abspath(os.path.split(__file__)[0])
41 execfile(os.path.join(path, 'gyp_v8'))
  /external/webrtc/webrtc/build/
gyp_webrtc.py 21 import os
23 path = os.path.abspath(os.path.split(__file__)[0])
24 execfile(os.path.join(path, 'gyp_webrtc'))

Completed in 4657 milliseconds

12 3 4 5 6 7 8 91011>>