/aosp_15_r20/external/clang/test/Driver/ |
H A D | mips-as.c | 4 // RUN: -no-integrated-as -c %s 2>&1 \ 7 // RUN: -no-integrated-as -c -EB %s 2>&1 \ 13 // RUN: -no-integrated-as -fPIC -c %s 2>&1 \ 19 // RUN: -no-integrated-as -c %s 2>&1 \ 24 // RUN: -no-integrated-as -c %s 2>&1 \ 29 // RUN: -no-integrated-as -c %s 2>&1 \ 34 // RUN: -no-integrated-as -c %s 2>&1 \ 39 // RUN: -no-integrated-as -c %s 2>&1 \ 42 // RUN: -no-integrated-as -c %s -EL 2>&1 \ 47 // RUN: -no-integrated-as -c %s 2>&1 \ [all …]
|
H A D | sparc-as.c | 1 // Make sure Sparc does not use the integrated assembler by default. 9 // RUN: %clang -target sparc-linux -fno-integrated-as -### -c %s 2>&1 \ 12 // IAS-NOT: "-no-integrated-as" 13 // NO-IAS: "-no-integrated-as" 16 // RUN: -no-integrated-as --sysroot=%S/Inputs/basic_netbsd_tree %s -### 2>&1 \ 20 // RUN: -no-integrated-as --sysroot=%S/Inputs/basic_netbsd_tree %s -### 2>&1 \ 24 // RUN: -no-integrated-as --sysroot=%S/Inputs/basic_netbsd_tree %s -### 2>&1 \ 28 // RUN: -no-integrated-as --sysroot=%S/Inputs/basic_netbsd_tree %s -### 2>&1 \ 32 // RUN: -no-integrated-as --sysroot=%S/Inputs/basic_netbsd_tree %s -### 2>&1 \ 36 // RUN: -no-integrated-as --sysroot=%S/Inputs/basic_netbsd_tree %s -### 2>&1 \ [all …]
|
H A D | linux-as.c | 4 // RUN: -no-integrated-as -c %s 2>&1 \ 9 // RUN: -no-integrated-as -c %s 2>&1 \ 14 // RUN: -no-integrated-as -c %s 2>&1 \ 19 // RUN: -no-integrated-as -c %s 2>&1 \ 24 // RUN: -no-integrated-as -c %s 2>&1 \ 29 // RUN: -no-integrated-as -c %s 2>&1 \ 34 // RUN: -no-integrated-as -c %s 2>&1 \ 39 // RUN: -no-integrated-as -c %s 2>&1 \ 44 // RUN: -no-integrated-as -c %s 2>&1 \ 49 // RUN: -no-integrated-as -c %s 2>&1 \ [all …]
|
H A D | sparcv9-as.c | 1 // Make sure SparcV9 does not use the integrated assembler by default. 9 // RUN: %clang -target sparcv9-linux -fno-integrated-as -### -c %s 2>&1 \ 12 // IAS-NOT: "-no-integrated-as" 13 // NO-IAS: "-no-integrated-as" 16 // RUN: -no-integrated-as --sysroot=%S/Inputs/basic_netbsd_tree %s -### 2>&1 \ 20 // RUN: -no-integrated-as --sysroot=%S/Inputs/basic_netbsd_tree %s -### 2>&1 \ 24 // RUN: -no-integrated-as --sysroot=%S/Inputs/basic_netbsd_tree %s -### 2>&1 \ 28 // RUN: -no-integrated-as --sysroot=%S/Inputs/basic_netbsd_tree %s -### 2>&1 \ 32 // RUN: -no-integrated-as --sysroot=%S/Inputs/basic_netbsd_tree %s -### 2>&1 \ 36 // RUN: -no-integrated-as --sysroot=%S/Inputs/basic_netbsd_tree %s -### 2>&1 \ [all …]
|
H A D | integrated-as.s | 1 // RUN: %clang -### -c -integrated-as %s 2>&1 | FileCheck %s 5 // RUN: %clang -### -c -integrated-as -Wa,-L %s 2>&1 | FileCheck --check-prefix=OPT_L %s 8 // Test that -I params in -Wa, and -Xassembler args are passed to integrated assembler 9 // RUN: %clang -### -c -integrated-as %s -Wa,-I,foo_dir 2>&1 | FileCheck --check-prefix=WA_INCLUDE1… 13 // RUN: %clang -### -c -integrated-as %s -Wa,-Ifoo_dir 2>&1 | FileCheck --check-prefix=WA_INCLUDE2 … 17 // RUN: %clang -### -c -integrated-as %s -Wa,-I -Wa,foo_dir 2>&1 | FileCheck --check-prefix=WA_INCL… 21 // RUN: %clang -### -c -integrated-as %s -Xassembler -I -Xassembler foo_dir 2>&1 | FileCheck --chec… 25 // RUN: %clang -### -c -integrated-as %s -Xassembler -Ifoo_dir 2>&1 | FileCheck --check-prefix=XA_I… 29 // RUN: %clang -### -c -integrated-as %s -gdwarf-4 -gdwarf-2 2>&1 | FileCheck --check-prefix=DWARF2… 32 // RUN: %clang -### -c -integrated-as %s -gdwarf-3 2>&1 | FileCheck --check-prefix=DWARF3 %s [all …]
|
H A D | freebsd-mips-as.c | 4 // RUN: -no-integrated-as -c %s 2>&1 \ 10 // RUN: -no-integrated-as -fPIC -c %s 2>&1 \ 16 // RUN: -no-integrated-as -fpic -c %s 2>&1 \ 22 // RUN: -no-integrated-as -fPIE -c %s 2>&1 \ 28 // RUN: -no-integrated-as -fpie -c %s 2>&1 \ 34 // RUN: -no-integrated-as -c %s 2>&1 \ 39 // RUN: -no-integrated-as -c %s 2>&1 \ 44 // RUN: -no-integrated-as -c %s 2>&1 \ 49 // RUN: -no-integrated-as -c %s 2>&1 \ 54 // RUN: -no-integrated-as -c %s 2>&1 \ [all …]
|
H A D | unknown-gcc-arch.c | 1 // RUN: %clang -target x86_64-unknown-unknown -no-integrated-as -c \ 6 // RUN: -no-integrated-as 2>&1 | FileCheck -check-prefix=X86_64-M32 %s 10 // RUN: -no-integrated-as 2>&1| FileCheck -check-prefix=I386 %s 14 // RUN: -no-integrated-as 2>&1 | FileCheck -check-prefix=I386-M64 %s 18 // RUN: -no-integrated-as 2>&1 | FileCheck -check-prefix=PPC64 %s 22 // RUN: -no-integrated-as 2>&1 | FileCheck -check-prefix=PPC-M64 %s 27 // RUN: -no-integrated-as 2>&1 | FileCheck -check-prefix=PPC64-M32 %s 31 // RUN: -no-integrated-as | FileCheck -check-prefix=PPC %s 34 // RUN: %clang -target sparc64-unknown-unknown -no-integrated-as -c -x assembler %s -### -m32 2>&1 \ 38 // RUN: %clang -target sparc-unknown-unknown -no-integrated-as -c -x assembler %s -### -m64 2>&1 \
|
H A D | as-options.s | 1 // PR21000: Test that -I is passed to both external and integrated assemblers. 3 // RUN: %clang -target x86_64-linux-gnu -c -no-integrated-as %s \ 7 // RUN: %clang -target x86_64-linux-gnu -c -no-integrated-as %s \ 11 // RUN: %clang -target x86_64-linux-gnu -c -integrated-as %s \ 15 // RUN: %clang -target x86_64-linux-gnu -c -integrated-as %s \ 21 // RUN: %clang -target aarch64-linux-gnu -c -no-integrated-as %s \ 25 // RUN: %clang -target aarch64-linux-gnu -c -integrated-as %s \ 29 // RUN: %clang -target armv7-linux-gnueabihf -c -no-integrated-as %s \ 33 // RUN: %clang -target armv7-linux-gnueabihf -c -integrated-as %s \
|
H A D | no-integrated-as.c | 1 // RUN: %clang -target i386 -### -no-integrated-as -c %s 2>&1 \ 4 // NOIAS: -no-integrated-as 6 // RUN: %clang -target i386 -### -integrated-as -c %s 2>&1 \ 9 // IAS-NOT: -no-integrated-as 13 // DEFAULT-NOT: -no-integrated-as 18 // NO-IAS-DEFAULT: -no-integrated-as
|
H A D | cross-linux.c | 1 // RUN: %clang -### -o %t %s 2>&1 -no-integrated-as \ 9 // RUN: %clang -### -o %t %s 2>&1 -no-integrated-as \ 17 // RUN: %clang -### -o %t %s 2>&1 -no-integrated-as \ 25 // RUN: %clang -### -o %t %s 2>&1 -no-integrated-as \ 30 // RUN: %clang -### -o %t %s 2>&1 -no-integrated-as \ 35 // RUN: %clang -### -o %t %s 2>&1 -no-integrated-as \ 52 // RUN: %clang -### -o %t %s 2>&1 -no-integrated-as \ 70 // RUN: %clang -### -o %t %s 2>&1 -no-integrated-as \ 88 // RUN: %clang -### -o %t %s 2>&1 -no-integrated-as \
|
H A D | openbsd.c | 46 // RUN: %clang -target amd64-pc-openbsd -m32 -### -no-integrated-as -c %s 2>&1 \ 48 // RUN: %clang -target powerpc-unknown-openbsd -### -no-integrated-as -c %s 2>&1 \ 50 // RUN: %clang -target sparc-unknown-openbsd -### -no-integrated-as -c %s 2>&1 \ 52 // RUN: %clang -target sparc64-unknown-openbsd -### -no-integrated-as -c %s 2>&1 \ 54 // RUN: %clang -target mips64-unknown-openbsd -### -no-integrated-as -c %s 2>&1 \ 56 // RUN: %clang -target mips64-unknown-openbsd -fPIC -### -no-integrated-as -c %s 2>&1 \ 58 // RUN: %clang -target mips64el-unknown-openbsd -### -no-integrated-as -c %s 2>&1 \ 60 // RUN: %clang -target mips64el-unknown-openbsd -fPIC -### -no-integrated-as -c %s 2>&1 \
|
H A D | incremental-linker-compatible.c | 1 // RUN: %clang '-###' %s -c -o tmp.o -target i686-pc-linux-gnu -integrated-as -mincremental-linker-… 4 // RUN: %clang '-###' %s -c -o tmp.o -target i686-pc-linux-gnu -integrated-as -mno-incremental-link… 7 // RUN: %clang '-###' %s -c -o tmp.o -target i686-pc-linux-gnu -integrated-as -mno-incremental-link… 10 // RUN: %clang '-###' %s -c -o tmp.o -target i686-pc-linux-gnu -integrated-as -mincremental-linker-… 13 // RUN: %clang '-###' %s -c -o tmp.o -target i686-pc-mingw32 -integrated-as 2>&1 | FileCheck %s --c… 16 // RUN: %clang '-###' %s -c -o tmp.o -target i686-pc-win32 -integrated-as 2>&1 | FileCheck %s --che…
|
H A D | coverage_no_integrated_as.c | 5 // RUN: %clang -### -S -fprofile-arcs -no-integrated-as %s 2>&1 | FileCheck -check-prefix=CHECK-GCN… 7 // RUN: %clang -### -c -fprofile-arcs -no-integrated-as %s 2>&1 | FileCheck -check-prefix=CHECK-GCN… 10 // RUN: %clang -### -S -fprofile-arcs -no-integrated-as %s -o /foo/bar.o 2>&1 | FileCheck -check-pr… 12 // RUN: %clang -### -c -fprofile-arcs -no-integrated-as %s -o /foo/bar.o 2>&1 | FileCheck -check-pr… 15 // RUN: %clang -### -S -fprofile-arcs -no-integrated-as %s -o foo/bar.o 2>&1 | FileCheck -check-pre… 17 // RUN: %clang -### -c -fprofile-arcs -no-integrated-as %s -o foo/bar.o 2>&1 | FileCheck -check-pre…
|
H A D | no-integrated-as-win.c | 1 // RUN: %clang -target x86_64-pc-win32 -### -no-integrated-as %s -c 2>&1 | FileCheck %s 6 // RUN: %clang -target i686-pc-mingw32 -### -no-integrated-as %s -c 2>&1 | FileCheck -check-prefix=… 8 // MINGW: "-main-file-name" "no-integrated-as-win.c" 9 // MINGW: "-x" "c" "{{.*}}no-integrated-as-win.c" 11 // MINGW-NOT: no-integrated-as-win.c
|
/aosp_15_r20/external/wpa_supplicant_8/hostapd/ |
H A D | defconfig | 53 # Integrated EAP server 56 # EAP Re-authentication Protocol (ERP) in integrated EAP server 59 # EAP-MD5 for the integrated EAP server 62 # EAP-TLS for the integrated EAP server 65 # EAP-MSCHAPv2 for the integrated EAP server 68 # EAP-PEAP for the integrated EAP server 71 # EAP-GTC for the integrated EAP server 74 # EAP-TTLS for the integrated EAP server 77 # EAP-SIM for the integrated EAP server 80 # EAP-AKA for the integrated EAP server [all …]
|
H A D | android.config | 55 # Integrated EAP server 58 # EAP-MD5 for the integrated EAP server 61 # EAP-TLS for the integrated EAP server 64 # EAP-MSCHAPv2 for the integrated EAP server 67 # EAP-PEAP for the integrated EAP server 70 # EAP-GTC for the integrated EAP server 73 # EAP-TTLS for the integrated EAP server 76 # EAP-SIM for the integrated EAP server 79 # EAP-AKA for the integrated EAP server 82 # EAP-AKA' for the integrated EAP server [all …]
|
/aosp_15_r20/external/google-cloud-java/java-service-control/grpc-google-cloud-service-control-v2/src/main/java/com/google/api/servicecontrol/v2/ |
H A D | ServiceControllerGrpc.java | 28 * that are integrated with [Service 180 * that are integrated with [Service 191 * This method provides admission control for services that are integrated 222 * This method provides telemetry reporting for services that are integrated 254 * that are integrated with [Service 275 * that are integrated with [Service 296 * This method provides admission control for services that are integrated 328 * This method provides telemetry reporting for services that are integrated 361 * that are integrated with [Service 383 * This method provides admission control for services that are integrated [all …]
|
/aosp_15_r20/external/pciutils/ |
H A D | pci.ids | 230 4040 Integrated Array 268 ae35 Integrated NetFlex-3/P 270 ae43 Netelligent Integrated 10/100 TX UTP 302 b203 Integrated Lights Out Controller 304 b204 Integrated Lights Out Processor 324 0e11 b143 Integrated Dual Channel Wide Ultra2 SCSI Controller 350 0e11 4040 Integrated Smart Array Controller 368 8086 352d Integrated RAID Module RMSP3AD160F 387 8086 352e Integrated RAID Module RMSP3CD080F 388 8086 352f Integrated RAID Module RMSP3HD080E [all …]
|
/aosp_15_r20/external/google-cloud-java/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/ |
H A D | ExplanationParameters.java | 252 * An attribution method that redistributes Integrated Gradients 259 * x-rays or quality-control cameras, use Integrated Gradients instead. 274 * An attribution method that redistributes Integrated Gradients 281 * x-rays or quality-control cameras, use Integrated Gradients instead. 299 * An attribution method that redistributes Integrated Gradients 306 * x-rays or quality-control cameras, use Integrated Gradients instead. 1440 * An attribution method that redistributes Integrated Gradients 1447 * x-rays or quality-control cameras, use Integrated Gradients instead. 1462 * An attribution method that redistributes Integrated Gradients 1469 * x-rays or quality-control cameras, use Integrated Gradients instead. [all …]
|
/aosp_15_r20/external/google-cloud-java/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/ |
H A D | ExplanationParameters.java | 259 * An attribution method that redistributes Integrated Gradients 266 * x-rays or quality-control cameras, use Integrated Gradients instead. 281 * An attribution method that redistributes Integrated Gradients 288 * x-rays or quality-control cameras, use Integrated Gradients instead. 306 * An attribution method that redistributes Integrated Gradients 313 * x-rays or quality-control cameras, use Integrated Gradients instead. 1554 * An attribution method that redistributes Integrated Gradients 1561 * x-rays or quality-control cameras, use Integrated Gradients instead. 1576 * An attribution method that redistributes Integrated Gradients 1583 * x-rays or quality-control cameras, use Integrated Gradients instead. [all …]
|
/aosp_15_r20/external/clang/test/Tooling/ |
H A D | multi-jobs.cpp | 1 // RUN: not clang-check "%s" -- -no-integrated-as -c 2>&1 | FileCheck %s 2 // The following test uses multiple time the same '-no-integrated-as' flag in order to make sure th… 3 … not clang-check "%s" -- -target x86_64-win32 -c -no-integrated-as -no-integrated-as -no-integrate…
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/ |
D | BINUTILS_KERNEL_DEPRECATION.md | 27 Support for using Clang's "integrated assembler" is a risk; we have gotten it 60 level Makefile in 6. At this point we will be using Clang's integrated 66 Clang's integrated assembler into shape. In fact, they may end up beating us to 70 …thub.com/ClangBuiltLinux/linux/issues?q=is%3Aissue+is%3Aopen+label%3A%22%5BTOOL%5D+integrated-as%22 79 Let's say a kernel change doesn't work with Clang's integrated assembler. The 81 revert until Clang's integrated assembler is fixed?"
|
/aosp_15_r20/external/coreboot/src/southbridge/intel/common/firmware/ |
H A D | Kconfig | 32 for an integrated controller. This might be called the Management 75 Lite SKU is integrated. 122 The integrated gigabit ethernet controller needs a configuration 123 file. Select this if you are going to use the PCH integrated 140 Select this if you are going to use the PCH integrated controller 206 before writing to the ME Section. If CSE Lite SKU is integrated,
|
/aosp_15_r20/external/llvm/test/CodeGen/ARM/ |
H A D | stack_guard_remat.ll | 1 ; RUN: llc < %s -mtriple=arm-apple-ios -relocation-model=pic -no-integrated-as | FileCheck %s -chec… 2 ; RUN: llc < %s -mtriple=arm-apple-ios -relocation-model=static -no-integrated-as | FileCheck %s -c… 3 ; RUN: llc < %s -mtriple=arm-apple-ios -relocation-model=dynamic-no-pic -no-integrated-as | FileChe… 4 ; RUN: llc < %s -mtriple=armv7-apple-ios -mcpu=cortex-a8 -relocation-model=pic -no-integrated-as | … 5 ; RUN: llc < %s -mtriple=armv7-apple-ios -mcpu=cortex-a8 -relocation-model=static -no-integrated-as… 6 …e=armv7-apple-ios -mcpu=cortex-a8 -relocation-model=dynamic-no-pic -no-integrated-as | FileCheck %…
|
/aosp_15_r20/external/edid-decode/test/ |
H A D | xorg.test | 390 [ 4.968] (II) config/udev: Adding input device Integrated IR Camera: Integrate (/dev/input/even… 391 [ 4.968] (**) Integrated IR Camera: Integrate: Applying InputClass "libinput keyboard catchall" 392 [ 4.968] (II) Using input driver 'libinput' for 'Integrated IR Camera: Integrate' 393 [ 4.968] (**) Integrated IR Camera: Integrate: always reports core events 396 [ 4.969] (II) event17 - Integrated IR Camera: Integrate: is tagged by udev as: Keyboard 397 [ 4.969] (II) event17 - Integrated IR Camera: Integrate: device is a keyboard 398 [ 4.969] (II) event17 - Integrated IR Camera: Integrate: device removed 400 [ 4.985] (II) XINPUT: Adding extended input device "Integrated IR Camera: Integrate" (type: KEY… 403 [ 4.985] (II) event17 - Integrated IR Camera: Integrate: is tagged by udev as: Keyboard 404 [ 4.985] (II) event17 - Integrated IR Camera: Integrate: device is a keyboard [all …]
|