Home
last modified time | relevance | path

Searched refs:execute (Results 1 – 25 of 27) sorted by relevance

12

/development/host/windows/usb/winusb/
DBUILDME.TXT4 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/
DBUILDME.TXT18 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/
DBUILDME.TXT18 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/
Dpthread.h215 int execute);
230 #define pthread_cleanup_pop(execute) \ argument
231 __pthread_cleanup_pop( &__cleanup, (execute)); \
/development/ndk/platforms/android-5/include/
Dpthread.h242 int execute);
257 #define pthread_cleanup_pop(execute) \ argument
258 __pthread_cleanup_pop( &__cleanup, (execute)); \
/development/ndk/platforms/android-8/include/
Dpthread.h247 int execute);
262 #define pthread_cleanup_pop(execute) \ argument
263 __pthread_cleanup_pop( &__cleanup, (execute)); \
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
DContactManager.java88 batchOperation.execute(); in syncContacts()
91 batchOperation.execute(); in syncContacts()
132 batchOperation.execute(); in insertStatuses()
136 batchOperation.execute(); in insertStatuses()
DBatchOperation.java52 public void execute() { in execute() method in BatchOperation
/development/ndk/platforms/android-9/include/
Dpthread.h286 int execute);
301 #define pthread_cleanup_pop(execute) \ argument
302 __pthread_cleanup_pop( &__cleanup, (execute)); \
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
DNetworkUtilities.java136 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/
DBusinessCardActivity.java112 task.execute(contactUri); in loadContactInfo()
/development/samples/WiktionarySimple/src/com/example/android/simplewiktionary/
DSimpleWikiHelper.java187 HttpResponse response = client.execute(request); in getUrlContent()
/development/samples/Wiktionary/src/com/example/android/wiktionary/
DSimpleWikiHelper.java180 HttpResponse response = client.execute(request); in getUrlContent()
DLookupActivity.java157 new LookupTask().execute(word); in startNavigating()
/development/pdk/docs/porting/
Dgetting_source_code.jd26 <p>To install the Git package, execute:</p>
107 …name and a unique <code>&lt;path&gt;</code> string supplied by Google to execute the following:</p>
113 …name and a unique <code>&lt;path&gt;</code> string supplied by Google to execute the following:</p>
Ddebugging_native.jd151 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
Dtcpdump.jd17 …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>
Ddebugging_gdb.jd18 …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>
Dbuild_system.jd118 <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>
Dsource_setup_guide.jd112 …stall Java is to enable multiverse repo in <code>/etc/apt/sources.list</code> and then execute:</p>
Dbring_up.jd56 <p>Once the shell becomes available, execute <code>% ps</code> to confirm that the following applic…
195 …<td>Fork and execute a program (<code>&lt;path&gt;</code>). This will block until the program comp…
/development/samples/BrowserPlugin/
DREADME109 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/
DREADME119 To make everything execute the following:
/development/apps/GestureBuilder/src/com/android/gesture/builder/
DGestureBuilderActivity.java138 mTask = (GesturesLoadTask) new GesturesLoadTask().execute(); in loadGestures()
/development/pdk/docs/source/
Dcla-individual.jd5 to execute the grant online.This page provides the text of the Individual Contributor License Grant…

12