HomeSort by relevance Sort by last modified time
    Searched full:prebuilt (Results 201 - 225 of 832) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/sdk/current/optional/
Android.bp 18 name: "prebuilt-android.car-stubs",
  /sdk/eventanalyzer/src/
Android.mk 23 ddmlib-prebuilt
  /test/suite_harness/common/host-side/util/tests/
Android.mk 21 LOCAL_JAVA_LIBRARIES := compatibility-host-util easymock junit-host json-prebuilt tradefed
  /cts/hostsidetests/api/
Android.mk 26 LOCAL_STATIC_JAVA_LIBRARIES := dexlib2 doclava jsilver guavalib antlr-runtime host-jdk-tools-prebuilt \
44 LOCAL_PREBUILT_STATIC_JAVA_LIBRARIES := host-jdk-tools-prebuilt:../../../$(HOST_JDK_TOOLS_JAR)
  /external/libpng/projects/vstudio/pnglibconf/
pnglibconf.vcxproj 44 <Command>copy ..\..\..\scripts\pnglibconf.h.prebuilt ..\..\..\pnglibconf.h</Command>
53 <Inputs>..\..\..\scripts\pnglibconf.h.prebuilt</Inputs>
  /external/skia/platform_tools/android/bin/
android_gdb_native 42 GDB_HOST=$ANDROID_NDK_ROOT/prebuilt/darwin-x86_64/bin/gdb
44 GDB_HOST=$ANDROID_NDK_ROOT/prebuilt/linux-x86_64/bin/gdb
  /external/skqp/platform_tools/android/bin/
android_gdb_native 42 GDB_HOST=$ANDROID_NDK_ROOT/prebuilt/darwin-x86_64/bin/gdb
44 GDB_HOST=$ANDROID_NDK_ROOT/prebuilt/linux-x86_64/bin/gdb
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/
lit.ndk.cfg.in 25 ndk, "toolchains/llvm/prebuilt", host_tag, "bin/clang++")
43 ndk, "toolchains", toolchain + "-4.9", "prebuilt", host_tag)
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/
NdkHelper.java 131 * Obtain a path to the utilities prebuilt folder in NDK. This is typically
132 * "${NdkRoot}/prebuilt/<platform>/bin/". If the executable is not found, it simply returns
141 IPath prebuilt = ndkRoot.append("prebuilt"); //$NON-NLS-1$ local
142 if (!prebuilt.toFile().exists() || !prebuilt.toFile().canRead()) {
146 File[] platforms = prebuilt.toFile().listFiles();
149 IPath exePath = prebuilt.append(p.getName())
  /system/ca-certificates/google/
Android.mk 21 $(foreach cacert, $(cacerts_google), $(eval $(call include-prebuilt-with-destination-directory,target-cacert-google-$(notdir $(cacert)),$(cacert),$(cacerts_google_target_directory))))
30 $(foreach cacert, $(cacerts_google), $(eval $(call include-prebuilt-with-destination-directory,host-cacert-google-$(notdir $(cacert)),$(cacert),$(cacerts_google_host_directory))))
  /system/ca-certificates/wfa_certs/
Android.mk 22 $(foreach cacert, $(cacerts_wfa), $(eval $(call include-prebuilt-with-destination-directory,target-cacert-wifi-$(notdir $(cacert)),$(cacert),$(cacerts_wfa_target_directory))))
31 $(foreach cacert, $(cacerts_wfa), $(eval $(call include-prebuilt-with-destination-directory,host-cacert-wifi-$(notdir $(cacert)),$(cacert),$(cacerts_wfa_host_directory))))
  /system/extras/simpleperf/demo/SimpleperfExampleWithNative/app/
CMakeLists.txt 22 # Searches for a specified prebuilt library and stores the path as a
37 # build script, prebuilt third-party libraries, or system libraries.
  /tools/tradefederation/core/tests/
.classpath 11 <classpathentry kind="var" path="TRADEFED_ROOT/prebuilts/misc/common/sdklib/sdklib-prebuilt.jar"/>
12 <classpathentry kind="var" path="TRADEFED_ROOT/prebuilts/misc/common/tools-common/tools-common-prebuilt.jar"/>
  /frameworks/layoutlib/bridge/
bridge.iml 28 <orderEntry type="library" name="layoutlib_api-prebuilt" level="project" />
30 <library name="ninepatch-prebuilt">
32 <root url="jar://$MODULE_DIR$/../../../prebuilts/misc/common/ninepatch/ninepatch-prebuilt.jar!/" />
41 <library name="tools-common-prebuilt">
46 <root url="jar://$MODULE_DIR$/../../../prebuilts/misc/common/tools-common/tools-common-prebuilt.jar!/" />
50 <root url="jar://$MODULE_DIR$/../../../prebuilts/misc/common/tools-common/tools-common-prebuilt-sources.jar!/" />
  /prebuilts/misc/common/robolectric/3.1.1/
Android.mk 24 LOCAL_MODULE := platform-robolectric-3.1.1-prebuilt
33 define define-prebuilt
46 # Defining the target names for the static prebuilt .JARs.
64 $(call define-prebuilt,$(p)))
94 # Defining the target names for the static prebuilt .JARs.
102 $(call define-prebuilt,$(p)))
  /build/make/core/
prebuilt_internal.mk 2 ## Standard rules for copying files that are prebuilt
48 # LOCAL_COPY_TO_INTERMEDIATE_LIBRARIES indicates that this prebuilt should be
195 # TODO: check dependencies of prebuilt files
322 # It is now a build error to add a prebuilt .apk without
324 $(error No LOCAL_CERTIFICATE specified for prebuilt "$(my_prebuilt_src_file)")
367 # There is a replacement for the prebuilt .apk we can install without any processing.
369 $(transform-prebuilt-to-target)
373 # The embedded prebuilt jni to uncompress.
391 $(transform-prebuilt-to-target)
505 $(transform-prebuilt-to-target-strip-comments
    [all...]
install_jni_libs_internal.mk 12 # my_embedded_prebuilt_jni_libs, prebuilt jni libs embedded in prebuilt apk.
25 # App explicitly requires the prebuilt NDK stl shared libraies.
83 # Files like @lib/<abi>/libfoo.so (path inside the apk) are JNI libs embedded prebuilt apk;
88 # prebuilt JNI exsiting as separate source files.
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/
Android.mk 6 # Normally, we distribute the NDK with prebuilt binaries of libc++
15 $(call __ndk_info,in order to build prebuilt versions to speed up your builds!)
83 $(call ndk_log,Using prebuilt libc++ libraries)
107 # This doesn't affect the prebuilt itself since this is a prebuilt library, but
  /tools/tradefederation/core/
Android.mk 30 # If the real one isn't present, use the prebuilt platformprotos library.
32 LOCAL_STATIC_JAVA_LIBRARIES += platformprotos-prebuilt
55 LOCAL_STATIC_JAVA_LIBRARIES := junit-host junit-params-host kxml2-2.3.0 jline-1.0 tf-remote-client commons-compress-prebuilt host-libprotobuf-java-full tradefed-protos error_prone_annotations-2.0.18 longevity-host-lib gson-prebuilt-jar guice
59 LOCAL_JAVA_LIBRARIES := loganalysis tools-common-prebuilt
  /art/tools/
run-prebuilt-libjdwp-tests.sh 23 setpaths # include platform prebuilt java, javac, etc in $PATH.
49 echo "Only host tests can be run against prebuilt libjdwp"
57 echo "Only 64bit runs can be tested against the prebuilt libjdwp!"
  /external/valgrind/docs/html/
dist.readme-android.html 96 export?AR=$NDKROOT/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-ar<br>
97 export?LD=$NDKROOT/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-ld<br>
98 export?CC=$NDKROOT/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-gcc<br>
101 export?AR=$NDKROOT/toolchains/x86-4.4.3/prebuilt/linux-x86/bin/i686-android-linux-ar<br>
102 export?LD=$NDKROOT/toolchains/x86-4.4.3/prebuilt/linux-x86/bin/i686-android-linux-ld<br>
103 export?CC=$NDKROOT/toolchains/x86-4.4.3/prebuilt/linux-x86/bin/i686-android-linux-gcc<br>
106 export?AR=$NDKROOT/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/bin/mipsel-linux-android-ar<br>
107 export?LD=$NDKROOT/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/bin/mipsel-linux-android-ld<br>
108 export?CC=$NDKROOT/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/bin/mipsel-linux-android-gcc<br>
111 export?AR=$NDKROOT/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/aarch64-linux-android-ar?<br
    [all...]
  /external/vulkan-validation-layers/build-android/cmake/layerlib/
CMakeLists.txt 56 add_library(SPIRV-Tools-prebuilt STATIC IMPORTED)
57 set_target_properties(SPIRV-Tools-prebuilt PROPERTIES IMPORTED_LOCATION
78 log layer_utils SPIRV-Tools-prebuilt)
  /frameworks/base/services/robotests/
Android.mk 76 mockito-robolectric-prebuilt \
78 truth-prebuilt \
83 platform-robolectric-3.6.1-prebuilt
  /packages/apps/TV/
Android.mk 83 truth-0-36-prebuilt-jar:../../../prebuilts/tools/common/m2/repository/com/google/truth/truth/0.36/truth-0.36.jar \
85 define define-prebuilt
98 $(call define-prebuilt,$(p)))
  /external/skia/gn/toolchain/
BUILD.gn 8 target_ar = "$ndk/toolchains/$ndk_gccdir-4.9/prebuilt/$ndk_host/$ndk_target/bin/ar.exe"
9 target_cc = "$ndk/toolchains/llvm/prebuilt/$ndk_host/bin/clang.exe"
10 target_cxx = "$ndk/toolchains/llvm/prebuilt/$ndk_host/bin/clang++.exe"
12 target_ar = "$ndk/toolchains/$ndk_gccdir-4.9/prebuilt/$ndk_host/$ndk_target/bin/ar"
13 target_cc = "$ndk/toolchains/llvm/prebuilt/$ndk_host/bin/clang"
14 target_cxx = "$ndk/toolchains/llvm/prebuilt/$ndk_host/bin/clang++"

Completed in 1116 milliseconds

1 2 3 4 5 6 7 891011>>