Searched defs:os (Results 226 - 250 of 269) sorted by relevance

1234567891011

/frameworks/base/libs/hwui/
H A DRect.h294 friend std::ostream& operator<<(std::ostream& os, const Rect& rect) { argument
297 os << "(empty)";
301 return os << "[" << rect.right << " x " << rect.bottom << "]";
304 return os << "[" << rect.left
H A DMatrix.h221 friend std::ostream& operator<<(std::ostream& os, const Matrix4& matrix) { argument
223 os << "offset " << matrix.getTranslateX() << "x" << matrix.getTranslateY();
225 os << ", scale " << matrix[kScaleX] << "x" << matrix[kScaleY];
228 os << "[" << matrix[0];
230 os << ", " << matrix[i];
232 os << "]";
234 return os;
/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/libs/binder/
H A DPersistableBundle.cpp37 // Keep in sync with BUNDLE_MAGIC in frameworks/base/core/java/android/os/BaseBundle.java.
42 // Keep in sync with frameworks/base/core/java/android/os/Parcel.java.
68 namespace os { namespace in namespace:android
91 * frameworks/base/core/java/android/os/BaseBundle.java.
123 * frameworks/base/core/java/android/os/BaseBundle.java.
268 * frameworks/base/core/java/android/os/Parcel.java, the number of key
358 * frameworks/base/core/java/android/os/BaseBundle.java, the number of
432 } // namespace os
/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;
428 public boolean writeHeader(OutputStream os) { argument
430 writeInt(os, CACHE_MAGIC);
431 writeString(os, key);
432 writeString(os, etag == null ? "" : etag);
433 writeLong(os, serverDate);
434 writeLong(os, lastModified);
435 writeLong(os, ttl);
436 writeLong(os, softTtl);
437 writeStringStringMap(responseHeaders, os);
493 writeInt(OutputStream os, int n) argument
509 writeLong(OutputStream os, long n) argument
533 writeString(OutputStream os, String s) argument
545 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
544 * Starting with {@link android.os.Build.VERSION_CODES#DONUT}, this was changed
546 * {@link android.os.Build.VERSION_CODES#HONEYCOMB}, tasks are back to being
H A DBinder.java17 package android.os;
H A DBuild.java17 package android.os;
422 * <li><p>{@link android.os.AsyncTask} will use the serial executor
423 * by default when calling {@link android.os.AsyncTask#execute}.</p>
616 * <li> {@link android.os.Message} will validate that a message is not currently
690 * <li>{@link android.os.FileUriExposedException} will be thrown to applications.</li>
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
262 * Returns a new {@link android.os.Message Message} from the global message pool. More efficient than
344 * <b>The time-base is {@link android.os.SystemClock#uptimeMillis}.</b>
350 * using the {@link android.os.SystemClock#uptimeMillis} time-base.
367 * <b>The time-base is {@link android.os.SystemClock#uptimeMillis}.</b>
373 * using the {@link android.os.SystemClock#uptimeMillis} time-base.
382 * @see android.os.SystemClock#uptimeMillis
394 * <b>The time-base is {@link android.os.SystemClock#uptimeMillis}.</b>
537 * @see #sendMessageDelayed(android.os
[all...]
H A DMessageQueue.java17 package android.os;
H A DBaseBundle.java17 package android.os;
H A DParcelFileDescriptor.java17 package android.os;
28 import android.os.MessageQueue.OnFileDescriptorEventListener;
/frameworks/base/core/java/android/os/health/
H A DUidHealthStats.java17 package android.os.health;
60 * {@link android.os.PowerManager#FULL_WAKE_LOCK full wake lock}
68 * {@link android.os.PowerManager#PARTIAL_WAKE_LOCK full wake lock}
/frameworks/base/core/java/android/os/storage/
H A DStorageVolume.java17 package android.os.storage;
24 import android.os.Environment;
25 import android.os.Parcel;
26 import android.os.Parcelable;
27 import android.os.UserHandle;
103 public static final String EXTRA_STORAGE_VOLUME = "android.os.storage.extra.STORAGE_VOLUME";
110 public static final String EXTRA_DIRECTORY_NAME = "android.os.storage.extra.DIRECTORY_NAME";
116 "android.os.storage.action.OPEN_EXTERNAL_DIRECTORY";
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";
/frameworks/base/core/java/com/android/internal/os/
H A DBatterySipper.java16 package com.android.internal.os;
18 import android.os.BatteryStats.Uid;
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/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...]

Completed in 3938 milliseconds

1234567891011