Home
last modified time | relevance | path

Searched full:force (Results 1 – 25 of 7118) sorted by relevance

12345678910>>...285

/external/libxkbcommon/
D.uncrustify.cfg120 sp_arith=force
121 sp_assign=force
122 sp_assign_default=force
123 sp_before_assign=force
124 sp_after_assign=force
125 sp_enum_assign=force
126 sp_enum_before_assign=force
127 sp_enum_after_assign=force
129 sp_bool=force
130 sp_compare=force
[all …]
/external/ot-br-posix/third_party/openthread/
DCMakeLists.txt29 set(OT_BORDER_AGENT ON CACHE BOOL "enable border agent" FORCE)
30 set(OT_BORDER_ROUTER ON CACHE BOOL "enable border router feature" FORCE)
31 set(OT_BORDER_ROUTING ${OTBR_BORDER_ROUTING} CACHE BOOL "enable border routing feature" FORCE)
32 …_ROUTING_NAT64 ${OTBR_BORDER_ROUTING_NAT64} CACHE BOOL "enable border routing NAT64 feature" FORCE)
33 set(OT_BUILD_EXECUTABLES OFF CACHE BOOL "disable building executables" FORCE)
34 set(OT_BUILTIN_MBEDTLS_MANAGEMENT OFF CACHE BOOL "diable mbedTLS management" FORCE)
36 set(OT_DAEMON ON CACHE BOOL "enable daemon mode" FORCE)
38 set(OT_JOINER ON CACHE BOOL "enable joiner" FORCE)
39 set(OT_LEGACY ON CACHE STRING "enable legacy network support" FORCE)
41 set(OT_LINK_METRICS_SUBJECT ON CACHE BOOL "enable link metrics subject" FORCE)
[all …]
/external/autotest/client/cros/power/
Dforce_discharge_utils.py5 """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.
78 @raise error.TestError: for invalid force discharge setting.
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/framework/infrastructure/
Dtraffic_director.py106 def cleanup(self, *, force=False): argument
108 self.delete_forwarding_rule(force=force)
110 self.delete_target_http_proxy(force=force)
112 self.delete_target_grpc_proxy(force=force)
113 self.delete_url_map(force=force)
114 self.delete_backend_service(force=force)
115 self.delete_health_check(force=force)
136 def delete_health_check(self, force=False): argument
137 if force:
164 def delete_backend_service(self, force=False): argument
[all …]
/external/rust/crates/libz-sys/src/zlib-ng/cmake/
Ddetect-install-dirs.cmake7 …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)
35 set(INC_INSTALL_DIR "${INSTALL_INC_DIR}" CACHE PATH "Installation directory for headers" FORCE)
[all …]
/external/libchrome-gestures/src/
Dhaptic_button_generator_filter_interpreter.cc29 "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()
76 // Determine force thresholds. in HandleHardwareState()
95 // Determine maximum force on touchpad in grams in HandleHardwareState()
96 double force = 0.0; in HandleHardwareState() local
100 force = fmax(force, fs->pressure); in HandleHardwareState()
[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 …
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
28 ; FORCE-VEC: icmp eq i64 %index.next, 512
67 ; FORCE-VEC-LABEL: @ind_minus2(
68 ; FORCE-VEC: %wide.load = load <2 x i32>, <2 x i32>*
[all …]
/external/python/cpython2/Lib/
Dcompileall.py22 force=0, rx=None, quiet=0): argument
31 force: if 1, force compilation, even if timestamps are up-to-date
50 if not compile_file(fullname, ddir, force, rx, quiet):
56 if not compile_dir(fullname, maxlevels - 1, dfile, force, rx,
61 def compile_file(fullname, ddir=None, force=0, rx=None, quiet=0): argument
69 force: if 1, force compilation, even if timestamps are up-to-date
85 if not force:
113 def compile_path(skip_curdir=1, maxlevels=0, force=0, quiet=0): argument
120 force: as for compile_dir() (default 0)
129 force, quiet=quiet)
[all …]
/external/wayland-protocols/chromium.org/unstable/stylus/
Dstylus-unstable-v2.xml31 type of stylus, as well as the force and tilt of the tool.
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"/>
167 <event name="force">
168 <description summary="force change event">
169 Notification of the physical force of the stylus on the surface.
170 The force is calibrated and normalized to the 0 to 1 range.
[all …]
/external/mesa3d/prebuilt-intermediates/xmlpool/
Doptions.h97 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'") \
142 … DRI_CONF_DESC(en,"Force a default GLSL version for shaders that lack an explicit #version line") \
143 … DRI_CONF_DESC(de,"Force a default GLSL version for shaders that lack an explicit #version line") \
145 … DRI_CONF_DESC(nl,"Force a default GLSL version for shaders that lack an explicit #version line") \
146 … DRI_CONF_DESC(fr,"Force a default GLSL version for shaders that lack an explicit #version line") \
147 … DRI_CONF_DESC(sv,"Force a default GLSL version for shaders that lack an explicit #version line") \
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DLazyEncodedSequence.java25 force(); in getObjectAt()
42 force(); in hashCode()
49 force(); in iterator()
56 force(); in size()
63 force(); in toArray()
70 force(); in toArrayInternal()
100 force(); in toDERObject()
107 force(); in toDLObject()
112 private void force() in force() method in LazyEncodedSequence
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/
DLazyEncodedSequence.java26 force(); in getObjectAt()
43 force(); in hashCode()
50 force(); in iterator()
57 force(); in size()
64 force(); in toArray()
71 force(); in toArrayInternal()
101 force(); in toDERObject()
108 force(); in toDLObject()
113 private void force() in force() method in LazyEncodedSequence
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/
DLazyEncodedSequence.java26 force(); in getObjectAt()
43 force(); in hashCode()
50 force(); in iterator()
57 force(); in size()
64 force(); in toArray()
71 force(); in toArrayInternal()
101 force(); in toDERObject()
108 force(); in toDLObject()
113 private void force() in force() method in LazyEncodedSequence
/external/llvm/test/CodeGen/X86/
Ddynamic-allocas-VLAs.ll2 …=32 -march=x86-64 -mattr=+avx -mtriple=i686-apple-darwin10 | FileCheck %s -check-prefix=FORCE-ALIGN
198 ; FORCE-ALIGN: _t8
199 ; FORCE-ALIGN: movq %rsp, %rbp
200 ; FORCE-ALIGN: andq $-32, %rsp
201 ; FORCE-ALIGN-NEXT: subq $32, %rsp
202 ; FORCE-ALIGN: movq %rbp, %rsp
203 ; FORCE-ALIGN: popq %rbp
216 ; FORCE-ALIGN: _t9
217 ; FORCE-ALIGN: pushq %rbp
218 ; FORCE-ALIGN: movq %rsp, %rbp
[all …]
Davx512vl-logic.ll10 ; Force the execution domain with an add.
21 ; Force the execution domain with an add.
33 ; Force the execution domain with an add.
44 ; Force the execution domain with an add.
55 ; Force the execution domain with an add.
66 ; Force the execution domain with an add.
78 ; Force the execution domain with an add.
89 ; Force the execution domain with an add.
102 ; Force the execution domain with an add.
113 ; Force the execution domain with an add.
[all …]
/external/ltp/testcases/kernel/syscalls/membarrier/
Dmembarrier01.c37 int force; /* force if CMD_QUERY reports not enabled */ member
106 .force = 1,
123 .force = 1,
153 .force = 1,
167 .force = 1,
194 .force = 1,
208 .force = 1,
222 "ret = %ld with errno %d were expected. (force: %d)", \
224 _test.force); \
246 "errno = %d when expected was %d. (force: %d)", \
[all …]
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/
DThemeStyleSet.java18 if (overlayedAttribute != null && (attribute == null || overlayedStyle.force)) { in getAttrValue()
26 public void apply(Style style, boolean force) { in apply() argument
27 OverlayedStyle styleToAdd = new OverlayedStyle(style, force); in apply()
54 boolean force; field in ThemeStyleSet.OverlayedStyle
56 OverlayedStyle(Style style, boolean force) { in OverlayedStyle() argument
58 this.force = force; in OverlayedStyle()
77 return style.toString() + (force ? " (forced)" : ""); in toString()
/external/robolectric/resources/src/main/java/org/robolectric/res/
DThemeStyleSet.java18 if (overlayedAttribute != null && (attribute == null || overlayedStyle.force)) { in getAttrValue()
26 public void apply(Style style, boolean force) { in apply() argument
27 OverlayedStyle styleToAdd = new OverlayedStyle(style, force); in apply()
54 boolean force; field in ThemeStyleSet.OverlayedStyle
56 OverlayedStyle(Style style, boolean force) { in OverlayedStyle() argument
58 this.force = force; in OverlayedStyle()
77 return style.toString() + (force ? " (forced)" : ""); in toString()
/external/auto/value/src/test/java/com/google/auto/value/extension/toprettystring/
DToPrettyStringTest.java119 "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()
398 "PrettyMap {" // force newline in prettyMap_empty()
[all …]
/external/python/cpython3/Lib/distutils/command/
Dinstall_headers.py9 # XXX force is never used
16 ('force', 'f',
17 "force installation (overwrite existing files)"),
20 boolean_options = ['force']
24 self.force = 0
30 ('force', 'force'))
/external/python/setuptools/setuptools/_distutils/command/
Dinstall_headers.py9 # XXX force is never used
16 ('force', 'f',
17 "force installation (overwrite existing files)"),
20 boolean_options = ['force']
24 self.force = 0
30 ('force', 'force'))
/external/python/cpython2/Lib/distutils/command/
Dinstall_headers.py11 # XXX force is never used
18 ('force', 'f',
19 "force installation (overwrite existing files)"),
22 boolean_options = ['force']
26 self.force = 0
32 ('force', 'force'))
/external/flac/test/
Dtest_seeking.sh67 if flac${EXE} --ogg --no-error-on-compression-fail --silent --force-raw-format --endian=little --si…
80 run_flac --verify --force --silent --force-raw-format --endian=big --sign=signed --sample-rate=4410…
81 run_flac --verify --force --silent --force-raw-format --endian=big --sign=signed --sample-rate=4410…
82 run_flac --verify --force --silent --force-raw-format --endian=big --sign=signed --sample-rate=4410…
83 run_flac --verify --force --silent --force-raw-format --endian=big --sign=signed --sample-rate=4410…
125 …run_flac --verify --force --silent --force-raw-format --endian=big --sign=signed --sample-rate=441…
126 …run_flac --verify --force --silent --force-raw-format --endian=big --sign=signed --sample-rate=441…
/external/autotest/server/cros/clique_lib/
Dclique_dut_updater.py19 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)
118 def update_dut(self, dut_host, image, force=True): argument
123 @param force: If False, will only updated the host if it is not
124 already running the build. If True, force the
125 update regardless, and force a full-reimage.
133 if not force and dut_release_version == image_release_version:
/external/deqp-deps/glslang/Test/
Dspv.debuginfo.glsl.comp87 // Initial force from gravity
88 vec3 force = params.gravity.xyz * params.particleMass;
96 force += springForce(particleIn[index-1].pos.xyz, pos, params.restDistH);
100 force += springForce(particleIn[index + 1].pos.xyz, pos, params.restDistH);
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);
112force += springForce(particleIn[index + params.particleCount.x - 1].pos.xyz, pos, params.restDistD…
116force += springForce(particleIn[index - params.particleCount.x - 1].pos.xyz, pos, params.restDistD…
120force += springForce(particleIn[index + params.particleCount.x + 1].pos.xyz, pos, params.restDistD…
124force += springForce(particleIn[index - params.particleCount.x + 1].pos.xyz, pos, params.restDistD…
[all …]

12345678910>>...285