Searched refs:PROJECT (Results 1 – 19 of 19) sorted by relevance
/ndk/build/tools/ |
D | dev-cleanup.sh | 83 for PROJECT in $DIR/tests/build/*; do 84 cleanup_project $PROJECT 86 for PROJECT in $DIR/tests/device/*; do 87 cleanup_project $PROJECT 96 for PROJECT in $DIR/samples/*; do 97 cleanup_project $PROJECT 99 for PROJECT in $DIR/platforms/android-*/samples/*; do 100 cleanup_project $PROJECT
|
D | build-gnu-libstdc++.sh | 243 PROJECT="gnustl_$LIBTYPE gcc-$GCC_VERSION $ABI $THUMB" 244 echo "$PROJECT: configuring" 260 fail_panic "Could not configure $PROJECT" 262 echo "$PROJECT: compiling" 264 fail_panic "Could not build $PROJECT" 266 echo "$PROJECT: installing"
|
/ndk/ |
D | ndk-gdb.py | 89 PROJECT = None variable 138 global PROJECT, NDK 268 PROJECT = args.project 302 global GNUMAKE_CMD, GNUMAKE_FLAGS, NDK, PROJECT 308 PROJECT, 317 global GNUMAKE_CMD, GNUMAKE_FLAGS, NDK, PROJECT 323 PROJECT, 526 global ADB_CMD, NDK, PROJECT 546 if PROJECT != None: 547 log('Using specified project path: %s' % (PROJECT)) [all …]
|
D | ndk-gdb | 124 …$GNUMAKE --no-print-dir -f $ANDROID_NDK_ROOT/build/core/build-local.mk -C $PROJECT DUMP_$1 | tail … 132 …$GNUMAKE --no-print-dir -f $ANDROID_NDK_ROOT/build/core/build-local.mk -C $PROJECT DUMP_$1 APP_ABI… 138 $AWK_CMD -f $AWK_SCRIPTS/$1 $PROJECT/$MANIFEST 453 log "Using specified project path: $PROJECT" 454 if [ ! -d "$PROJECT" ] ; then 458 if [ ! -f "$PROJECT/$MANIFEST" ] ; then 477 if [ -z "$PROJECT" ] ; then 482 log "Using auto-detected project path: $PROJECT" 489 echo "ERROR: Could not extract package name from $PROJECT/$MANIFEST." 596 if [ -f $PROJECT/libs/$COMPAT_ABI/gdb.setup ] ; then [all …]
|
/ndk/tests/ |
D | run-tests.sh | 503 local PROJECT=$1 509 $GNUMAKE --no-print-dir -f $NDK/build/core/build-local.mk -C $PROJECT DUMP_$VAR | tail -1 518 local PROJECT="$1" 522 if [ -f "$PROJECT/BROKEN_BUILD" ] ; then 523 if [ ! -s "$PROJECT/BROKEN_BUILD" ] ; then 526 echo "Skipping `basename $PROJECT`: (build)" 528 echo "Skipping $ERRMSG: `basename $PROJECT`" 533 TARGET_TOOLCHAIN=`get_build_var $PROJECT TARGET_TOOLCHAIN` 535 grep -q -e "$TARGET_TOOLCHAIN_VERSION" "$PROJECT/BROKEN_BUILD" 538 … echo "Skipping `basename $PROJECT`: (no build for $TARGET_TOOLCHAIN_VERSION)" [all …]
|
/ndk/docs/text/ |
D | HOWTO.text | 25 How to store your native sources in a location other than $PROJECT/jni: 28 First, you can simply tell your $PROJECT/jni/Android.mk to include 45 How to store your Application.mk in a location other than $PROJECT/jni: 48 Starting with NDK r4, you can simply place the file under $PROJECT/jni/ 60 $PROJECT/foo/Application.mk 64 ln -s $PROJECT/foo $NDK/apps/<name> 67 $PROJECT/jni/Application.mk 84 $PROJECT/jni/foo/ 89 $PROJECT/jni/bar/
|
D | OVERVIEW.text | 132 1. Place your native sources under `$PROJECT/jni/`... 134 2. Write `$PROJECT/jni/Android.mk` to describe your sources 137 3. Optional: write `$PROJECT/jni/Application.mk` to describe your 165 $PROJECT/jni/ 167 Where `$PROJECT` corresponds to the path of your Android application 203 $PROJECT/jni/Android.mk 236 - Place it under `$PROJECT/jni/Application.mk`, and it will be picked 272 cd $PROJECT 284 By default, it expects an optional file under $PROJECT/jni/Application.mk, 285 and a required $PROJECT/jni/Android.mk. [all …]
|
D | PREBUILTS.text | 49 shared library will be copied into $PROJECT/obj/local, and another will be 50 copied and stripped into `$PROJECT/libs/<abi>`. 102 symbols. The version that is installed into `$PROJECT/libs/<abi>/` is always
|
D | CPU-MIPS.text | 30 As you would expect, generated libraries will go into $PROJECT/libs/mips/, and
|
D | CPU-X86-64.text | 32 As you would expect, generated libraries will go into `$PROJECT/libs/x86-64/`,
|
D | APPLICATION-MK.text | 23 An `Application.mk` file is usually placed under `$PROJECT/jni/Application.mk`, 24 where `$PROJECT` points to your application's project directory. 45 > Note that it is optional for `$PROJECT/jni/Application.mk`, but
|
D | CPU-X86.text | 32 As you would expect, generated libraries will go into `$PROJECT/libs/x86/`, and
|
D | NDK-BUILD.text | 14 cd $PROJECT
|
D | NDK-GDB.text | 17 cd $PROJECT
|
D | CHANGES.text | 633 $PROJECT/libs. See OVERVIEW.html
|
/ndk/sources/cxx-stl/gabi++/include/ |
D | exception | 16 // THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND 19 // ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
|
D | typeinfo | 16 // THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND 19 // ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
|
D | new | 16 // THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND 19 // ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
|
/ndk/sources/third_party/googletest/ |
D | README.NDK | 78 $PROJECT/libs/$ABI/. After this, to run the unit test program push it to
|