Home
last modified time | relevance | path

Searched refs:then (Results 1 – 25 of 524) sorted by relevance

12345678910>>...21

/frameworks/testing/uiautomator/cmds/uiautomator/
Duiautomator38 if [ ${USER_ID} -ne 0 ]; then
41 if [ ! -d ${tmp_cache} ]; then
51 if [ -z "${1}" ]; then
56 if [ -n "${1}" ]; then
69 if [ "${cmd}" == "runtest" ]; then
72 if [ -z "${1}" ] && [ -z "${jars}" ]; then
77 if [ -z "${1}" ]; then
81 if [ "${1:0:1}" = "-" ]; then
86 if [ "${1:0:1}" != "/" ]; then
90 if [ ! -f ${jar} ]; then
[all …]
/frameworks/compile/mclinker/unittests/
Dtest3.txt69 VER = ` if grep 'AM_INIT_AUTOMAKE.*BFD_VERSION' $(TOOL)/configure.in >/dev/null 2>&1; then \
71 elif grep AM_INIT_AUTOMAKE $(TOOL)/configure.in >/dev/null 2>&1; then \
73 elif test -f $(TOOL)/version.in; then \
75 elif grep VERSION $(TOOL)/Makefile.in > /dev/null 2>&1; then \
148 if [ -d $$d ]; then \
149 if [ ! -f $$d/Makefile ] ; then true ; \
150 elif grep '^diststuff:' $$d/Makefile >/dev/null ; then \
153 elif grep '^info:' $$d/Makefile >/dev/null ; then \
157 if [ -d $$d/proto-$$d.dir ]; then \
168 # the gcc version of intl/ the master version and then push
[all …]
/frameworks/base/docs/html/guide/topics/graphics/
Ddrawable-animation.jd31 attribute of the list to <var>true</var>, it will cycle just once then stop and hold on the last
32 frame. If it is set <var>false</var> then the animation will loop. With this XML saved as
34 be added as the background image to a View and then called to play. Here's an example Activity,
35 in which the animation is added to an {@link android.widget.ImageView} and then animated when the
61 immediately, without requiring interaction, then you might want to call it from the <code>{@link
/frameworks/native/opengl/specs/
DEGL_ANDROID_blob_cache.txt46 then retrieve those cached shaders during subsequent executions of the same
128 If eglSetBlobCacheFuncsANDROID generates an error then all client APIs must
130 <dpy>. If <set> or <get> is NULL then an EGL_BAD_PARAMETER error is
132 made for <dpy> and the display has not since been terminated then an
151 with the given key in the past then it is undefined which value, if any, is
165 a value associated with the given key then the size of that binary value in
169 less than or equal to <valueSize> then the value is written to the memory
190 could then leave a number of values in the cache that will never be
/frameworks/base/docs/html/tools/testing/
Dtesting_eclipse.jd84 In the dialog, in the <em>Wizards</em> drop-down list, find the entry for Android, then
85 click the toggle to the left. Select <strong>Android Test Project</strong>, then at the
93 it, and then use this as the test package project name.
101 If <em>Use default location</em> is set, then the wizard will suggest a path that is
104 <code>MyTestApp</code>, then the wizard will suggest
106 choice for a path, unselect <em>Use default location</em>, then enter or browse to the
115 In the Test Target panel, set An Existing Android Project, click Browse, then select your
126 top of the wizard dialog, and then fix any problems.
163 In the <em>Project Explorer</em> tab, open your test project, then open the <em>src</em>
170 <strong>Refactor</strong> &gt; <strong>Rename</strong>, then enter the new name.
[all …]
Dactivity_test.jd86 … the Android testing tools by presenting a simple Android application and then leading you step-by…
135 If you want to learn more about Spinner, the application under test, then you
169 you can install the completed SpinnerTest application first, and then follow the
211 then click Next. The <strong>New Android Project</strong> dialog appears.
221then click Open. The directory name <code>&lt;SDK_path&gt;/samples/android-8/Spinner</code> now ap…
224 …already developing with a particular target, and it is API level 3 or higher, then use that target.
288 …ry for SpinnerActivity in the Package Explorer, highlight the SpinnerActivity entry and then select
306 Open it, then at the bottom of the center pane click <strong>AndroidManifest.xml</strong>
357 If the test fails, you then know that any other tests against the application are
383 …the actual tests. In this tutorial, you will first add a test case class, and then add tests to it.
[all …]
Dwhat_to_test.jd26 When Android detects a change in orientation, its default behavior is to destroy and then
47 A change in configuration also triggers the default behavior of destroying and then restarting
70 If your application depends on network access, SMS, Bluetooth, or GPS, then you should
/frameworks/wilhelm/doc/
DDoxyfile43 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
91 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
104 # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full
110 # If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag
134 # If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen
142 # If the QT_AUTOBRIEF tag is set to YES then Doxygen will
158 # If the INHERIT_DOCS tag is set to YES (the default) then an undocumented
164 # If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce
185 # sources only. Doxygen will then generate output that is more tailored for C.
192 # sources only. Doxygen will then generate output that is more tailored for
[all …]
/frameworks/av/media/libnbaio/
DREADME.txt32 if configured to block, then will wait until space available before returning
33 if configured to not block, then will return a short transfer count
/frameworks/base/tools/orientationplot/
DREADME.txt17 for interesting data and then plotting it.
41 less than about 1Hz, then the filtered accelorometer data becomes too smooth
43 is by holding the device vertically in one orientation then sharply turning
71 greatly exceeds 60ms then there is a problem with the accelerometer or the
/frameworks/base/docs/html/tools/samples/
Dindex.jd16 Android SDK, then execute {@code android sdk}.</ul>
32 if you'd like, and then run them on an emulator or device.</p>
/frameworks/base/policy/src/com/android/internal/policy/impl/
DWindowOrientationListener.java412 final long then = mLastFilteredTimestampNanos; in onSensorChanged() local
413 final float timeDeltaMS = (now - then) * 0.000001f; in onSensorChanged()
415 if (now < then in onSensorChanged()
416 || now > then + MAX_FILTER_DELTA_TIME_NANOS in onSensorChanged()
/frameworks/base/docs/html/guide/webapps/
Dwebview.jd49 that contains a {@link android.webkit.WebView}, then use that to display your document that's
57 the user data, rather than performing a network request, then parsing the data and rendering it in
59 and then implement a {@link android.webkit.WebView} in your Android application that loads the web
119 android.webkit.WebSettings} with {@link android.webkit.WebView#getSettings()}, then enable
134 then you can define a
136 setUserAgentString()}, then query the custom user agent in your web page to verify that the
221 is provided by an unknown person or process), then an attacker can include HTML that executes
242 so links open within your {@link android.webkit.WebView}. You can then allow the user to navigate
289 above). If it does match, then the method returns false in order to <em>not</em> override the URL
291 does not match, then an {@link android.content.Intent} is created to
[all …]
/frameworks/compile/slang/
DRSCCOptions.td56 HelpText<"Build ASTs then convert to LLVM, emit .ll file">;
58 HelpText<"Build ASTs then convert to LLVM, emit .bc file">;
60 HelpText<"Build ASTs then convert to LLVM, but emit nothing">;
/frameworks/base/tests/AccessoryDisplay/
DREADME43 devices which are then connected using a USB OTG cable.
48 on each device. The source will then begin to project display
/frameworks/base/docs/html/guide/topics/search/
Dadding-custom-suggestions.jd226 you have not declared {@code android:searchSuggestSelection}, then this parameter is null. More
237 android:searchSuggestSelection} attribute, then the query text is instead passed as the first
317 system, then you can search your suggestion data for matches and then format them
319 using the required column names and then add a row for each suggestion using {@link
347 <dd>A string. If your Cursor includes this column, then all suggestions are provided in a
351 <dd>A drawable resource, content, or file URI string. If your Cursor includes this column, then
355 <dd>A drawable resource, content, or file URI string. If your Cursor includes this column, then
375 <dd>A URI path string. If this column exists and contains a value at the given row, then "/" and
454 default, then override this action for some suggestions by declaring a different action in the
456 a value in the {@link android.app.SearchManager#SUGGEST_COLUMN_INTENT_ACTION} column, then the
[all …]
/frameworks/base/docs/html/training/graphics/opengl/
Ddraw.jd79 These shaders must be complied and then added to an OpenGL ES program, which is then used to draw
116 object and then link the program. Do this in your drawn object’s constructor, so it is only done
122 get created once and then cached for later use.</p>
144 color values to the shape’s vertex shader and fragment shader, and then executes the drawing
/frameworks/base/docs/html/sdk/installing/
Dinstalling-adt.jd32 <li>Start Eclipse, then select <strong>Help</strong> &gt; <strong>Install New
46 <li>Read and accept the license agreements, then click <strong>Finish</strong>.
118 <li>Read and accept the license agreements, then click <strong>Finish</strong>.
179 <li>Start Eclipse, then select <strong>Help</strong> &gt; <strong>Install New
189 <li>Read and accept the license agreements, then click <strong>Finish</strong>.
215 ...then your development machine lacks a suitable Java VM. Installing Sun
216 Java 6 will resolve this issue and you can then reinstall the ADT
/frameworks/base/tools/layoutlib/create/
DREADME.txt55 - then generate the output jar (AsmGenerator class),
62 with their dependencies and then only keep the ones we want.
80 The analysis then finds all the dependencies of the classes that are to be kept
84 The output of the analyzer is a set of ASM ClassReader instances which are then
109 The TransformClassAdapter is then used to process the potentially renamed class.
116 The code of the methods is then kept as-is, except for native methods which are
126 The class is then fed to RefactorClassAdapter which is like RenameClassAdapter but
186 by a call to a specific OveriddeMethod.invokeX(). The bridge then registers
/frameworks/base/docs/html/training/location/
Dlocation-testing.jd40 Location Services, which then sends them to location clients. In mock mode, Location Services
208 normal mode, and then kill the {@link android.app.Service}.
214 Switch from normal mode to mock mode, then run through the test data indefinitely. The
223 started {@link android.app.Service} switches from mock mode to normal mode and then
264 Start the provider app from the Launcher, then choose the options you want from the main
269 pauses for a few seconds, and then starts sending mock location data to Location
279 to turn off mock mode and then stop itself. When the service stops itself, the background
297 the Wi-Fi provider, then you should consider using a send interval of five seconds.
356 Store location data on a server and then have the provider app download it. Since the data
367 developing test data. For example, record locations as you walk with a device, and then
/frameworks/base/tests/Camera2Tests/SmartCamera/
DREADME.txt23 and then run mm while in the SimpleCamera directory.
26 then appear in the launcher of your device.
/frameworks/base/docs/html/guide/topics/ui/layout/
Dlinear.jd63 Child views can specify a weight value, and then any remaining space in the view group is
70 all three fields are measured. If the third field is then given a weight of 2 (instead of 0), then
/frameworks/base/docs/html/guide/topics/resources/
Druntime-changes.jd37 your activity so that you can save data about the application state. You can then restore the state
45 an incoming phone call and then returns to your application much later after your application
70 connection, or perform other intensive operations, then a full restart due to a configuration change
74 designed to carry large objects (such as bitmaps) and the data within it must be serialized then
98 data and then retrieve the data when your activity starts again with {@link
135 (which happens when the activity starts due to any reason other than a configuration change) then
146 avoid the activity restart, then you can declare that your activity handles the configuration change
195 12 or lower, then your activity always handles this configuration change itself (this configuration
/frameworks/base/docs/html/google/play/publishing/
Dmultiple-apks.jd76 publish multiple APKs under the same application listing. Google Play then supplies each APK to
128 already published your application and then make changes to your product details or activate new
155 active APK (you must then click <strong>Save</strong> to publish the new APK).</p>
182 then when a user's device receives a system update that qualifies them for a different APK you've
190 in advanced mode, you can upload, activate, then publish multiple APKs for the same application. The
266 <li>If you use this characteristic as the factor to distinguish multiple APKs, then the APK
333 0400, then try to replace it with an APK for the same screen sizes with version code 0300. This
346 then qualifies it to install the APK for higher API levels, the device receives an application
353 {@code 0400}, then an APK for API levels 8 and above (Android 2.2+) must be {@code 0401} or
358 large screens, and another APK for API level 8 (and above) <em>and</em> large - xlarge screens, then
[all …]
/frameworks/base/docs/html/guide/components/
Dbound-services.jd79 <p>If you do allow your service to be started and bound, then when the service has been
109 when the first client binds. The system then delivers the same {@link android.os.IBinder} to any
145 is the basis for a {@link android.os.Messenger} that can then share an {@link android.os.IBinder}
160 however, you want your service to handle multiple requests simultaneously, then you can use AIDL
165 can then extend within your service.</p>
182 then you can implement your own {@link android.os.Binder} class that provides your client direct
286 // However, if this call were something that might hang, then this request should
340 service, which must then handle multi-threading.</p>
343 that your service be multi-threaded, then you should use <a
348 <p>If you need your service to communicate with remote processes, then you can use a
[all …]

12345678910>>...21