Home
last modified time | relevance | path

Searched defs:options (Results 1 – 25 of 49) sorted by relevance

12

/development/tools/winscope/
Dprettier.config.js23 options: shared, property
27 options: shared, property
31 options: shared, property
36 options: { property
42 options: { property
48 options: { property
Dwebpack.config.common.js42 options: {esModules: true}, property
/development/tools/winscope/src/viewers/components/
Dselect_with_filter_component_test.ts64 const options = getOptions(); constant
82 const options = getOptions(); constant
111 const options = getOptions(); constant
123 const options = getOptions(); constant
Duser_options_component_test.ts69 const options = htmlElement.querySelectorAll('.user-option'); constant
100 let options: UserOptions | undefined; variable
Dselect_with_filter_component.ts58 @Input() options: string[] = []; property in SelectWithFilterComponent
/development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
DNotificationPresets.java72 NotificationPreset.BuildOptions options) { in applyBasicOptions()
104 public Notification[] buildNotifications(Context context, BuildOptions options) { in buildNotifications()
121 public Notification[] buildNotifications(Context context, BuildOptions options) { in buildNotifications()
182 public Notification[] buildNotifications(Context context, BuildOptions options) { in buildNotifications()
207 public Notification[] buildNotifications(Context context, BuildOptions options) { in buildNotifications()
232 public Notification[] buildNotifications(Context context, BuildOptions options) { in buildNotifications()
255 public Notification[] buildNotifications(Context context, BuildOptions options) { in buildNotifications()
281 public Notification[] buildNotifications(Context context, BuildOptions options) { in buildNotifications()
314 public Notification[] buildNotifications(Context context, BuildOptions options) { in buildNotifications()
354 public Notification[] buildNotifications(Context context, BuildOptions options) { in buildNotifications()
[all …]
DNotificationPreset.java63 public abstract Notification[] buildNotifications(Context context, BuildOptions options); in buildNotifications()
/development/apps/PushApiAuthenticator/src/com/example/android/pushapiauthenticator/
DMyAccountAuthenticator.java38 String authTokenType, String[] requiredFeatures, Bundle options) { in addAccount()
43 String authTokenType, Bundle options) { in getAuthToken()
48 Bundle options) { in confirmCredentials()
66 String authTokenType, Bundle options) { in updateCredentials()
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
DImageResizer.java120 final BitmapFactory.Options options = new BitmapFactory.Options(); in decodeSampledBitmapFromResource() local
152 final BitmapFactory.Options options = new BitmapFactory.Options(); in decodeSampledBitmapFromFile() local
183 final BitmapFactory.Options options = new BitmapFactory.Options(); in decodeSampledBitmapFromDescriptor() local
202 private static void addInBitmapOptions(BitmapFactory.Options options, ImageCache cache) { in addInBitmapOptions()
231 public static int calculateInSampleSize(BitmapFactory.Options options, in calculateInSampleSize()
/development/samples/DeviceAdminWhitelistedAccount/src/com/example/android/app/admin/whitelistedaccount/
DMyAuthenticator.java73 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount()
85 String authTokenType, Bundle options) throws NetworkErrorException { in updateCredentials()
91 Bundle options) throws NetworkErrorException { in confirmCredentials()
97 String authTokenType, Bundle options) throws NetworkErrorException { in getAuthToken()
/development/tools/bugreport/src/com/android/bugreport/
DMain.java49 final Options options = Options.parseArgs(args); in run() local
72 public static int run(Options options) { in run()
/development/vndk/tools/header-checker/src/dumper/
Dfrontend_action_factory.cpp29 HeaderCheckerOptions &options) in HeaderCheckerFrontendActionFactory()
Dfrontend_action.cpp32 HeaderCheckerOptions &options) in HeaderCheckerFrontendAction()
Dast_processing.cpp47 const HeaderCheckerOptions &options, clang::MangleContext *mangle_contextp, in HeaderASTVisitor()
201 clang::CompilerInstance *compiler_instancep, HeaderCheckerOptions &options) in HeaderASTConsumer()
Dheader_checker.cpp182 HeaderCheckerOptions options(NormalizePath(header_file, parsed_root_dirs), in main() local
Dfixed_argv.h57 const char *GetLastArg(T&& ...options) const { in GetLastArg()
/development/tools/motion/motion_test_watcher_app/
Dangular.json19 "options": { object
75 "options": { object
81 "options": { object
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/
DAuthenticator.java65 String authTokenType, String[] requiredFeatures, Bundle options) { in addAccount()
76 AccountAuthenticatorResponse response, Account account, Bundle options) { in confirmCredentials()
/development/tools/winscope/src/app/components/timeline/mini-timeline/
Dmini_timeline_component_test.ts360 const options = menu.querySelectorAll('.context-menu-item'); constant
377 const options = menu.querySelectorAll('.context-menu-item'); constant
401 const options = menu.querySelectorAll('.context-menu-item'); constant
425 const options = menu.querySelectorAll('.context-menu-item'); constant
/development/tools/ota_analysis/src/services/
Dupdate_metadata_pb.js214 Extent.toObject = function toObject(message, options) { argument
437 Signatures.toObject = function toObject(message, options) { argument
665 Signature.toObject = function toObject(message, options) { argument
897 PartitionInfo.toObject = function toObject(message, options) { argument
1196 ImageInfo.toObject = function toObject(message, options) { argument
2124 CowMergeOperation.toObject = function toObject(message, options) { argument
2780 PartitionUpdate.toObject = function toObject(message, options) { argument
3104 DynamicPartitionGroup.toObject = function toObject(message, options) { argument
3403 DynamicPartitionMetadata.toObject = function toObject(message, options) { argument
3678 ApexInfo.toObject = function toObject(message, options) { argument
[all …]
/development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/ui/
DDetailActivity.java44 ActivityOptionsCompat options = ActivityOptionsCompat.makeSceneTransitionAnimation( in launch() local
/development/samples/browseable/MultiWindowPlayground/src/com/android.multiwindowplayground/
DMainActivity.java92 ActivityOptions options = ActivityOptions.makeBasic(); in onStartLaunchBoundsActivity() local
/development/samples/training/ContactsList/src/com/example/android/contactslist/util/
DImageLoader.java362 final BitmapFactory.Options options = new BitmapFactory.Options(); in decodeSampledBitmapFromDescriptor() local
388 public static int calculateInSampleSize(BitmapFactory.Options options, in calculateInSampleSize()
/development/samples/VoiceInteractionService/src/com/example/android/voiceinteractor/
DSampleHotwordDetectionService.java74 public void onUpdateState(@Nullable PersistableBundle options, in onUpdateState()
/development/samples/training/multiscreen/newsreader/src/com/example/android/newsreader/
DNonsenseGenerator.java155 private String pickOneOf(String ... options) { in pickOneOf()

12