Home
last modified time | relevance | path

Searched +full:- +full:- +full:force (Results 1 – 25 of 1100) sorted by relevance

12345678910>>...44

/external/rust/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/framework/infrastructure/
Dtraffic_director.py7 # http://www.apache.org/licenses/LICENSE-2.0
43 BACKEND_SERVICE_NAME = "backend-service"
44 HEALTH_CHECK_NAME = "health-check"
45 URL_MAP_NAME = "url-map"
46 URL_MAP_PATH_MATCHER_NAME = "path-matcher"
47 TARGET_PROXY_NAME = "target-proxy"
48 FORWARDING_RULE_NAME = "forwarding-rule"
106 def cleanup(self, *, force=False): argument
108 self.delete_forwarding_rule(force=force)
110 self.delete_target_http_proxy(force=force)
[all …]
/external/llvm/test/Transforms/LoopVectorize/AArch64/
Darbitrary-induction-step.ll1 ; 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/rust/crates/libz-sys/src/zlib-ng/cmake/
Ddetect-install-dirs.cmake1 # detect-install-dirs.cmake -- Detect install directory parameters
7 …set(BIN_INSTALL_DIR "${BIN_INSTALL_DIR}" CACHE PATH "Installation directory for executables" FORCE)
9 …set(BIN_INSTALL_DIR "${INSTALL_BIN_DIR}" CACHE PATH "Installation directory for executables" FORCE)
11 …STALL_DIR "${CMAKE_INSTALL_FULL_BINDIR}" CACHE PATH "Installation directory for executables" FORCE)
13 …INSTALL_PREFIX}/${CMAKE_INSTALL_BINDIR}" CACHE PATH "Installation directory for executables" FORCE)
20 … set(LIB_INSTALL_DIR "${LIB_INSTALL_DIR}" CACHE PATH "Installation directory for libraries" FORCE)
22 … set(LIB_INSTALL_DIR "${INSTALL_LIB_DIR}" CACHE PATH "Installation directory for libraries" FORCE)
24 …INSTALL_DIR "${CMAKE_INSTALL_FULL_LIBDIR}" CACHE PATH "Installation directory for libraries" FORCE)
26 …E_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}" CACHE PATH "Installation directory for libraries" FORCE)
33 set(INC_INSTALL_DIR "${INC_INSTALL_DIR}" CACHE PATH "Installation directory for headers" FORCE)
[all …]
/external/python/cpython2/Lib/
Dcompileall.py1 """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/wayland-protocols/chromium.org/unstable/stylus/
Dstylus-unstable-v2.xml1 <?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/mesa3d/prebuilt-intermediates/xmlpool/
Doptions.h3 * 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/
Ddynamic-allocas-VLAs.ll1 ; 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 …]
Davx512vl-logic.ll1 ; 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/ltp/testcases/kernel/syscalls/membarrier/
Dmembarrier01.c1 // 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/
Dtest_seeking.sh1 #!/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/cldr/tools/cldr-code/src/main/resources/org/unicode/cldr/util/data/external/
DnistConversions.txt1 …m https://www.nist.gov/pml/special-publication-811/nist-guide-si-appendix-b-conversion-factors/nis…
6 foot per second squared (ft/s2) meter per second squared (m/s2) 3.048 E-01
7 gal (Gal) meter per second squared (m/s2) 1.0 E-02
8 inch per second squared (in/s2) meter per second squared (m/s2) 2.54 E-02
13 degree (°) radian (rad) 1.745 329 E-02
14 gon (also called grade) (gon) radian (rad) 1.570 796 E-02
15 gon (also called grade) (gon) degree (°) 9.0 E-01
16 mil radian (rad) 9.817 477 E-04
17 mil degree (°) 5.625 E-02
18 minute (′ ) radian (rad) 2.908 882 E-04
[all …]
/external/python/cpython3/Lib/
Dcompileall.py1 """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/autotest/server/cros/clique_lib/
Dclique_dut_updater.py2 # 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/auto/value/src/test/java/com/google/auto/value/extension/toprettystring/
DToPrettyStringTest.java8 * http://www.apache.org/licenses/LICENSE-2.0
119 "PrimitiveArray {" // force newline in primitiveArray_empty()
130 "PrimitiveArray {" // force newline in primitiveArray_null()
183 "PrettyCollection {" // force newline in prettyCollection_empty()
194 "PrettyCollection {" // force newline in prettyCollection_null()
269 "NestedCollection {" // force newline in nestedCollection_empty()
296 "NestedCollection {" // force newline in nestedCollection_null()
332 "ImmutablePrimitiveArray {" // force newline in immutablePrimitiveArray_empty()
344 "ImmutablePrimitiveArray {" // force newline in immutablePrimitiveArray_null()
364 "PrettyMap {" // force newline in prettyMap()
[all …]
/external/kernel-headers/original/uapi/linux/
Dinput.h1 /* 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 …]
/external/autotest/server/site_tests/firmware_IntegratedU2F/
Dfirmware_IntegratedU2F.py2 # 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/flatbuffers/go/
Dencode.go21 // GetByte decodes a little-endian byte from a byte slice.
26 // GetBool decodes a little-endian bool from a byte slice.
31 // GetUint8 decodes a little-endian uint8 from a byte slice.
37 // GetUint16 decodes a little-endian uint16 from a byte slice.
39 _ = buf[1] // Force one bounds check. See: golang.org/issue/14808
45 // GetUint32 decodes a little-endian uint32 from a byte slice.
47 _ = buf[3] // Force one bounds check. See: golang.org/issue/14808
55 // GetUint64 decodes a little-endian uint64 from a byte slice.
57 _ = buf[7] // Force one bounds check. See: golang.org/issue/14808
69 // GetInt8 decodes a little-endian int8 from a byte slice.
[all …]
/external/python/setuptools/setuptools/_distutils/command/
Dinstall_lib.py21 # The byte-compilation options are a tad confusing. Here are the
23 # 1) no compilation at all (--no-compile --no-optimize)
24 # 2) compile .pyc only (--compile --no-optimize; default)
25 # 3) compile .pyc and "opt-1" .pyc (--compile --optimize)
26 # 4) compile "opt-1" .pyc only (--no-compile --optimize)
27 # 5) compile .pyc and "opt-2" .pyc (--compile --optimize-more)
28 # 6) compile "opt-2" .pyc only (--no-compile --optimize-more)
32 # generate .pyc files. 'optimize' is three-way (0, 1, or 2), and
37 ('install-dir=', 'd', "directory to install to"),
38 ('build-dir=','b', "build directory (where to install from)"),
[all …]
Dinstall_scripts.py19 ('install-dir=', 'd', "directory to install scripts to"),
20 ('build-dir=','b', "build directory (where to install from)"),
21 ('force', 'f', "force installation (overwrite existing files)"),
22 ('skip-build', None, "skip the build steps"),
25 boolean_options = ['force', 'skip-build']
29 self.force = 0
37 ('force', 'force'),
/external/python/cpython3/Lib/distutils/command/
Dinstall_lib.py21 # The byte-compilation options are a tad confusing. Here are the
23 # 1) no compilation at all (--no-compile --no-optimize)
24 # 2) compile .pyc only (--compile --no-optimize; default)
25 # 3) compile .pyc and "opt-1" .pyc (--compile --optimize)
26 # 4) compile "opt-1" .pyc only (--no-compile --optimize)
27 # 5) compile .pyc and "opt-2" .pyc (--compile --optimize-more)
28 # 6) compile "opt-2" .pyc only (--no-compile --optimize-more)
32 # generate .pyc files. 'optimize' is three-way (0, 1, or 2), and
37 ('install-dir=', 'd', "directory to install to"),
38 ('build-dir=','b', "build directory (where to install from)"),
[all …]
Dinstall_scripts.py19 ('install-dir=', 'd', "directory to install scripts to"),
20 ('build-dir=','b', "build directory (where to install from)"),
21 ('force', 'f', "force installation (overwrite existing files)"),
22 ('skip-build', None, "skip the build steps"),
25 boolean_options = ['force', 'skip-build']
29 self.force = 0
37 ('force', 'force'),
/external/python/cpython2/Lib/distutils/command/
Dinstall_lib.py25 # The byte-compilation options are a tad confusing. Here are the
27 # 1) no compilation at all (--no-compile --no-optimize)
28 # 2) compile .pyc only (--compile --no-optimize; default)
29 # 3) compile .pyc and "level 1" .pyo (--compile --optimize)
30 # 4) compile "level 1" .pyo only (--no-compile --optimize)
31 # 5) compile .pyc and "level 2" .pyo (--compile --optimize-more)
32 # 6) compile "level 2" .pyo only (--no-compile --optimize-more)
36 # generate .pyc files. 'optimize' is three-way (0, 1, or 2), and
41 ('install-dir=', 'd', "directory to install to"),
42 ('build-dir=','b', "build directory (where to install from)"),
[all …]
Dinstall_scripts.py20 ('install-dir=', 'd', "directory to install scripts to"),
21 ('build-dir=','b', "build directory (where to install from)"),
22 ('force', 'f', "force installation (overwrite existing files)"),
23 ('skip-build', None, "skip the build steps"),
26 boolean_options = ['force', 'skip-build']
31 self.force = 0
39 ('force', 'force'),
/external/python/cpython2/Doc/library/
Dcompileall.rst1 :mod:`compileall` --- Byte-compile Python libraries
5 :synopsis: Tools for byte-compiling all Python source files in a directory tree.
9 --------------
14 This module can be used to create the cached byte-code files at library
19 Command-line use
20 ----------------
22 This module can work as a script (using :program:`python -m compileall`) to
32 the command line was ``-l <directories from sys.path>``.
34 .. cmdoption:: -l
39 .. cmdoption:: -f
[all …]
/external/rust/crates/structopt/tests/
Dnested-subcommands.rs3 // Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
4 // http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
5 // <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
14 force: bool, field
30 force: bool, field
44 force: false, in test_no_cmd()
56 force: false, in test_fetch()
60 Opt::from_clap(&Opt::clap().get_matches_from(&["test", "-vvv", "fetch"])) in test_fetch()
64 force: true, in test_fetch()
68 Opt::from_clap(&Opt::clap().get_matches_from(&["test", "--force", "fetch"])) in test_fetch()
[all …]

12345678910>>...44