HomeSort by relevance Sort by last modified time
    Searched refs:os (Results 101 - 125 of 30185) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/autotest/server/cros/faft/config/
common.py 1 # Copyright (c) 2014 The Chromium OS Authors. All rights reserved.
5 import os, sys
6 dirname = os.path.dirname(sys.modules[__name__].__file__)
7 autotest_dir = os.path.abspath(
8 os.path.join(dirname, os.pardir, os.pardir, os.pardir, os.pardir))
9 client_dir = os.path.join(autotest_dir, 'client'
    [all...]
  /external/libcxx/test/std/numerics/rand/rand.eng/rand.eng.lcong/
ctor_result_type.pass.cpp 29 std::ostringstream os; local
30 os << e;
31 assert(os.str() == "5");
36 std::ostringstream os; local
37 os << e;
38 assert(os.str() == "5");
43 std::ostringstream os; local
44 os << e;
45 assert(os.str() == "1");
57 std::ostringstream os; local
64 std::ostringstream os; local
71 std::ostringstream os; local
85 std::ostringstream os; local
92 std::ostringstream os; local
99 std::ostringstream os; local
113 std::ostringstream os; local
120 std::ostringstream os; local
127 std::ostringstream os; local
    [all...]
  /external/webrtc/webrtc/build/android/
test_runner.py 18 import os
21 SCRIPT_DIR = os.path.dirname(__file__)
22 SRC_DIR = os.path.abspath(os.path.join(SCRIPT_DIR, os.pardir, os.pardir,
23 os.pardir))
24 CHROMIUM_BUILD_ANDROID_DIR = os.path.join(SRC_DIR, 'build', 'android')
61 os.environ['CHECKOUT_SOURCE_ROOT'] = SRC_DIR
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/rand/rand.eng/rand.eng.lcong/
ctor_result_type.pass.cpp 29 std::ostringstream os; local
30 os << e;
31 assert(os.str() == "5");
36 std::ostringstream os; local
37 os << e;
38 assert(os.str() == "5");
43 std::ostringstream os; local
44 os << e;
45 assert(os.str() == "1");
57 std::ostringstream os; local
64 std::ostringstream os; local
71 std::ostringstream os; local
85 std::ostringstream os; local
92 std::ostringstream os; local
99 std::ostringstream os; local
113 std::ostringstream os; local
120 std::ostringstream os; local
127 std::ostringstream os; local
    [all...]
  /external/autotest/client/deps/glbench/
glbench.py 3 # Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
7 import common, os, shutil
13 srcdir = os.path.join(topdir, 'src')
14 os.chdir(srcdir)
16 os.chdir(topdir)
18 pwd = os.getcwd()
  /external/autotest/client/deps/ibusclient/
ibusclient.py 3 # Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
7 import common, os, shutil
13 srcdir = os.path.join(topdir, 'src')
14 os.chdir(srcdir)
16 os.chdir(topdir)
18 pwd = os.getcwd()
  /external/autotest/client/deps/iwcap/
iwcap.py 3 import os, common
9 srcdir = os.path.join(topdir, 'src')
10 os.chdir(srcdir)
12 os.chdir(topdir)
14 pwd = os.getcwd()
  /external/chromium-trace/catapult/common/py_trace_event/py_trace_event/
__init__.py 4 import os
7 SCRIPT_DIR = os.path.abspath(os.path.dirname(__file__))
8 PY_UTILS = os.path.abspath(os.path.join(SCRIPT_DIR, '..', '..', 'py_utils'))
  /external/chromium-trace/catapult/systrace/bin/
systrace 7 import os
10 _SYSTRACE_DIR = os.path.abspath(
11 os.path.join(os.path.dirname(__file__), os.path.pardir))
  /external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.unformatted/
flush.pass.cpp 46 std::ostream os(&sb);
47 os.flush();
48 assert(os.good());
50 os.flush();
51 assert(os.bad());
  /external/libyuv/files/
download_vs_toolchain.py 16 import os
20 checkout_root = os.path.dirname(os.path.realpath(__file__))
21 sys.path.insert(0, os.path.join(checkout_root, 'build'))
22 sys.path.insert(0, os.path.join(checkout_root, 'tools', 'find_depot_tools'))
  /external/v8/tools/gcmole/
download_gcmole_tools.py 6 import os
10 GCMOLE_PATH = os.path.dirname(os.path.abspath(__file__))
11 SHA1_PATH = os.path.join(GCMOLE_PATH, 'gcmole-tools.tar.gz.sha1')
13 if re.search(r'\bgcmole=1', os.environ.get('GYP_DEFINES', '')):
  /external/v8/tools/jsfunfuzz/
download_jsfunfuzz.py 6 import os
10 FUZZ_PATH = os.path.dirname(os.path.abspath(__file__))
11 SHA1_PATH = os.path.join(FUZZ_PATH, 'jsfunfuzz.tar.gz.sha1')
13 if re.search(r'\bjsfunfuzz=1', os.environ.get('GYP_DEFINES', '')):
  /frameworks/rs/rsov/compiler/tests/
llvm-lit 3 import os
9 android_source_root = os.getenv('ANDROID_BUILD_TOP', ".")
10 llvm_source_root = os.path.join(android_source_root, 'external', 'llvm')
13 sys.path.append(os.path.join(llvm_source_root, 'utils', 'lit'))
18 'llvm_site_config' : os.path.join('./', 'lit.site.cfg')
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostream.format/output.streams/ostream.unformatted/
flush.pass.cpp 46 std::ostream os(&sb);
47 os.flush();
48 assert(os.good());
50 os.flush();
51 assert(os.bad());
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
LongFilePathOs.py 2 # Override built in module os to provide support for long file path
14 import os
22 return os.access(LongFilePath(path), mode)
25 return os.remove(LongFilePath(path))
28 return os.removedirs(LongFilePath(name))
31 return os.rmdir(LongFilePath(path))
34 return os.mkdir(LongFilePath(path))
37 return os.makedirs(LongFilePath(name), mode)
40 return os.rename(LongFilePath(old), LongFilePath(new))
43 return os.chdir(LongFilePath(path))
    [all...]
  /external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.cons/
move.pass.cpp 47 test_ostream<char> os(std::move(os1));
49 assert(os.rdbuf() == 0);
50 assert(os.tie() == 0);
51 assert(os.fill() == ' ');
52 assert(os.rdstate() == os.goodbit);
53 assert(os.exceptions() == os.goodbit);
54 assert(os.flags() == (os.skipws | os.dec))
    [all...]
  /hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/
key_param_output.h 28 inline ::std::ostream& operator<<(::std::ostream& os, Algorithm value) {
29 return os << toString(value);
32 inline ::std::ostream& operator<<(::std::ostream& os, BlockMode value) {
33 return os << toString(value);
36 inline ::std::ostream& operator<<(::std::ostream& os, Digest value) {
37 return os << toString(value);
40 inline ::std::ostream& operator<<(::std::ostream& os, EcCurve value) {
41 return os << toString(value);
44 inline ::std::ostream& operator<<(::std::ostream& os, ErrorCode value) {
45 return os << toString(value)
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostream.format/output.streams/ostream.cons/
move.pass.cpp 47 test_ostream<char> os(std::move(os1));
49 assert(os.rdbuf() == 0);
50 assert(os.tie() == 0);
51 assert(os.fill() == ' ');
52 assert(os.rdstate() == os.goodbit);
53 assert(os.exceptions() == os.goodbit);
54 assert(os.flags() == (os.skipws | os.dec))
    [all...]
  /art/test/ti-agent/
jvmti_helper.cc 129 std::ostream& operator<<(std::ostream& os, const jvmtiError& rhs) {
132 return os << "NONE";
134 return os << "INVALID_THREAD";
136 return os << "INVALID_THREAD_GROUP";
138 return os << "INVALID_PRIORITY";
140 return os << "THREAD_NOT_SUSPENDED";
142 return os << "THREAD_SUSPENDED";
144 return os << "THREAD_NOT_ALIVE";
146 return os << "INVALID_OBJECT";
148 return os << "INVALID_CLASS"
    [all...]
  /external/python/cpython2/Lib/plat-os2emx/
_emx_link.py 7 the os module in place of the unimplemented (on OS/2) Posix link()
8 function (os.link()).
10 We do this on OS/2 by implementing a file copy, with link(2) semantics:-
27 - returns None, same as os.link() which is implemented in posixmodule.c;
36 import os
45 On OS/2, this creates a complete copy of the source file.
48 s = os.open(source, os.O_RDONLY | os.O_BINARY
    [all...]
  /art/runtime/
runtime_common.cc 137 void Dump(std::ostream& os) const;
139 void DumpRegister32(std::ostream& os, const char* name, uint32_t value) const;
140 void DumpRegister64(std::ostream& os, const char* name, uint64_t value) const;
142 void DumpX86Flags(std::ostream& os, uint32_t flags) const;
145 void DumpArmStatusRegister(std::ostream& os, RegisterType status_register) const;
150 void UContext::Dump(std::ostream& os) const {
152 DumpRegister32(os, "eax", context->__ss.__eax);
153 DumpRegister32(os, "ebx", context->__ss.__ebx);
154 DumpRegister32(os, "ecx", context->__ss.__ecx);
155 DumpRegister32(os, "edx", context->__ss.__edx)
    [all...]
  /art/runtime/arch/mips/
registers_mips.cc 30 std::ostream& operator<<(std::ostream& os, const Register& rhs) {
32 os << kRegisterNames[rhs];
34 os << "Register[" << static_cast<int>(rhs) << "]";
36 return os;
39 std::ostream& operator<<(std::ostream& os, const FRegister& rhs) {
41 os << "f" << static_cast<int>(rhs);
43 os << "FRegister[" << static_cast<int>(rhs) << "]";
45 return os;
48 std::ostream& operator<<(std::ostream& os, const VectorRegister& rhs) {
50 os << "w" << static_cast<int>(rhs)
    [all...]
  /art/runtime/arch/mips64/
registers_mips64.cc 31 std::ostream& operator<<(std::ostream& os, const GpuRegister& rhs) {
33 os << kRegisterNames[rhs];
35 os << "GpuRegister[" << static_cast<int>(rhs) << "]";
37 return os;
40 std::ostream& operator<<(std::ostream& os, const FpuRegister& rhs) {
42 os << "f" << static_cast<int>(rhs);
44 os << "FpuRegister[" << static_cast<int>(rhs) << "]";
46 return os;
49 std::ostream& operator<<(std::ostream& os, const VectorRegister& rhs) {
51 os << "w" << static_cast<int>(rhs)
    [all...]
  /device/google/contexthub/firmware/variant/argonkey/
argonkey.mk 29 SRCS_os += $(VARIANT_PATH)/src/os/i2c.c
30 SRCS_os += $(VARIANT_PATH)/src/os/led.c
31 SRCS_os += $(VARIANT_PATH)/src/os/spi.c
36 SRCS_os += os/algos/fusion.c \
37 os/algos/common/math/mat.c \
38 os/algos/common/math/quat.c \
39 os/algos/common/math/vec.c
42 SRCS_os += os/drivers/st_lsm6dsm/st_lsm6dsm.c \
43 os/algos/calibration/accelerometer/accel_cal.c \
44 os/algos/calibration/gyroscope/gyro_cal.c
    [all...]

Completed in 1952 milliseconds

1 2 3 45 6 7 8 91011>>