/external/llvm-project/clang-tools-extra/clang-tidy/ |
D | ClangTidyForceLinker.h | 1 //===- ClangTidyForceLinker.h - clang-tidy --------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 #include "clang-tidy-config.h" 18 // This anchor is used to force the linker to link the AbseilModule. 23 // This anchor is used to force the linker to link the AlteraModule. 28 // This anchor is used to force the linker to link the AndroidModule. 33 // This anchor is used to force the linker to link the BoostModule. 38 // This anchor is used to force the linker to link the BugproneModule. 43 // This anchor is used to force the linker to link the CERTModule. [all …]
|
/external/llvm-project/llvm/test/Transforms/LoopVectorize/X86/ |
D | consecutive-ptr-uniforms.ll | 2 ; RUN: opt < %s -aa-pipeline=basic-aa -passes=loop-vectorize,instcombine -S -debug-only=loop-vector… 3 ; RUN: opt < %s -loop-vectorize -instcombine -S -debug-only=loop-vectorize -disable-output -print-a… 4 ; RUN: opt < %s -loop-vectorize -force-vector-width=2 -S | FileCheck %s -check-prefix=FORCE 6 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" 7 target triple = "x86_64-unknown-linux-gnu" 9 ; CHECK-LABEL: PR31671 11 ; Check a pointer in which one of its uses is consecutive-like and another of 12 ; its uses is non-consecutive-like. In the test case below, %tmp3 is the 13 ; pointer operand of an interleaved load, making it consecutive-like. However, 14 ; it is also the pointer operand of a non-interleaved store that will become a [all …]
|
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/framework/infrastructure/ |
D | traffic_director.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 42 BACKEND_SERVICE_NAME = "backend-service" 43 HEALTH_CHECK_NAME = "health-check" 44 URL_MAP_NAME = "url-map" 45 URL_MAP_PATH_MATCHER_NAME = "path-matcher" 46 TARGET_PROXY_NAME = "target-proxy" 47 FORWARDING_RULE_NAME = "forwarding-rule" 100 def cleanup(self, *, force=False): argument 102 self.delete_forwarding_rule(force=force) 104 self.delete_target_http_proxy(force=force) [all …]
|
/external/llvm-project/llvm/test/Transforms/LoopVectorize/AArch64/ |
D | arbitrary-induction-step.ll | 1 ; RUN: opt -S < %s -loop-vectorize -force-vector-interleave=2 -force-vector-width=4 | FileCheck %s 2 ; RUN: opt -S < %s -loop-vectorize -force-vector-interleave=1 -force-vector-width=2 | FileCheck %s … 4 target datalayout = "e-m:e-i64:64-i128:128-n32:64-S128" 5 target triple = "aarch64--linux-gnueabi" 13 ; CHECK-LABEL: @ind_plus2( 23 ; FORCE-VEC-LABEL: @ind_plus2( 24 ; FORCE-VEC: %wide.load = load <2 x i32>, <2 x i32>* 25 ; FORCE-VEC: mul nsw <2 x i32> 26 ; FORCE-VEC: add <2 x i32> 27 ; FORCE-VEC: %index.next = add i64 %index, 2 [all …]
|
/external/llvm-project/lld/test/ELF/ |
D | aarch64-feature-bti.s | 2 # RUN: llvm-mc -filetype=obj -triple=aarch64-linux-gnu %s -o %t.o 3 # RUN: llvm-mc -filetype=obj -triple=aarch64-linux-gnu %p/Inputs/aarch64-bti1.s -o %t1.o 4 # RUN: llvm-mc -filetype=obj -triple=aarch64-linux-gnu %p/Inputs/aarch64-func3.s -o %t2.o 5 # RUN: llvm-mc -filetype=obj -triple=aarch64-linux-gnu %p/Inputs/aarch64-func3-bti.s -o %t3.o 6 # RUN: llvm-mc -filetype=obj -triple=aarch64-linux-gnu %p/Inputs/aarch64-func2.s -o %tno.o 11 # RUN: ld.lld %tno.o %t3.o --shared -o %tno.so 12 # RUN: llvm-objdump -d --mattr=+bti --no-show-raw-insn %tno.so | FileCheck --check-prefix=NOBTI %s 13 # RUN: llvm-readelf -x .got.plt %tno.so | FileCheck --check-prefix SOGOTPLT %s 14 # RUN: llvm-readelf --dynamic-table %tno.so | FileCheck --check-prefix NOBTIDYN %s 16 # NOBTIDYN-NOT: 0x0000000070000001 (AARCH64_BTI_PLT) [all …]
|
/external/llvm/test/Transforms/LoopVectorize/AArch64/ |
D | arbitrary-induction-step.ll | 1 ; RUN: opt -S < %s -loop-vectorize -force-vector-interleave=2 -force-vector-width=4 | FileCheck %s 2 ; RUN: opt -S < %s -loop-vectorize -force-vector-interleave=1 -force-vector-width=2 | FileCheck %s … 4 target datalayout = "e-m:e-i64:64-i128:128-n32:64-S128" 5 target triple = "aarch64--linux-gnueabi" 13 ; CHECK-LABEL: @ind_plus2( 23 ; FORCE-VEC-LABEL: @ind_plus2( 24 ; FORCE-VEC: %wide.load = load <2 x i32>, <2 x i32>* 25 ; FORCE-VEC: mul nsw <2 x i32> 26 ; FORCE-VEC: add nsw <2 x i32> 27 ; FORCE-VEC: %index.next = add i64 %index, 2 [all …]
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | vtable-available-externally.cpp | 1 // RUN: %clang_cc1 %s -I%S -triple=x86_64-apple-darwin10 -std=c++98 -emit-llvm -o %t 2 // RUN: %clang_cc1 %s -I%S -triple=x86_64-apple-darwin10 -std=c++98 -O2 -disable-llvm-passes -emit-… 3 …-I%S -triple=x86_64-apple-darwin10 -std=c++98 -O2 -disable-llvm-passes -emit-llvm -o %t.vtable -ff… 4 // RUN: FileCheck -allow-deprecated-dag-overlap --check-prefix=CHECK-TEST1 %s < %t 5 // RUN: FileCheck -allow-deprecated-dag-overlap --check-prefix=CHECK-TEST2 %s < %t 6 // RUN: FileCheck -allow-deprecated-dag-overlap --check-prefix=CHECK-TEST5 %s < %t 7 // RUN: FileCheck -allow-deprecated-dag-overlap --check-prefix=CHECK-TEST8 %s < %t.opt 8 // RUN: FileCheck -allow-deprecated-dag-overlap --check-prefix=CHECK-TEST9 %s < %t.opt 9 // RUN: FileCheck -allow-deprecated-dag-overlap --check-prefix=CHECK-TEST10 %s < %t.opt 10 // RUN: FileCheck -allow-deprecated-dag-overlap --check-prefix=CHECK-TEST11 %s < %t.opt [all …]
|
/external/llvm-project/clang/test/CodeGen/ |
D | thinlto-loop-vectorize-pm.c | 1 // REQUIRES: x86-registered-target 2 // RUN: %clang_cc1 -o %t.o -O2 -flto=thin -fexperimental-new-pass-manager -triple x86_64-unknown-li… 3 // RUN: llvm-lto -thinlto -o %t %t.o 6 // ThinLTO backend. -vectorize-loops is a cc1 option and will be added 8 // "-mllvm -vectorize-loops=false" will disable loop vectorization, overriding 13 …-triple x86_64-unknown-linux-gnu -emit-obj -O2 -vectorize-loops -mllvm -force-vector-width=2 -mllv… 14 …-triple x86_64-unknown-linux-gnu -emit-obj -O2 -vectorize-loops -mllvm -force-vector-width=2 -mllv… 15 …-triple x86_64-unknown-linux-gnu -emit-obj -O2 -vectorize-loops -mllvm -vectorize-loops=false -mll… 16 …-triple x86_64-unknown-linux-gnu -emit-obj -O2 -vectorize-loops -mllvm -vectorize-loops=false -mll… 17 …-triple x86_64-unknown-linux-gnu -emit-obj -O0 -vectorize-loops -mllvm -force-vector-width=2 -mllv… [all …]
|
/external/python/cpython2/Lib/ |
D | compileall.py | 1 """Module/script to byte-compile all .py files to .pyc (or .pyo) files. 4 given as arguments recursively; the -l option prevents it from 9 packages -- for now, you'll have to deal with packages separately.) 11 See module py_compile for details of the actual byte-compilation. 22 force=0, rx=None, quiet=0): argument 23 """Byte-compile all modules in the given directory tree. 27 dir: the directory to byte-compile 30 file as it is compiled into each byte-code file. 31 force: if 1, force compilation, even if timestamps are up-to-date 50 if not compile_file(fullname, ddir, force, rx, quiet): [all …]
|
/external/llvm-project/llvm/test/Transforms/ForcedFunctionAttrs/ |
D | forced.ll | 1 ; RUN: opt < %s -S -forceattrs | FileCheck %s --check-prefix=CHECK-CONTROL 2 ; RUN: opt < %s -S -forceattrs -force-attribute foo:noinline | FileCheck %s --check-prefix=CHECK-FOO 3 ; RUN: opt < %s -S -passes=forceattrs -force-attribute foo:noinline | FileCheck %s --check-prefix=C… 4 ; RUN: opt < %s -S -passes=forceattrs -force-remove-attribute goo:cold | FileCheck %s --check-prefi… 5 ; RUN: opt < %s -S -passes=forceattrs -force-remove-attribute goo:noinline | FileCheck %s --check-p… 6 …: opt < %s -S -passes=forceattrs -force-attribute goo:cold -force-remove-attribute goo:noinline | … 7 …t < %s -S -passes=forceattrs -force-attribute goo:noinline -force-remove-attribute goo:noinline | … 9 ; CHECK-CONTROL: define void @foo() { 10 ; CHECK-FOO: define void @foo() #0 { 16 ; REMOVE-COLD: define void @goo() #0 { [all …]
|
/external/wayland-protocols/chromium.org/unstable/stylus/ |
D | stylus-unstable-v2.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 31 type of stylus, as well as the force and tilt of the tool. 47 <!-- Version 2 Additions --> 62 <!-- Version 2 Additions --> 78 through this interface is likely an on-screen stylus, where the user 107 <event name="force"> 108 <description summary="force change event"> 109 Notification of a change in physical force on the surface of the screen. 110 The force is calibrated and normalized to the 0 to 1 range. 114 <arg name="force" type="fixed" summary="new value of force"/> [all …]
|
/external/llvm-project/lld/test/MachO/ |
D | force-load.s | 2 # RUN: mkdir -p %t 3 …obl _foo; .weak_definition _foo; _foo:" | llvm-mc -filetype=obj -triple=x86_64-apple-darwin -o %t/… 4 # RUN: rm -f %t/foo.a 5 # RUN: llvm-ar rcs %t/foo.a %t/archive-foo.o 6 …bj; .globl _foo; .weak_definition _foo; _foo:" | llvm-mc -filetype=obj -triple=x86_64-apple-darwin… 7 # RUN: llvm-mc -filetype=obj -triple=x86_64-apple-darwin %s -o %t/test.o 9 # RUN: %lld -force_load %t/foo.a %t/foo.o %t/test.o -o %t/test-force-load-first 10 # FORCE-LOAD-FIRST: __TEXT,archive _foo 11 # RUN: llvm-objdump --syms %t/test-force-load-first | FileCheck %s --check-prefix=FORCE-LOAD-FIRST 13 # RUN: %lld %t/foo.o -force_load %t/foo.a %t/test.o -o %t/test-force-load-second [all …]
|
/external/mesa3d/prebuilt-intermediates/xmlpool/ |
D | options.h | 3 * XML DRI client-side driver configuration 49 * predefined option sections and options with multi-lingual descriptions 78 … DRI_CONF_DESC(de,"Aktiviere sofortige Leerung der GPU-Zwischenspeicher mit jedem Zeichenaufruf") \ 97 DRI_CONF_DESC(en,"Force GLSL extension default behavior to 'warn'") \ 98 DRI_CONF_DESC(de,"Force GLSL extension default behavior to 'warn'") \ 100 DRI_CONF_DESC(nl,"Force GLSL extension default behavior to 'warn'") \ 101 DRI_CONF_DESC(fr,"Force GLSL extension default behavior to 'warn'") \ 102 DRI_CONF_DESC(sv,"Force GLSL extension default behavior to 'warn'") \ 132 DRI_CONF_DESC(en,"Disable backslash-based line continuations in GLSL source") \ 133 DRI_CONF_DESC(de,"Disable backslash-based line continuations in GLSL source") \ [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | dynamic-allocas-VLAs.ll | 1 ; RUN: llc < %s -stack-symbol-ordering=0 -mcpu=generic -march=x86-64 -mattr=+avx -mtriple=i686-appl… 2 …-stack-symbol-ordering=0 -mcpu=generic -stackrealign -stack-alignment=32 -march=x86-64 -mattr=+avx… 15 ; CHECK-NOT: andq $-{{[0-9]+}}, %rsp 16 ; CHECK: leaq [[OFFSET:[0-9]*]](%rsp), %rdi 37 ; CHECK: andq $-32, %rsp 38 ; CHECK: subq ${{[0-9]+}}, %rsp 40 ; CHECK: leaq {{[0-9]*}}(%rsp), %rdi 41 ; CHECK: leaq {{[0-9]*}}(%rsp), %rsi 63 ; CHECK-NOT: andq $-{{[0-9]+}}, %rsp 64 ; CHECK: subq ${{[0-9]+}}, %rsp [all …]
|
D | avx512vl-logic.ll | 1 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -mcpu=knl -mattr=+avx512vl | FileCheck %s 3 ; 256-bit 5 ; CHECK-LABEL: vpandd256 10 ; Force the execution domain with an add. 16 ; CHECK-LABEL: vpandnd256 21 ; Force the execution domain with an add. 23 %b2 = xor <8 x i32> %a, <i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1> 28 ; CHECK-LABEL: vpord256 33 ; Force the execution domain with an add. 39 ; CHECK-LABEL: vpxord256 [all …]
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | dynamic-allocas-VLAs.ll | 1 ; RUN: llc < %s -stack-symbol-ordering=0 -mcpu=generic -mattr=+avx -mtriple=x86_64-apple-darwin10 |… 2 … -stack-symbol-ordering=0 -mcpu=generic -stackrealign -stack-alignment=32 -mattr=+avx -mtriple=x86… 15 ; CHECK-NOT: andq $-{{[0-9]+}}, %rsp 16 ; CHECK: leaq [[OFFSET:[0-9]*]](%rsp), %rdi 37 ; CHECK: andq $-32, %rsp 38 ; CHECK: subq ${{[0-9]+}}, %rsp 40 ; CHECK: leaq {{[0-9]*}}(%rsp), %rdi 63 ; CHECK-NOT: andq $-{{[0-9]+}}, %rsp 64 ; CHECK: subq ${{[0-9]+}}, %rsp 87 ; CHECK: andq $-32, %rsp [all …]
|
/external/ltp/testcases/kernel/syscalls/membarrier/ |
D | membarrier01.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 37 int force; /* force if CMD_QUERY reports not enabled */ member 47 * - enabled by default 48 * - should always fail with EINVAL 51 .command = -1, 52 .exp_ret = -1, 59 * - enabled by default 60 * - should always fail with EINVAL 65 .exp_ret = -1, 72 * - should ALWAYS be enabled by CMD_QUERY [all …]
|
/external/flac/test/ |
D | test_seeking.sh | 1 #!/bin/sh -e 3 # FLAC - Free Lossless Audio Codec 4 # Copyright (C) 2004-2009 Josh Coalson 5 # Copyright (C) 2011-2016 Xiph.Org Foundation 9 # are distributed under Xiph.Org's BSD-like license (see the file 33 flac${EXE} --help 1>/dev/null 2>/dev/null || die "ERROR can't find flac executable" 34 metaflac${EXE} --help 1>/dev/null 2>/dev/null || die "ERROR can't find metaflac executable" 39 …echo "valgrind --leak-check=yes --show-reachable=yes --num-callers=50 flac $*" >>test_seeking.valg… 40 …valgrind --leak-check=yes --show-reachable=yes --num-callers=50 --log-fd=4 flac${EXE} --no-error-o… 42 flac${EXE} --no-error-on-compression-fail $* [all …]
|
/external/autotest/server/cros/clique_lib/ |
D | clique_dut_updater.py | 2 # Use of this source code is governed by a BSD-style license that can be 19 def update_dut_worker(updater_obj, dut, image, force): argument 28 @param force: If False, will only updated the host if it is not 29 already running the build. If True, force the 30 update regardless, and force a full-reimage. 33 updater_obj.update_dut(dut_host=dut.host, image=image, force=force) 69 Ex: lumpy-release/R28-3993.0.0 73 return dut_board + '-release/' + release_version 85 """Get release version from the DUT located in lsb-release file. 101 return image.split('-')[-1] [all …]
|
/external/python/cpython3/Lib/ |
D | compileall.py | 1 """Module/script to byte-compile all .py files to .pyc files. 4 given as arguments recursively; the -l option prevents it from 9 packages -- for now, you'll have to deal with packages separately.) 11 See module py_compile for details of the actual byte-compilation. 45 yield from _walk_dir(fullname, maxlevels=maxlevels - 1, 48 def compile_dir(dir, maxlevels=None, ddir=None, force=False, argument 49 rx=None, quiet=0, legacy=False, optimize=-1, workers=1, 52 """Byte-compile all modules in the given directory tree. 56 dir: the directory to byte-compile 59 file as it is compiled into each byte-code file. [all …]
|
/external/cldr/tools/java/org/unicode/cldr/util/data/external/ |
D | nistConversions.txt | 1 …m https://www.nist.gov/pml/special-publication-811/nist-guide-si-appendix-b-conversion-factors/nis… 5 foot per second squared (ft/s2) meter per second squared (m/s2) 3.048 E-01 6 gal (Gal) meter per second squared (m/s2) 1.0 E-02 7 inch per second squared (in/s2) meter per second squared (m/s2) 2.54 E-02 12 degree (°) radian (rad) 1.745 329 E-02 13 gon (also called grade) (gon) radian (rad) 1.570 796 E-02 14 gon (also called grade) (gon) degree (°) 9.0 E-01 15 mil radian (rad) 9.817 477 E-04 16 mil degree (°) 5.625 E-02 17 minute (′ ) radian (rad) 2.908 882 E-04 [all …]
|
/external/llvm-project/lld/test/COFF/ |
D | merge.test | 1 # RUN: yaml2obj %s -o %t.obj 2 # RUN: lld-link /out:%t.exe /entry:main /subsystem:console /force \ 4 # RUN: llvm-readobj --sections %t.exe | FileCheck %s 6 # RUN: lld-link /out:%t.exe /entry:main /subsystem:console /force \ 8 # RUN: llvm-readobj --sections %t.exe | FileCheck --check-prefix=CHECK2 %s 10 # RUN: env LLD_IN_TEST=1 not lld-link /out:%t.exe /entry:main /subsystem:console /force \ 11 # RUN: /merge:.rsrc=.foo %t.obj /debug 2>&1 | FileCheck --check-prefix=NO-RSRC %s 12 # RUN: env LLD_IN_TEST=1 not lld-link /out:%t.exe /entry:main /subsystem:console /force \ 13 # RUN: /merge:.foo=.rsrc %t.obj /debug 2>&1 | FileCheck --check-prefix=NO-RSRC %s 14 # RUN: env LLD_IN_TEST=1 not lld-link /out:%t.exe /entry:main /subsystem:console /force \ [all …]
|
/external/llvm-project/flang/lib/Lower/ |
D | SymbolMap.h | 1 //===-- SymbolMap.h -- lowering internal symbol map -------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 26 //===----------------------------------------------------------------------===// 28 //===----------------------------------------------------------------------===// 30 /// A dictionary entry of ssa-values that together compose a variable referenced 35 /// is a single variable `c`. This variable is a two-dimensional array of 40 /// The lowering bridge needs to be able to record all four of these ssa-values 61 //===--------------------------------------------------------------------===// 63 //===--------------------------------------------------------------------===// [all …]
|
/external/autotest/server/site_tests/firmware_IntegratedU2F/ |
D | firmware_IntegratedU2F.py | 2 # Use of this source code is governed by a BSD-style license that can be 19 """Verify U2F using the on-board cr50 firmware works.""" 24 U2F_FORCE_PATH = '/var/lib/u2f/force/u2f.force' 25 G2F_FORCE_PATH = '/var/lib/u2f/force/g2f.force' 26 USER_KEYS_FORCE_PATH = '/var/lib/u2f/force/user_keys.force' 33 """Remove *.force files""" 34 self.host.run('rm -f /var/lib/u2f/force/*.force') 84 'chaps_client --ping').stderr 103 self.host.run('rm -f /var/lib/u2f/force/*.force') 127 0 if the device hasn't been found. Non-zero if it has [all …]
|
/external/kernel-headers/original/uapi/linux/ |
D | input.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 3 * Copyright (c) 1999-2002 Vojtech Pavlik 20 #include "input-event-codes.h" 56 * IOCTLs (0x00 - 0x7f) 67 * struct input_absinfo - used by EVIOCGABS/EVIOCSABS ioctls 100 * struct input_keymap_entry - used by EVIOCGKEYCODE/EVIOCSKEYCODE ioctls 101 * @scancode: scancode represented in machine-endian form. 145 * EVIOCGMTSLOTS(len) - get MT slot values 166 * If the request code is not an ABS_MT value, -EINVAL is returned. 179 #define EVIOCSFF _IOW('E', 0x80, struct ff_effect) /* send a force effect to a force feedback devi… [all …]
|