/development/vndk/tools/definition-tool/tests/ |
D | ndk_toolchain.py | 103 cmd.extend(['-fPIE', '-fPIC']) 104 cmd.extend(['-gcc-toolchain', self.gcc_toolchain_dir]) 105 cmd.extend(['-target', self.target_triple]) 106 cmd.extend(['-isystem', self.ndk_include]) 107 cmd.extend(cflags) 108 cmd.extend(self.target_cflags) 123 cmd.extend(['-fPIE', '-fPIC', '-Wl,--no-undefined', '-nostdlib']) 125 cmd.extend(['-gcc-toolchain', self.gcc_toolchain_dir]) 126 cmd.extend(['-target', self.target_triple]) 128 cmd.extend(obj_files) [all …]
|
/development/vndk/tools/definition-tool/tools/ |
D | update_dataset_auto.py | 25 cmd.extend(['--make-vars', make_vars]) 26 cmd.extend(['--module-info', module_info]) 27 cmd.extend(['-o', tmp_path]) 42 cmd.extend(['--exclude', '(?:device/)|(?:vendor/)']) 43 cmd.extend(['--namespace', 'hardware/google/av']) 44 cmd.extend(['--namespace', 'hardware/google/interfaces']) 45 cmd.extend(['-o', tmp_path])
|
/development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/ |
D | NotificationPresets.java | 109 builder.extend(wearableOptions); in buildNotifications() 163 builder.extend(wearableOptions); in buildNotifications() 195 builder.extend(wearableOptions); in buildNotifications() 220 builder.extend(wearableOptions); in buildNotifications() 243 builder.extend(wearableOptions); in buildNotifications() 265 secondPageBuilder.extend(new NotificationCompat.WearableExtender() in buildNotifications() 269 builder.extend(wearableOptions); in buildNotifications() 290 .extend(new NotificationCompat.WearableExtender() in buildNotifications() 297 .extend(new NotificationCompat.WearableExtender() in buildNotifications() 302 builder.extend(wearableOptions); in buildNotifications() [all …]
|
/development/samples/browseable/Notifications/Wearable/src/com.example.android.support.wearable.notifications/ |
D | NotificationPresets.java | 74 .extend(new Notification.WearableExtender() in buildNotification() 83 .extend(new Notification.WearableExtender() in buildNotification() 92 .extend(new Notification.WearableExtender() in buildNotification() 179 .extend(new Notification.WearableExtender() in buildNotification() 198 .extend(new Notification.WearableExtender() in buildNotification() 238 .extend(new Notification.WearableExtender() in createPageForCustomHeight() 252 .extend(new Notification.WearableExtender() in createPageForSizePreset() 274 .extend(new Notification.WearableExtender() in buildNotification() 288 .extend(new Notification.WearableExtender() in buildNotification() 294 .extend(new Notification.WearableExtender() in buildNotification() [all …]
|
/development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/ |
D | StandaloneMainActivity.java | 406 .extend(inlineActionForWear2) in generateBigPictureStyleNotification() 442 .extend(new NotificationCompat.WearableExtender() in generateBigPictureStyleNotification() 533 .extend(new NotificationCompat.WearableExtender() in generateInboxStyleNotification() 663 .extend(inlineActionForWear2) in generateMessagingStyleNotification() 705 .extend(wearableExtenderForWearVersion1); in generateMessagingStyleNotification()
|
/development/vndk/tools/elfcheck/elfcheck/ |
D | rewriter.py | 51 self.locs.extend(locs) 74 def extend(self, lines): member in StashedLines 175 stashed_lines.extend([
|
/development/testrunner/test_defs/ |
D | test_walker.py | 139 tests.extend(self._CreateSuites( 142 tests.extend(self._CreateSuites(android_mk_parser, path,
|
/development/python-packages/fastboot/ |
D | device.py | 138 command.extend(['--slot', slot]) 159 command.extend(['--slot', slot])
|
/development/vndk/tools/header-checker/utils/ |
D | utils.py | 169 make_target_paths.extend(tag_path_dict.values()) 277 result.extend(lsdump_paths[lib_name][arch_cpu].items()) 280 result.extend(arch_tag_path_dict[arch_cpu].items())
|
/development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/handlers/ |
D | BigPictureSocialIntentService.java | 194 .extend(inlineActionForWear2) in recreateBuilderWithBigPictureStyle() 219 .extend(new NotificationCompat.WearableExtender() in recreateBuilderWithBigPictureStyle()
|
D | MessagingIntentService.java | 225 .extend(inlineActionForWear2_0) in recreateBuilderWithMessagingStyle() 251 .extend(wearableExtenderForWearVersion1); in recreateBuilderWithMessagingStyle()
|
/development/gsi/gsi_util/gsi_util/utils/ |
D | sepolicy_utils.py | 75 cmd.extend(files)
|
/development/gsi/gsi_util/ |
D | run_test.py | 28 matches.extend(os.path.join(dirpath, f)
|
/development/python-packages/adb/ |
D | device.py | 269 self.adb_cmd.extend(['-s', serial]) 271 self.adb_cmd.extend(['-p', product]) 438 cmd.extend([local, remote])
|
/development/tools/templates/ |
D | java_tests_file.template | 8 * how to write and extend Application tests.
|
/development/python-packages/gdbrunner/ |
D | __init__.py | 178 gdbserver_cmd.extend(["gdbserver", "unix://" + debug_socket]) 180 gdbserver_cmd.extend(["--once", "+{}".format(debug_socket)])
|
/development/vndk/tools/image-diff-tool/ |
D | diff.py | 92 skipped_lines[filename.lower()].extend(prefixes) 198 unzip_cmd.extend([os.path.join(s, "*") for s in main_args.search_path])
|
/development/tools/repo_diff/ |
D | git_commits_not_upstreamed.py | 32 command.extend(args)
|
/development/samples/browseable/FindMyPhone/Wearable/src/com.example.android.wearable.findphone/ |
D | FindPhoneActivity.java | 60 .extend(new Notification.WearableExtender() in onCreate()
|
/development/samples/browseable/Quiz/Wearable/src/com.example.android.wearable.quiz/ |
D | QuizListenerService.java | 128 .extend(new Notification.WearableExtender() in onDataChanged() 147 builder.extend(wearableOptions); in onDataChanged()
|
/development/samples/browseable/RecipeAssistant/Application/src/com.example.android.wearable.recipeassistant/ |
D | RecipeService.java | 91 .extend(new NotificationCompat.WearableExtender() in createNotification()
|
/development/tools/repo_pull/ |
D | repo_pull.py | 136 manifest_cmd.extend(['-m', manifest_name]) 274 cmds.extend(build_pull_commands(
|
/development/samples/browseable/XYZTouristAttractions/Wearable/src/com.example.android.xyztouristattractions/service/ |
D | ListenerService.java | 117 .extend(new NotificationCompat.WearableExtender() in showNotification()
|
/development/samples/browseable/ElizaChat/src/com.example.android.wearable.elizachat/ |
D | ResponderService.java | 105 .extend(new NotificationCompat.WearableExtender() in showNotification()
|
/development/tools/winscope/ |
D | yarn.lock | 928 extend-shallow "^2.0.1" 1192 static-extend "^0.1.1" 1665 deep-extend@^0.6.0: 1667 …resolved "https://registry.yarnpkg.com/deep-extend/-/deep-extend-0.6.0.tgz#c4fa7c95404a17a9c3e8ca7… 1988 extend-shallow "^2.0.1" 2030 extend-shallow@^2.0.1: 2032 …resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-2.0.1.tgz#51af7d614ad9a9f61… 2037 extend-shallow@^3.0.0, extend-shallow@^3.0.2: 2039 …resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-3.0.2.tgz#26a71aaf073b39fb2… 2053 extend-shallow "^2.0.1" [all …]
|