| /external/cronet/build/ |
| D | update-linux-sandbox.sh | 7 BUILDTYPE="${BUILDTYPE:-Debug}" 9 CHROME_OUT_DIR="${CHROME_SRC_DIR}/${CHROMIUM_OUT_DIR:-out}/${BUILDTYPE}" 36 echo -n "${CHROME_OUT_DIR} does not exist. Use \"BUILDTYPE=Release ${0}\" " 43 echo -n "BUILDTYPE is $BUILDTYPE, use \"BUILDTYPE=<value> ${0}\" to override "
|
| /external/angle/build/ |
| D | update-linux-sandbox.sh | 7 BUILDTYPE="${BUILDTYPE:-Debug}" 9 CHROME_OUT_DIR="${CHROME_SRC_DIR}/${CHROMIUM_OUT_DIR:-out}/${BUILDTYPE}" 36 echo -n "${CHROME_OUT_DIR} does not exist. Use \"BUILDTYPE=Release ${0}\" " 43 echo -n "BUILDTYPE is $BUILDTYPE, use \"BUILDTYPE=<value> ${0}\" to override "
|
| /external/deqp/scripts/ctsbuild/ |
| D | config.py | 40 def __init__ (self, buildDir, buildType, args, srcPath = DEQP_DIR): argument 43 self.buildType = buildType 54 return self.buildType 84 def getGenerateArgs (self, buildType): argument 87 args.append('-DCMAKE_BUILD_TYPE=%s' % buildType) 94 def getBuildArgs (self, buildType): argument 97 args += ['--config', buildType] 102 def getBinaryPath (self, buildType, basePath): argument 149 def getBinaryPath (self, buildType, basePath): argument 150 return os.path.join(os.path.dirname(basePath), buildType, os.path.basename(basePath) + ".exe")
|
| /external/deqp/external/vulkancts/scripts/ |
| D | amber_verify.py | 41 DEFAULT_BUILD_DIR = os.path.join(tempfile.gettempdir(), "amber-verify", "{targetName}-{buildType}") 45 def getBuildConfig (buildPathPtrn, targetName, buildType): argument 48 buildType = buildType) 50 return BuildConfig(buildPath, buildType, [f"-DDEQP_TARGET={targetName}"]) 73 dest="buildType", 92 buildCfg = getBuildConfig(args.buildDir, args.targetName, args.buildType)
|
| D | build_spirv_binaries.py | 44 DEFAULT_BUILD_DIR = os.path.join(tempfile.gettempdir(), "spirv-binaries", "{targetName}-{buildType}… 48 def getBuildConfig (buildPathPtrn, targetName, buildType): argument 51 buildType = buildType) 53 return BuildConfig(buildPath, buildType, ["-DDEQP_TARGET=%s" % targetName]) 84 dest="buildType", 109 buildCfg = getBuildConfig(args.buildDir, args.targetName, args.buildType)
|
| /external/angle/build/cipd/ |
| D | cipd_from_file.py | 27 if 'buildtype' in item: 28 if args.buildtype not in item['buildtype']: 56 parser.add_argument('--buildtype', help='buildtype for FILES.cfg.')
|
| D | cipd.gni | 97 # buildtype: str, required. It can be "dev" or "official". 98 # Only when the file has the same buildtype, it will be included. 107 # buildtype = "dev" 129 "--buildtype=" + invoker.buildtype,
|
| /external/cronet/build/cipd/ |
| D | cipd_from_file.py | 27 if 'buildtype' in item: 28 if args.buildtype not in item['buildtype']: 56 parser.add_argument('--buildtype', help='buildtype for FILES.cfg.')
|
| D | cipd.gni | 97 # buildtype: str, required. It can be "dev" or "official". 98 # Only when the file has the same buildtype, it will be included. 107 # buildtype = "dev" 129 "--buildtype=" + invoker.buildtype,
|
| /external/deqp/scripts/ |
| D | build_caselists.py | 50 DEFAULT_BUILD_DIR = os.path.join(tempfile.gettempdir(), "deqp-caselists", "{targetName}-{buildType}… 60 def getBuildConfig (buildPathPtrn, targetName, buildType): argument 63 buildType = buildType) 65 return BuildConfig(buildPath, buildType, ["-DDEQP_TARGET=%s" % targetName]) 123 dest="buildType", 147 buildCfg = getBuildConfig(args.buildDir, args.targetName, args.buildType)
|
| D | check_build_sanity.py | 76 def __init__ (self, target, buildType, cc, cpp, cflags): argument 78 self.buildType = buildType 88 return BuildConfig(buildDir, self.buildType, args, env.srcDir) 91 def __init__ (self, buildType): argument 92 self.buildType = buildType 96 return BuildConfig(buildDir, self.buildType, args, env.srcDir)
|
| /external/deqp/external/openglcts/scripts/ |
| D | build_caselists.py | 93 DEFAULT_BUILD_DIR = os.path.join(tempfile.gettempdir(), "deqp-caselists", "{targetName}-{buildType}… 103 def getBuildConfig (buildPathPtrn, targetName, buildType): argument 106 buildType = buildType) 108 return BuildConfig(buildPath, buildType, ["-DDEQP_TARGET=%s" % targetName])
|
| /external/libchrome/build/android/pylib/constants/ |
| D | __init__.py | 157 """Set the BUILDTYPE environment variable. 175 os.environ['BUILDTYPE'] = build_type 189 # be found. Note that CHROMIUM_OUT_DIR and BUILDTYPE are not mentioned 204 call to SetBuildType() or the BUILDTYPE env variable, in combination 211 build_type = os.environ.get('BUILDTYPE') 239 build_type = os.environ.get('BUILDTYPE')
|
| /external/deqp/external/vulkancts/modules/vulkan/ray_tracing/ |
| D | vktRayTracingAccelerationStructuresTests.cpp | 163 vk::VkAccelerationStructureBuildTypeKHR buildType; // are we making AS on CPU or GPU member 980 …if (m_data.buildType == VK_ACCELERATION_STRUCTURE_BUILD_TYPE_HOST_KHR && accelerationStructureFeat… in checkSupport() 1676 blas->setBuildType (m_data.buildType); in runTest() 1689 if (m_data.buildType == VK_ACCELERATION_STRUCTURE_BUILD_TYPE_DEVICE_KHR) in runTest() 1692 …ctureSize(vkd, device, *cmdBuffer, accelerationStructureHandles, m_data.buildType, m_queryPoolComp… in runTest() 1697 if (m_data.buildType == VK_ACCELERATION_STRUCTURE_BUILD_TYPE_DEVICE_KHR) in runTest() 1700 …ctureSize(vkd, device, *cmdBuffer, accelerationStructureHandles, m_data.buildType, m_queryPoolSeri… in runTest() 1704 …if ((m_data.buildType == VK_ACCELERATION_STRUCTURE_BUILD_TYPE_DEVICE_KHR) && (bottomCompact || bot… in runTest() 1730 asCopy->setBuildType(m_data.buildType); in runTest() 1746 asCopy->setBuildType(m_data.buildType); in runTest() [all …]
|
| D | vktRayTracingBuildLargeTests.cpp | 67 VkAccelerationStructureBuildTypeKHR buildType; member 213 …if (m_data.buildType == VK_ACCELERATION_STRUCTURE_BUILD_TYPE_HOST_KHR && accelerationStructureFeat… in checkSupport() 294 result->setBuildType(m_data.buildType); in initTopAccelerationStructure() 311 result->setBuildType(m_data.buildType); in initBottomAccelerationStructure() 547 const VkAccelerationStructureBuildTypeKHR buildType; in createBuildLargeShaderSetTests() member 574 buildTypes[buildNdx].buildType, // VkAccelerationStructureBuildTypeKHR buildType; in createBuildLargeShaderSetTests() 589 if (buildTypes[buildNdx].buildType != VK_ACCELERATION_STRUCTURE_BUILD_TYPE_HOST_KHR) in createBuildLargeShaderSetTests() 610 buildTypes[buildNdx].buildType, // VkAccelerationStructureBuildTypeKHR buildType; in createBuildLargeShaderSetTests()
|
| D | vktRayTracingCaptureReplayTests.cpp | 164 vk::VkAccelerationStructureBuildTypeKHR buildType; // AS member 811 …if (m_data.testType == TEST_ACCELERATION_STRUCTURES && m_data.buildType == VK_ACCELERATION_STRUCTU… in checkSupport() 1113 bottomLevelAccelerationStructures[idx]->setBuildType (m_data.buildType); in runTest() 1126 if (m_data.buildType == VK_ACCELERATION_STRUCTURE_BUILD_TYPE_DEVICE_KHR) in runTest() 1129 …ctureSize(vkd, device, *cmdBuffer, accelerationStructureHandles, m_data.buildType, m_queryPoolComp… in runTest() 1134 if (m_data.buildType == VK_ACCELERATION_STRUCTURE_BUILD_TYPE_DEVICE_KHR) in runTest() 1137 …ctureSize(vkd, device, *cmdBuffer, accelerationStructureHandles, m_data.buildType, m_queryPoolSeri… in runTest() 1141 …if ((m_data.buildType == VK_ACCELERATION_STRUCTURE_BUILD_TYPE_DEVICE_KHR) && (bottomCompact || bot… in runTest() 1166 asCopy->setBuildType(m_data.buildType); in runTest() 1182 asCopy->setBuildType(m_data.buildType); in runTest() [all …]
|
| /external/harfbuzz_ng/perf/ |
| D | README.md | 9 meson build -Dbenchmark=enabled --buildtype=release 13 meson build -Dbenchmark=enabled --buildtype=debugoptimized 41 CXXFLAGS="-fno-omit-frame-pointer" meson --reconfigure build -Dbenchmark=enabled --buildtype=debug
|
| /external/cronet/build/android/pylib/constants/ |
| D | __init__.py | 176 """Set the BUILDTYPE environment variable. 194 os.environ['BUILDTYPE'] = build_type 208 # be found. Note that CHROMIUM_OUT_DIR and BUILDTYPE are not mentioned 223 call to SetBuildType() or the BUILDTYPE env variable, in combination 230 build_type = os.environ.get('BUILDTYPE') 258 build_type = os.environ.get('BUILDTYPE')
|
| /external/angle/build/android/pylib/constants/ |
| D | __init__.py | 176 """Set the BUILDTYPE environment variable. 194 os.environ['BUILDTYPE'] = build_type 208 # be found. Note that CHROMIUM_OUT_DIR and BUILDTYPE are not mentioned 223 call to SetBuildType() or the BUILDTYPE env variable, in combination 230 build_type = os.environ.get('BUILDTYPE') 258 build_type = os.environ.get('BUILDTYPE')
|
| /external/bcc/scripts/ |
| D | build-deb.sh | 6 buildtype=${1:-test} 41 if [[ "$buildtype" = "test" ]]; then 49 if [[ "$buildtype" = "nightly" ]]; then
|
| /external/llvm/cmake/modules/ |
| D | CrossCompile.cmake | 1 function(llvm_create_cross_target_internal target_name toolchain buildtype) 41 if (buildtype) 42 set(build_type_flags "-DCMAKE_BUILD_TYPE=${buildtype}")
|
| /external/harfbuzz_ng/.circleci/ |
| D | config.yml | 60 - run: meson build --buildtype=debugoptimized 72 - run: meson build --buildtype=minsize 99 …+ meson build --default-library=static -Db_sanitize=address,undefined --buildtype=debugoptimized -… 110 … CXX=clang++ meson build --default-library=static -Db_sanitize=thread --buildtype=debugoptimized -… 122 … CXX=clang++ meson build --default-library=static -Db_sanitize=memory --buildtype=debugoptimized -…
|
| /external/flatbuffers/tests/ |
| D | LuaTest.bat | 1 set buildtype=Release variable 2 if "%1"=="-b" set buildtype=%2 variable
|
| /external/ImageMagick/.github/workflows/ |
| D | daily.yml | 67 …: 'Windows Q${{matrix.quantum}}-${{matrix.platform}} hdri=${{matrix.hdri}} (${{matrix.buildType}})' 75 buildType: [ dmt, smtd ] 112 configure.exe /noWizard /VS2019 /${{matrix.platform}} /${{matrix.buildType}}
|
| /external/cronet/build/android/ |
| D | adb_install_apk.py | 48 default=os.environ.get('BUILDTYPE', 'Debug'), 50 'Default is env var BUILDTYPE or Debug') 54 'Default is env var BUILDTYPE or Debug.')
|