Home
last modified time | relevance | path

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

12345678910>>...12

/development/perftests/panorama/feature_mos/doc/
Dfeature_mos_API_doxyfile3 # This file describes the settings to be used by the documentation system
30 # The PROJECT_NUMBER tag can be used to enter a project or revision number.
36 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
38 # If a relative path is entered, it will be relative to the location
43 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
52 # The OUTPUT_LANGUAGE tag is used to specify the language in which all
54 # information to generate all constant output in the proper language.
65 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will
67 # the file and class documentation (similar to JavaDoc).
68 # Set to NO to disable this.
[all …]
/development/perftests/panorama/feature_stab/doc/
Ddbreg_API_doxyfile3 # This file describes the settings to be used by the documentation system
30 # The PROJECT_NUMBER tag can be used to enter a project or revision number.
36 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
38 # If a relative path is entered, it will be relative to the location
43 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
52 # The OUTPUT_LANGUAGE tag is used to specify the language in which all
54 # information to generate all constant output in the proper language.
65 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will
67 # the file and class documentation (similar to JavaDoc).
68 # Set to NO to disable this.
[all …]
/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 …]
DNOTICE18 "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/
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/ndk/platforms/android-9/arch-mips/include/asm/
Duaccess.h77to, from, n) ({ register void __user *__cu_to_r __asm__("$4"); register const void *__cu_from… argument
79 …ne __copy_to_user(to, from, n) ({ void __user *__cu_to; const void *__cu_from; long __cu_le… argument
80 …e __copy_to_user_inatomic(to, from, n) ({ void __user *__cu_to; const void *__cu_from; long… argument
81 …__copy_from_user_inatomic(to, from, n) ({ void *__cu_to; const void __user *__cu_from; long… argument
82 …fine copy_to_user(to, from, n) ({ void __user *__cu_to; const void *__cu_from; long __cu_le… argument
84to, from, n) ({ register void *__cu_to_r __asm__("$4"); register const void __user *__cu_from… argument
85to, from, n) ({ register void *__cu_to_r __asm__("$4"); register const void __user *__cu_from… argument
86 … __copy_from_user(to, from, n) ({ void *__cu_to; const void __user *__cu_from; long __cu_le… argument
87 …ne copy_from_user(to, from, n) ({ void *__cu_to; const void __user *__cu_from; long __cu_le… argument
89 #define __copy_in_user(to, from, n) __copy_from_user(to, from, n) argument
[all …]
/development/ndk/platforms/android-4/samples/san-angeles/jni/
Dlicense-LGPL.txt6 Everyone is permitted to copy and distribute verbatim copies
15 The licenses for most software are designed to take away your
16 freedom to share and change it. By contrast, the GNU General Public
17 Licenses are intended to guarantee your freedom to share and change
18 free software--to make sure the software is free for all its users.
20 This license, the Lesser General Public License, applies to some
22 Free Software Foundation and other authors who decide to use it. You
25 strategy to use in any particular case, based on the explanations below.
27 When we speak of free software, we are referring to freedom of use,
28 not price. Our General Public Licenses are designed to make sure that
[all …]
/development/tools/checkstyle/
DLICENSE6 Everyone is permitted to copy and distribute verbatim copies
15 The licenses for most software are designed to take away your
16 freedom to share and change it. By contrast, the GNU General Public
17 Licenses are intended to guarantee your freedom to share and change
18 free software--to make sure the software is free for all its users.
20 This license, the Lesser General Public License, applies to some
22 Free Software Foundation and other authors who decide to use it. You
25 strategy to use in any particular case, based on the explanations below.
27 When we speak of free software, we are referring to freedom of use,
28 not price. Our General Public Licenses are designed to make sure that
[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/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/
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/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/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/sdk/
Dsdk_files_NOTICE.txt16 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/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/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/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/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/ndk/platforms/android-18/samples/gles3jni/
DREADME1 This sample demonstrates how to use OpenGL ES 3.0 from JNI/native code.
19 The OpenGL ES 3.0 rendering path uses a few new features compared to the
22 * Instanced rendering and vertex attribute divisor to reduce the number of
24 * Vertex array objects to reduce the number of calls required to set up
26 * Explicit assignment of attribute locations, eliminating the need to query
30 [*1] The only dependency on API level 11 is the call to
/development/tools/checkstyle/gitlint/
DLICENSE19 "control" means (i) the power, direct or indirect, to cause the
28 including but not limited to software source code, documentation
33 not limited to compiled object code, generated documentation,
34 and conversions to other media types.
38 copyright notice that is included in or attached to the work
46 separable from, or merely link (or bind by name) to the interfaces of,
51 to that Work or Derivative Works thereof, that is intentionally
52 submitted to Licensor for inclusion in the Work by the copyright owner
53 or by an individual or Legal Entity authorized to submit on behalf of
56 to the Licensor or its representatives, including but not limited to
[all …]
/development/apps/DevelopmentSettings/
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>>...12