/development/tools/winscope/ |
D | prettier.config.js | 23 options: shared, property 27 options: shared, property 31 options: shared, property 36 options: { property 42 options: { property 48 options: { property
|
D | webpack.config.common.js | 42 options: {esModules: true}, property
|
/development/tools/winscope/src/viewers/components/ |
D | select_with_filter_component_test.ts | 64 const options = getOptions(); constant 82 const options = getOptions(); constant 111 const options = getOptions(); constant 123 const options = getOptions(); constant
|
D | user_options_component_test.ts | 69 const options = htmlElement.querySelectorAll('.user-option'); constant 100 let options: UserOptions | undefined; variable
|
D | select_with_filter_component.ts | 58 @Input() options: string[] = []; property in SelectWithFilterComponent
|
/development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/ |
D | NotificationPresets.java | 72 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 …]
|
D | NotificationPreset.java | 63 public abstract Notification[] buildNotifications(Context context, BuildOptions options); in buildNotifications()
|
/development/apps/PushApiAuthenticator/src/com/example/android/pushapiauthenticator/ |
D | MyAccountAuthenticator.java | 38 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/ |
D | ImageResizer.java | 120 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/ |
D | MyAuthenticator.java | 73 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/ |
D | Main.java | 49 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/ |
D | frontend_action_factory.cpp | 29 HeaderCheckerOptions &options) in HeaderCheckerFrontendActionFactory()
|
D | frontend_action.cpp | 32 HeaderCheckerOptions &options) in HeaderCheckerFrontendAction()
|
D | ast_processing.cpp | 47 const HeaderCheckerOptions &options, clang::MangleContext *mangle_contextp, in HeaderASTVisitor() 201 clang::CompilerInstance *compiler_instancep, HeaderCheckerOptions &options) in HeaderASTConsumer()
|
D | header_checker.cpp | 182 HeaderCheckerOptions options(NormalizePath(header_file, parsed_root_dirs), in main() local
|
D | fixed_argv.h | 57 const char *GetLastArg(T&& ...options) const { in GetLastArg()
|
/development/tools/motion/motion_test_watcher_app/ |
D | angular.json | 19 "options": { object 75 "options": { object 81 "options": { object
|
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/ |
D | Authenticator.java | 65 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/ |
D | mini_timeline_component_test.ts | 360 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/ |
D | update_metadata_pb.js | 214 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/ |
D | DetailActivity.java | 44 ActivityOptionsCompat options = ActivityOptionsCompat.makeSceneTransitionAnimation( in launch() local
|
/development/samples/browseable/MultiWindowPlayground/src/com/android.multiwindowplayground/ |
D | MainActivity.java | 92 ActivityOptions options = ActivityOptions.makeBasic(); in onStartLaunchBoundsActivity() local
|
/development/samples/training/ContactsList/src/com/example/android/contactslist/util/ |
D | ImageLoader.java | 362 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/ |
D | SampleHotwordDetectionService.java | 74 public void onUpdateState(@Nullable PersistableBundle options, in onUpdateState()
|
/development/samples/training/multiscreen/newsreader/src/com/example/android/newsreader/ |
D | NonsenseGenerator.java | 155 private String pickOneOf(String ... options) { in pickOneOf()
|