/development/tools/labpretest/ |
D | README | 3 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/host/windows/usb/ |
D | readme.txt | 1 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 …]
|
D | NOTICE | 18 "control" means (i) the power, direct or indirect, to cause the 27 including but not limited to software source code, documentation 32 not limited to compiled object code, generated documentation, 33 and conversions to other media types. 37 copyright notice that is included in or attached to the work 45 separable from, or merely link (or bind by name) to the interfaces of, 50 to that Work or Derivative Works thereof, that is intentionally 51 submitted to Licensor for inclusion in the Work by the copyright owner 52 or by an individual or Legal Entity authorized to submit on behalf of 55 to the Licensor or its representatives, including but not limited to [all …]
|
/development/ide/eclipse/ |
D | README.importing-to-eclipse.txt | 3 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/sdk/ |
D | sdk_files_NOTICE.txt | 16 be used to endorse or promote products derived from this software 39 == NOTICE file corresponding to the section 4 d of == 51 == NOTICE file corresponding to the section 4 d of == 63 Intel Corporation and are licensed to the Apache Software 76 Permission is hereby granted, free of charge, to any person obtaining 78 "Software"), to deal in the Software without restriction, including 79 without limitation the rights to use, copy, modify, merge, publish, 80 distribute, and/or sell copies of the Software, and to permit persons 81 to whom the Software is furnished to do so, provided that the above 97 shall not be used in advertising or otherwise to promote the sale, use [all …]
|
/development/vndk/tools/definition-tool/ |
D | README.md | 4 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/SearchableDictionary/res/raw/ |
D | definitions.txt | 13 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/tools/logblame/ |
D | sample.txt | 13 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/tools/repo_diff/service/repodiff/ |
D | README.md | 12 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/cmds/monkey/ |
D | README.NETWORK.txt | 3 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 …]
|
D | NOTICE | 7 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/ |
D | NOTICE | 7 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/Development/ |
D | NOTICE | 7 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/CustomLocale/ |
D | NOTICE | 7 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/ |
D | NOTICE | 7 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/samples/VoicemailProviderDemo/ |
D | NOTICE | 7 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/samples/AccelerometerPlay/ |
D | NOTICE | 7 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/launchperf/ |
D | NOTICE | 7 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/BluetoothDebug/ |
D | NOTICE | 7 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/samples/CubeLiveWallpaper/ |
D | NOTICE | 7 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/SdkSetup/ |
D | NOTICE | 7 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/OBJViewer/ |
D | NOTICE | 7 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/GestureBuilder/ |
D | NOTICE | 7 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/DevelopmentSettings/ |
D | NOTICE | 7 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/samples/Home/ |
D | NOTICE | 7 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 …]
|