Searched refs:make (Results 1 – 25 of 41) sorted by relevance
12
/development/samples/browseable/RuntimePermissionsBasic/src/com.example.android.basicpermissions/ |
D | MainActivity.java | 86 Snackbar.make(mLayout, "Camera permission was granted. Starting preview.", in onRequestPermissionsResult() 92 Snackbar.make(mLayout, "Camera permission request was denied.", in onRequestPermissionsResult() 106 Snackbar.make(mLayout, in showCameraPreview() 129 Snackbar.make(mLayout, "Camera access is required to display the camera preview.", in requestCameraPermission() 141 Snackbar.make(mLayout, in requestCameraPermission()
|
/development/tools/repo_diff/service/repodiff/ |
D | README.md | 5 2. Run `make bootstrap` 18 click **create database**; choose the defaults and make note of the chosen 43 `make db_upgrade` 47 `ROLE="prod" make db_upgrade` 70 `make run` 72 For production: `ROLE="prod" make run` 78 `make db_shell` 82 `make sql_script` 86 `make db_downgrade` 90 `make db_upgrade` [all …]
|
D | Makefile | 79 make db_proxy; true 82 make db_proxy_ignore_err & 83 make db_shell < $(SQL_SCRIPT_DIR)/required_meta.sql 86 make start_sql 91 make start_sql 95 make db_shell EXTRA="-e 'DESCRIBE project_differential;'" 110 make build_container_image 142 @make output_instance_url --no-print-directory
|
/development/gki/kmi_abi_chk/ |
D | Makefile | 27 make -C $(KSRC) M=$(PWD) modules 31 make -C $(KSRC) M=$(PWD) clean
|
D | README | 29 $ make ARCH=arm64 CROSS_COMPILE=aarch64 LLVM=1 LLVM_IAS=1 LTO=thin
|
/development/samples/browseable/RuntimePermissions/src/com.example.android.system.runtimepermissions/ |
D | MainActivity.java | 153 Snackbar.make(mLayout, R.string.permission_camera_rationale, in requestCameraPermission() 217 Snackbar.make(mLayout, R.string.permission_contacts_rationale, in requestContactsPermissions() 276 Snackbar.make(mLayout, R.string.permision_available_camera, in onRequestPermissionsResult() 280 Snackbar.make(mLayout, R.string.permissions_not_granted, in onRequestPermissionsResult() 293 Snackbar.make(mLayout, R.string.permision_available_contacts, in onRequestPermissionsResult() 298 Snackbar.make(mLayout, R.string.permissions_not_granted, in onRequestPermissionsResult()
|
/development/vndk/tools/vndk-compliance/ |
D | README.md | 1 # How to make your build VNDK compliant 8 make -j32 >log 2>&1 50 * Once all copy header violations are cleaned up, make will start throwing lots of
|
/development/ide/intellij/ |
D | make+intelligen.sh | 11 if make -j4; then
|
/development/tools/ndk/ |
D | update_ndk_abi.sh | 11 $ANDROID_BUILD_TOP/build/soong/soong_ui.bash --make-mode update-ndk-abi
|
/development/samples/browseable/Flashlight/ |
D | _index.jd | 9 a party-mode option (swipe left), if you want to make things interesting.
|
/development/treble/ |
D | build_with_artifact.sh | 56 BUILD_WITH_PARTIAL_ARTIFACT=true build/soong/soong_ui.bash --make-mode TARGET_PRODUCT=$TARGET_PRODU…
|
/development/vndk/snapshot/ |
D | build.sh | 53 build/soong/soong_ui.bash --make-mode vndk dist TARGET_PRODUCT=aosp_$arch $additional_option
|
/development/samples/browseable/AgendaData/Application/src/com.example.android.wearable.agendadata/ |
D | MainActivity.java | 157 Snackbar.make(mLayout, R.string.permissions_rationale, in requestCalendarAndContactPermissions() 321 Snackbar.make(mLayout, R.string.permisions_granted, Snackbar.LENGTH_SHORT).show(); in onRequestPermissionsResult() 327 Snackbar.make(mLayout, R.string.permissions_denied, Snackbar.LENGTH_SHORT).show(); in onRequestPermissionsResult()
|
/development/vndk/tools/image-diff-tool/ |
D | compare_images_and_print.sh | 43 build/soong/soong_ui.bash --make-mode compare_images
|
/development/tools/idegen/ |
D | README | 24 1) make (to produce generated .java source) 51 1) make (to produce generated .java source) 81 of the "path-precedence" file. To make source roots under ./out come last,
|
D | excluded-paths | 31 # Not actually built. Also disabled in make file.
|
/development/vndk/tools/header-checker/android/ |
D | build-prebuilts.sh | 125 build/soong/soong_ui.bash --make-mode --skip-config --soong-only \
|
/development/vndk/tools/ |
D | modify_system_img.sh | 87 readonly add_img_to_target_files="$build_top"build/make/tools/releasetools/add_img_to_target_files.…
|
/development/tools/labpretest/ |
D | README | 25 how many monkey events and finally -x to make it skip the monkey run portion 32 sub directory and put adb and fastboot in it and make sure they are executable.
|
/development/tools/checkcolor/ |
D | build.gradle | 13 * The build server will copy the contents of DIST_DIR to somewhere and make it available.
|
/development/samples/PictureInPicture/ComposePip/ |
D | gradle.properties | 14 # AndroidX package structure to make it clearer which packages are bundled with the
|
/development/samples/NsdManagerSample/ |
D | gradle.properties | 14 # AndroidX package structure to make it clearer which packages are bundled with the
|
/development/gsi/build_with_kernel/ |
D | repack_kernels_common.sh | 39 build/soong/soong_ui.bash --make-mode lz4
|
/development/vndk/tools/header-checker/ |
D | README.md | 179 $ make libfoo.vendor 243 it. The following example shows how to make an exception for the ABI difference 298 weak symbols. You may make header-abi-diff ignore the weak symbols by adding 331 `$ SKIP_ABI_CHECKS=true make`
|
/development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/ui/ |
D | AttractionListActivity.java | 148 Snackbar.make( in showPermissionSnackbar()
|
12