/frameworks/base/core/tests/hosttests/test-apps/NoLocVersionedTestApp_v2/src/com/android/framework/nolocversionedtestapp/ |
NoLocVersionedTestAppActivity.java | 19 import android.os.Bundle;
|
/frameworks/base/core/tests/hosttests/test-apps/UpdateExtToIntLocTestApp_v1_ext/src/com/android/framework/updateexttointloctestapp/ |
UpdateExtToIntLocTestAppActivity.java | 19 import android.os.Bundle;
|
/frameworks/base/core/tests/hosttests/test-apps/UpdateExtToIntLocTestApp_v2_int/src/com/android/framework/updateexttointloctestapp/ |
UpdateExtToIntLocTestAppActivity.java | 19 import android.os.Bundle;
|
/frameworks/base/core/tests/hosttests/test-apps/UpdateExternalLocTestApp_v1_ext/src/com/android/framework/updateexternalloctestapp/ |
UpdateExternalLocTestAppActivity.java | 19 import android.os.Bundle;
|
/frameworks/base/core/tests/hosttests/test-apps/UpdateExternalLocTestApp_v2_none/src/com/android/framework/updateexternalloctestapp/ |
UpdateExternalLocTestAppActivity.java | 19 import android.os.Bundle;
|
/frameworks/base/core/tests/hosttests/test-apps/VersatileTestApp_Auto/src/com/android/framework/versatiletestapp/ |
VersatileTestAppActivity.java | 19 import android.os.Bundle;
|
/frameworks/base/core/tests/hosttests/test-apps/VersatileTestApp_External/src/com/android/framework/versatiletestapp/ |
VersatileTestAppActivity.java | 19 import android.os.Bundle;
|
/frameworks/base/core/tests/hosttests/test-apps/VersatileTestApp_Internal/src/com/android/framework/versatiletestapp/ |
VersatileTestAppActivity.java | 19 import android.os.Bundle;
|
/frameworks/base/core/tests/hosttests/test-apps/VersatileTestApp_None/src/com/android/framework/versatiletestapp/ |
VersatileTestAppActivity.java | 19 import android.os.Bundle;
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
IccPhoneBookInterfaceManagerProxy.java | 20 import android.os.AsyncResult; 21 import android.os.Handler; 22 import android.os.Looper; 23 import android.os.Message; 24 import android.os.ServiceManager; 56 String pin2) throws android.os.RemoteException { 63 String newPhoneNumber, int index, String pin2) throws android.os.RemoteException { 68 public int[] getAdnRecordsSize(int efid) throws android.os.RemoteException { 72 public List<AdnRecord> getAdnRecordsInEf(int efid) throws android.os.RemoteException {
|
/libcore/luni/src/main/java/java/util/jar/ |
JarOutputStream.java | 38 * @param os 45 public JarOutputStream(OutputStream os, Manifest mf) throws IOException { 46 super(os); 61 * @param os 66 public JarOutputStream(OutputStream os) throws IOException { 67 super(os);
|
/external/webkit/Tools/CodeCoverage/ |
run-generate-coverage-data | 30 import os, sys namespace 35 directory already exists like os.makedirs 38 os.makedirs(dir) 48 for root, dirs, files in os.walk(src): 53 base,ext = os.path.splitext(file) 55 sources.append( os.path.join(root, file) ) 66 Wow, the first time os.path.join is doing the right thing. We might 67 have a relative path in the depends using os.path.join(dirname of .d, dep) 77 dir = os.path.dirname(obj) 82 deps = map(lambda x: os.path.abspath(os.path.join(dir, x)), deps 136 import os namespace [all...] |
/external/protobuf/gtest/test/ |
gtest_test_utils.py | 37 import os namespace 55 IS_WINDOWS = os.name == 'nt' 56 IS_CYGWIN = os.name == 'posix' and 'CYGWIN' in os.uname()[0] 65 _flag_map = {'gtest_source_dir': os.path.dirname(sys.argv[0]), 66 'gtest_build_dir': os.path.dirname(sys.argv[0])} 82 if flag.upper() in os.environ: 83 _flag_map[flag] = os.environ[flag.upper()] 113 return os.path.abspath(GetFlag('gtest_source_dir')) 119 return os.path.abspath(GetFlag('gtest_build_dir') [all...] |
/external/pcre/ |
config.sub | 123 # Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any). 124 # Here we must recognize all the valid KERNEL-OS combinations. 132 os=-$maybe_os 138 then os=`echo $1 | sed 's/.*-/-/'` 139 else os=; fi 147 case $os in 148 -sun*os*) 158 os= 162 os=-cn [all...] |
/external/oprofile/ |
opimport_pull | 3 import os 19 oprofile_bin_dir = os.environ['OPROFILE_BIN_DIR'] 22 android_host_out = os.environ['ANDROID_HOST_OUT'] 45 if (os.path.exists(output_dir) and (replace_dir == 1)): 46 os.system("rm -fr " + output_dir) 49 os.makedirs(output_dir) 51 if os.path.exists(output_dir): 59 result = os.system("adb%s pull /data/oprofile/samples %s/raw_samples " 66 result = os.system("adb%s pull /data/oprofile/abi %s/abi " 73 os.chdir(output_dir [all...] |
/external/chromium/testing/gmock/src/ |
gmock-cardinalities.cc | 85 virtual void DescribeTo(::std::ostream* os) const; 107 void BetweenCardinalityImpl::DescribeTo(::std::ostream* os) const { 110 *os << "never called"; 112 *os << "called any number of times"; 114 *os << "called at most " << FormatTimes(max_); 117 *os << "called " << FormatTimes(min_); 119 *os << "called at least " << FormatTimes(min_); 122 *os << "called between " << min_ << " and " << max_ << " times"; 130 ::std::ostream* os) { 132 *os << "called " << FormatTimes(actual_call_count) [all...] |
/external/llvm/utils/TableGen/ |
TableGen.cpp | 245 DepOut.os() << DependFilename << ":"; 250 DepOut.os() << " " << (*I); 252 DepOut.os() << "\n"; 258 Out.os() << Records; // No argument, dump all contents 261 CodeEmitterGen(Records).run(Out.os()); 264 RegisterInfoEmitter(Records).run(Out.os()); 267 InstrInfoEmitter(Records).run(Out.os()); 270 CallingConvEmitter(Records).run(Out.os()); 273 AsmWriterEmitter(Records).run(Out.os()); 276 ARMDecoderEmitter(Records).run(Out.os()); [all...] |
/libcore/luni/src/test/java/libcore/java/io/ |
OldObjectInputOutputStreamTest.java | 28 private ObjectOutputStream os; field in class:OldObjectInputOutputStreamTest 37 os.writeBoolean(true); 39 os.close(); 61 os.writeByte((byte) 127); 63 os.close(); 85 os.writeChar('b'); 87 os.close(); 109 os.writeDouble(2345.76834720202); 111 os.close(); 133 os.writeFloat(29.08764f) [all...] |
/cts/tests/accessibilityservice/src/android/accessibilityservice/ |
IAccessibilityServiceDelegateConnection.aidl | 18 import android.os.IBinder;
|
/cts/tests/tests/accessibilityservice/src/android/accessibilityservice/ |
IAccessibilityServiceDelegateConnection.aidl | 18 import android.os.IBinder;
|
/cts/tests/tests/os/src/android/os/cts/ |
RemoteExceptionTest.java | 16 package android.os.cts; 19 import android.os.RemoteException;
|
/external/chromium/chrome/browser/resources/file_manager/bin/ |
squashdir.py | 7 import os namespace 34 abs_src = os.path.join(src, path) 35 statinfo = os.stat(abs_src) 37 basename = os.path.basename(path) 40 newname = os.path.join(dest, path.replace('/', '^^')) 54 abs_src = os.path.abspath(src) 55 path = os.path.basename(abs_src) 56 abs_src = os.path.dirname(abs_src)
|
/external/chromium/testing/gmock/scripts/generator/ |
gmock_gen.py | 21 import os namespace 26 sys.path.append(os.path.dirname(__file__))
|
/external/webkit/Tools/QueueStatusServer/ |
__init__.py | 12 import os namespace 26 sys.path.append(os.path.dirname(__file__))
|
/external/webkit/Tools/Scripts/webkitpy/common/system/ |
fileutils.py | 32 import os namespace 33 msvcrt.setmode(sys.stdout.fileno(), os.O_BINARY)
|