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

1 2 3 45 6 7 8 91011>>

  /external/webkit/Tools/wx/packaging/
build-win-installer.py 28 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.environ["PATH"].split(":"
    [all...]
build-mac-installer.py 33 import os namespace
39 script_dir = os.path.abspath(os.path.dirname(__file__))
40 sys.path.append(os.path.abspath(os.path.join(script_dir, "..", "build")))
46 wxwk_root = os.path.abspath(os.path.join(script_dir, "..", "..", ".."))
47 wxwebkit_dir = os.path.abspath(os.path.join(wxwk_root, "WebKitBuild", get_config(wxwk_root) + git_branch_name()))
60 if os.path.exists(tempdir)
    [all...]
  /external/chromium/build/
gyp_chromium 11 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'))
28 # installation depending on which OS we are running under. It has not
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)
    [all...]
  /external/webkit/Source/WebKit/wx/
wscript 33 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.path.join(wk_root, 'Source', 'WebCore', 'platform', 'graphics', 'wx')
    [all...]
  /external/tremolo/Tremolo/
framing.c 852 void ogg_stream_init(ogg_stream_state *os, int serialno){
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;
    [all...]
  /external/webkit/Source/WebKit/wx/bindings/python/
wscript 33 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/
wscript 33 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/v8/test/mjsunit/
d8-os.js 28 // Test the OS module of d8. This test only makes sense with d8. It
29 // only does non-trivial work on Unix since os.system() is not currently
53 if (this.os && os.system) {
56 os.system("ls", ["d8-os-test-directory"]);
57 os.system("rm", ["-r", "d8-os-test-directory"]);
60 os.mkdirp("d8-os-test-directory")
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
PrintStreamTest.java 54 public MockPrintStream(OutputStream os) {
55 super(os);
73 MockPrintStream os = new MockPrintStream(testFilePath); local
74 assertNotNull(os);
75 os.close();
82 MockPrintStream os = new MockPrintStream(testFilePath, "utf-8"); local
83 assertNotNull(os);
84 os.close();
100 PrintStream os = new PrintStream(bos); local
101 os.print(2345.76834720202)
116 PrintStream os = new PrintStream(bos); local
141 PrintStream os = new PrintStream(new OutputStream() { local
160 MockPrintStream os = new MockPrintStream(testFilePath); local
174 PrintStream os = new PrintStream(bos); local
184 PrintStream os = new PrintStream(bos); local
197 PrintStream os = new PrintStream(bos, true); local
221 PrintStream os = new PrintStream(bos, true); local
234 PrintStream os = new PrintStream(bos, true); local
247 PrintStream os = new PrintStream(bos, true); local
263 PrintStream os = new PrintStream(bos, true); local
278 PrintStream os = new PrintStream(bos, true); local
292 PrintStream os = new PrintStream(bos, true); local
319 PrintStream os = new PrintStream(bos, true); local
346 PrintStream os = new PrintStream(bos, true); local
360 PrintStream os = new PrintStream(bos, true); local
373 PrintStream os = new PrintStream(bos, true); local
404 PrintStream os = new PrintStream(bos, true); local
418 PrintStream os = new PrintStream(bos, true); local
436 PrintStream os = new PrintStream(bos, true); local
452 PrintStream os = new PrintStream(bos, true); local
469 PrintStream os = new PrintStream(bos, true); local
486 PrintStream os = new PrintStream(bos, true); local
503 PrintStream os = new PrintStream(bos, true); local
521 PrintStream os = new PrintStream(bos, true); local
537 PrintStream os = new PrintStream(bos, true); local
551 PrintStream os = new PrintStream(bos, true); local
600 PrintStream os = new PrintStream(bos, false); local
616 PrintStream os = new PrintStream(bos, false); local
630 PrintStream os = new PrintStream(bos, false); local
645 PrintStream os = new PrintStream(bos, false); local
    [all...]
  /docs/source.android.com/scripts/
build.py 3 import os namespace
38 t += open(os.path.join(TEMPLATE_DIR, f), 'r').read()
41 if os.path.exists(HTML_DIR):
44 os.mkdir(HTML_DIR)
48 for curdir, subdirs, files in os.walk(SRC_DIR):
50 outdir = [x for x in curdir.split(os.path.sep) if x]
54 outdir = os.path.join(*outdir)
57 os.mkdir(os.path.join(outdir, subdir))
59 parentdir = os.path.dirname(curdir
    [all...]
  /external/gtest/test/
gtest_xml_outfiles_test.py 37 import os namespace
71 # We want the trailing '/' that the last "" provides in os.path.join, for
74 self.output_dir_ = os.path.join(tempfile.mkdtemp(), "")
82 os.remove(os.path.join(self.output_dir_, GTEST_OUTPUT_1_TEST + ".xml"))
83 except os.error:
86 os.remove(os.path.join(self.output_dir_, GTEST_OUTPUT_2_TEST + ".xml"))
87 except os.error:
90 os.removedirs(self.output_dir_
    [all...]
  /cts/tests/src/android/os/cts/
MessengerService.java 18 package android.os.cts;
22 import android.os.Handler;
23 import android.os.IBinder;
24 import android.os.Message;
25 import android.os.Messenger;
26 import android.os.RemoteException;
EmptyService.java 17 package android.os.cts;
21 import android.os.Binder;
22 import android.os.IBinder;
  /external/chromium/chrome/common/extensions/
PRESUBMIT.py 6 import os.path namespace
10 os.path.normpath("chrome/common/extensions/api"),
11 os.path.normpath("chrome/common/extensions/docs")
16 os.path.normpath("chrome/common/extensions/docs/server")
31 dir = os.path.normpath(input_api.os_path.dirname(f.LocalPath()))
37 dir = os.path.dirname(dir)
  /frameworks/base/core/tests/coretests/src/android/os/
MessengerService.java 17 package android.os;
21 import android.os.RemoteException;
22 import android.os.IBinder;
23 import android.os.Handler;
24 import android.os.Message;
25 import android.os.Messenger;
  /frameworks/base/tests/DumpRenderTree2/assets/
run_apache2.py 26 import os namespace
42 tmp_WebKit = os.path.join("/tmp", "WebKit")
43 if not os.path.exists(tmp_WebKit):
44 os.mkdir(tmp_WebKit)
48 parent = os.pardir
49 script_location = os.path.abspath(os.path.dirname(sys.argv[0]))
50 android_tree_root = os.path.join(script_location, parent, parent, parent, parent, parent)
51 android_tree_root = os.path.normpath(android_tree_root)
54 webkit_path = os.path.join("external", "webkit"
    [all...]
  /frameworks/base/tests/permission/src/com/android/framework/permission/tests/
ServiceManagerPermissionTests.java 19 import com.android.internal.os.BinderInternal;
21 import android.os.Binder;
22 import android.os.IPermissionController;
23 import android.os.RemoteException;
24 import android.os.ServiceManager;
25 import android.os.ServiceManagerNative;
  /libcore/luni/src/main/java/java/util/logging/
StreamHandler.java 51 private OutputStream os; field in class:StreamHandler
65 this.os = null;
74 * @param os
77 StreamHandler(OutputStream os) {
79 this.os = os;
91 this.os = null;
100 * @param os
105 * if {@code os} or {@code formatter} is {@code null}.
107 public StreamHandler(OutputStream os, Formatter formatter)
    [all...]
  /libcore/luni/src/main/java/libcore/io/
ForwardingOs.java 28 * Subclass this if you want to override some {@link Os} methods but otherwise delegate.
30 public class ForwardingOs implements Os {
31 protected final Os os; field in class:ForwardingOs
33 public ForwardingOs(Os os) {
34 this.os = os;
37 public FileDescriptor accept(FileDescriptor fd, InetSocketAddress peerAddress) throws ErrnoException { return os.accept(fd, peerAddress); }
38 public boolean access(String path, int mode) throws ErrnoException { return os.access(path, mode);
    [all...]
  /bionic/libc/kernel/tools/
defaults.py 5 import time, os, sys namespace
19 kernel_original_path = os.path.normpath( find_program_dir() + '/../../../../external/kernel-headers/original' )
23 kernel_cleaned_path = os.path.normpath( find_program_dir() + '/..' )
  /external/astl/include/
iomanip 59 inline ostream& operator<<(ostream& os, android::SetPrecision params) {
60 os.precision(params.precision);
61 return os;
72 inline ostream& operator<<(ostream& os, android::SetBase params) {
73 os.setf(params.base == 8 ? ios_base::oct :
77 return os;
  /external/llvm/
copy-diff.py 3 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.path.exists(dest) or is_file_different(src, dest)
    [all...]
  /external/webkit/Tools/Scripts/
run-bindings-tests 32 import os namespace
33 import os.path namespace
55 for output_file in os.listdir(work_directory):
59 os.path.join(reference_directory, output_file),
60 os.path.join(work_directory, output_file)]
74 for input_file in os.listdir(input_directory):
75 (name, extension) = os.path.splitext(input_file)
83 if not generate_from_idl(generator, os.path.join(input_directory,
109 current_scm = scm.detect_scm_system(os.curdir)
110 os.chdir(current_scm.checkout_root
    [all...]
  /frameworks/base/core/tests/coretests/src/android/app/activity/
ResultReceiver.java 22 import android.os.IBinder;
23 import android.os.Parcel;
24 import android.os.Bundle;
  /frameworks/compile/linkloader/lib/
ELFTypes.cpp 24 llvm::raw_ostream &operator<<(llvm::raw_ostream &os, TYPE const &val) { \
25 os << llvm::format("%0*x", FORMAT_WIDTH, val.value); \
26 return os; \

Completed in 4856 milliseconds

1 2 3 45 6 7 8 91011>>