HomeSort by relevance Sort by last modified time
    Searched full:build (Results 1 - 25 of 4575) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/
README.txt 1 OS X JetCreator Library Build Instructions
3 1/ Open easwt_vst_lib.xcodeproj and build
5 2/ Open EASLIb.xcodeproj and build
7 3/ Copy build/Release/libEASLIb.dylib to the JetCreator folder
  /external/opencore/build_config/opencore_dynamic/
pv_config_derived.mk 4 pvrtspinterface_m_mk="/modules/linux_rtsp/core/build/make"
8 pvmedialayernode_m_mk="/nodes/streaming/medialayernode/build/make"
10 LIBDIR_engines_shared="/engines/player/build/make /engines/author/build/make /engines/2way/build/make /engines/common/build/make /engines/adapters/player/framemetadatautility/build/make"
11 LIBDIR_oscl_static=" /oscl/unit_test/build/make"
12 SOLIBDIRS_omx_m4venc_sharedlibrary="/codecs_v2/omx/omx_m4venc/build/make_multithreaded /codecs_v2/video/m4v_h263/enc/build/make
    [all...]
pv_config.h 469 #define pvrtspinterface_m_mk "/modules/linux_rtsp/core/build/make"
473 #define pvmedialayernode_m_mk "/nodes/streaming/medialayernode/build/make"
475 #define LIBDIR_engines_shared "/engines/player/build/make /engines/author/build/make /engines/2way/build/make /engines/common/build/make /engines/adapters/player/framemetadatautility/build/make"
476 #define LIBDIR_oscl_static " /oscl/unit_test/build/make"
477 #define SOLIBDIRS_omx_m4venc_sharedlibrary "/codecs_v2/omx/omx_m4venc/build/make_multithreaded /codecs_v2/video/m4v_h263/enc/build/make
    [all...]
  /external/jsr305/ri/
build.xml 2 <project name="JSR305-ri" default="build">
5 <target name="build" depends="clean,classes,jars"/>
7 <mkdir dir="build/classes"/>
8 <javac destdir="build/classes" source="1.5" target="1.5" debug="on">
11 <pathelement location="build/classes"/>
17 <delete dir="build/classes"/>
21 <fileset dir="build/jsr305.jar"/>
22 <fileset dir="build/jsr305-src.jar"/>
24 <jar destfile="build/jsr305.jar">
26 <fileset dir="build/classes"/
    [all...]
  /
Makefile 2 include build/core/main.mk
  /build/core/
root.mk 2 include build/core/main.mk
  /cts/tests/assets/
otacerts.zip 
  /device/sample/
README.txt 1 To build the add-on:
  /external/e2fsprogs/debian/
comerr-dev.examples 2 debian/BUILD-STD/lib/ext2fs/ext2_err.et
  /external/libpng/
pngusr.h 1 #define PNG_USER_PRIVATEBUILD "Skia build; no MNG features"
  /development/host/windows/usb/winusb/
BUILDME.TXT 1 In order to build AdbWinUsbApi.dll you will need to install Windows Driver Kit,
3 need to set one of the WDK's build environments, "cd" back into this directory,
4 and execute "build -cbeEIFZ" to clean and rebuild this project, or you can
5 execute "build -befEIF" to do a minimal build.
6 Note that you need to build AdbWinApi.dll (..\api) before you build
  /build/tools/
buildinfo.sh 3 echo "# begin build properties"
6 echo "ro.build.id=$BUILD_ID"
7 echo "ro.build.display.id=$BUILD_DISPLAY_ID"
8 echo "ro.build.version.incremental=$BUILD_NUMBER"
9 echo "ro.build.version.sdk=$PLATFORM_SDK_VERSION"
10 echo "ro.build.version.codename=$PLATFORM_VERSION_CODENAME"
11 echo "ro.build.version.release=$PLATFORM_VERSION"
12 echo "ro.build.date=`date`"
13 echo "ro.build.date.utc=`date +%s`"
14 echo "ro.build.type=$TARGET_BUILD_TYPE
    [all...]
  /packages/providers/DownloadProvider/tests/
Android.mk 7 # no tests to build for now
9 # additionally, build sub-tests in a separate .apk
  /sdk/files/
sdk.properties 2 sdk.build.support.library=true
3 sdk.ant.build.revision=2
  /external/zlib/projects/visualc6/
README.txt 10 * Win32_DLL_Release\zlib1.dll DLL build
11 * Win32_DLL_Debug\zlib1d.dll DLL build (debug version)
12 * Win32_DLL_ASM_Release\zlib1.dll DLL build using ASM code
13 * Win32_DLL_ASM_Debug\zlib1d.dll DLL build using ASM code (debug version)
14 * Win32_LIB_Release\zlib.lib static build
15 * Win32_LIB_Debug\zlibd.lib static build (debug version)
16 * Win32_LIB_ASM_Release\zlib.lib static build using ASM code
17 * Win32_LIB_ASM_Debug\zlibd.lib static build using ASM code (debug version)
24 To build and test:
29 2) Select "Build | Set Active Configuration".
    [all...]
  /external/libpng/projects/visualc71/
README_zlib.txt 19 3) Set one of the project as the StartUp project. If you just want to build the
21 Project | Set as StartUp project). If you want to build and test the
23 Set as StartUp project), If you want to build the minigzip utility set it to
27 4) Select "Build | Configuration Manager...".
28 Choose the configuration you wish to build.
30 5) Select "Build | Clean Solution".
32 6) Select "Build | Build Solution (Ctrl-Shift-B)"
36 * Win32_DLL_Release\zlib1.dll DLL build
37 * Win32_DLL_Debug\zlib1d.dll DLL build (debug version
    [all...]
  /external/zlib/win32/
VisualC.txt 2 To build zlib using the Microsoft Visual C++ environment,
  /ndk/samples/hello-neon/jni/
Application.mk 0 # Build both ARMv5TE and ARMv7-A machine code.
  /frameworks/base/core/tests/coretests/src/android/os/
BuildTest.java 19 import android.os.Build;
26 * Provides test cases for android.os.Build and, in turn, many of the
27 * system properties set by the build system.
52 * Asserts that all android.os.Build fields are non-empty and/or in a valid range.
56 assertNotEmpty("ID", Build.ID);
57 assertNotEmpty("DISPLAY", Build.DISPLAY);
58 assertNotEmpty("PRODUCT", Build.PRODUCT);
59 assertNotEmpty("DEVICE", Build.DEVICE);
60 assertNotEmpty("BOARD", Build.BOARD);
61 assertNotEmpty("BRAND", Build.BRAND)
    [all...]
  /external/emma/
BUILD.txt 5 - JDK1.4 (the build will not work in JDK1.5)
6 - Apache ANT 1.5+ (official build uses v1.6.1)
11 - cd into the directory containing build.xml and create a file
12 "build.properties" that tells the build where your JDK and ANT are located:
18 build.target.j2se.14.home = <JDK 1.4 install>/jre
23 build.target.ant.15.home = <ANT 1.5 install dir>
25 - From the directory containing build.xml, execute:
29 - After a successful build, EMMA jars will be located in
33 - To remove all generated build artifacts and reset the build to a clea
    [all...]
  /ndk/docs/
NDK-BUILD.TXT 1 'ndk-build' Overview
6 The Android NDK r4 introduced a new tiny shell script, named 'ndk-build',
14 $NDK/ndk-build
23 All parameters to 'ndk-build' are passed directly to the underlying GNU Make
24 command that runs the NDK build scripts. Notable uses include:
26 ndk-build --> rebuild required machine code.
27 ndk-build clean --> clean all generated binaries.
29 ndk-build V=1 --> launch build, displaying build commands
    [all...]
  /external/opencore/oscl/
local.mk 9 $(SRC_ROOT)/oscl/oscl/osclbase/build/make/local.mk \
10 $(SRC_ROOT)/oscl/oscl/osclerror/build/make/local.mk \
11 $(SRC_ROOT)/oscl/oscl/osclmemory/build/make/local.mk \
12 $(SRC_ROOT)/oscl/oscl/osclutil/build/make/local.mk \
13 $(SRC_ROOT)/oscl/oscl/osclproc/build/make/local.mk \
14 $(SRC_ROOT)/oscl/oscl/osclio/build/make/local.mk \
15 $(SRC_ROOT)/oscl/oscl/osclregserv/build/make/local.mk \
16 $(SRC_ROOT)/oscl/oscl/osclregcli/build/make/local.mk \
17 $(SRC_ROOT)/oscl/pvlogger/build/make/local.mk
20 LOCAL_MAKEFILES_LIST += $(SRC_ROOT)/oscl/oscl/oscllib/build/make/local.mk
    [all...]
  /external/zlib/contrib/dotzlib/
DotZLib.build 2 <project name="DotZLib" default="build" basedir="./DotZLib">
6 <property name="build.root" value="bin" />
11 <property name="build.folder" value="${build.root}/debug/" if="${debug}" />
12 <property name="build.folder" value="${build.root}/release/" unless="${debug}" />
15 <delete dir="${build.root}" failonerror="false" />
18 <target name="build" description="compiles the source code">
20 <mkdir dir="${build.folder}" />
21 <csc target="library" output="${build.folder}DotZLib.dll" debug="${debug}">
    [all...]
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceNetworkVars.java 18 import android.os.Build;
64 VAR_MAP.put("build.board", new StaticVarGetter(Build.BOARD));
65 VAR_MAP.put("build.brand", new StaticVarGetter(Build.BRAND));
66 VAR_MAP.put("build.device", new StaticVarGetter(Build.DEVICE));
67 VAR_MAP.put("build.display", new StaticVarGetter(Build.DISPLAY));
68 VAR_MAP.put("build.fingerprint", new StaticVarGetter(Build.FINGERPRINT))
    [all...]
  /cts/tests/tests/os/src/android/os/cts/
BuildTest.java 21 import android.os.Build;
25 @TestTargetClass(Build.class)
36 /** Tests that check the values of {@link Build#CPU_ABI} and {@link Build#CPU_ABI2}. */
48 String message = String.format("CPU is ARM v7 compatible, so Build.CPU_ABI must be %s"
49 + " and Build.CPU_ABI2 must be %s.", ARMEABI_V7, ARMEABI);
50 assertEquals(message, ARMEABI_V7, Build.CPU_ABI);
51 assertEquals(message, ARMEABI, Build.CPU_ABI2);
53 String message = String.format("CPU is not ARM v7 compatible, so Build.CPU_ABI must "
54 + "be %s and Build.CPU_ABI2 must be 'unknown'.", ARMEABI)
    [all...]

Completed in 368 milliseconds

1 2 3 4 5 6 7 8 91011>>