/prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/ |
pthread.h | 290 int execute); 305 #define pthread_cleanup_pop(execute) \ 306 __pthread_cleanup_pop( &__cleanup, (execute)); \
|
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/ |
pthread.h | 290 int execute); 305 #define pthread_cleanup_pop(execute) \ 306 __pthread_cleanup_pop( &__cleanup, (execute)); \
|
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/ |
pthread.h | 290 int execute); 305 #define pthread_cleanup_pop(execute) \ 306 __pthread_cleanup_pop( &__cleanup, (execute)); \
|
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/ |
pthread.h | 290 int execute); 305 #define pthread_cleanup_pop(execute) \ 306 __pthread_cleanup_pop( &__cleanup, (execute)); \
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/ |
pthread.h | 290 int execute); 305 #define pthread_cleanup_pop(execute) \ 306 __pthread_cleanup_pop( &__cleanup, (execute)); \
|
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/ |
pthread.h | 290 int execute); 305 #define pthread_cleanup_pop(execute) \ 306 __pthread_cleanup_pop( &__cleanup, (execute)); \
|
/prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/ |
pthread.h | 290 int execute); 305 #define pthread_cleanup_pop(execute) \ 306 __pthread_cleanup_pop( &__cleanup, (execute)); \
|
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/ |
pthread.h | 290 int execute); 305 #define pthread_cleanup_pop(execute) \ 306 __pthread_cleanup_pop( &__cleanup, (execute)); \
|
/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/ |
pthread.h | 290 int execute); 305 #define pthread_cleanup_pop(execute) \ 306 __pthread_cleanup_pop( &__cleanup, (execute)); \
|
/prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/ |
pthread.h | 290 int execute); 305 #define pthread_cleanup_pop(execute) \ 306 __pthread_cleanup_pop( &__cleanup, (execute)); \
|
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/ |
pthread.h | 290 int execute); 305 #define pthread_cleanup_pop(execute) \ 306 __pthread_cleanup_pop( &__cleanup, (execute)); \
|
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/ |
pthread.h | 290 int execute); 305 #define pthread_cleanup_pop(execute) \ 306 __pthread_cleanup_pop( &__cleanup, (execute)); \
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/ |
pthread.h | 290 int execute); 305 #define pthread_cleanup_pop(execute) \ 306 __pthread_cleanup_pop( &__cleanup, (execute)); \
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/ |
pthread.h | 290 int execute); 305 #define pthread_cleanup_pop(execute) \ 306 __pthread_cleanup_pop( &__cleanup, (execute)); \
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/ |
pthread.h | 290 int execute); 305 #define pthread_cleanup_pop(execute) \ 306 __pthread_cleanup_pop( &__cleanup, (execute)); \
|
/sdk/eclipse/scripts/ |
build_plugins.sh | 91 mkdir -p "$BASE_DIR" || die "Please create a directory $BASE_DIR where Eclipse will be installed, i.e. execute 'mkdir -p $BASE_DIR && chown $USER $BASE_DIR'." 187 # -- Print configuration used and actually execute the build -- 204 # Now execute the ant runner
|
/system/core/sh/ |
main.c | 93 * Main routine. We initialize things, parse the arguments, execute 94 * profiles if we're a login shell, and then call cmdloop to execute 223 * Read and execute commands. "Top" is nonzero for the top level command
|
/bionic/linker/ |
Android.mk | 51 # Instead of including $(BUILD_EXECUTABLE), we execute the steps to create an executable by
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
TestListActivity.java | 87 new ReportExporter(this, mAdapter).execute();
|
/cts/suite/audio_quality/lib/src/ |
SimpleScriptExec.cpp | 77 LOGE("cannot execute python");
|
/cts/tests/src/android/app/cts/ |
ActivityManagerMemoryClassTestActivity.java | 41 new AllocateMemoryTask(memoryClass).execute();
|
/cts/tests/tests/database/src/android/database/sqlite/cts/ |
SQLiteDatabaseTest.java | 343 insertStatement.execute(); 357 deleteStatement.execute(); 484 // make sure execSQL can't be used to execute more than 1 sql statement at a time [all...] |
/cts/tests/tests/holo/src/android/holo/cts/ |
BitmapDeletionActivity.java | 47 new DeleteBitmapsTask().execute();
|
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/ |
BatchOperation.java | 56 public List<Uri> execute() { method in class:BatchOperation
|
/development/samples/SearchableDictionary/ |
_index.html | 6 to view the complete definition. You can also execute the search to view all word definitions
|