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

1 2

  /device/linaro/bootloader/edk2/EmulatorPkg/
build.sh 45 BUILDTARGET=DEBUG
149 BUILDTARGET=$arg
247 build -p $WORKSPACE/EmulatorPkg/EmulatorPkg.dsc -a $PROCESSOR -b $BUILDTARGET -t $HOST_TOOLS -D UNIX_SEC_BUILD -n 3 clean
248 build -p $WORKSPACE/EmulatorPkg/EmulatorPkg.dsc -a $PROCESSOR -b $BUILDTARGET -t $TARGET_TOOLS -n 3 clean
253 build -p $WORKSPACE/EmulatorPkg/EmulatorPkg.dsc -a $PROCESSOR -b $BUILDTARGET -t $HOST_TOOLS -D UNIX_SEC_BUILD -n 3 clean
254 build -p $WORKSPACE/EmulatorPkg/EmulatorPkg.dsc -a $PROCESSOR -b $BUILDTARGET -t $TARGET_TOOLS -n 3 clean
255 build -p $WORKSPACE/ShellPkg/ShellPkg.dsc -a IA32 -b $BUILDTARGET -t $TARGET_TOOLS -n 3 clean
265 build -p $WORKSPACE/EmulatorPkg/EmulatorPkg.dsc $BUILD_OPTIONS -a $PROCESSOR -b $BUILDTARGET -t $TARGET_TOOLS -D BUILD_$ARCH_SIZE -D UNIX_SEC_BUILD $NETWORK_SUPPORT $BUILD_NEW_SHELL $BUILD_FAT -n 3
267 build -p $WORKSPACE/EmulatorPkg/EmulatorPkg.dsc $BUILD_OPTIONS -a $PROCESSOR -b $BUILDTARGET -t $HOST_TOOLS -D BUILD_$ARCH_SIZE -D UNIX_SEC_BUILD -D SKIP_MAIN_BUILD -n 3 modules
268 build -p $WORKSPACE/EmulatorPkg/EmulatorPkg.dsc $BUILD_OPTIONS -a $PROCESSOR -b $BUILDTARGET -t $TARGET_TOOLS -D BUILD_$ARCH_SIZE $NETWORK_SUPPORT $BUILD_NEW_SHELL $BUILD_FAT -n
    [all...]
  /test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/presubmit/
ValidateTestsAbi.java 117 Set<String> buildTarget = AbiUtils.getAbisForArch(
121 if (!buildTarget.contains(abi)) {
123 testApk.getName(), supportedAbiApk, buildTarget));
178 Set<String> buildTarget = AbiUtils.getAbisForArch(
181 for (int i = 0; i < orderedList.size(); i=i + buildTarget.size()) {
182 List<String> subSet = orderedList.subList(i, i + buildTarget.size());
189 String bitness = AbiUtils.getBitness(buildTarget.iterator().next());
  /external/glide/library/src/main/java/com/bumptech/glide/request/target/
ImageViewTargetFactory.java 16 public <Z> Target<Z> buildTarget(ImageView view, Class<Z> clazz) {
  /external/python/cpython3/PCbuild/
pcbuild.proj 19 <BuildTarget>Build</BuildTarget>
28 <BuildTarget>Build</BuildTarget>
80 Targets="%(BuildTarget)" />
85 Targets="%(BuildTarget)" />
  /external/python/cpython2/PCbuild/
pcbuild.proj 20 <BuildTarget>Build</BuildTarget>
62 Targets="%(BuildTarget)" />
  /tools/tradefederation/core/src/com/android/tradefed/build/
StubBuildProvider.java 87 String buildTarget = mBuildFlavor;
89 buildTarget += "_" + mBuildOs;
91 stubBuild.addBuildAttribute("build_target", buildTarget);
  /device/linaro/bootloader/edk2/OvmfPkg/
build.sh 46 BUILDTARGET=DEBUG
148 BUILDTARGET=$arg
250 #echo BUILDTARGET=$BUILDTARGET
256 BUILD_ROOT=$WORKSPACE/Build/$PLATFORM_BUILD_DIR/"$BUILDTARGET"_"$TARGET_TOOLS"
298 build -p $PLATFORMFILE $BUILD_OPTIONS -b $BUILDTARGET -t $TARGET_TOOLS -n $THREADNUMBER
  /test/vti/dashboard/src/main/java/com/android/vts/entity/
BuildTargetEntity.java 29 public static final String KIND = "BuildTarget"; // The entity kind.
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/build/
build.py 352 (Obj.BuildTarget, Obj.ToolChain, Obj.Arch),
679 self.BuildItem.BuildObject.BuildTarget
751 self.BuildTargetList= BuildOptions.BuildTarget
    [all...]
BuildReport.py     [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/
Build_IFWI.sh 9 echo "Usage: Build_IFWI.bat [options] PlatformType BuildTarget "
Build_IFWI.bat 169 echo Usage: Build_IFWI.bat [options] PlatformType BuildTarget [IFWI Suffix]
  /test/vti/dashboard/src/main/java/com/android/vts/api/
TestDataForDevServlet.java 106 private List<BuildTarget> buildTargetList;
145 private class BuildTarget {
257 testRun.buildTargetList.forEach(buildTarget -> {
259 new BuildTargetEntity(buildTarget.targetName);
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
GenFds.py 120 if (Options.BuildTarget):
121 GenFdsGlobalVariable.TargetName = Options.BuildTarget
235 ArchList = BuildWorkSpace.BuildObject[GenFdsGlobalVariable.ActivePlatform, 'COMMON', Options.BuildTarget, Options.ToolChain].SupArchList
237 TargetArchList = set(BuildWorkSpace.BuildObject[GenFdsGlobalVariable.ActivePlatform, 'COMMON', Options.BuildTarget, Options.ToolChain].SupArchList) & set(ArchList)
242 GenFdsGlobalVariable.OutputDirFromDscDict[Arch] = NormPath(BuildWorkSpace.BuildObject[GenFdsGlobalVariable.ActivePlatform, Arch, Options.BuildTarget, Options.ToolChain].OutputDirectory)
243 GenFdsGlobalVariable.PlatformName = BuildWorkSpace.BuildObject[GenFdsGlobalVariable.ActivePlatform, Arch, Options.BuildTarget, Options.ToolChain].PlatformName
500 Parser.add_option("-b", "--buildtarget", type="string", dest="BuildTarget", help="Set the build TARGET, overrides target.txt TARGET setting.",
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/CommonDataClass/
CommonClass.py 400 # @var BuildTarget: To store value for BuildTarget
413 self.BuildTarget = ''
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
AutoGen.py 155 _CACHE_ = {} # (BuildTarget, ToolChain) : {ARCH : {platform file: AutoGen object}}}
249 self.BuildTarget = Target
283 if self.BuildTarget not in self.Platform.BuildTargets:
286 % (self.BuildTarget, " ".join(self.Platform.BuildTargets)))
296 EdkLogger.info('%-16s = %s' % ("Build target", self.BuildTarget))
    [all...]
GenMake.py 454 % (self._AutoGenObject.BuildTarget, self._AutoGenObject.ToolChain, self._AutoGenObject.Arch),
645 "build_target" : self._AutoGenObject.BuildTarget,
    [all...]
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/
Readme.md 161 a serial UART. The default is TRUE for enabled when the BUILDTARGET is DEBUG
162 (```-b DEBUG```). The default is FALSE for disabled when the BUILDTARGET is
274 - Example update of Galileo firmware image when BUILDTARGET is DEBUG (default)
278 - Example update of Galileo firmware image when BUILDTARGET is RELEASE
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
NewProjectPage.java 641 IAndroidTarget buildTarget = getSelectedBuildTarget();
642 if (buildTarget != null && buildTarget.getVersion().isPreview()) {
643 return buildTarget.getVersion().getCodename();
    [all...]
  /external/deqp/scripts/
make_release.py 202 class BuildTarget:
470 BuildTarget (NULL_X32_CONFIG, ANY_UNIX_GENERATOR),
476 BuildTarget (NULL_X64_CONFIG, ANY_UNIX_GENERATOR),
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/
ProcessDsc.c 246 UINT32 BuildTarget;
831 if (gGlobals.BuildTarget & BUILD_TARGET_LIBRARIES) {
840 if (gGlobals.BuildTarget & BUILD_TARGET_COMPONENTS) {
846 if (gGlobals.BuildTarget & BUILD_TARGET_FVS) {
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
EdkIIWorkspaceBuild.py 409 # @var BuildTarget: To store value for WorkspaceDir, selection scope is in below list
435 self.BuildTarget = []
490 self.BuildTarget = list(Tmp)
    [all...]
  /external/glide/library/src/main/java/com/bumptech/glide/
Glide.java 281 return imageViewTargetFactory.buildTarget(imageView, transcodedClass);
  /build/soong/android/
module.go     [all...]
  /device/linaro/bootloader/edk2/BaseTools/UserManuals/
Build_Utility_Man_Page.rtf 133 \par }\pard \ltrpar\ql \li360\ri0\sb200\nowidctlpar\wrapdefault\faauto\rin0\lin360\itap0 {\rtlch\fcs1 \ab\af43\afs18 \ltrch\fcs0 \b\fs18\cf1\insrsid11224689 \hich\af43\dbch\af13\loch\f43 -b, --buildtarget <TARGET>
    [all...]

Completed in 1963 milliseconds

1 2