OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ndk
(Results
101 - 125
of
268
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/cts/tests/camera/libctscamera2jni/
Android.mk
30
frameworks/av/include/camera/
ndk
\
31
frameworks/av/include/
ndk
\
46
#
NDK
build, shared C++ runtime
50
# Temporary workaround until camera2
NDK
is active. See b/27102995.
/ndk/build/tools/
dev-cleanup.sh
88
# Cleanup development/
ndk
89
DIR=`dirname $ANDROID_NDK_ROOT`/development/
ndk
build-docs.sh
31
Rebuild the
NDK
html documentation from the Markdown input source files
32
in \$
NDK
/docs/text. See \$
NDK
/docs/tools/README for the input file format.
43
register_option "--in-dir=<path>" do_in_dir "Specify input directory" "\$
NDK
/docs/text"
55
# Path to a Markdown filter program that is used to perform a few
NDK
-specific
59
SUBST_PROGRAM=$ANDROID_NDK_ROOT/docs/tools/
ndk
-markdown-substitutions.py
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/
NdkManager.java
17
package com.android.ide.eclipse.
ndk
.internal;
53
// Must contain the
ndk
-build script which we call to build
54
if (!new File(dir, "
ndk
-build").isFile()) //$NON-NLS-1$
Activator.java
17
package com.android.ide.eclipse.
ndk
.internal;
36
public static final String PLUGIN_ID = "com.android.ide.eclipse.
ndk
"; //$NON-NLS-1$
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
GdbServerTask.java
17
package com.android.ide.eclipse.
ndk
.internal.launch;
Messages.java
17
package com.android.ide.eclipse.
ndk
.internal.launch;
22
private static final String BUNDLE_NAME = "com.android.ide.eclipse.
ndk
.internal.launch.messages"; //$NON-NLS-1$
NdkMainLaunchConfigTab.java
17
package com.android.ide.eclipse.
ndk
.internal.launch;
NdkGdbLaunchShortcut.java
17
package com.android.ide.eclipse.
ndk
.internal.launch;
23
import com.android.ide.eclipse.
ndk
.internal.NdkHelper;
94
// Set the
ndk
gdb specific launch attributes in the config (if necessary)
111
// All
NDK
launch configurations have ATTR_REMOTE_TCP set to true
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/templates/
TemplatedInputStream.java
17
package com.android.ide.eclipse.
ndk
.internal.templates;
SetFolders.java
17
package com.android.ide.eclipse.
ndk
.internal.templates;
19
import com.android.ide.eclipse.
ndk
.internal.Messages;
/build/tools/droiddoc/templates-sdk/
customizations.cs
85
if:guide ?><?cs include:"../../../../frameworks/base/docs/html/
ndk
/guides/guides_toc.cs" ?><?cs
86
elif:reference ?><?cs include:"../../../../frameworks/base/docs/html/
ndk
/reference/reference_toc.cs" ?><?cs
87
elif:downloads ?><?cs include:"../../../../frameworks/base/docs/html/
ndk
/downloads/downloads_toc.cs" ?><?cs
88
elif:samples ?><?cs include:"../../../../frameworks/base/docs/html/
ndk
/samples/samples_toc.cs" ?><?cs
162
<?cs if:
ndk
?>
164
<?cs include:"../../../../frameworks/base/docs/html/
ndk
/guides/guides_toc.cs" ?>
166
<?cs include:"../../../../frameworks/base/docs/html/
ndk
/reference/reference_toc.cs" ?>
168
<?cs include:"../../../../frameworks/base/docs/html/
ndk
/downloads/downloads_toc.cs" ?>
170
<?cs include:"../../../../frameworks/base/docs/html/
ndk
/samples/samples_toc.cs" ?>
/ndk/build/core/
setup-imports.mk
36
$(call import-add-path-optional,$(NDK_ROOT)/../development/
ndk
/sources)
/ndk/sources/host-tools/nawk-20071023/
build-awk.sh
25
"Rebuild the host awk tool used by the
NDK
."
32
register_var_option "--
ndk
-dir=<path>" NDK_DIR "Specify
NDK
install directory"
85
run mkdir -p $(dirname "$OUT") && cp "$BUILD_DIR/$(get_host_exec_name
ndk
-awk)" "$OUT"
89
ARCHIVE=
ndk
-awk-$HOST_TAG.tar.bz2
/ndk/tests/device/hard-float/jni/
Android.mk
3
# This is the way used to be: For ARM,
ndk
-build forces "softfp"
26
# by
ndk
-build), but still link system libm.so which use softfp.
33
# If your project use
ndk
-build and import other project, you may want to do
35
# $
NDK
/
ndk
-build -B APP_ABI=armeabi-v7a APP_CFLAGS=-mhard-float APP_LDFLAGS=-Wl,--no-warn-mismatch
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/libexec/gcc/x86_64-linux/4.8/install-tools/
mkheaders
56
prefix=/tmp/
ndk
-andrewhsieh/host-gcc4.8/1/x86_64-linux-glibc2.11-4.8
/system/media/camera/docs/
metadata-generate
24
# ../../../../frameworks/av/include/camera/
ndk
/NdkCameraMetadataTags.h
25
# ../../../../frameworks/av/camera/
ndk
/impl/ACameraMetadata.cpp
41
ndk_header_dir="$ANDROID_BUILD_TOP/frameworks/av/include/camera/
ndk
"
42
ndk_impl_dir="$ANDROID_BUILD_TOP/frameworks/av/camera/
ndk
/impl"
64
local
ndk
="$4"
67
if [[ "$
ndk
" == "yes" ]]; then
205
#Generate
NDK
header
224
# Generate
NDK
implementation
/ndk/sources/host-tools/make-3.81/
build-make.sh
25
"Rebuild the host GNU Make tool used by the
NDK
."
28
register_var_option "--
ndk
-dir=<path>" NDK_DIR "Install to specific
NDK
directory"
105
ARCHIVE=
ndk
-make-$HOST_TAG.tar.bz2
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/build/
NdkEnvSupplier.java
17
package com.android.ide.eclipse.
ndk
.internal.build;
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/discovery/
NdkScannerInfoCollector.java
17
package com.android.ide.eclipse.
ndk
.internal.discovery;
/prebuilts/gradle-plugin/com/android/tools/build/gradle-experimental/0.8.0/
gradle-experimental-0.8.0.jar
/prebuilts/gradle-plugin/com/android/tools/build/gradle-experimental/0.8.0-alpha1/
gradle-experimental-0.8.0-alpha1.jar
/prebuilts/gradle-plugin/com/android/tools/build/gradle-experimental/0.8.0-alpha3/
gradle-experimental-0.8.0-alpha3.jar
/prebuilts/gradle-plugin/com/android/tools/build/gradle-experimental/0.8.0-alpha4/
gradle-experimental-0.8.0-alpha4.jar
/prebuilts/gradle-plugin/com/android/tools/build/gradle-experimental/0.8.0-alpha6/
gradle-experimental-0.8.0-alpha6.jar
Completed in 2200 milliseconds
1
2
3
4
5
6
7
8
9
10
11