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

1 2 3

  /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/libs/binder/include/binder/
TextOutput.h 39 class Bundle {
41 inline Bundle(TextOutput& to) : mTO(to) { to.pushBundle(); }
42 inline ~Bundle() { mTO.popBundle(); }
  /system/libhwbinder/include/hwbinder/
TextOutput.h 40 class Bundle {
42 inline Bundle(TextOutput& to) : mTO(to) { to.pushBundle(); }
43 inline ~Bundle() { mTO.popBundle(); }
  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringX8632.cpp 345 std::unique_ptr<AutoBundle> Bundle;
348 Bundle = makeUnique<AutoBundle>(this, InstBundleLock::Opt_AlignToEnd);
352 Bundle = makeUnique<AutoBundle>(this, InstBundleLock::Opt_AlignToEnd);
  /external/llvm/lib/Transforms/Scalar/
LICM.cpp 593 // instructions. The cloned call-site needs a funclet bundle operand
598 OperandBundleUse Bundle = CI->getOperandBundleAt(BundleIdx);
599 if (Bundle.getTagID() == LLVMContext::OB_funclet)
602 OpBundles.emplace_back(Bundle);
    [all...]
  /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)
73 ~Bundle(void) {}
  /external/llvm/lib/Target/X86/
X86FloatingPoint.cpp 19 // block to rearrange the live registers to match the outgoing bundle.
122 // The edge bundle analysis provides indices into the LiveBundles vector.
361 // Update MBB ingoing bundle mask.
469 // Get the live-in bundle for MBB.
470 const LiveBundle &Bundle =
473 if (!Bundle.Mask) {
479 assert(Bundle.isFixed() && "Reached block before any predecessors");
482 for (unsigned i = Bundle.FixCount; i > 0; --i) {
485 << unsigned(Bundle.FixStack[i-1]) << '\n');
486 pushReg(Bundle.FixStack[i-1])
    [all...]
  /frameworks/base/core/java/android/content/
ContentProvider.java 38 import android.os.Bundle;
210 @Nullable Bundle queryArgs, @Nullable ICancellationSignal cancellationSignal) {
396 public Bundle call(
397 String callingPkg, String method, @Nullable String arg, @Nullable Bundle extras) {
398 Bundle.setDefusable(extras, true);
416 Bundle opts, ICancellationSignal cancellationSignal) throws FileNotFoundException {
417 Bundle.setDefusable(opts, true);
468 public boolean refresh(String callingPkg, Uri uri, Bundle args,
    [all...]
ContentResolver.java 39 import android.os.Bundle;
85 * {@link #requestSync(android.accounts.Account, String, android.os.Bundle)}
190 * @see #openTypedAssetFileDescriptor(Uri, String, Bundle)
191 * @see #openTypedAssetFileDescriptor(Uri, String, Bundle,
205 * Key for an SQL style selection string that may be present in the query Bundle argument
206 * passed to {@link ContentProvider#query(Uri, String[], Bundle, CancellationSignal)}
242 * Key for an SQL style sort string that may be present in the query Bundle argument
243 * passed to {@link ContentProvider#query(Uri, String[], Bundle, CancellationSignal)}
260 * supplied to {@link ContentResolver#query(Uri, String[], Bundle, CancellationSignal)}.
265 * {@link ContentProvider#query(Uri, String[], Bundle, CancellationSignal)}, if sort column
2825 final Bundle bundle = getContentService().getCache(mContext.getPackageName(), key, local
    [all...]
  /frameworks/base/core/java/android/os/
Bundle.java 36 public final class Bundle extends BaseBundle implements Cloneable, Parcelable {
46 public static final Bundle EMPTY;
52 public static final Bundle STRIPPED;
55 EMPTY = new Bundle();
58 STRIPPED = new Bundle();
63 * Constructs a new, empty Bundle.
65 public Bundle() {
71 * Constructs a Bundle whose data is stored as a Parcel. The data
74 * @param parcelledData a Parcel containing a Bundle
79 public Bundle(Parcel parcelledData)
389 Bundle bundle = this; local
    [all...]
  /external/llvm/lib/CodeGen/
RegAllocGreedy.cpp 283 // Set B[i] = C for every live bundle where B[i] was NoCand.
303 /// 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;
143 private final SparseArray<ArrayMap<String, ArrayMap<Pair<String, Uri>, Bundle>>>
503 public void requestSync(Account account, String authority, Bundle extras) {
504 Bundle.setDefusable(extras, true);
564 Bundle extras = request.getBundle();
654 Bundle extras = new Bundle(request.getBundle());
779 public void addPeriodicSync(Account account, String authority, Bundle extras,
781 Bundle.setDefusable(extras, true);
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
ConnectionServiceWrapper.java 24 import android.os.Bundle;
407 Bundle connectionExtras = parcelableConference.getExtras();
590 public void putExtras(String callId, Bundle extras, Session.Info sessionInfo) {
595 Bundle.setDefusable(extras, true);
729 Bundle connectionExtras = connection.getExtras();
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 424 /// the bundle
565 /// instruction bundle (= a group of instructions which is combined into a
592 /// Returns true for single instructions and for bundle representatives
593 /// (= the head of a bundle).
596 /// Returns true if it represents an instruction bundle and not only a
611 /// the whole bundle.
648 /// Points to the head in an instruction bundle (and always to this for
652 /// Single linked list of all instructions in a bundle. Null if it is a
679 /// instructions. As soon as this is zero, the instruction/bundle gets ready
684 /// The sum of UnscheduledDeps in a bundle. Equals to UnscheduledDeps fo
    [all...]
  /frameworks/base/services/core/java/com/android/server/accounts/
AccountManagerService.java 69 import android.os.Bundle;
448 Bundle extras, Map packageToVisibility) {
449 Bundle.setDefusable(extras, true);
2749 Bundle bundle = new Bundle(); local
2927 Bundle bundle = new Bundle(); local
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcTracker.java 46 import android.os.Bundle;
388 private void onDataReconnect(Bundle bundle) {
389 String reason = bundle.getString(INTENT_RECONNECT_ALARM_EXTRA_REASON);
390 String apnType = bundle.getString(INTENT_RECONNECT_ALARM_EXTRA_TYPE);
393 int currSubId = bundle.getInt(PhoneConstants.SUBSCRIPTION_KEY,
2189 PersistableBundle bundle = configManager.getConfig(); local
3851 Bundle bundle = msg.getData(); local
3903 Bundle bundle = msg.getData(); local
3950 Bundle bundle = msg.getData(); local
    [all...]
  /frameworks/base/core/java/android/app/
Notification.java 51 import android.os.Bundle;
837 public Bundle extras = new Bundle();
841 * touching the extras bundle in the system process is not safe because the bundle may contain
6364 Bundle bundle = new Bundle(); local
8330 Bundle bundle = notif.extras == null ? local
8347 Bundle bundle = new Bundle(); local
    [all...]
ActivityThread.java 64 import android.os.Bundle;
338 Bundle mCoreSettings = null;
346 Bundle state;
482 public ReceiverData(Intent intent, int resultCode, String resultData, Bundle resultExtras,
550 Bundle instrumentationArgs;
738 boolean isForward, Bundle resumeArgs) {
759 int procState, Bundle state, PersistableBundle persistentState,
817 CompatibilityInfo compatInfo, int resultCode, String data, Bundle extras,
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityManagerService.java 290 import android.os.Bundle;
2052 Bundle bundle = (Bundle)msg.obj; local
6258 Bundle bundle = new Bundle(); 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/icu/tools/srcgen/currysrc/libs/
org.eclipse.osgi_3.10.100.v20150529-1857.jar 

Completed in 1988 milliseconds

1 2 3