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/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/header-checker/android/
Dbuild-prebuilts.sh75 build/soong/soong_ui.bash --make-mode --skip-make "${binaries[@]}" "${libs[@]}"
/development/ide/intellij/
Dmake+intelligen.sh11 if make -j4; then
/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/samples/browseable/Flashlight/
D_index.jd9 a party-mode option (swipe left), if you want to make things interesting.
/development/vndk/snapshot/
Dbuild.sh53 build/soong/soong_ui.bash --make-mode vndk dist TARGET_PRODUCT=aosp_$arch $additional_option
/development/vndk/tools/image-diff-tool/
Dcompare_images_and_print.sh43 build/soong/soong_ui.bash --make-mode compare_images
/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/
Dmodify_system_img.sh87 readonly add_img_to_target_files="$build_top"build/make/tools/releasetools/add_img_to_target_files.…
/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-paths30 # Not actually built. Also disabled in make file.
/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/vndk/tools/definition-tool/
DREADME.md54 when the `--output-format=make` is specified:
61 --output-format=make
/development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/ui/
DAttractionListActivity.java148 Snackbar.make( in showPermissionSnackbar()
/development/vndk/tools/sourcedr/Documentation/
Dlist-installed-files-from-source-dirs.md18 make -j8
/development/samples/browseable/HdrViewfinder/src/com.example.android.hdrviewfinder/
DHdrViewfinderActivity.java307 Snackbar.make(rootView, R.string.camera_permission_rationale, Snackbar in requestCameraPermissions()
358 Snackbar.make(rootView, R.string.camera_permission_denied_explanation, Snackbar in onRequestPermissionsResult()
/development/samples/SearchableDictionary/res/raw/
Ddefinitions.txt22 accuse - v. blame for, make a claim of wrongdoing or misbehavior against
47 alter - v. cause to change; make different; cause a transformation
70 appease - v. make peace with
161 compensate - v. make payment to; compensate
267 discover - v. see for the first time; make a discovery
328 enhance - v. make better or more attractive
613 minimize - v. make small or insignificant
673 overhaul - v. make repairs, renovations, revisions or adjustments to
685 parody - v. make a spoof of or make fun of
746 predict - v. make a prediction about; tell in advance
[all …]
/development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/
DStandaloneMainActivity.java128 .make( in itemSelected()
/development/samples/browseable/WearNotifications/Application/src/com.example.android.wearable.wear.wearnotifications/
DMainActivity.java140 .make( in onClick()
/development/samples/ApiDemos/src/com/example/android/apis/os/
DMmsMessagingDemo.java374 return new PduComposer(context, req).make(); in buildPdu()
/development/samples/ApiDemos/src/com/example/android/mmslib/pdu/
DPduComposer.java151 public byte[] make() { in make() method in PduComposer

12