Searched refs:os (Results 1 - 25 of 2611) sorted by relevance

1234567891011>>

/external/zlib/src/contrib/iostream/
H A Dtest.cpp8 gzofstream os( 1, ios::out );
12 os << "Hello, Mommy" << endl;
14 os << setcompressionlevel( Z_NO_COMPRESSION );
15 os << "hello, hello, hi, ho!" << endl;
17 setcompressionlevel( os, Z_DEFAULT_COMPRESSION )
20 os.close();
/external/chromium_org/build/
H A Dgyp_chromium.py15 import os namespace
17 path = os.path.abspath(os.path.split(__file__)[0])
18 execfile(os.path.join(path, 'gyp_chromium'))
/external/skia/
H A Dgyp_skia.py15 import os namespace
17 path = os.path.abspath(os.path.split(__file__)[0])
18 execfile(os.path.join(path, 'gyp_skia'))
/external/chromium_org/build/android/buildbot/
H A Denv_to_json.py9 import os namespace
11 print json.dumps(dict(os.environ))
/external/chromium_org/google_apis/build/
H A Dcheck_internal.py12 import os namespace
17 if os.path.exists(sys.argv[1]):
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
H A Drunant.py24 the python os library)
34 import os, os.path, string, sys namespace
42 if os.environ.has_key('ANT_HOME'):
43 ANT_HOME = os.environ['ANT_HOME']
45 ANT_HOME = os.path.dirname(os.path.dirname(os.path.abspath(sys.argv[0])))
48 ANT_LIB = os.path.join(ANT_HOME, 'lib')
52 if not os
[all...]
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DAnimatableValueTestHelper.cpp44 void PrintTo(const AnimatableClipPathOperation& animValue, ::std::ostream* os) argument
46 *os << "AnimatableClipPathOperation@" << &animValue;
49 void PrintTo(const AnimatableColor& animColor, ::std::ostream* os) argument
51 *os << "AnimatableColor("
56 void PrintTo(const AnimatableDouble& animDouble, ::std::ostream* os) argument
58 PrintTo(*(animDouble.toCSSValue().get()), os, "AnimatableDouble");
61 void PrintTo(const AnimatableImage& animImage, ::std::ostream* os) argument
63 PrintTo(*(animImage.toCSSValue().get()), os, "AnimatableImage");
66 void PrintTo(const AnimatableLength& animLength, ::std::ostream* os) argument
68 PrintTo(*(animLength.toCSSValue().get()), os, "AnimatableLengt
71 PrintTo(const AnimatableLengthBox& animLengthBox, ::std::ostream* os) argument
84 PrintTo(const AnimatableLengthPoint& animLengthPoint, ::std::ostream* os) argument
93 PrintTo(const AnimatableLengthSize& animLengthSize, ::std::ostream* os) argument
102 PrintTo(const AnimatableNeutral& animValue, ::std::ostream* os) argument
107 PrintTo(const AnimatableRepeatable& animValue, ::std::ostream* os) argument
120 PrintTo(const AnimatableSVGLength& animSVGLength, ::std::ostream* os) argument
126 PrintTo(const AnimatableSVGPaint& animSVGPaint, ::std::ostream* os) argument
138 PrintTo(const AnimatableShapeValue& animValue, ::std::ostream* os) argument
143 PrintTo(const AnimatableStrokeDasharrayList& animValue, ::std::ostream* os) argument
155 PrintTo(const AnimatableTransform& animTransform, ::std::ostream* os) argument
205 PrintTo(const AnimatableUnknown& animUnknown, ::std::ostream* os) argument
210 PrintTo(const AnimatableVisibility& animVisibility, ::std::ostream* os) argument
229 PrintTo(const AnimatableValue& animValue, ::std::ostream* os) argument
232 PrintTo(*(toAnimatableClipPathOperation(&animValue)), os); local
234 PrintTo(*(toAnimatableColor(&animValue)), os); local
236 PrintTo(*(toAnimatableDouble(&animValue)), os); local
238 PrintTo(*(toAnimatableImage(&animValue)), os); local
240 PrintTo(*(toAnimatableLength(&animValue)), os); local
242 PrintTo(*(toAnimatableLengthBox(&animValue)), os); local
244 PrintTo(*(toAnimatableLengthPoint(&animValue)), os); local
246 PrintTo(*(toAnimatableLengthSize(&animValue)), os); local
248 PrintTo(*(static_cast<const AnimatableNeutral*>(&animValue)), os); local
250 PrintTo(*(toAnimatableRepeatable(&animValue)), os); local
252 PrintTo(*(toAnimatableSVGLength(&animValue)), os); local
254 PrintTo(*(toAnimatableSVGPaint(&animValue)), os); local
256 PrintTo(*(toAnimatableShapeValue(&animValue)), os); local
258 PrintTo(*(toAnimatableStrokeDasharrayList(&animValue)), os); local
260 PrintTo(*(toAnimatableTransform(&animValue)), os); local
262 PrintTo(*(toAnimatableUnknown(&animValue)), os); local
264 PrintTo(*(toAnimatableVisibility(&animValue)), os); local
[all...]
/external/chromium_org/third_party/mesa/
H A Dgenerate_git_sha1.py5 import os namespace
6 import os.path namespace
10 parentdir = os.path.abspath(os.path.join(output, os.pardir))
31 if not os.path.isdir(parentdir):
32 os.makedirs(parentdir)
/external/chromium_org/tools/deep_memory_profiler/lib/
H A Dordered_dict.py7 import os namespace
13 _BASE_PATH = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
14 _SIMPLEJSON_PATH = os.path.join(_BASE_PATH,
15 os.pardir,
16 os.pardir,
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
H A Dset_sys_path.py37 import os namespace
42 sys.path.insert(0, os.path.join(os.path.split(__file__)[0], '..'))
/external/chromium_org/chrome/test/functional/media/
H A Dpyauto_media.py20 import os namespace
26 media_dir = os.path.abspath(os.path.dirname(__file__))
28 sys.path.append(os.path.normpath(os.path.join(media_dir, os.pardir)))
32 sys.path.append(os.path.normpath(os.path.join(
33 media_dir, os.pardir, 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/chromium_org/chrome/test/functional/ap_lab/
H A Dpyauto_ap_configurator.py7 import os namespace
13 ap_configurator_dir = os.path.abspath(os.path.dirname(__file__))
15 sys.path.append(os.path.normpath(os.path.join(ap_configurator_dir,
16 os.pardir)))
/external/chromium_org/chrome/test/functional/gtalk/
H A Dpyauto_gtalk.py8 import os namespace
14 gtalk_dir = os.path.abspath(os.path.dirname(__file__))
16 sys.path.append(os.path.normpath(os.path.join(gtalk_dir, os.pardir)))
/external/chromium_org/chrome/test/functional/tracing/
H A Dpyauto_tracing.py6 import os namespace
11 tracing_dir = os.path.abspath(os.path.dirname(__file__))
13 sys.path.append(os.path.normpath(os.path.join(tracing_dir, os.pardir)))
/external/chromium_org/content/test/gpu/
H A Drun_gpu_test5 import os namespace
8 sys.path.append(os.path.join(os.path.dirname(__file__),
9 os.pardir, os.pardir, os.pardir, 'tools', 'telemetry'))
/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/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/chrome/test/pyautolib/
H A Dpyauto_paths.py7 import os namespace
13 script_dir = os.path.abspath(os.path.dirname(__file__))
14 return os.path.join(script_dir, os.pardir, os.pardir, os.pardir)
19 return os.path.join(GetSourceDir(), 'third_party')
35 build_dirs += [os.path.join(src_dir, dir, 'Debug')]
36 build_dirs += [os
[all...]
/external/chromium_org/tools/
H A Dfind_depot_tools.py10 import os namespace
17 if i.rstrip(os.sep).endswith('depot_tools'):
20 for i in os.environ['PATH'].split(os.pathsep):
21 if i.rstrip(os.sep).endswith('depot_tools'):
22 sys.path.append(i.rstrip(os.sep))
25 root_dir = os.path.dirname(os.path.abspath(__file__))
26 previous_dir = os.path.abspath(__file__)
28 if os
[all...]
/external/chromium_org/webkit/tools/layout_tests/
H A Drun_http_server.py8 import os namespace
14 src_dir=os.path.join(os.path.dirname(os.path.dirname(os.path.dirname(
15 os.path.dirname(os.path.abspath(sys.argv[0]))))))
16 script_dir=os.path.join(src_dir, "third_party", "WebKit", "Tools",
18 script = os.path.join(script_dir, 'run-blink-httpd')
/external/llvm/utils/llvm-lit/
H A Dllvm-lit.in3 import os namespace
11 sys.path.insert(0, os.path.join(llvm_source_root, 'utils', 'lit'))
17 'llvm_site_config' : os.path.join(llvm_obj_root, 'test', 'lit.site.cfg')
20 clang_obj_root = os.path.join(llvm_obj_root, 'tools', 'clang')
22 if os.path.exists(clang_obj_root):
24 os.path.join(clang_obj_root, 'test', 'lit.site.cfg')
25 clang_tools_extra_obj_root = os.path.join(clang_obj_root, 'tools', 'extra')
26 if os.path.exists(clang_tools_extra_obj_root):
28 os.path.join(clang_tools_extra_obj_root, 'test', 'lit.site.cfg')
/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/content/test/gpu/page_sets/
H A D__init__.py4 import os namespace
8 start_dir = os.path.dirname(__file__)
9 for dirpath, _, filenames in os.walk(start_dir):
11 if os.path.splitext(f)[1] != '.json':
13 filename = os.path.join(dirpath, f)
/external/chromium_org/tools/clang/scripts/
H A Dupdate.py10 import os namespace
26 # fd2 = os.dup(sys.stdin.fileno()); os.write(fd2, 'hi')
29 [os.path.join(os.path.dirname(__file__), 'update.sh')] + sys.argv[1:],
30 stderr=os.fdopen(os.dup(sys.stdin.fileno())))

Completed in 767 milliseconds

1234567891011>>