Searched defs:os (Results 1 - 25 of 166) sorted by last modified time

1234567

/frameworks/support/v4/honeycomb_mr2/android/support/v4/os/
H A DParcelableCompatCreatorCallbacks.java17 package android.support.v4.os;
19 import android.os.Parcel;
20 import android.os.Parcelable;
H A DParcelableCompatHoneycombMR2.java17 package android.support.v4.os;
19 import android.os.Parcel;
20 import android.os.Parcelable;
/frameworks/support/v4/java/android/support/v4/os/
H A DParcelableCompat.java17 package android.support.v4.os;
19 import android.os.Parcel;
20 import android.os.Parcelable;
23 * Helper for accessing features in {@link android.os.Parcelable}
36 if (android.os.Build.VERSION.SDK_INT >= 13) {
/frameworks/support/volley/src/com/android/volley/toolbox/
H A DDiskBasedCache.java19 import android.os.SystemClock;
399 public boolean writeHeader(OutputStream os) { argument
401 ObjectOutputStream oos = new ObjectOutputStream(os);
/frameworks/compile/slang/tests/
H A Dtest.py12 import os namespace
31 if not os.path.isfile(actual):
35 if not os.path.isfile(expect):
67 os.chdir(dirname)
161 os.remove('stdout.txt')
162 os.remove('stderr.txt')
167 os.chdir('..')
203 if os.path.isdir(arg):
210 tmp_files = os.listdir('.')
214 if os
[all...]
/frameworks/native/libs/gui/tests/
H A DCpuConsumer_test.cpp47 ::std::ostream& operator<<(::std::ostream& os, const CpuConsumerTestParams& p) { argument
48 return os << "[ (" << p.width << ", " << p.height << "), B:"
/frameworks/compile/libbcc/gdb_plugin/
H A Dandroid-commands.py29 import os namespace
37 local_symbols_library_directory = os.path.join(os.getenv('ANDROID_PRODUCT_OUT', 'out'),
39 local_library_directory = os.path.join(os.getenv('ANDROID_PRODUCT_OUT', 'out'),
84 return os.path.join(self.data_directory, "lib", "gdbserver")
107 self.android_build_top = os.getenv('ANDROID_BUILD_TOP', None)
112 self.adb_path = os.path.join(self.android_build_top,
200 lib_path = os.path.join(local_library_directory, lib + ".so")
201 if not os
[all...]
/frameworks/compile/libbcc/runtime/make/
H A Dfilter-inputs15 import os,sys namespace
19 base = os.path.basename(file)
/frameworks/compile/libbcc/tests/
H A Dbccarm7 import os namespace
39 remoteFileName = os.path.join("/system/bin/bccdata", file)
H A Dtest.py22 import os namespace
95 for root, dirs, files in os.walk("data"):
97 adb(["shell", "mkdir", os.path.join(root, d)])
99 adb(["push", os.path.join(root, f), os.path.join("/system/bin/bccdata", root, f)])
/frameworks/compile/libbcc/tests/debuginfo/
H A Dllvm-lit3 import os namespace
9 android_source_root = os.getenv('ANDROID_BUILD_TOP', ".")
10 llvm_source_root = os.path.join(android_source_root, 'external', 'llvm')
11 libbcc_source_root = os.path.join(android_source_root, 'frameworks', 'compile',
15 sys.path.append(os.path.join(llvm_source_root, 'utils', 'lit'))
20 'llvm_site_config' : os.path.join(libbcc_source_root, 'test', 'debuginfo',
/frameworks/compile/libbcc/tools/bcc/
H A DMain.cpp134 llvm::raw_ostream &os = llvm::outs(); local
135 os << "libbcc (The Android Open Source Project, http://www.android.com/):\n"
141 os << "\n";
143 os << "LLVM (http://llvm.org/):\n"
/frameworks/compile/libbcc/tools/build/
H A Dgen-build-info.py19 import os namespace
32 if not os.path.exists(os.path.join(repo_dir, '.git')):
147 """ % (os.path.abspath(repo_dir),
H A Dgen-sha1-stamp.py18 import os namespace
48 return os.path.basename(path).replace('.', '_') + '_SHA1';
/frameworks/compile/libbcc/tools/mcld/
H A DMain.cpp143 llvm::raw_ostream &os = llvm::outs(); local
144 os << "mcld (The MCLinker Project, http://mclinker.googlecode.com/):\n"
148 os << "\n";
150 os << "LLVM (http://llvm.org/):\n";
/frameworks/compile/linkloader/utils/
H A Draw_ostream.cpp47 llvm::raw_ostream &operator<<(llvm::raw_ostream &os, MyFormat const &mf) { argument
48 os << mf.ptr;
50 return os;
/frameworks/compile/llvm-ndk-cc/tests/
H A Dtest.py8 import os namespace
23 if not os.path.isfile(Actual):
27 if not os.path.isfile(Expect):
44 ' -I{0}'.format(os.path.dirname(os.path.realpath(Filename))))
81 os.chdir(Dirname)
140 os.remove(File)
142 os.remove(File)
144 os.remove(File)
146 os
[all...]
/frameworks/compile/mclinker/tools/mcld/
H A Dmain.cpp136 llvm::raw_ostream &os = llvm::outs(); local
137 os << "mcld (The MCLinker Project, http://mclinker.googlecode.com/):\n"
141 os << "\n";
143 os << "LLVM (http://llvm.org/):\n";
/frameworks/base/tools/layoutlib/bridge/src/android/os/
H A DBuild_Delegate.java17 package android.os;
26 * Delegate implementing the native methods of android.os.Build
H A DHandlerThread_Delegate.java17 package android.os;
29 * Delegate overriding selected methods of android.os.HandlerThread
H A DHandler_Delegate.java17 package android.os;
23 * Delegate overriding selected methods of android.os.Handler
H A DLooper_Accessor.java16 package android.os;
H A DServiceManager.java17 package android.os;
H A DSystemClock_Delegate.java17 package android.os;
23 * Delegate implementing the native methods of android.os.SystemClock
/frameworks/base/tools/orientationplot/
H A Dorientationplot.py28 import os namespace
41 fcntl.fcntl(stream, fcntl.F_SETFL, os.O_NONBLOCK)
57 chunk = os.read(self.stream.fileno(), 4096)

Completed in 529 milliseconds

1234567