Searched refs:options (Results 251 - 275 of 444) sorted by relevance

<<1112131415161718

/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMELFAttributeData.cpp282 if (pConfig.options().warnMismatch())
320 pConfig.options().warnMismatch())
334 if (pConfig.options().warnMismatch())
377 if (pConfig.options().warnMismatch())
389 if (pConfig.options().warnMismatch())
401 if (pConfig.options().warnMismatch())
413 pConfig.options().warnMismatch())
430 if (pConfig.options().warnMismatch())
449 if (pConfig.options().warnMismatch()) {
785 if (pConfig.options()
[all...]
/frameworks/av/media/extractors/mpeg2/
H A DMPEG2PSExtractor.cpp52 MediaBufferBase **buffer, const ReadOptions *options);
83 MediaBufferBase **buffer, const ReadOptions *options);
665 MediaBufferBase **buffer, const ReadOptions *options) {
683 return mSource->read(buffer, options);
750 MediaBufferBase **buffer, const ReadOptions *options) {
751 return mTrack->read(buffer, options);
664 read( MediaBufferBase **buffer, const ReadOptions *options) argument
749 read( MediaBufferBase **buffer, const ReadOptions *options) argument
/frameworks/base/core/java/android/app/
H A DContextImpl.java898 public void startActivity(Intent intent, Bundle options) { argument
910 && (options == null
911 || ActivityOptions.fromBundle(options).getLaunchTaskId() == -1)) {
919 (Activity) null, intent, -1, options);
924 public void startActivityAsUser(Intent intent, Bundle options, UserHandle user) { argument
929 null, null, 0, Intent.FLAG_ACTIVITY_NEW_TASK, null, options,
944 public int startActivitiesAsUser(Intent[] intents, Bundle options, UserHandle userHandle) { argument
953 (Activity) null, intents, options, userHandle.getIdentifier());
957 public void startActivities(Intent[] intents, Bundle options) { argument
967 (Activity) null, intents, options);
978 startIntentSender(IntentSender intent, Intent fillInIntent, int flagsMask, int flagsValues, int extraFlags, Bundle options) argument
1067 sendBroadcast(Intent intent, String receiverPermission, Bundle options) argument
1127 sendOrderedBroadcast(Intent intent, String receiverPermission, Bundle options, BroadcastReceiver resultReceiver, Handler scheduler, int initialCode, String initialData, Bundle initialExtras) argument
1144 sendOrderedBroadcast(Intent intent, String receiverPermission, int appOp, BroadcastReceiver resultReceiver, Handler scheduler, int initialCode, String initialData, Bundle initialExtras, Bundle options) argument
1200 sendBroadcastAsUser(Intent intent, UserHandle user, String receiverPermission, Bundle options) argument
1250 sendOrderedBroadcastAsUser(Intent intent, UserHandle user, String receiverPermission, int appOp, Bundle options, BroadcastReceiver resultReceiver, Handler scheduler, int initialCode, String initialData, Bundle initialExtras) argument
1370 sendStickyBroadcastAsUser(Intent intent, UserHandle user, Bundle options) argument
[all...]
/frameworks/base/media/jni/
H A Dandroid_media_MediaMetadataRetriever.cpp352 static int getColorFormat(JNIEnv *env, jobject options) { argument
353 if (options == NULL) {
357 ScopedLocalRef<jobject> inConfig(env, env->GetObjectField(options, fields.inPreferredConfig));
366 static SkColorType setOutColorType(JNIEnv *env, int colorFormat, jobject options) { argument
372 if (options != NULL) {
379 env->SetObjectField(options, fields.outActualConfig, config.get());
/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
H A DActivityTestMain.java86 Bundle options = null;
89 options = opts.toBundle();
91 startActivity(intent, options);
401 ActivityOptions options = ActivityOptions.makeBasic();
404 options.requestUsageTimeReport(PendingIntent.getBroadcast(ActivityTestMain.this,
406 startActivity(Intent.createChooser(intent, "Who do you love?"), options.toBundle());
/frameworks/base/core/java/android/widget/
H A DArrayAdapter.java543 // Otherwise, only return options that came from static resources.
548 final CharSequence[] options = new CharSequence[size];
549 mObjects.toArray(options);
550 return options;
/frameworks/base/tests/JankBench/app/src/main/jni/
H A DBench.cpp103 bool Bench::runPowerManagementTest(uint64_t options) { argument
104 //__android_log_print(ANDROID_LOG_INFO, "bench", "rpmt x %i", options);
127 if ((options & 0x1f) != 0) {
128 threads = options & 0x1f;
188 bool Bench::runCPUHeatSoak(uint64_t /* options */)
336 float Bench::runGFlopsTest(uint64_t /* options */)
/frameworks/base/tools/stats_log_api_gen/
H A DCollation.cpp242 if (field->options().GetExtension(os::statsd::stateFieldOption).option() ==
252 if (field->options().GetExtension(os::statsd::stateFieldOption).option() ==
267 if (field->options().GetExtension(os::statsd::is_uid) == true) {
/frameworks/av/include/media/stagefright/
H A DAudioSource.h59 MediaBufferBase **buffer, const ReadOptions *options = NULL);
H A DCameraSourceTimeLapse.h134 virtual status_t read(MediaBufferBase **buffer, const ReadOptions *options = NULL);
/frameworks/av/media/libstagefright/include/media/stagefright/
H A DAudioSource.h59 MediaBufferBase **buffer, const ReadOptions *options = NULL);
H A DCameraSourceTimeLapse.h134 virtual status_t read(MediaBufferBase **buffer, const ReadOptions *options = NULL);
/frameworks/av/media/libstagefright/mpeg2ts/
H A DAnotherPacketSource.h42 MediaBufferBase **buffer, const ReadOptions *options = NULL);
/frameworks/base/core/java/android/content/res/
H A DXmlBlock.java319 String[] options, int defaultValue) {
322 return getAttributeListValue(idx, options, defaultValue);
369 String[] options, int defaultValue) {
374 mStrings.get(v), options, defaultValue);
318 getAttributeListValue(String namespace, String attribute, String[] options, int defaultValue) argument
368 getAttributeListValue(int idx, String[] options, int defaultValue) argument
/frameworks/base/core/java/android/view/textclassifier/
H A DTextLinks.java667 final Options options = new Options(sessionId, request);
668 options.setDefaultLocales(request.getDefaultLocales());
669 options.setEntityConfig(request.getEntityConfig());
670 return options;
673 /** Returns a new options object based on the specified link mask. */
752 "Invalid apply strategy. See TextLinks.ApplyStrategy for options.");
/frameworks/base/core/java/com/android/internal/app/
H A DToolbarActionBar.java248 public void setDisplayOptions(@DisplayOptions int options) { argument
249 setDisplayOptions(options, 0xffffffff);
253 public void setDisplayOptions(@DisplayOptions int options, @DisplayOptions int mask) { argument
255 mDecorToolbar.setDisplayOptions(options & mask | currentOptions & ~mask);
H A DResolverActivity.java361 final Option[] options = new Option[mAdapter.getCount()];
362 for (int i = 0, N = options.length; i < N; i++) {
363 options[i] = optionForChooserTarget(mAdapter.getItem(i), i);
367 new Prompt(getTitle()), options, null);
1178 public boolean start(Activity activity, Bundle options) { argument
1179 activity.startActivity(mResolvedIntent, options);
1184 public boolean startAsCaller(Activity activity, Bundle options, int userId) { argument
1185 activity.startActivityAsCaller(mResolvedIntent, options, false, userId);
1190 public boolean startAsUser(Activity activity, Bundle options, UserHandle user) { argument
1191 activity.startActivityAsUser(mResolvedIntent, options, use
1234 start(Activity activity, Bundle options) argument
1245 startAsCaller(Activity activity, Bundle options, int userId) argument
1255 startAsUser(Activity activity, Bundle options, UserHandle user) argument
2031 PickTargetOptionRequest(@ullable Prompt prompt, Option[] options, @Nullable Bundle extras) argument
[all...]
/frameworks/base/libs/hwui/renderthread/
H A DEglManager.cpp142 GrContextOptions options; local
143 options.fDisableDistanceFieldPaths = true;
144 mRenderThread.cacheManager().configureContext(&options);
145 sk_sp<GrContext> grContext(GrContext::MakeGL(std::move(glInterface), options));
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
H A DPipMenuActivityController.java52 * Manages the PiP menu activity which can show menu options or a scrim.
403 ActivityOptions options = ActivityOptions.makeCustomAnimation(mContext, 0, 0);
404 options.setLaunchTaskId(
406 options.setTaskOverlay(true, true /* canResume */);
407 mContext.startActivityAsUser(intent, options.toBundle(), UserHandle.CURRENT);
/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutRequestPinProcessor.java106 public boolean accept(Bundle options) { argument
107 // Make sure the options are unparcellable by the FW. (e.g. not containing unknown
113 if (options != null) {
115 options.size();
116 extras = new Intent().putExtras(options);
118 throw new IllegalArgumentException("options cannot be unparceled", e);
/frameworks/base/tools/aapt2/
H A DResourceParser.h57 const ResourceParserOptions& options = {});
/frameworks/compile/mclinker/lib/LD/
H A DELFBinaryReader.cpp37 return m_Config.options().isBinaryInput();
/frameworks/support/recommendation/src/main/java/androidx/recommendation/app/
H A DContentRecommendation.java919 * @param options Only used for the Activity Intent type. Additional options for how the
920 * Activity should be started. May be null if there are no options.
924 int requestCode, @Nullable Bundle options) {
935 mBuilderContentIntentData.mOptions = options;
955 * @param options Only used for the Activity Intent type. Additional options for how the
956 * Activity should be started. May be null if there are no options.
960 int requestCode, @Nullable Bundle options) {
972 mBuilderDismissIntentData.mOptions = options;
923 setContentIntentData(@ntentType int intentType, Intent intent, int requestCode, @Nullable Bundle options) argument
959 setDismissIntentData(@ntentType int intentType, @Nullable Intent intent, int requestCode, @Nullable Bundle options) argument
[all...]
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/app/
H A DToolbarActionBar.java253 public void setDisplayOptions(@DisplayOptions int options) { argument
254 setDisplayOptions(options, 0xffffffff);
258 public void setDisplayOptions(@DisplayOptions int options, @DisplayOptions int mask) { argument
260 mDecorToolbar.setDisplayOptions((options & mask) | (currentOptions & ~mask));
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
H A DAccountManagerServiceTest.java547 Bundle options = createOptionsWithAccountName(
555 options); // optionsIn
578 Bundle options = createOptionsWithAccountName(
586 options); // optionsIn
616 Bundle options = createOptionsWithAccountName(
625 options); // optionsIn
645 Bundle options = createOptionsWithAccountName(
654 options); // optionsIn
668 Bundle options = createOptionsWithAccountName(
670 options
[all...]

Completed in 682 milliseconds

<<1112131415161718