Home
last modified time | relevance | path

Searched refs:Windows (Results 1 – 19 of 19) sorted by relevance

/build/make/tools/droiddoc/templates-ndk/
Dsdkpage.cs86 <td>Windows 32-bit</td>
103 <td>Windows 64-bit</td>
276 <td rowspan="2">Windows</td>
286 <!-- blank TD from Windows rowspan -->
332 <td rowspan="3">Windows</td>
343 <!-- blank TD from Windows rowspan -->
354 <!-- blank TD from Windows rowspan -->
/build/soong/cc/config/
Dx86_windows_host.go278 registerToolchainFactory(android.Windows, android.X86, windowsX86ToolchainFactory)
279 registerToolchainFactory(android.Windows, android.X86_64, windowsX8664ToolchainFactory)
/build/soong/cc/
Dstl.go83 } else if ctx.Windows() {
241 if ctx.Windows() {
Dlinker.go334 if ctx.Windows() {
403 } else if !ctx.Darwin() && !ctx.Windows() {
418 if !ctx.Windows() {
444 if ctx.Host() && !ctx.Windows() {
Dtidy.go114 if ctx.Windows() {
Dbinary.go241 if ctx.Host() && !ctx.Windows() && !binary.static() {
250 if !ctx.Windows() {
Dtesting.go411 if os == android.Windows {
Dbuilder.go681 if ctx.Windows() {
830 } else if ctx.Windows() {
Dtest.go241 case android.Windows:
Dlibrary.go497 if !ctx.Windows() {
530 if !ctx.Windows() {
953 if ctx.Windows() {
Dsanitize.go228 if !ctx.Windows() {
387 …if ctx.Os() != android.Windows && (Bool(s.All_undefined) || Bool(s.Undefined) || Bool(s.Address) |…
/build/make/core/
Dmodule_arch_supported.mk66 $(call pretty-error,Windows is only supported in Android.bp files)
DWINPTHREADS_COPYING25 * Posix Threads library for Microsoft Windows
28 * It uses undocumented features of Microsoft Windows that can change
/build/soong/sdk/
Dtesting.go44 ` + cc.GatherRequiredDepsForTest(android.Android, android.Windows)
67 config.Targets[android.Windows] = []android.Target{
68 {android.Windows, android.Arch{ArchType: android.X86_64}, android.NativeBridgeDisabled, "", ""},
/build/soong/rust/
Dcompiler.go154 if ctx.Host() && !ctx.Windows() {
/build/make/tools/droiddoc/templates-pdk/
Dsdkpage.cs105 <td>Windows</td>
/build/soong/android/
Darch.go606 Windows = NewOsType("windows", HostCross, true) var
618 Windows: []ArchType{X86, X86_64},
1280 if (os.Class == Host || os.Class == HostCross) && os != Windows {
Dmodule.go152 Windows() bool methodSpec
1777 func (b *baseModuleContext) Windows() bool { func
1778 return b.os == Windows
/build/make/
DChanges.md150 ## Windows cross-compiles no longer supported in Android.mk
152 Modules that build for Windows (our only `HOST_CROSS` OS currently) must now be