Searched defs:os (Results 176 - 200 of 215) sorted by relevance

123456789

/frameworks/base/core/java/com/android/internal/util/
H A DFastXmlSerializer.java307 public void setOutput(OutputStream os, String encoding) throws IOException, argument
309 if (os == null)
321 mOutputStream = os;
325 ? new OutputStreamWriter(os)
326 : new OutputStreamWriter(os, encoding));
H A DFileRotator.java19 import android.os.FileUtils;
151 public void dumpAll(OutputStream os) throws IOException { argument
152 final ZipOutputStream zos = new ZipOutputStream(os);
/frameworks/base/core/tests/coretests/src/android/os/
H A DAidlTest.java17 package android.os;
19 import android.os.IInterface;
20 import android.os.Parcel;
21 import android.os.Parcelable;
H A DPerformanceCollectorTest.java17 package android.os;
19 import android.os.PerformanceCollector.PerformanceResultsWriter;
/frameworks/compile/libbcc/tools/bcc/
H A DMain.cpp151 llvm::raw_ostream &os = llvm::outs(); local
152 os << "libbcc (The Android Open Source Project, http://www.android.com/):\n"
/frameworks/native/opengl/tools/glgen2/registry/
H A Dreg.py24 import io,os,re,string,sys namespace
521 headerSym = '__' + re.sub('\.h', '_h_', os.path.basename(self.genOpts.filename))
/frameworks/volley/src/main/java/com/android/volley/toolbox/
H A DDiskBasedCache.java19 import android.os.SystemClock;
427 public boolean writeHeader(OutputStream os) { argument
429 writeInt(os, CACHE_MAGIC);
430 writeString(os, key);
431 writeString(os, etag == null ? "" : etag);
432 writeLong(os, serverDate);
433 writeLong(os, lastModified);
434 writeLong(os, ttl);
435 writeLong(os, softTtl);
436 writeStringStringMap(responseHeaders, os);
492 writeInt(OutputStream os, int n) argument
508 writeLong(OutputStream os, long n) argument
532 writeString(OutputStream os, String s) argument
544 writeStringStringMap(Map<String, String> map, OutputStream os) argument
[all...]
/frameworks/base/cmds/content/src/com/android/commands/content/
H A DContent.java26 import android.os.Binder;
27 import android.os.Bundle;
28 import android.os.IBinder;
29 import android.os.ParcelFileDescriptor;
30 import android.os.Process;
31 import android.os.UserHandle;
525 private static void copy(InputStream is, OutputStream os) throws IOException { argument
530 os.write(buffer, 0, read);
534 IoUtils.closeQuietly(os);
/frameworks/base/core/java/android/os/
H A DAsyncTask.java17 package android.os;
151 * automatically as of {@link android.os.Build.VERSION_CODES#JELLY_BEAN}.</li>
172 * thread. Starting with {@link android.os.Build.VERSION_CODES#DONUT}, this was changed
174 * {@link android.os.Build.VERSION_CODES#HONEYCOMB}, tasks are executed on a single
528 * Starting with {@link android.os.Build.VERSION_CODES#DONUT}, this was changed
530 * {@link android.os.Build.VERSION_CODES#HONEYCOMB}, tasks are back to being
H A DBuild.java17 package android.os;
415 * <li><p>{@link android.os.AsyncTask} will use the serial executor
416 * by default when calling {@link android.os.AsyncTask#execute}.</p>
609 * <li> {@link android.os.Message} will validate that a message is not currently
H A DBundle.java17 package android.os;
H A DCommonTimeConfig.java16 package android.os;
21 import android.os.CommonTimeUtils;
22 import android.os.IBinder;
23 import android.os.RemoteException;
24 import android.os.ServiceManager;
61 * @throws android.os.RemoteException
91 * Release all native resources held by this {@link android.os.CommonTimeConfig} instance. Once
92 * resources have been released, the {@link android.os.CommonTimeConfig} instance is
93 * disconnected from the native service and will throw a {@link android.os.RemoteException} if
115 * @throws android.os
[all...]
H A DFileUtils.java17 package android.os;
H A DHandler.java17 package android.os;
77 * @param msg A {@link android.os.Message Message} object
250 * Returns a new {@link android.os.Message Message} from the global message pool. More efficient than
332 * <b>The time-base is {@link android.os.SystemClock#uptimeMillis}.</b>
338 * using the {@link android.os.SystemClock#uptimeMillis} time-base.
355 * <b>The time-base is {@link android.os.SystemClock#uptimeMillis}.</b>
361 * using the {@link android.os.SystemClock#uptimeMillis} time-base.
370 * @see android.os.SystemClock#uptimeMillis
382 * <b>The time-base is {@link android.os.SystemClock#uptimeMillis}.</b>
525 * @see #sendMessageDelayed(android.os
[all...]
H A DMessageQueue.java17 package android.os;
H A DBaseBundle.java17 package android.os;
H A DEnvironment.java17 package android.os;
21 import android.os.storage.StorageManager;
22 import android.os.storage.StorageVolume;
319 * Starting in {@link android.os.Build.VERSION_CODES#KITKAT}, if your
H A DParcelFileDescriptor.java17 package android.os;
28 import android.os.MessageQueue.OnFileDescriptorEventListener;
H A DPowerManager.java17 package android.os;
285 // Note: Be sure to update android.os.BatteryStats and PowerManager.h
946 = "android.os.action.POWER_SAVE_MODE_CHANGED";
954 = "android.os.action.DEVICE_IDLE_MODE_CHANGED";
962 = "android.os.action.POWER_SAVE_WHITELIST_CHANGED";
970 = "android.os.action.POWER_SAVE_TEMP_WHITELIST_CHANGED";
980 = "android.os.action.POWER_SAVE_MODE_CHANGING";
993 = "android.os.action.SCREEN_BRIGHTNESS_BOOST_CHANGED";
/frameworks/base/core/java/com/android/internal/os/
H A DPowerProfile.java17 package com.android.internal.os;
/frameworks/base/core/tests/coretests/src/android/os/storage/
H A DAsecTests.java17 package android.os.storage;
20 import android.os.Environment;
21 import android.os.IBinder;
22 import android.os.RemoteException;
23 import android.os.ServiceManager;
84 return ms.createSecureContainer(fullId, size, filesystem, key, android.os.Process.myUid(),
93 return ms.mountSecureContainer(fullId, key, android.os.Process.myUid(), true);
H A DStorageManagerBaseTest.java17 package android.os.storage;
22 import android.os.Environment;
23 import android.os.SystemClock;
26 import android.os.Environment;
27 import android.os.FileUtils;
28 import android.os.storage.OnObbStateChangeListener;
29 import android.os.storage.StorageManager;
/frameworks/base/core/tests/inputmethodtests/src/android/os/
H A DInputMethodTest.java17 package android.os;
/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/base/core/java/android/os/storage/
H A DVolumeInfo.java17 package android.os.storage;
25 import android.os.Environment;
26 import android.os.Parcel;
27 import android.os.Parcelable;
28 import android.os.UserHandle;
67 "android.os.storage.action.VOLUME_STATE_CHANGED";
69 "android.os.storage.extra.VOLUME_ID";
71 "android.os.storage.extra.VOLUME_STATE";

Completed in 595 milliseconds

123456789