Searched refs:os (Results 51 - 75 of 844) sorted by relevance

1234567891011>>

/external/chromium/build/
H A Dextract_from_cab.py8 import os namespace
27 os.utime(os.path.join(output_dir, archived_file), None)
H A Dgyp_chromium11 import os namespace
16 script_dir = os.path.dirname(__file__)
17 chrome_src = os.path.abspath(os.path.join(script_dir, os.pardir))
19 sys.path.insert(0, os.path.join(chrome_src, 'tools', 'gyp', 'pylib'))
34 sys.path.insert(0, os.path.join(chrome_src, 'third_party', 'psyco_win32'))
43 Reads in a *.gyp_env file and applies the valid keys to os.environ.
45 if not file_path or not os.path.exists(file_path):
51 e.filename = os
[all...]
/external/clang/test/PCH/
H A Dchain-late-anonymous-namespace.cpp9 namespace os {} namespace
26 namespace os {
52 namespace os {
/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):
/external/llvm/
H A Dcopy-diff.py3 import os namespace
10 if os.path.getsize(a) != os.path.getsize(b):
40 if not os.path.exists(src):
44 destdir = os.path.dirname(dest)
45 if not os.path.exists(destdir):
47 os.makedirs(destdir)
48 except os.error, e:
50 elif not os.path.isdir(destdir):
53 if not os
[all...]
/external/srtp/
H A Dconfig.sub123 os=-$maybe_os
129 then os=`echo $1 | sed 's/.*-/-/'`
130 else os=; fi
138 case $os in
139 -sun*os*)
149 os=
153 os=
159 os=-vxworks
163 os=-chorusos
167 os
[all...]
/external/webkit/Tools/BuildSlaveSupport/
H A Dbuilt-product-archive26 import optparse, os, shutil, subprocess, sys
28 buildDirectory = os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "..", "WebKitBuild"))
53 archiveFile = os.path.join(buildDirectory, configuration + ".zip")
56 os.unlink(archiveFile)
61 configurationBuildDirectory = os.path.join(buildDirectory, configuration.title())
66 binDirectory = os.path.join(configurationBuildDirectory, "bin")
67 thinDirectory = os.path.join(configurationBuildDirectory, "thin")
68 thinBinDirectory = os
[all...]
/external/libpcap/
H A Dconfig.sub123 os=-$maybe_os
129 then os=`echo $1 | sed 's/.*-/-/'`
130 else os=; fi
138 case $os in
139 -sun*os*)
149 os=
153 os=
159 os=-vxworks
163 os=-chorusos
167 os
[all...]
/external/tcpdump/
H A Dconfig.sub123 os=-$maybe_os
129 then os=`echo $1 | sed 's/.*-/-/'`
130 else os=; fi
138 case $os in
139 -sun*os*)
149 os=
153 os=
159 os=-vxworks
163 os=-chorusos
167 os
[all...]
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_HttpServer.java209 void print(OutputStream os, String text) throws IOException { argument
210 os.write(text.getBytes("ISO8859_1"));
304 OutputStream os = socket.getOutputStream();
305 print(os, "HTTP/1.1 " + OK + " OK\r\n");
306 print(os, "Content-Length: 5\r\n");
307 print(os, "\r\nABCDE");
308 os.flush();
309 os.close();
320 OutputStream os = socket.getOutputStream();
321 print(os, "HTT
[all...]
/external/llvm/projects/sample/autoconf/
H A Dconfig.sub122 os=-$maybe_os
128 then os=`echo $1 | sed 's/.*-/-/'`
129 else os=; fi
137 case $os in
138 -sun*os*)
148 os=
152 os=
158 os=-vxworks
162 os=-chorusos
166 os
[all...]
/external/qemu-pc-bios/bochs/
H A Dconfig.sub122 os=-$maybe_os
128 then os=`echo $1 | sed 's/.*-/-/'`
129 else os=; fi
137 case $os in
138 -sun*os*)
148 os=
152 os=
158 os=-vxworks
162 os=-chorusos
166 os
[all...]
/external/webkit/Tools/Scripts/
H A Dnew-run-webkit-tests31 import os namespace
40 script_dir = os.path.dirname(os.path.abspath(__file__))
41 env = os.environ
50 module_path = os.path.join(script_dir, 'webkitpy', 'layout_tests', 'run_webkit_tests.py')
/external/webkit/Source/WebCore/WebCore.gyp/scripts/
H A Drule_bison.py40 import os namespace
41 import os.path namespace
50 inputName = os.path.basename(inputFile)
54 (inputRoot, inputExt) = os.path.splitext(inputName)
59 os.path.join(outputDir, inputRoot + '.cpp.h'),
60 os.path.join(outputDir, inputRoot + '.hpp'),
65 os.unlink(outputHTry)
70 outputCpp = os.path.join(outputDir, inputRoot + '.cpp')
79 os.stat(outputHTry)
92 os
[all...]
/external/jpeg/
H A Dconfig.sub72 os=-$maybe_os
78 then os=`echo $1 | sed 's/.*-/-/'`
79 else os=; fi
87 case $os in
88 -sun*os*)
98 os=
102 os=-hiuxwe2
105 os=sco3.2v5
109 os=-sco3.2v4
113 os
[all...]
/external/qemu/distrib/jpeg-6b/
H A Dconfig.sub72 os=-$maybe_os
78 then os=`echo $1 | sed 's/.*-/-/'`
79 else os=; fi
87 case $os in
88 -sun*os*)
98 os=
102 os=-hiuxwe2
105 os=sco3.2v5
109 os=-sco3.2v4
113 os
[all...]
/external/webkit/Tools/wx/packaging/
H A Dbuild-win-installer.py28 import sys, os, string namespace
36 script_dir = os.path.abspath(os.path.dirname(__file__))
37 sys.path.append(os.path.abspath(os.path.join(script_dir, "..", "build")))
41 wxwk_root = os.path.abspath(os.path.join(script_dir, "..", "..", ".."))
42 wxwebkit_dir = os.path.abspath(os.path.join(wxwk_root, "WebKitBuild", get_config(wxwk_root) + git_branch_name()))
48 dirs = os
[all...]
/external/chromium/testing/gtest/test/
H A Dgtest_test_utils.py37 import os namespace
56 IS_WINDOWS = os.name == 'nt'
57 IS_CYGWIN = os.name == 'posix' and 'CYGWIN' in os.uname()[0]
66 _flag_map = {'source_dir': os.path.dirname(sys.argv[0]),
67 'build_dir': os.path.dirname(sys.argv[0])}
83 if flag.upper() in os.environ:
84 _flag_map[flag] = os.environ[flag.upper()]
114 return os.path.abspath(GetFlag('source_dir'))
120 return os
[all...]
/external/gtest/test/
H A Dgtest_test_utils.py37 import os namespace
56 IS_WINDOWS = os.name == 'nt'
57 IS_CYGWIN = os.name == 'posix' and 'CYGWIN' in os.uname()[0]
66 _flag_map = {'source_dir': os.path.dirname(sys.argv[0]),
67 'build_dir': os.path.dirname(sys.argv[0])}
83 if flag.upper() in os.environ:
84 _flag_map[flag] = os.environ[flag.upper()]
114 return os.path.abspath(GetFlag('source_dir'))
120 return os
[all...]
/external/webkit/Tools/wx/build/
H A Dbuild_utils.py28 import os namespace
41 f = os.popen(command)
54 subdir_pattern = os.sep + '*'
56 adir = root + subdir + os.sep + pattern
59 excludes.append(os.path.basename(afile))
71 relpath = os.path.join(adir, feature)
72 featuredir = os.path.join(root, relpath)
73 if os.path.exists(featuredir) and not relpath in outdirs:
87 filename = os.path.basename(obj.path)
88 destfile = os
[all...]
/external/webkit/Source/WebKit/wx/
H A Dwscript33 os.path.join(wk_root, 'Source', 'JavaScriptCore'),
34 os.path.join(wk_root, 'Source', 'WebCore'),
35 os.path.join(wk_root, 'Source', 'WebCore', 'bindings', 'wx'),
36 os.path.join(wk_root, 'Source', 'WebCore', 'DerivedSources'),
37 os.path.join(output_dir),
38 os.path.join(wk_root, 'Source', 'WebCore', 'page', 'wx'),
39 os.path.join(wk_root, 'Source', 'WebCore', 'platform', 'network', 'curl'),
40 os.path.join(wk_root, 'Source', 'WebCore', 'platform', 'wx'),
41 os.path.join(wk_root, 'Source', 'WebCore', 'platform', 'bridge', 'wx'),
42 os
[all...]
/external/tremolo/Tremolo/
H A Dframing.c852 void ogg_stream_init(ogg_stream_state *os, int serialno){ argument
853 memset(os, 0, sizeof(*os));
854 os->serialno=serialno;
855 os->pageno=-1;
859 ogg_stream_state *os=_ogg_calloc(1,sizeof(*os)); local
860 os->serialno=serialno;
861 os->pageno=-1;
862 return os;
865 ogg_stream_clear(ogg_stream_state *os) argument
874 ogg_stream_destroy(ogg_stream_state *os) argument
888 _next_lace(oggbyte_buffer *ob,ogg_stream_state *os) argument
902 _span_queued_page(ogg_stream_state *os) argument
995 ogg_stream_pagein(ogg_stream_state *os, ogg_page *og) argument
1029 ogg_stream_reset(ogg_stream_state *os) argument
1054 ogg_stream_reset_serialno(ogg_stream_state *os,int serialno) argument
1060 _packetout(ogg_stream_state *os,ogg_packet *op,int adv) argument
1138 ogg_stream_packetout(ogg_stream_state *os,ogg_packet *op) argument
1142 ogg_stream_packetpeek(ogg_stream_state *os,ogg_packet *op) argument
[all...]
/external/webkit/Source/WebKit/wx/bindings/python/
H A Dwscript33 os.path.join(wk_root, 'Source', 'JavaScriptCore'),
34 os.path.join(wk_root, 'Source', 'WebCore', 'bindings', 'cpp'),
35 os.path.join(wk_root, 'Source', 'WebCore', 'DerivedSources'),
36 os.path.join(wk_root, 'Source', 'WebKit', 'wx'),
37 os.path.join(wx_root, 'wxPython', 'include'),
38 os.path.join(wx_root, '..', 'wxPython', 'include'),
51 fullpath = os.path.join(wx_root, adir)
52 if os.path.exists(fullpath):
72 if os.path.exists(wxpy_include):
/external/webkit/Tools/DumpRenderTree/
H A Dwscript33 os.path.join(output_dir),
34 os.path.join(wk_root, 'Source', 'JavaScriptCore'),
35 os.path.join(wk_root, 'Source', 'WebCore'),
36 os.path.join(wk_root, 'Source', 'WebCore', 'bindings', 'wx'),
37 os.path.join(wk_root, 'Source', 'WebKit', 'wx'),
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
H A DPrintStreamTest.java54 public MockPrintStream(OutputStream os) { argument
55 super(os);
73 MockPrintStream os = new MockPrintStream(testFilePath);
74 assertNotNull(os);
75 os.close();
82 MockPrintStream os = new MockPrintStream(testFilePath, "utf-8");
83 assertNotNull(os);
84 os.close();
100 PrintStream os = new PrintStream(bos);
101 os
[all...]

Completed in 450 milliseconds

1234567891011>>