Home
last modified time | relevance | path

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

12

/development/tools/winscope/src/viewers/components/
Dselect_with_filter_component_test.ts68 const options = getOptions(); constant
86 const options = getOptions(); constant
115 const options = getOptions(); constant
131 const options = getOptions(); constant
147 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.ts80 @Input() options: string[] = []; property in SelectWithFilterComponent
/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
/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/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/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/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/winscope/src/viewers/viewer_media_based/
Dviewer_media_based_component_test.ts169 const options = document.querySelectorAll<HTMLElement>('mat-option'); constant
203 const options = document.querySelectorAll<HTMLElement>('mat-option'); constant
/development/tools/winscope/src/app/components/
Dwarning_dialog_component.ts95 options: string[] | undefined; property
/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/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/ui/
DDetailActivity.java44 ActivityOptionsCompat options = ActivityOptionsCompat.makeSceneTransitionAnimation( in launch() local
/development/tools/winscope/src/app/components/timeline/mini-timeline/
Dmini_timeline_component_test.ts355 const options = getContextMenuItems(); constant
371 const options = getContextMenuItems(); constant
394 const options = getContextMenuItems(); constant
417 const options = getContextMenuItems(); constant
/development/samples/browseable/MultiWindowPlayground/src/com/android.multiwindowplayground/
DMainActivity.java92 ActivityOptions options = ActivityOptions.makeBasic(); in onStartLaunchBoundsActivity() local
/development/tools/motion/motion_test_watcher_app/
Dangular.json15 "options": { object
76 "options": { object
/development/tools/winscope/src/viewers/components/rects/
Drects_component_test.ts213 const options = getDisplayOptions(); constant
382 const options = getDisplayOptions(); constant
942 let options = optionsWrapper.querySelectorAll<HTMLElement>('.shading-opt'); variable
/development/samples/training/multiscreen/newsreader/src/com/example/android/newsreader/
DNonsenseGenerator.java155 private String pickOneOf(String ... options) { in pickOneOf()
/development/samples/VoiceInteractionService/src/com/example/android/voiceinteractor/
DSampleHotwordDetectionService.java74 public void onUpdateState(@Nullable PersistableBundle options, in onUpdateState()

12