Home
last modified time | relevance | path

Searched refs:to (Results 1 – 25 of 305) sorted by relevance

12345678910>>...13

/development/host/windows/usb/
Dreadme.txt1 android_winusb.inf file contained in this folder must be used to install
2 WinUsb framework on customers machines. In order to build installation
3 package that is compliant with android_winusb.inf, you need to create
20 to install WinUsb framework. These files can be obtained from WDK 'redist'
21 folder, respectively to the OS: copy x86 files to i386 subfolder, and amd64
22 files to amd64 subfolder.
24 android_winusb.inf file can be modified in order to provide support for the
27 file to add descriptions for new devices and interfaces. Note that when .inf
28 file is modified, .cat files must be rebuilt and resigned in order to keep
29 integrity of the installation. Failure to rebuild and resign .cat files will
[all …]
/development/ide/eclipse/
DREADME.importing-to-eclipse.txt3 To import the formatter, go to the preferences, section Java > Code Style >
7 To import the import order, to go into Java > Code Style > Organize Import,
12 To import the include paths, go to Project > Properties > C/C++ General >
15 You will need to re-index for the changes to get picked up (right click project
18 To import the symbols, go to Project > Properties > C/C++ General >
21 You will need to re-index for the changes to get picked up (right click project
24 In addition, you will need to add some include files (no way to import this
25 from an XML file) by hand. Go to Project > Properties > C/C++ General >
27 "Add to all configurations" and "Add to all languages". Repeat for these files:
31 If you are having trouble seeing the "Include Files" tab, you will need to
/development/tools/labpretest/
DREADME3 The labpretest.sh script is designed to emulate a typical automated test lab
8 It will repeat this based on an optional parameter(-i) or default to 100 times.
9 It will detect if it is in a low battery situation and wait for it to charge
12 The goal is to see if a device is ready for deployment to automated lab testing
13 and can also be used to verify that lab infrastructure is ready for devices.
14 The idea is to run this script at the same time for multiple devices, typically
15 I would connect 8 devices to a host and run this script in 8 separate shell
20 If there is only one device attached to the host you can simply just run the
23 have multiple devices attached use the -d <device_id> parameter to target a
25 how many monkey events and finally -x to make it skip the monkey run portion
[all …]
/development/samples/browseable/SwipeRefreshListFragment/
D_index.jd8 A sample which shows how to use SwipeRefreshLayout within a ListFragment to add the
9 \'swipe-to-refresh\' gesture to a ListView, enabling the ability to trigger a refresh
/development/samples/browseable/SwipeRefreshLayoutBasic/
D_index.jd8 A basic sample which shows how to use SwipeRefreshLayout to add the \'swipe-to-refresh\'
9 … gesture to a View, enabling the ability to trigger a refresh from swiping down on the view.
/development/samples/browseable/SwipeRefreshMultipleViews/
D_index.jd8 A sample which shows how to use SwipeRefreshLayout to add the \'swipe-to-refresh\'
9 gesture to a layout with multiple children, enabling the ability to trigger a
/development/samples/
DREADME1 Adding a new folder in development/samples is not enough to have it
4 Make sure to edit development/build/sdk.atree to add the sample to the SDK
/development/vndk/tools/definition-tool/
DREADME.md4 VNDK definition tool was designed to classify all shared libraries in the
5 system partition and give suggestions to copy necessary libraries to the vendor
19 --system "/path/to/your/product_out/system" \
20 --vendor "/path/to/your/product_out/vendor" \
21 --aosp-system "/path/to/aosp/generic/system" \
32 1. `libexample1.so` should be copied to `/system/lib[64]/vndk-sp`.
33 2. `libexample2.so` should be copied to `/vendor/lib[64]/vndk-sp`.
34 3. `libexample3.so` should be copied to `/vendor/lib[64]`.
40 process to copy shared libraries. Please copy a boilerplate, rename it as
51 * `$(YOUR_DEVICE_NAME)` has to be replaced by your own device product name.
[all …]
/development/samples/browseable/BasicManagedProfile/
D_index.jd8 This sample demonstrates how to create a managed profile. You can also learn how to
9 enable or disable other apps and how to set restrictions to them. Intents can be
10 configured to be forwarded between primary account and managed profile. Finally, you can
/development/samples/browseable/MediaBrowserService/
D_index.jd8 This sample shows how to implement an audio media app that provides
12 it to be used in Android Auto, for example.
13 When not connected to a car, the app has a very simple UI that browses
15 connected to Android Auto, the same service provides data and callback
16 to the Android Auto UI in the same manner as it provides them to the
/development/samples/browseable/ActivitySceneTransitionBasic/
D_index.jd8 Demonstrates how to the use Activity scene transitions when transitions
9 from one Activity to another. Uses a combination of changeImageTransform and
10 changeBounds to nicely transition a grid of images to an Activity with a large image
/development/tools/repo_diff/service/repodiff/
DREADME.md12 1. Log in to [the Google Cloud Platform](https://pantheon.corp.google.com)
13 2. Under the **Storage** section, navigate to **SQL**
17 6. Wait for the instance to initialize, then navigate to **databases** and then
20 7. Navigate to **Users** and **Create user account** for the purpose of
21 creating a non-root user to log into the database; Make note of the username
25 exist, therefore the above steps will need to be completed a second time. Now
26 the following environment variables will need to be set in your application
54 observed differentials to the database
56 output to designated denormalized tables; those tables are tightly coupled
57 to Datastudio data sources in the [AOSP Branch
[all …]
/development/samples/browseable/DelayedConfirmation/
D_index.jd8 Demonstrates how to create a DelayedConfirmationView in your wearable app. In this
9 … sample, pressing a button on the phone app sends a message to the wearable to start a simple
11 … Timer." Then, callbacks are implemented on both the wearable and phone to show when the timer is
12 … selected or finishes. The activity on the wearable uses BoxInsetLayout to automatically apply
/development/samples/browseable/BasicContactables/
D_index.jd8 This sample demonstrates how to use the Contactables table to search for contacts.
9 … \n\nQuery strings sent to the Contactables table will match both contact names and phone numbers,
10 … reducing the number of queries your application needs to use when searching the contacts database!
/development/cmds/monkey/
DREADME.NETWORK.txt3 The Simple Protocol for Automated Network Control was designed to be a
4 low-level way to programmability inject KeyEvents and MotionEvents
7 etc.) and will talk (via TCP over ADB) to the device in Simple
9 Monkey only binds to localhost, so you will need to use adb to setup
10 port forwarding to actually talk to the device.
14 Setup port forwarding from a local port on your machine to a port on
23 Now you're ready to run commands
28 respond to every command with a line starting with OK for commands
50 parameter refers to the KEYCODE list in the KeyEvent class
66 the touch event to happen. Just like key events, touch events at a
[all …]
/development/vndk/tools/vndk-compliance/
DREADME.md1 # How to make your build VNDK compliant
15 Vendor modules are not allowed to use LOCAL_COPY_HEADERS. They need to export
19 Here is an example on how to do that:
22 * Create a local dir called include (or inc). Add symlinks to every file that is
24 will be a symlink to that folder
51 "file not found" errors. These are due to 2 reasons:
54 to above changes
59 * Fix them using the **parse_and_fix_errors.sh** script. Customize it according to
/development/samples/browseable/AppRestrictionEnforcer/
D_index.jd8 This sample demonstrates how to set restrictions to other apps as a profile owner.
9 Use the AppRestrictionSchema sample to set restrictions.
/development/samples/browseable/BasicGestureDetect/
D_index.jd8 Welcome to Basic Gesture Detect!
9 In order to try this sample out, try dragging or tapping this text to see what happens!
/development/samples/SearchableDictionary/res/raw/
Ddefinitions.txt13 access - v. reach or gain access to
18 accomplish - v. to gain with effort
20 accurate - j. conforming exactly or almost exactly to fact or to a standard or performing with tota…
24 acknowledge - v. declare to be true or admit the existence or reality or truth of
27 adamant - j. impervious to pleas, persuasion, requests, reason
31 adverse - j. contrary to your interests or welfare
42 allegiance - n. the loyalty that citizens owe to their country (or subjects to their sovereign)
44 …nt establishing an association or alliance between nations or other groups to achieve a particular…
46 altar - n. a raised structure on which gifts or sacrifices to a god are made
47 alter - v. cause to change; make different; cause a transformation
[all …]
/development/samples/browseable/SlidingTabsBasic/
D_index.jd8 A basic sample which shows how to use SlidingTabLayout to display a custom
9 ViewPager title strip which gives continuous feedback to the user when scrolling.
/development/samples/browseable/NetworkConnect/
D_index.jd8 This sample demonstrates how to connect to the network and fetch raw HTML using
9 HttpsURLConnection. AsyncTask is used to perform the fetch on a background thread.
/development/tools/logblame/
Dsample.txt13 Going to sleep due to power button (uid 1000)...
15 --------- switch to main
20 Compiler allocated 6MB to compile void android.view.ViewRootImpl.performTraversals()
22 --------- switch to system
32 --------- switch to main
52 --------- switch to system
56 --------- switch to main
60 --------- switch to system
62 Unable to find color mode 0, ignoring request.
64 --------- switch to main
[all …]
/development/apps/Development/
DNOTICE7 Unless required by applicable law or agreed to in writing, software
31 "control" means (i) the power, direct or indirect, to cause the
40 including but not limited to software source code, documentation
45 not limited to compiled object code, generated documentation,
46 and conversions to other media types.
50 copyright notice that is included in or attached to the work
58 separable from, or merely link (or bind by name) to the interfaces of,
63 to that Work or Derivative Works thereof, that is intentionally
64 submitted to Licensor for inclusion in the Work by the copyright owner
65 or by an individual or Legal Entity authorized to submit on behalf of
[all …]
/development/apps/NinePatchLab/
DNOTICE7 Unless required by applicable law or agreed to in writing, software
31 "control" means (i) the power, direct or indirect, to cause the
40 including but not limited to software source code, documentation
45 not limited to compiled object code, generated documentation,
46 and conversions to other media types.
50 copyright notice that is included in or attached to the work
58 separable from, or merely link (or bind by name) to the interfaces of,
63 to that Work or Derivative Works thereof, that is intentionally
64 submitted to Licensor for inclusion in the Work by the copyright owner
65 or by an individual or Legal Entity authorized to submit on behalf of
[all …]
/development/apps/Fallback/
DNOTICE7 Unless required by applicable law or agreed to in writing, software
31 "control" means (i) the power, direct or indirect, to cause the
40 including but not limited to software source code, documentation
45 not limited to compiled object code, generated documentation,
46 and conversions to other media types.
50 copyright notice that is included in or attached to the work
58 separable from, or merely link (or bind by name) to the interfaces of,
63 to that Work or Derivative Works thereof, that is intentionally
64 submitted to Licensor for inclusion in the Work by the copyright owner
65 or by an individual or Legal Entity authorized to submit on behalf of
[all …]

12345678910>>...13