Home
last modified time | relevance | path

Searched refs:make (Results 1 – 25 of 41) sorted by relevance

12

/development/samples/browseable/RuntimePermissionsBasic/src/com.example.android.basicpermissions/
DMainActivity.java86 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/
DREADME.md5 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 …]
DMakefile79 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/
DMakefile27 make -C $(KSRC) M=$(PWD) modules
31 make -C $(KSRC) M=$(PWD) clean
DREADME29 $ make ARCH=arm64 CROSS_COMPILE=aarch64 LLVM=1 LLVM_IAS=1 LTO=thin
/development/samples/browseable/RuntimePermissions/src/com.example.android.system.runtimepermissions/
DMainActivity.java153 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/
DREADME.md1 # 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/
Dmake+intelligen.sh11 if make -j4; then
/development/tools/ndk/
Dupdate_ndk_abi.sh11 $ANDROID_BUILD_TOP/build/soong/soong_ui.bash --make-mode update-ndk-abi
/development/samples/browseable/Flashlight/
D_index.jd9 a party-mode option (swipe left), if you want to make things interesting.
/development/treble/
Dbuild_with_artifact.sh56 BUILD_WITH_PARTIAL_ARTIFACT=true build/soong/soong_ui.bash --make-mode TARGET_PRODUCT=$TARGET_PRODU…
/development/vndk/snapshot/
Dbuild.sh53 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/
DMainActivity.java157 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/
Dcompare_images_and_print.sh43 build/soong/soong_ui.bash --make-mode compare_images
/development/tools/idegen/
DREADME24 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,
Dexcluded-paths31 # Not actually built. Also disabled in make file.
/development/vndk/tools/header-checker/android/
Dbuild-prebuilts.sh125 build/soong/soong_ui.bash --make-mode --skip-config --soong-only \
/development/vndk/tools/
Dmodify_system_img.sh87 readonly add_img_to_target_files="$build_top"build/make/tools/releasetools/add_img_to_target_files.…
/development/tools/labpretest/
DREADME25 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/
Dbuild.gradle13 * The build server will copy the contents of DIST_DIR to somewhere and make it available.
/development/samples/PictureInPicture/ComposePip/
Dgradle.properties14 # AndroidX package structure to make it clearer which packages are bundled with the
/development/samples/NsdManagerSample/
Dgradle.properties14 # AndroidX package structure to make it clearer which packages are bundled with the
/development/gsi/build_with_kernel/
Drepack_kernels_common.sh39 build/soong/soong_ui.bash --make-mode lz4
/development/vndk/tools/header-checker/
DREADME.md179 $ 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/
DAttractionListActivity.java148 Snackbar.make( in showPermissionSnackbar()

12