HomeSort by relevance Sort by last modified time
    Searched defs:Bundle (Results 1 - 25 of 49) sorted by null

1 2

  /cts/tests/tests/permission/src/android/permission/cts/
NoBroadcastPackageRemovedPermissionTest.java 20 import android.os.Bundle;
58 * Handler, int, String, Bundle)
83 TEST_RECEIVER_PERMISSION, null, null, 0, "initialData", Bundle.EMPTY);
  /frameworks/native/include/binder/
TextOutput.h 40 class Bundle {
42 inline Bundle(TextOutput& to) : mTO(to) { to.pushBundle(); }
43 inline ~Bundle() { mTO.popBundle(); }
  /frameworks/base/tools/aapt/
Bundle.h 4 // State bundle. Used to pass around stuff like command-line args.
45 * Bundle of goodies, including everything specified on the command line.
47 class Bundle {
49 Bundle(void)
72 ~Bundle(void) {}
  /external/llvm/lib/Target/X86/
X86FloatingPoint.cpp 19 // block to rearrange the live registers to match the outgoing bundle.
117 // The edge bundle analysis provides indices into the LiveBundles vector.
354 // Update MBB ingoing bundle mask.
460 // Get the live-in bundle for MBB.
461 const LiveBundle &Bundle =
464 if (!Bundle.Mask) {
470 assert(Bundle.isFixed() && "Reached block before any predecessors");
473 for (unsigned i = Bundle.FixCount; i > 0; --i) {
476 << unsigned(Bundle.FixStack[i-1]) << '\n');
477 pushReg(Bundle.FixStack[i-1])
    [all...]
  /frameworks/base/core/java/android/content/
ContentProvider.java 38 import android.os.Bundle;
395 public Bundle call(
396 String callingPkg, String method, @Nullable String arg, @Nullable Bundle extras) {
397 Bundle.setDefusable(extras, true);
415 Bundle opts, ICancellationSignal cancellationSignal) throws FileNotFoundException {
416 Bundle.setDefusable(opts, true);
    [all...]
ContentResolver.java 38 import android.os.Bundle;
83 * {@link #requestSync(android.accounts.Account, String, android.os.Bundle)}
188 * @see #openTypedAssetFileDescriptor(Uri, String, Bundle)
189 * @see #openTypedAssetFileDescriptor(Uri, String, Bundle,
2531 final Bundle bundle = getContentService().getCache(mContext.getPackageName(), key, local
    [all...]
  /frameworks/base/core/java/android/os/
Bundle.java 34 public final class Bundle extends BaseBundle implements Cloneable, Parcelable {
39 public static final Bundle EMPTY;
42 EMPTY = new Bundle();
47 * Constructs a new, empty Bundle.
49 public Bundle() {
55 * Constructs a Bundle whose data is stored as a Parcel. The data
58 * @param parcelledData a Parcel containing a Bundle
60 Bundle(Parcel parcelledData) {
68 /* package */ Bundle(Parcel parcelledData, int length) {
77 * Constructs a new, empty Bundle that uses a specific ClassLoader fo
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
ConnectionServiceWrapper.java 23 import android.os.Bundle;
508 public void putExtras(String callId, Bundle extras) {
513 Bundle.setDefusable(extras, true);
628 public void onConnectionEvent(String callId, String event, Bundle extras) {
633 Bundle.setDefusable(extras, true);
708 Bundle extras = call.getIntentExtras();
711 extras = (Bundle) extras.clone();
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/CodeGen/
RegAllocGreedy.cpp 281 // Set B[i] = C for every live bundle where B[i] was NoCand.
301 /// Candidate map. Each edge bundle is assigned to a GlobalCand entry, or to
    [all...]
  /frameworks/base/services/core/java/com/android/server/content/
ContentService.java 47 import android.os.Bundle;
126 private final SparseArray<ArrayMap<String, ArrayMap<Pair<String, Uri>, Bundle>>>
472 public void requestSync(Account account, String authority, Bundle extras) {
473 Bundle.setDefusable(extras, true);
534 Bundle extras = request.getBundle();
626 Bundle extras = new Bundle(request.getBundle());
750 public void addPeriodicSync(Account account, String authority, Bundle extras,
752 Bundle.setDefusable(extras, true);
779 public void removePeriodicSync(Account account, String authority, Bundle extras)
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 452 /// the bundle
593 /// instruction bundle (= a group of instructions which is combined into a
620 /// Returns true for single instructions and for bundle representatives
621 /// (= the head of a bundle).
624 /// Returns true if it represents an instruction bundle and not only a
639 /// the whole bundle.
676 /// Points to the head in an instruction bundle (and always to this for
680 /// Single linked list of all instructions in a bundle. Null if it is a
707 /// instructions. As soon as this is zero, the instruction/bundle gets ready
712 /// The sum of UnscheduledDeps in a bundle. Equals to UnscheduledDeps fo
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcTracker.java 47 import android.os.Bundle;
3892 Bundle bundle = msg.getData(); local
3944 Bundle bundle = msg.getData(); local
3991 Bundle bundle = msg.getData(); local
    [all...]
  /frameworks/base/core/java/android/app/
Notification.java 44 import android.os.Bundle;
762 public Bundle extras = new Bundle();
766 * touching the extras bundle in the system process is not safe because the bundle may contain
4869 Bundle bundle = new Bundle(); local
    [all...]
  /frameworks/base/services/core/java/com/android/server/accounts/
AccountManagerService.java 66 import android.os.Bundle;
2115 Bundle bundle = new Bundle(); local
2291 Bundle bundle = new Bundle(); local
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityManagerService.java 158 import android.os.Bundle;
669 public final Bundle extras;
675 public Bundle result = null;
678 public Bundle receiverExtras;
680 public PendingAssistExtras(ActivityRecord _activity, Bundle _extras, Intent _intent,
681 String _hint, IResultReceiver _receiver, Bundle _receiverExtras, int _userHandle) {
1857 Bundle bundle = (Bundle)msg.obj; local
5739 Bundle bundle = new Bundle(); local
15084 Bundle bundle = intents.get(i).getExtras(); local
    [all...]
  /prebuilts/devtools/tools/lib/
osgi-4.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/
osgi-4.0.0.jar 
  /prebuilts/tools/common/osgi/
osgi.jar 
  /external/guice/lib/build/
felix-2.0.5.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.osgi_3.10.100.v20150529-1857.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 

Completed in 606 milliseconds

1 2