/development/host/windows/usb/winusb/ |
D | BUILDME.TXT | 4 and execute "build -cbeEIFZ" to clean and rebuild this project, or you can 5 execute "build -befEIF" to do a minimal build.
|
/development/host/windows/usb/adb_winapi_test/ |
D | BUILDME.TXT | 18 and execute "build -cbeEIFZ" to clean and rebuild this project, or you can 19 execute "build -befEIF" to do a minimal build.
|
/development/host/windows/usb/api/ |
D | BUILDME.TXT | 18 and execute "build -cbeEIFZ" to clean and rebuild this project, or you can 19 execute "build -befEIF" to do a minimal build.
|
/development/ndk/platforms/android-3/include/ |
D | pthread.h | 215 int execute); 230 #define pthread_cleanup_pop(execute) \ argument 231 __pthread_cleanup_pop( &__cleanup, (execute)); \
|
/development/ndk/platforms/android-5/include/ |
D | pthread.h | 242 int execute); 257 #define pthread_cleanup_pop(execute) \ argument 258 __pthread_cleanup_pop( &__cleanup, (execute)); \
|
/development/ndk/platforms/android-8/include/ |
D | pthread.h | 247 int execute); 262 #define pthread_cleanup_pop(execute) \ argument 263 __pthread_cleanup_pop( &__cleanup, (execute)); \
|
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/ |
D | ContactManager.java | 88 batchOperation.execute(); in syncContacts() 91 batchOperation.execute(); in syncContacts() 132 batchOperation.execute(); in insertStatuses() 136 batchOperation.execute(); in insertStatuses()
|
D | BatchOperation.java | 52 public void execute() { in execute() method in BatchOperation
|
/development/ndk/platforms/android-9/include/ |
D | pthread.h | 286 int execute); 301 #define pthread_cleanup_pop(execute) \ argument 302 __pthread_cleanup_pop( &__cleanup, (execute)); \
|
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/ |
D | NetworkUtilities.java | 136 resp = mHttpClient.execute(post); in authenticate() 234 final HttpResponse resp = mHttpClient.execute(post); in fetchFriendUpdates() 283 final HttpResponse resp = mHttpClient.execute(post); in fetchFriendStatuses()
|
/development/samples/BusinessCard/src/com/example/android/businesscard/ |
D | BusinessCardActivity.java | 112 task.execute(contactUri); in loadContactInfo()
|
/development/samples/WiktionarySimple/src/com/example/android/simplewiktionary/ |
D | SimpleWikiHelper.java | 187 HttpResponse response = client.execute(request); in getUrlContent()
|
/development/samples/Wiktionary/src/com/example/android/wiktionary/ |
D | SimpleWikiHelper.java | 180 HttpResponse response = client.execute(request); in getUrlContent()
|
D | LookupActivity.java | 157 new LookupTask().execute(word); in startNavigating()
|
/development/pdk/docs/porting/ |
D | getting_source_code.jd | 26 <p>To install the Git package, execute:</p> 107 …name and a unique <code><path></code> string supplied by Google to execute the following:</p> 113 …name and a unique <code><path></code> string supplied by Google to execute the following:</p>
|
D | debugging_native.jd | 151 at extlibs/jamvm-1.4.1/src/execute.c:91 284 6b01481c executeMethodVaList extlibs/jamvm- 1.4.1/src/execute.c:91 285 6b0148a4 executeMethodArgs extlibs/jamvm-1.4.1/src/execute.c:67 289 6b01481c executeMethodVaList extlibs/jamvm-1.4.1/src/execute.c:91 290 6b0148a4 executeMethodArgs extlibs/jamvm- 1.4.1/src/execute.c:67
|
D | tcpdump.jd | 17 …nload tcpdump from <a href="http://www.tcpdump.org/">http://www.tcpdump.org/</a>, then execute:</p> 25 <p>If you are running your own build, execute:</p>
|
D | debugging_gdb.jd | 18 …already-running <code>globaltime</code> application, execute the following, making sure that: 1) y… 132 unless the ADB server dies) and execute:</p> 139 …d, <code>app_process</code> binary and port <code>5039</code>, are correct, so you can execute:</p>
|
D | build_system.jd | 118 <p>Execute <code>% m clean</code> to clean up the binaries you just created. You can also execute <… 169 <p>The default branch is always <code>android</code>. To check out a different branch, execute the … 198 <p>To build the kernel, execute:</p>
|
D | source_setup_guide.jd | 112 …stall Java is to enable multiverse repo in <code>/etc/apt/sources.list</code> and then execute:</p>
|
D | bring_up.jd | 56 <p>Once the shell becomes available, execute <code>% ps</code> to confirm that the following applic… 195 …<td>Fork and execute a program (<code><path></code>). This will block until the program comp…
|
/development/samples/BrowserPlugin/ |
D | README | 109 application via Settings -> Applications -> Manage applications. To execute the 113 notify the plugin which sub-plugin to execute and which drawing model to use.
|
/development/pdk/pndk/samples/sample/ |
D | README | 119 To make everything execute the following:
|
/development/apps/GestureBuilder/src/com/android/gesture/builder/ |
D | GestureBuilderActivity.java | 138 mTask = (GesturesLoadTask) new GesturesLoadTask().execute(); in loadGestures()
|
/development/pdk/docs/source/ |
D | cla-individual.jd | 5 to execute the grant online.This page provides the text of the Individual Contributor License Grant…
|