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

1 2 34 5 6 7 8 91011>>

  /frameworks/base/core/java/android/webkit/
SslErrorHandler.java 19 import android.os.Handler;
  /frameworks/base/core/java/com/android/internal/os/
ZygoteSecurityException.java 17 package com.android.internal.os;
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
DdmConstants.java 37 /** hprof-conv executable (with extension for the current OS) */
41 /** traceview executable (with extension for the current OS) */
52 String os = System.getProperty("os.name"); //$NON-NLS-1$ local
53 if (os.startsWith("Mac OS")) { //$NON-NLS-1$
55 } else if (os.startsWith("Windows")) { //$NON-NLS-1$
57 } else if (os.startsWith("Linux")) { //$NON-NLS-1$
  /external/bison/build-aux/
config.sub 118 # Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any).
119 # Here we must recognize all the valid KERNEL-OS combinations.
124 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
    [all...]
  /external/grub/
config.sub 117 # Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any).
118 # Here we must recognize all the valid KERNEL-OS combinations.
123 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
    [all...]
  /external/strace/
config.sub 117 # Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any).
118 # Here we must recognize all the valid KERNEL-OS combinations.
123 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
    [all...]
  /external/chromium/build/
extract_from_cab.py 8 import os namespace
27 os.utime(os.path.join(output_dir, archived_file), None)
  /external/clang/test/PCH/
chain-late-anonymous-namespace.cpp 9 namespace os {} namespace
26 namespace os {
52 namespace os {
  /external/sonivox/jet_tools/JetCreator/
JetSystemInfo.py 6 Displays the system info regarding os version, wxPython version, and Python version
24 import os namespace
38 for dir in string.split(os.environ['PYTHONPATH'], os.pathsep):
  /external/srtp/
config.sub 117 # Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any).
118 # Here we must recognize all the valid KERNEL-OS combinations.
123 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
    [all...]
  /external/webkit/Tools/BuildSlaveSupport/
built-product-archive 26 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.path.join(thinDirectory, "bin"
    [all...]
  /external/v8/build/
gyp_v8 34 import os namespace
38 script_dir = os.path.dirname(__file__)
39 v8_root = os.path.normpath(os.path.join(script_dir, os.pardir))
41 sys.path.insert(0, os.path.join(v8_root, 'build', 'gyp', 'pylib'))
46 Reads in a *.gyp_env file and applies the valid keys to os.environ.
48 if not file_path or not os.path.exists(file_path):
54 e.filename = os.path.abspath(file_path)
64 if var in os.environ
    [all...]
  /external/libpcap/
config.sub 117 # Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any).
118 # Here we must recognize all the valid KERNEL-OS combinations.
123 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
    [all...]
  /external/tcpdump/
config.sub 117 # Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any).
118 # Here we must recognize all the valid KERNEL-OS combinations.
123 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
    [all...]
  /external/apache-harmony/support/src/test/java/tests/support/
Support_HttpServer.java 209 void print(OutputStream os, String text) throws IOException {
210 os.write(text.getBytes("ISO8859_1"));
304 OutputStream os = socket.getOutputStream(); local
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(); local
321 print(os, "HTTP/1.1 " + OK + " OK\r\n")
341 OutputStream os = socket.getOutputStream(); local
376 OutputStream os = socket.getOutputStream(); local
394 OutputStream os = socket.getOutputStream(); local
430 OutputStream os = socket.getOutputStream(); local
473 OutputStream os = socket.getOutputStream(); local
487 OutputStream os = socket.getOutputStream(); local
    [all...]
  /external/llvm/projects/sample/autoconf/
config.sub 117 # Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any).
118 # Here we must recognize all the valid KERNEL-OS combinations.
122 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
    [all...]
  /external/elfutils/config/
config.sub 117 # Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any).
118 # Here we must recognize all the valid KERNEL-OS combinations.
122 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
    [all...]
  /external/qemu-pc-bios/bochs/
config.sub 117 # Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any).
118 # Here we must recognize all the valid KERNEL-OS combinations.
122 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
    [all...]
  /external/webkit/Tools/Scripts/
new-run-webkit-tests 31 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/
rule_bison.py 40 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.unlink(outputHTmp
    [all...]
  /build/tools/
fileslist.py 18 import operator, os, sys namespace
21 st = os.lstat(path)
28 base = len(root[:root.rfind(os.path.sep)])
29 for dir, dirs, files in os.walk(root):
34 get_file_size(os.path.sep.join((dir, f))),
35 os.path.sep.join((relative, f)),
38 except os.error:
  /libcore/luni/src/test/java/libcore/java/io/
OldBufferedOutputStreamTest.java 28 private java.io.OutputStream os; field in class:OldBufferedOutputStreamTest
41 os = new java.io.BufferedOutputStream(baos);
42 os.write(fileString.getBytes(), 0, 500);
53 os = new java.io.BufferedOutputStream(baos, -1);
59 os = new java.io.BufferedOutputStream(baos, 1024);
60 os.write(fileString.getBytes(), 0, 500);
68 os = new java.io.BufferedOutputStream(baos, 600);
69 os.write(fileString.getBytes(), 0, 500);
70 os.flush();
73 os.close()
    [all...]
OldDataOutputStreamTest.java 30 private DataOutputStream os; field in class:OldDataOutputStreamTest
49 os = new DataOutputStream(buf);
50 os.writeInt(9087589);
53 os.flush();
56 os.close();
63 os = new DataOutputStream(sos);
65 os.flush();
74 os.write(testString.getBytes(), 5, testLength - 7);
75 os.close();
92 os.write(nullByteArray, 0, 1)
    [all...]
OldFilterOutputStreamTest.java 28 private java.io.FilterOutputStream os; field in class:OldFilterOutputStreamTest
45 os = new FilterOutputStream(bos);
46 os.write('t');
54 os = new FilterOutputStream(sos);
55 os.close();
58 os.write(42);
65 os.write(42);
71 os = new FilterOutputStream(sos);
73 os.close();
82 os = new FilterOutputStream(sos)
    [all...]
  /external/jpeg/
config.sub 67 # Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any).
68 # Here we must recognize all the valid KERNEL-OS combinations.
72 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=-hiuxwe
    [all...]

Completed in 1381 milliseconds

1 2 34 5 6 7 8 91011>>