Searched refs:os (Results 26 - 50 of 3641) sorted by relevance

1234567891011>>

/external/libcxx/test/input.output/iostream.format/output.streams/ostream.cons/
H A Dstreambuf.pass.cpp31 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
[all...]
/external/chromium_org/tools/gyp/test/actions/src/
H A Dconfirm-dep-files.py14 import os namespace
18 if (os.path.exists("dep_1.txt") and
19 os.path.exists("dep_2.txt") and
20 os.path.exists("dep_3.txt")):
/external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io/
H A Dio.pass.cpp16 // 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/chromium_org/tools/memory_inspector/memory_inspector/
H A D__init__.py5 import os namespace
9 ROOT_DIR = os.path.abspath(os.path.join(os.path.dirname(__file__), os.pardir))
21 chromium_dir = os.path.abspath(os.path.join(ROOT_DIR, os.pardir, os.pardir))
22 assert(os
[all...]
/external/chromium_org/content/test/gpu/
H A Drun_gpu_test.py6 import os namespace
9 sys.path.append(os.path.join(os.path.dirname(__file__),
10 os.pardir, os.pardir, os.pardir, 'tools', 'telemetry'))
17 base_dir = os.path.dirname(os.path.realpath(__file__))
/external/chromium_org/build/android/pylib/utils/
H A Dhost_utils.py5 import os namespace
10 running_size = os.path.getsize(path)
11 if os.path.isdir(path):
12 for root, dirs, files in os.walk(path):
13 running_size += sum([os.path.getsize(os.path.join(root, f))
/external/chromium_org/build/
H A Dgyp_environment.py12 import os namespace
25 # . chromium.gyp_env has been applied to os.environ at this point already
27 not os.environ.get('GYP_GENERATORS'):
28 os.environ['GYP_GENERATORS'] = 'ninja'
29 elif sys.platform == 'darwin' and not os.environ.get('GYP_GENERATORS') and \
30 not 'OS=ios' in os.environ.get('GYP_DEFINES', []):
31 os.environ['GYP_GENERATORS'] = 'ninja'
H A Dgyp_helper.py8 import os namespace
10 SCRIPT_DIR = os.path.dirname(os.path.realpath(__file__))
11 CHROME_SRC = os.path.dirname(SCRIPT_DIR)
15 """Reads in a *.gyp_env file and applies the valid keys to os.environ."""
16 if not os.path.exists(file_path):
23 e.filename = os.path.abspath(file_path)
42 if var in os.environ:
44 var, os.path.abspath(file_path)
47 os
[all...]
/external/chromium_org/mojo/spy/ui/
H A Dtvcm_stub.py5 import os namespace
8 _CHROME_PATH = os.path.abspath(os.path.join(os.path.dirname(__file__),
12 sys.path.append(os.path.join(_CHROME_PATH,
17 sys.path.append(os.path.join(_CHROME_PATH,
/external/chromium_org/third_party/closure_compiler/build/
H A Doutputs.py7 import os namespace
12 src_root = os.path.join(os.path.dirname(__file__), "..", "..", "..")
13 resource_path = os.path.join(os.getcwd(), resource)
14 return os.path.relpath(resource_path, src_root)
/external/chromium_org/third_party/skia/tools/
H A Dfix_pythonpath.py10 import os namespace
14 CHECKOUT_ROOT = os.path.realpath(os.path.join(
15 os.path.dirname(os.path.abspath(__file__)), os.pardir))
/external/chromium_org/native_client_sdk/src/build_tools/
H A Dbuild_paths.py5 import os namespace
8 SCRIPT_DIR = os.path.dirname(os.path.abspath(__file__))
9 SDK_SRC_DIR = os.path.dirname(SCRIPT_DIR)
10 SDK_EXAMPLE_DIR = os.path.join(SDK_SRC_DIR, 'examples')
11 SDK_LIBRARY_DIR = os.path.join(SDK_SRC_DIR, 'libraries')
12 SDK_RESOURCE_DIR = os.path.join(SDK_SRC_DIR, 'resources')
13 SDK_DIR = os.path.dirname(SDK_SRC_DIR)
14 SRC_DIR = os.path.dirname(SDK_DIR)
15 NACL_DIR = os
[all...]
/external/chromium_org/third_party/skia/platform_tools/android/gyp_gen/
H A Dandroid_framework_gyp.py12 import os namespace
15 SCRIPT_DIR = os.path.abspath(os.path.dirname(__file__))
20 SKIA_DIR = os.path.normpath(os.path.join(SCRIPT_DIR, os.pardir, os.pardir,
21 os.pardir))
22 DIR_CONTENTS = os.listdir(SKIA_DIR)
26 gyp_source_dir = os
[all...]
/external/skia/platform_tools/android/gyp_gen/
H A Dandroid_framework_gyp.py12 import os namespace
15 SCRIPT_DIR = os.path.abspath(os.path.dirname(__file__))
20 SKIA_DIR = os.path.normpath(os.path.join(SCRIPT_DIR, os.pardir, os.pardir,
21 os.pardir))
22 DIR_CONTENTS = os.listdir(SKIA_DIR)
26 gyp_source_dir = os
[all...]
/external/chromium_org/chrome/test/chromedriver/
H A Dchrome_paths.py7 import os namespace
10 _THIS_DIR = os.path.abspath(os.path.dirname(__file__))
15 return os.path.abspath(os.path.join(_THIS_DIR, os.pardir, os.pardir,
16 os.pardir))
21 return os.path.join(GetSrc(), 'chrome', 'test', 'data')
27 rel_dirs = [os
[all...]
/external/chromium_org/third_party/skia/experimental/webtry/
H A Dgyp_for_webtry2 import os namespace
5 script_dir = os.path.dirname(__file__)
7 skia_src = os.path.abspath(os.environ.get('SKIA_SRC', os.path.join( script_dir, "..", "..")))
8 gyp_source_dir = os.path.join(skia_src, 'third_party', 'externals', 'gyp')
10 WEBTRY_CACHE_DEFAULT = os.path.join(script_dir, "..", "..", "..", "cache")
11 WEBTRY_INOUT_DEFAULT = os.path.join(script_dir, "..", "..", "..", "inout")
13 sys.path.insert(0, os.path.abspath(os
[all...]
/external/chromium_org/v8/src/compiler/
H A Dschedule.cc15 OStream& operator<<(OStream& os, const BasicBlockData::Control& c) { argument
18 return os << "none";
20 return os << "goto";
22 return os << "branch";
24 return os << "return";
26 return os << "throw";
29 return os;
33 OStream& operator<<(OStream& os, const Schedule& s) { argument
38 os << "--- BLOCK B" << block->id();
39 if (block->PredecessorCount() != 0) os << " <
[all...]
/external/chromium_org/tools/chrome_proxy/
H A Drun_benchmark6 import os namespace
9 sys.path.append(os.path.join(os.path.dirname(__file__), os.pardir, 'telemetry'))
10 sys.path.append(os.path.join(os.path.dirname(__file__), os.pardir, 'perf'))
17 base_dir = os.path.dirname(os.path.realpath(__file__))
/external/libcxx/test/numerics/rand/rand.eng/rand.eng.lcong/
H A Dctor_result_type.pass.cpp29 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/llvm/bindings/python/llvm/tests/
H A Dbase.py1 import os.path namespace
26 path = os.path.join(d, lib)
28 if os.path.exists(path):
35 return os.path.join(os.path.dirname(os.path.abspath(__file__)), "test_file")
38 return os.path.join(os.path.dirname(os.path.abspath(__file__)), "test.bc")
/external/chromium_org/build/android/pylib/
H A Dpexpect.py6 import os namespace
9 _CHROME_SRC = os.path.join(
10 os.path.abspath(os.path.dirname(__file__)), '..', '..', '..')
12 _PEXPECT_PATH = os.path.join(_CHROME_SRC, 'third_party', 'pexpect')
/external/chromium_org/third_party/libyuv/
H A Ddownload_vs_toolchain.py16 import os namespace
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/chromium_org/tools/gyp/test/msvs/missing_sources/
H A Dgyptest-missing.py13 import os namespace
24 os.environ['GYP_GENERATOR_FLAGS'] = 'msvs_error_on_missing_sources=0'
27 del os.environ['GYP_GENERATOR_FLAGS']
31 os.environ['GYP_GENERATOR_FLAGS'] = 'msvs_error_on_missing_sources=1'
39 del os.environ['GYP_GENERATOR_FLAGS']
/external/libcxx/test/input.output/iostream.format/output.streams/ostream.unformatted/
H A Dflush.pass.cpp46 std::ostream os(&sb);
47 os.flush();
48 assert(os.good());
50 os.flush();
51 assert(os.bad());
/external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
H A DAnimatableValueTestHelper.cpp42 void PrintTo(const AnimatableClipPathOperation& animValue, ::std::ostream* os) argument
44 *os << "AnimatableClipPathOperation@" << &animValue;
47 void PrintTo(const AnimatableColor& animColor, ::std::ostream* os) argument
49 *os << "AnimatableColor("
54 void PrintTo(const AnimatableImage& animImage, ::std::ostream* os) argument
56 PrintTo(*(animImage.toCSSValue()), os, "AnimatableImage");
59 void PrintTo(const AnimatableNeutral& animValue, ::std::ostream* os) argument
61 *os << "AnimatableNeutral@" << &animValue;
64 void PrintTo(const AnimatableRepeatable& animValue, ::std::ostream* os) argument
66 *os << "AnimatableRepeatabl
77 PrintTo(const AnimatableSVGLength& animSVGLength, ::std::ostream* os) argument
83 PrintTo(const AnimatableShapeValue& animValue, ::std::ostream* os) argument
88 PrintTo(const AnimatableStrokeDasharrayList& animValue, ::std::ostream* os) argument
101 PrintTo(const AnimatableTransform& animTransform, ::std::ostream* os) argument
151 PrintTo(const AnimatableUnknown& animUnknown, ::std::ostream* os) argument
156 PrintTo(const AnimatableVisibility& animVisibility, ::std::ostream* os) argument
175 PrintTo(const AnimatableValue& animValue, ::std::ostream* os) argument
178 PrintTo(toAnimatableClipPathOperation(animValue), os); local
180 PrintTo(toAnimatableColor(animValue), os); local
182 PrintTo(toAnimatableImage(animValue), os); local
184 PrintTo(static_cast<const AnimatableNeutral&>(animValue), os); local
186 PrintTo(toAnimatableRepeatable(animValue), os); local
188 PrintTo(toAnimatableSVGLength(animValue), os); local
190 PrintTo(toAnimatableSVGPaint(animValue), os); local
192 PrintTo(toAnimatableShapeValue(animValue), os); local
194 PrintTo(toAnimatableStrokeDasharrayList(animValue), os); local
196 PrintTo(toAnimatableTransform(animValue), os); local
198 PrintTo(toAnimatableUnknown(animValue), os); local
200 PrintTo(toAnimatableVisibility(animValue), os); local
[all...]

Completed in 4505 milliseconds

1234567891011>>