/libcore/luni/src/test/java/tests/security/ |
CertPathBuilderTest.java | 46 CertPathBuilderResult builderResult = pathBuilder.build(params);
|
/ndk/ |
GNUmakefile | 36 include $(NDK_ROOT)/build/core/main.mk
|
ndk-build | 17 # This shell script is a wrapper to launch the NDK build from the 23 # ndk-build 28 # $NDK_ROOT/ndk-build 38 # ./ndk-build -C <project-path> 164 CYGWIN_GNUMAKE=`$GNUMAKE -f "$PROGDIR_MIXED/build/core/check-cygwin-make.mk" 2>&1` 178 echo "3. Call 'ndk-build' again." 185 $GNUMAKE -f $PROGDIR/build/core/build-local.mk "$@"
|
/ndk/build/core/ |
build-executable.mk | 16 # this file is included from Android.mk files to build a target-specific 34 include $(BUILD_SYSTEM)/build-module.mk
|
build-shared-library.mk | 16 # this file is included from Android.mk files to build a target-specific 34 include $(BUILD_SYSTEM)/build-module.mk
|
build-static-library.mk | 16 # this file is included from Android.mk files to build a target-specific 33 include $(BUILD_SYSTEM)/build-module.mk
|
/ndk/sources/host-tools/sed-4.2.1/doc/ |
Makefile.am | 7 TEXI2DVI = $(top_srcdir)/build-aux/texi2dvi --expand 8 HELP2MAN = $(top_srcdir)/build-aux/help2man
|
/bootable/recovery/edify/ |
Android.mk | 11 # the build system otherwise forces them to be c++. 15 # Build the host-side command line tool 30 # Build the device-side library
|
/build/core/combo/arch/x86/ |
x86-atom.mk | 5 # See build/core/combo/arch/x86/x86.mk for differences.
|
/dalvik/dx/src/ |
Android.mk | 5 # This tool is prebuilt if we're doing an app-only build.
|
/development/ide/xcode/ports/ |
skia_mac.cp | 22 // /Users/caryclark/android/device/build/ide/xcode/animatorTest/build/Debug/animatorTest.app/Contents/MacOS/animatorTest 28 // {client}/device/build/ide/xcode/{application} 31 const char* common = strstr(applicationPath, "build/ide/xcode/");
|
/development/samples/ApiDemos/tests/ |
Android.mk | 4 # We only want this apk build for tests.
|
/development/tools/etc1tool/ |
Android.mk | 14 LOCAL_C_INCLUDES += build/libs/host/include
|
/external/bison/ |
Makefile.am | 21 SUBDIRS = build-aux po runtime-po lib data src doc examples tests
|
/external/icu4c/ |
configure.mk | 16 ( $(AUTOCONF) && mv configure configure.tmp && sed -e 's%^ac_cr=.*%ac_cr=`echo X |tr X "\\015"`%' < configure.tmp > configure && chmod a+rx $@ && rm configure.tmp ) || ( rm $@ ; "echo configure build failed" ; /usr/bin/false )
|
/external/linux-tools-perf/ |
perf-archive.sh | 26 echo "perf archive: no build-ids found" 35 linkname=$PERF_BUILDID_DIR.build-id/${build_id:0:2}/${build_id:2}
|
/external/quake/quake/src/QW/client/ |
cmd.c | 216 char *text, *build, c; local 218 // build the combined string to parse from 241 build = Z_Malloc (s+1); 242 build[0] = 0; 256 Q_strcat (build, text+i); 257 Q_strcat (build, "\n"); 263 if (build[0]) 264 Cbuf_InsertText (build); 267 Z_Free (build);
|
/external/quake/quake/src/WinQuake/ |
cmd.cpp | 217 char *text, *build, c; local 225 // build the combined string to parse from 248 build = (char*) Z_Malloc (s+1); 249 build[0] = 0; 263 Q_strcat (build, text+i); 264 Q_strcat (build, "\n"); 270 if (build[0]) 271 Cbuf_InsertText (build); 274 Z_Free (build);
|
/external/webkit/Source/WebCore/platform/text/ |
SuffixTree.h | 53 build(text); 96 void build(const String& text) function in class:WebCore::SuffixTree
|
/external/webkit/Tools/Scripts/ |
webkit-tools-completion.sh | 66 __webkit-patch_generate_reply "--no-build --no-close --no-test --reviewer= -r" 70 __webkit-patch_generate_reply "--force-clean --no-build --no-clean --no-test" 94 complete -W "--clean --debug --help -h" build-webkit
|
/frameworks/base/core/java/android/provider/ |
Applications.java | 77 Uri searchUri = CONTENT_URI.buildUpon().appendPath(SEARCH_PATH).appendPath(query).build(); 115 .build();
|
VoicemailContract.java | 197 * A convenience method to build voicemail URI specific to a source package by appending 202 .appendQueryParameter(PARAM_KEY_SOURCE_PACKAGE, packageName).build(); 308 * A convenience method to build status URI specific to a source package by appending 313 .appendQueryParameter(PARAM_KEY_SOURCE_PACKAGE, packageName).build();
|
/frameworks/base/tests/SmokeTest/tests/ |
Android.mk | 4 # We only want this apk build for tests.
|
/gdk/build/core/ |
setup-app.mk | 16 # this file is included repeatedly from build/core/main.mk 17 # and is used to prepare for app-specific build rules. 24 # ok, let's parse all Android.mk source files in order to build 49 # This ensures that if the build fails, you're not going to mistakenly
|
/gdk/samples/quake/jni/ |
cmd.cpp | 217 char *text, *build, c; local 225 // build the combined string to parse from 248 build = (char*) Z_Malloc (s+1); 249 build[0] = 0; 263 Q_strcat (build, text+i); 264 Q_strcat (build, "\n"); 270 if (build[0]) 271 Cbuf_InsertText (build); 274 Z_Free (build);
|