Home
last modified time | relevance | path

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

12345678910>>...50

/external/ot-br-posix/third_party/openthread/
DCMakeLists.txt29 set(OT_15_4 ON CACHE STRING "enable 802.15.4 radio link" FORCE)
30 set(OT_ANYCAST_LOCATOR ON CACHE STRING "enable anycast locator" FORCE)
31 …E_ROUTER ${OTBR_BACKBONE_ROUTER} CACHE STRING "Enable Backbone Router feature in OpenThread" FORCE)
32 …A_NDPROXYING ${OTBR_DUA_ROUTING} CACHE STRING "Configure DUA ND Proxy feature in OpenThread" FORCE)
33 set(OT_BORDER_AGENT ON CACHE STRING "enable border agent" FORCE)
34 set(OT_BORDER_AGENT_EPSKC ON CACHE STRING "enable border agent ephemeral PSKc" FORCE)
35 set(OT_BORDER_AGENT_ID ON CACHE STRING "enable border agent ID" FORCE)
36 set(OT_BORDER_ROUTER ON CACHE STRING "enable border router feature" FORCE)
37 set(OT_BORDER_ROUTING ${OTBR_BORDER_ROUTING} CACHE STRING "enable border routing feature" FORCE)
38 …UNTERS ${OTBR_BORDER_ROUTING_COUNTERS} CACHE STRING "enable border routing counters feature" FORCE)
[all …]
/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/framework/infrastructure/
Dtraffic_director.py7 # http://www.apache.org/licenses/LICENSE-2.0
51 class TrafficDirectorManager: # pylint: disable=too-many-public-methods
56 BACKEND_SERVICE_NAME = "backend-service"
57 ALTERNATIVE_BACKEND_SERVICE_NAME = "backend-service-alt"
58 AFFINITY_BACKEND_SERVICE_NAME = "backend-service-affinity"
59 HEALTH_CHECK_NAME = "health-check"
60 URL_MAP_NAME = "url-map"
61 ALTERNATIVE_URL_MAP_NAME = "url-map-alt"
62 URL_MAP_PATH_MATCHER_NAME = "path-matcher"
63 TARGET_PROXY_NAME = "target-proxy"
[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/libchrome-gestures/src/
Dhaptic_button_generator_filter_interpreter.cc2 // Use of this source code is governed by a BSD-style license that can be
29 "Use Custom Haptic Button Force Thresholds", in HapticButtonGeneratorFilterInterpreter()
32 "Custom Haptic Button Force Threshold Down", in HapticButtonGeneratorFilterInterpreter()
35 "Custom Haptic Button Force Threshold Up", in HapticButtonGeneratorFilterInterpreter()
38 force_scale_(prop_reg, "Force Calibration Slope", 1.0), in HapticButtonGeneratorFilterInterpreter()
39 force_translate_(prop_reg, "Force Calibration Offset", 0.0), in HapticButtonGeneratorFilterInterpreter()
45 max_dynamic_up_force_(prop_reg, "Max Dynamic Haptic Up Force", 350.0) { in HapticButtonGeneratorFilterInterpreter()
54 is_haptic_pad_ = hwprops->is_haptic_pad; in Initialize()
68 next_->SyncInterpret(hwstate, &next_timeout); in SyncInterpretImpl()
82 // Determine force thresholds. in HandleHardwareState()
[all …]
/external/flac/oss-fuzz/
Dfuzzer_tool_flac.dict1 "--keep-foreign-metadata-if-present"
2 "--replay-gain"
3 "--apply-replaygain-which-is-not-lossless"
5 "--force-raw-format"
6 "--force-aiff-format"
7 "--force-rf64-format"
8 "--force-wave64-format"
9 "--force-aiff-c-sowt-format"
10 "--force-aiff-c-none-format"
11 "--force-legacy-wave-format"
[all …]
/external/pytorch/cmake/Modules/
DFindMKLDNN.cmake1 # - Try to find MKLDNN
7 # MKLDNN_FOUND : set to true if mkl-dnn is found.
8 # MKLDNN_INCLUDE_DIR : path to mkl-dnn include dir.
9 # MKLDNN_LIBRARIES : list of libraries for mkl-dnn
20 SET(MKLDNN_ROOT "${PROJECT_SOURCE_DIR}/third_party/ideep/mkl-dnn")
36 set(DNNL_MAKE_COMMAND "cmake" "--build" ".")
40 list(APPEND DNNL_MAKE_COMMAND "-j" "$ENV{MAX_JOBS}")
42 list(APPEND DNNL_MAKE_COMMAND "--" "-l" "$ENV{MAX_JOBS}")
46 set(DNNL_CXX_FLAGS "-DCMAKE_CXX_FLAGS=-fpreview-breaking-changes")
54 CMAKE_ARGS -DCMAKE_C_COMPILER=icx
[all …]
/external/wayland-protocols/chromium.org/third_party/wayland-protocols/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/autotest/client/cros/power/
Dforce_discharge_utils.py3 # Use of this source code is governed by a BSD-style license that can be
5 """Helper class for power autotests that force DUT to discharge with EC."""
24 Parse and return force discharge setting.
33 @return: string representing valid force discharge setting.
35 @raise error.TestError: for invalid force discharge setting.
41 'Force discharge setting \'%s\' need to be one of %s.' %
53 @return: boolean indicating force discharge success.
65 Perform force discharge steps.
75 @return: bool to indicate whether force discharge steps are successful. Note
76 that DUT cannot force discharge if DUT is not connected to AC.
[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/chromium-crossbench/crossbench/flags/
Dknown_chrome_flags.py2 # Use of this source code is governed by a BSD-style license that can be
11 # https://peter.sh/experiments/chromium-command-line-switches/
36 "--accept-empty-variations-seed-signature",
37 "--accept-lang",
38 "--accept-resource-provider",
39 "--adaboost",
40 "--add-gpu-appcontainer-caps",
41 "--add-xr-appcontainer-caps",
42 "--additional-private-state-token-key-commitments",
43 "--aggressive-cache-discard",
[all …]
/external/pytorch/aten/src/ATen/core/
DVitals.cpp24 return create(attr, /* force = */ false); in create()
27 TorchVitalAttr& TorchVital::create(const std::string& attr, bool force) { in create() argument
28 if (!(torchVitalEnabled() || force)) { in create()
35 return r.first->second; in create()
37 return iter->second; in create()
72 bool force) { in setVital() argument
73 if (!(torchVitalEnabled() || force)) { in setVital()
81 vital = &r.first->second; in setVital()
83 vital = &iter->second; in setVital()
86 vital->create(attr_name, force).write(value, force); in setVital()
[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-2023 Xiph.Org Foundation
9 # are distributed under Xiph.Org's BSD-like license (see the file
29 if [ -z "$FLAC__TEST_LEVEL" ] ; then
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…
[all …]
/external/deqp-deps/glslang/Test/
Dspv.debuginfo.glsl.comp68 vec3 dist = p0 - p1;
69 return normalize(dist) * params.springStiffness * (length(dist) - restDist);
87 // Initial force from gravity
88 vec3 force = params.gravity.xyz * params.particleMass;
96 force += springForce(particleIn[index-1].pos.xyz, pos, params.restDistH);
99 if (id.x < params.particleCount.x - 1) {
100 force += springForce(particleIn[index + 1].pos.xyz, pos, params.restDistH);
103 if (id.y < params.particleCount.y - 1) {
104 force += springForce(particleIn[index + params.particleCount.x].pos.xyz, pos, params.restDistV);
108 force += springForce(particleIn[index - params.particleCount.x].pos.xyz, pos, params.restDistV);
[all …]
Dspv.debuginfo.hlsl.comp76 float3 dist = p0 - p1;
77 return normalize(dist) * params.springStiffness * (length(dist) - restDist);
94 // Initial force from gravity
95 float3 force = params.gravity.xyz * params.particleMass;
103 force += springForce(particleIn[index-1].pos.xyz, pos, params.restDistH);
106 if (id.x < params.particleCount.x - 1) {
107 force += springForce(particleIn[index + 1].pos.xyz, pos, params.restDistH);
110 if (id.y < params.particleCount.y - 1) {
111 force += springForce(particleIn[index + params.particleCount.x].pos.xyz, pos, params.restDistV);
115 force += springForce(particleIn[index - params.particleCount.x].pos.xyz, pos, params.restDistV);
[all …]
/external/angle/third_party/glslang/src/Test/
Dspv.debuginfo.glsl.comp68 vec3 dist = p0 - p1;
69 return normalize(dist) * params.springStiffness * (length(dist) - restDist);
87 // Initial force from gravity
88 vec3 force = params.gravity.xyz * params.particleMass;
96 force += springForce(particleIn[index-1].pos.xyz, pos, params.restDistH);
99 if (id.x < params.particleCount.x - 1) {
100 force += springForce(particleIn[index + 1].pos.xyz, pos, params.restDistH);
103 if (id.y < params.particleCount.y - 1) {
104 force += springForce(particleIn[index + params.particleCount.x].pos.xyz, pos, params.restDistV);
108 force += springForce(particleIn[index - params.particleCount.x].pos.xyz, pos, params.restDistV);
[all …]
Dspv.debuginfo.hlsl.comp76 float3 dist = p0 - p1;
77 return normalize(dist) * params.springStiffness * (length(dist) - restDist);
94 // Initial force from gravity
95 float3 force = params.gravity.xyz * params.particleMass;
103 force += springForce(particleIn[index-1].pos.xyz, pos, params.restDistH);
106 if (id.x < params.particleCount.x - 1) {
107 force += springForce(particleIn[index + 1].pos.xyz, pos, params.restDistH);
110 if (id.y < params.particleCount.y - 1) {
111 force += springForce(particleIn[index + params.particleCount.x].pos.xyz, pos, params.restDistV);
115 force += springForce(particleIn[index - params.particleCount.x].pos.xyz, pos, params.restDistV);
[all …]
/external/openthread/third_party/mbedtls/repo/
D.uncrustify.cfg7 # SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
21 # Spaces-only indentation
29 # Line-up strings broken by '\'
32 # Braces on the same line (Egyptian-style braces)
43 # Braces on same line as keywords that follow them - 'else' and the 'while' in 'do {} while ()';
48 # If else is on the same line as '{', force exactly 1 space between them
49 sp_else_brace = force
55 # Force exactly one space between ')' and '{' in statements
56 sp_sparen_brace = force
61 # Remove spaces around the preprocessor '##' token-concatenate
[all …]
/external/mbedtls/
D.uncrustify.cfg7 # SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
21 # Spaces-only indentation
29 # Line-up strings broken by '\'
32 # Braces on the same line (Egyptian-style braces)
43 # Braces on same line as keywords that follow them - 'else' and the 'while' in 'do {} while ()';
48 # If else is on the same line as '{', force exactly 1 space between them
49 sp_else_brace = force
55 # Force exactly one space between ')' and '{' in statements
56 sp_sparen_brace = force
61 # Remove spaces around the preprocessor '##' token-concatenate
[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/protobuf/kokoro/linux/dockerfile/test/php_32bit/
DDockerfile5 RUN apt-get update && apt-get install -y \
7 autotools-dev \
8 build-essential \
15 libc6-dbg \
16 libc6-dev \
17 libgtest-dev \
25 libsqlite3-dev \
26 && apt-get clean
29 RUN apt-get clean && apt-get update && apt-get install -y --force-yes \
32 libcurl4-openssl-dev \
[all …]
/external/cronet/stable/third_party/protobuf/kokoro/linux/dockerfile/test/php_32bit/
DDockerfile5 RUN apt-get update && apt-get install -y \
7 autotools-dev \
8 build-essential \
15 libc6-dbg \
16 libc6-dev \
17 libgtest-dev \
25 libsqlite3-dev \
26 && apt-get clean
29 RUN apt-get clean && apt-get update && apt-get install -y --force-yes \
32 libcurl4-openssl-dev \
[all …]
/external/cronet/tot/third_party/protobuf/kokoro/linux/dockerfile/test/php_32bit/
DDockerfile5 RUN apt-get update && apt-get install -y \
7 autotools-dev \
8 build-essential \
15 libc6-dbg \
16 libc6-dev \
17 libgtest-dev \
25 libsqlite3-dev \
26 && apt-get clean
29 RUN apt-get clean && apt-get update && apt-get install -y --force-yes \
32 libcurl4-openssl-dev \
[all …]
/external/pytorch/scripts/fbcode-dev-setup/
Dccache_setup.sh5 # ./ccache_setup.sh --path /installed/folder
7 set -e
8 shopt -s expand_aliases
15 force=false
17 while [[ $# -gt 0 ]]; do
19 --path)
24 --force) # Force install
25 force=true
27 --help)
28 echo 'usage: ./ccache_setup.py --path /installed/folder [--force]'
[all …]

12345678910>>...50