Searched refs:os (Results 101 - 125 of 1953) sorted by relevance

1234567891011>>

/external/deqp/scripts/
H A Dcppcheck.py23 import os namespace
140 fullDstFile = os.path.realpath(dstFile)
154 os.chdir(srcBaseDir)
155 os.system('"%s"' % command) # Double-quotes needed for some reason
163 srcDir = os.path.realpath(os.path.normpath(os.path.join(os.path.dirname(__file__), "..", "..")))
H A Drun_internal_tests.py23 import os namespace
37 curPath = os.getcwd()
39 os.chdir(workDir)
41 os.chdir(curPath)
58 if os.path.exists(config.buildPath):
61 os.makedirs(config.buildPath)
62 execute(["cmake", os.path.realpath(config.srcPath)] + config.genParams, workDir = config.buildPath)
66 if os.path.exists(config.buildPath):
84 testWorkDir = os.path.join(config.buildPath, "modules", "internal")
85 junitToolPath = os
[all...]
/external/google-breakpad/src/testing/test/
H A Dgmock_test_utils.py36 import os namespace
41 SCRIPT_DIR = os.path.dirname(__file__) or '.'
44 gtest_tests_util_dir = os.path.join(SCRIPT_DIR, '../gtest/test')
45 if os.path.isdir(gtest_tests_util_dir):
48 GTEST_TESTS_UTIL_DIR = os.path.join(SCRIPT_DIR, '../../gtest/test')
80 exit_code: the result value of os.system(command).
83 if os.name == 'nt':
84 # On Windows, os.WEXITSTATUS() doesn't work and os.system() returns
88 # On Unix, os
[all...]
/external/libcxx/test/std/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops/
H A Ddereference.pass.cpp22 std::ostringstream os; local
23 std::ostream_iterator<int> i(os);
/external/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.id/
H A Dstream.pass.cpp27 std::ostringstream os; local
28 os << id0;
/external/skia/
H A Dgyp_skia13 import os namespace
18 script_dir = os.path.abspath(os.path.dirname(__file__))
21 gyp_source_dir = os.path.join(script_dir, 'third_party', 'externals', 'gyp')
24 gyp_config_dir = os.path.join(script_dir, 'gyp')
28 gyp_output_dir = os.environ.get('SKIA_GYP_OUTPUT_DIR', '.')
32 sys.path.insert(0, os.path.join(gyp_source_dir, 'pylib'))
47 specified_includes.add(os.path.realpath(arg[2:]))
51 if os.path.realpath(path) not in specified_includes:
58 AddInclude(os
[all...]
/external/google-breakpad/src/testing/gtest/test/
H A Dgtest_xml_outfiles_test.py36 import os namespace
68 # We want the trailing '/' that the last "" provides in os.path.join, for
71 self.output_dir_ = os.path.join(gtest_test_utils.GetTempDir(),
80 os.remove(os.path.join(self.output_dir_, GTEST_OUTPUT_1_TEST + ".xml"))
81 except os.error:
84 os.remove(os.path.join(self.output_dir_, GTEST_OUTPUT_2_TEST + ".xml"))
85 except os.error:
88 os
[all...]
/external/gtest/test/
H A Dgtest_xml_outfiles_test.py36 import os namespace
68 # We want the trailing '/' that the last "" provides in os.path.join, for
71 self.output_dir_ = os.path.join(gtest_test_utils.GetTempDir(),
80 os.remove(os.path.join(self.output_dir_, GTEST_OUTPUT_1_TEST + ".xml"))
81 except os.error:
84 os.remove(os.path.join(self.output_dir_, GTEST_OUTPUT_2_TEST + ".xml"))
85 except os.error:
88 os
[all...]
/external/libcxx/test/std/input.output/iostream.format/ext.manip/
H A Dput_money.pass.cpp57 std::ostream os(&sb);
58 os.imbue(std::locale(LOCALE_en_US_UTF_8));
59 showbase(os);
61 os << std::put_money(x, false);
66 std::ostream os(&sb);
67 os.imbue(std::locale(LOCALE_en_US_UTF_8));
68 showbase(os);
70 os << std::put_money(x, true);
75 std::wostream os(&sb);
76 os
[all...]
/external/llvm/utils/lit/
H A Dsetup.py2 import os namespace
10 os.chdir(os.path.dirname(os.path.abspath(__file__)))
/external/protobuf/gtest/test/
H A Dgtest_xml_outfiles_test.py36 import os namespace
68 # We want the trailing '/' that the last "" provides in os.path.join, for
71 self.output_dir_ = os.path.join(gtest_test_utils.GetTempDir(),
80 os.remove(os.path.join(self.output_dir_, GTEST_OUTPUT_1_TEST + ".xml"))
81 except os.error:
84 os.remove(os.path.join(self.output_dir_, GTEST_OUTPUT_2_TEST + ".xml"))
85 except os.error:
88 os
[all...]
/external/libogg/
H A Dconfig.sub126 os=-$maybe_os
132 then os=`echo $1 | sed 's/.*-/-/'`
133 else os=; fi
141 case $os in
142 -sun*os*)
152 os=
156 os=
162 os=-vxworks
166 os=-chorusos
170 os
[all...]
/external/libvorbis/
H A Dconfig.sub126 os=-$maybe_os
132 then os=`echo $1 | sed 's/.*-/-/'`
133 else os=; fi
141 case $os in
142 -sun*os*)
152 os=
156 os=
162 os=-vxworks
166 os=-chorusos
170 os
[all...]
/external/cmockery/cmockery_0_1_2/
H A Dconfig.sub124 os=-$maybe_os
130 then os=`echo $1 | sed 's/.*-/-/'`
131 else os=; fi
139 case $os in
140 -sun*os*)
150 os=
154 os=
160 os=-vxworks
164 os=-chorusos
168 os
[all...]
/external/chromium-trace/trace-viewer/third_party/Paste/tests/
H A Dtest_import_string.py3 import os namespace
9 assert func('os.path.join') is os.path.join
13 assert eval_import('os:getcwd()') == os.getcwd()
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/tvcm/
H A Dfake_fs_unittest.py5 import os namespace
17 assert os.path.exists(os.path.normpath('/blah/x'))
20 open(os.path.normpath('/blah/x'), 'r').read())
26 with open(os.path.normpath('/blah/x'), 'r') as f:
36 gen = os.walk(os.path.normpath('/'))
38 self.assertEquals((os.path.normpath('/'), ['x'], ['a.txt']), r)
41 self.assertEquals((os.path.normpath('/x'), ['w', 'w2'], ['y.txt']), r)
44 self.assertEquals((os
[all...]
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/bin/
H A Dvinn5 import os namespace
8 sys.path.insert(0, os.path.join(os.path.dirname(__file__), '..'))
/external/clang/test/PCH/
H A Dchain-late-anonymous-namespace.cpp11 namespace os {} namespace
28 namespace os {
54 namespace os {
/external/libcxx/test/libcxx/android/
H A Dbuild.py1 import os namespace
6 env = os.environ
7 env['ONE_SHOT_MAKEFILE'] = os.path.join(path, 'Android.mk')
/external/libcxx/test/std/input.output/iostreams.base/ios/basic.ios.members/
H A Dtie_ostream.pass.cpp22 std::ostream* os = (std::ostream*)1; local
23 std::ostream* r = ios.tie(os);
25 assert(ios.tie() == os);
/external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.shuf/
H A Dctor_sseq.pass.cpp71 std::ostringstream os; local
72 os << e1;
73 assert(os.str() == a);
H A Dio.pass.cpp18 // operator<<(basic_ostream<charT, traits>& os,
37 std::ostringstream os; local
38 os << e1;
39 std::istringstream is(os.str());
/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli/
H A Dio.pass.cpp16 // operator<<(basic_ostream<charT, traits>& os,
33 std::ostringstream os; local
34 os << d1;
35 std::istringstream is(os.str());
/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/
H A Dio.pass.cpp17 // operator<<(basic_ostream<charT, traits>& os,
34 std::ostringstream os; local
35 os << d1;
36 std::istringstream is(os.str());
/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo/
H A Dio.pass.cpp17 // operator<<(basic_ostream<charT, traits>& os,
34 std::ostringstream os; local
35 os << d1;
36 std::istringstream is(os.str());

Completed in 2761 milliseconds

1234567891011>>