HomeSort by relevance Sort by last modified time
    Searched refs:convention (Results 1 - 25 of 189) sorted by null

1 2 3 4 5 6 7 8

  /frameworks/support/buildSrc/src/main/kotlin/androidx/build/
SupportKotlinLibraryPlugin.kt 34 val convention = project.convention.getPlugin(JavaPluginConvention::class.java)
36 convention.sourceCompatibility = JavaVersion.VERSION_1_8
37 convention.targetCompatibility = JavaVersion.VERSION_1_8
39 convention.sourceCompatibility = JavaVersion.VERSION_1_7
40 convention.targetCompatibility = JavaVersion.VERSION_1_7
SupportJavaLibraryPlugin.kt 42 val convention = project.convention.getPlugin(JavaPluginConvention::class.java)
44 convention.sourceCompatibility = JavaVersion.VERSION_1_8
45 convention.targetCompatibility = JavaVersion.VERSION_1_8
47 convention.sourceCompatibility = JavaVersion.VERSION_1_7
48 convention.targetCompatibility = JavaVersion.VERSION_1_7
SourceJarTaskHelper.kt 51 val convention = project.convention.getPlugin(JavaPluginConvention::class.java)
52 sourceJar.from(convention.sourceSets.findByName("main")!!.allSource.srcDirs)
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
undefined.d 3 # use a different naming convention for local labels.
undefined_coff.d 3 # use a different naming convention for local labels.
  /external/jcommander/src/test/java/com/beust/jcommander/args/
ArgsLongDescription.java 14 @Parameter(names = { "-c", "--convention" }, description = "The convention", required = true)
15 public String convention = "Java"; field in class:ArgsLongDescription
  /external/llvm/test/MC/AsmParser/
undefined-local-symbol.s 3 # NOTE: apple-darwin portion of the triple is to enforce the convention choice
  /bionic/libc/arch-x86_64/bionic/
__bionic_clone.S 40 # Translate to the kernel calling convention and swap the 'tls' and 'child_tid' arguments.
  /external/flatbuffers/go/
sizes.go 38 // The `bool` type is aliased (by flatbuffers convention) to uint8.
42 // The `SOffsetT` type is aliased (by flatbuffers convention) to int32.
45 // The `UOffsetT` type is aliased (by flatbuffers convention) to uint32.
48 // The `VOffsetT` type is aliased (by flatbuffers convention) to uint16.
  /prebuilts/go/darwin-x86/src/runtime/
cgo_mmap.go 54 // using the GCC calling convention. It is implemented in assembly.
61 // using the GCC calling convention. It is implemented in assembly.
  /prebuilts/go/linux-x86/src/runtime/
cgo_mmap.go 54 // using the GCC calling convention. It is implemented in assembly.
61 // using the GCC calling convention. It is implemented in assembly.
  /external/libpng/projects/owatcom/
pngconfig.mak 69 # the required change to the calling convention.
71 # By default libpng is built to use the __cdecl calling convention on
74 # the __watcall convention (compared with both MSVC and GCC which use __cdecl
148 $# of the OpenWatcom library calling convention.)
  /prebuilts/go/darwin-x86/src/cmd/nm/
doc.go 25 // Following established convention, the address is omitted for undefined
  /prebuilts/go/linux-x86/src/cmd/nm/
doc.go 25 // Following established convention, the address is omitted for undefined
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/X64/
EbcLowLevel.asm 181 ; build new paramater calling convention
233 ; build new paramater calling convention
  /external/llvm/test/MC/COFF/
cv-def-range.s 46 .byte 0 # Calling convention
  /external/zlib/src/contrib/delphi/
zlibd32.mak 7 # This project uses the Delphi (fastcall/register) calling convention:
  /external/zlib/src/contrib/pascal/
zlibd32.mak 7 # This project uses the Delphi (fastcall/register) calling convention:
  /prebuilts/tools/common/m2/repository/com/github/dcendents/android-maven-gradle-plugin/1.4.1/
android-maven-gradle-plugin-1.4.1.jar 
  /toolchain/binutils/binutils-2.27/zlib/contrib/delphi/
zlibd32.mak 7 # This project uses the Delphi (fastcall/register) calling convention:
  /toolchain/binutils/binutils-2.27/zlib/contrib/pascal/
zlibd32.mak 7 # This project uses the Delphi (fastcall/register) calling convention:
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/X64/
SmiException.S 265 # UEFI calling convention for x64 requires that Direction flag in EFLAGs is clear
278 # Per X64 calling convention, allocate maximum parameter stack space
SmmInit.asm 66 ; Accoring to X64 calling convention, XMM0~5 are volatile, we need to save
SmiException.asm 281 ; UEFI calling convention for x64 requires that Direction flag in EFLAGs is clear
294 ; Per X64 calling convention, allocate maximum parameter stack space
  /external/chromium-trace/catapult/common/eslint/rules/
catapult-camelcase.js 20 description: "enforce Catapult camelcase naming convention",

Completed in 1017 milliseconds

1 2 3 4 5 6 7 8