Home
last modified time | relevance | path

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

12345678910>>...322

/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_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_ID ON CACHE STRING "enable border agent ID" FORCE)
35 set(OT_BORDER_ROUTER ON CACHE STRING "enable border router feature" FORCE)
36 set(OT_BORDER_ROUTING ${OTBR_BORDER_ROUTING} CACHE STRING "enable border routing feature" FORCE)
37 …UNTERS ${OTBR_BORDER_ROUTING_COUNTERS} CACHE STRING "enable border routing counters feature" FORCE)
38 …_ROUTING_DHCP6_PD ${OTBR_DHCP6_PD} CACHE STRING "enable dhcpv6 pd support in border routing" FORCE)
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/framework/infrastructure/
Dtraffic_director.py144 def cleanup(self, *, force=False): argument
146 self.delete_forwarding_rule(force=force)
147 self.delete_alternative_forwarding_rule(force=force)
148 self.delete_target_http_proxy(force=force)
149 self.delete_target_grpc_proxy(force=force)
150 self.delete_alternative_target_grpc_proxy(force=force)
151 self.delete_url_map(force=force)
152 self.delete_alternative_url_map(force=force)
153 self.delete_backend_service(force=force)
154 self.delete_alternative_backend_service(force=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/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()
82 // Determine force thresholds. in HandleHardwareState()
101 // Determine maximum force on touchpad in grams in HandleHardwareState()
102 double force = 0.0; in HandleHardwareState() local
106 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/flac/oss-fuzz/
Dfuzzer_tool_flac.dict5 "--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"
12 "--force-extensible-wave-format"
/external/google-cloud-java/java-service-usage/proto-google-cloud-service-usage-v1beta1/src/main/java/com/google/api/serviceusage/v1beta1/
DDeleteAdminOverrideRequestOrBuilder.java59 * Whether to force the deletion of the quota override.
60 * Setting the force parameter to 'true' ignores all quota safety checks that
64 * <code>bool force = 2;</code>
66 * @return The force.
75 * Unlike 'force' field that ignores all the quota safety checks, the
77 * still enforced. The 'force' and 'force_only' fields cannot both be set.
90 * Unlike 'force' field that ignores all the quota safety checks, the
92 * still enforced. The 'force' and 'force_only' fields cannot both be set.
105 * Unlike 'force' field that ignores all the quota safety checks, the
107 * still enforced. The 'force' and 'force_only' fields cannot both be set.
[all …]
DDeleteConsumerOverrideRequestOrBuilder.java59 * Whether to force the deletion of the quota override.
60 * Setting the force parameter to 'true' ignores all quota safety checks that
64 * <code>bool force = 2;</code>
66 * @return The force.
75 * Unlike 'force' field that ignores all the quota safety checks, the
77 * still enforced. The 'force' and 'force_only' fields cannot both be set.
90 * Unlike 'force' field that ignores all the quota safety checks, the
92 * still enforced. The 'force' and 'force_only' fields cannot both be set.
105 * Unlike 'force' field that ignores all the quota safety checks, the
107 * still enforced. The 'force' and 'force_only' fields cannot both be set.
[all …]
DCreateConsumerOverrideRequestOrBuilder.java96 * Whether to force the creation of the quota override.
97 * Setting the force parameter to 'true' ignores all quota safety checks that
101 * <code>bool force = 3;</code>
103 * @return The force.
112 * Unlike 'force' field that ignores all the quota safety checks, the
114 * still enforced. The 'force' and 'force_only' fields cannot both be set.
127 * Unlike 'force' field that ignores all the quota safety checks, the
129 * still enforced. The 'force' and 'force_only' fields cannot both be set.
142 * Unlike 'force' field that ignores all the quota safety checks, the
144 * still enforced. The 'force' and 'force_only' fields cannot both be set.
[all …]
DImportConsumerOverridesRequestOrBuilder.java94 * Whether to force the creation of the quota overrides.
95 * Setting the force parameter to 'true' ignores all quota safety checks that
99 * <code>bool force = 3;</code>
101 * @return The force.
110 * Unlike 'force' field that ignores all the quota safety checks, the
112 * still enforced. The 'force' and 'force_only' fields cannot both be set.
125 * Unlike 'force' field that ignores all the quota safety checks, the
127 * still enforced. The 'force' and 'force_only' fields cannot both be set.
140 * Unlike 'force' field that ignores all the quota safety checks, the
142 * still enforced. The 'force' and 'force_only' fields cannot both be set.
[all …]
DCreateAdminOverrideRequestOrBuilder.java96 * Whether to force the creation of the quota override.
97 * Setting the force parameter to 'true' ignores all quota safety checks that
101 * <code>bool force = 3;</code>
103 * @return The force.
112 * Unlike 'force' field that ignores all the quota safety checks, the
114 * still enforced. The 'force' and 'force_only' fields cannot both be set.
127 * Unlike 'force' field that ignores all the quota safety checks, the
129 * still enforced. The 'force' and 'force_only' fields cannot both be set.
142 * Unlike 'force' field that ignores all the quota safety checks, the
144 * still enforced. The 'force' and 'force_only' fields cannot both be set.
[all …]
DImportAdminOverridesRequestOrBuilder.java94 * Whether to force the creation of the quota overrides.
95 * Setting the force parameter to 'true' ignores all quota safety checks that
99 * <code>bool force = 3;</code>
101 * @return The force.
110 * Unlike 'force' field that ignores all the quota safety checks, the
112 * still enforced. The 'force' and 'force_only' fields cannot both be set.
125 * Unlike 'force' field that ignores all the quota safety checks, the
127 * still enforced. The 'force' and 'force_only' fields cannot both be set.
140 * Unlike 'force' field that ignores all the quota safety checks, the
142 * still enforced. The 'force' and 'force_only' fields cannot both be set.
[all …]
DDeleteConsumerOverrideRequest.java132 * Whether to force the deletion of the quota override.
133 * Setting the force parameter to 'true' ignores all quota safety checks that
137 * <code>bool force = 2;</code>
139 * @return The force.
170 * Unlike 'force' field that ignores all the quota safety checks, the
172 * still enforced. The 'force' and 'force_only' fields cannot both be set.
190 * Unlike 'force' field that ignores all the quota safety checks, the
192 * still enforced. The 'force' and 'force_only' fields cannot both be set.
208 * Unlike 'force' field that ignores all the quota safety checks, the
210 * still enforced. The 'force' and 'force_only' fields cannot both be set.
[all …]
DDeleteAdminOverrideRequest.java132 * Whether to force the deletion of the quota override.
133 * Setting the force parameter to 'true' ignores all quota safety checks that
137 * <code>bool force = 2;</code>
139 * @return The force.
170 * Unlike 'force' field that ignores all the quota safety checks, the
172 * still enforced. The 'force' and 'force_only' fields cannot both be set.
190 * Unlike 'force' field that ignores all the quota safety checks, the
192 * still enforced. The 'force' and 'force_only' fields cannot both be set.
208 * Unlike 'force' field that ignores all the quota safety checks, the
210 * still enforced. The 'force' and 'force_only' fields cannot both be set.
[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/icing/icing/file/
Dpersistent-storage.h151 ICING_RETURN_IF_ERROR(UpdateChecksumsInternal(/*force=*/true)); in InitializeNewStorage()
152 ICING_RETURN_IF_ERROR(PersistStoragesToDisk(/*force=*/true)); in InitializeNewStorage()
153 ICING_RETURN_IF_ERROR(PersistMetadataToDisk(/*force=*/true)); in InitializeNewStorage()
188 // Force flag will be passed down to PersistMetadataToDisk,
190 // - If force == true, then performs actual persisting operations/recomputes
201 libtextclassifier3::Status PersistToDisk(bool force = false) {
207 ICING_RETURN_IF_ERROR(UpdateChecksumsInternal(force));
208 ICING_RETURN_IF_ERROR(PersistStoragesToDisk(force));
209 ICING_RETURN_IF_ERROR(PersistMetadataToDisk(force));
216 // Force flag will be passed down ComputeInfoChecksum,
[all …]
/external/google-cloud-java/java-service-usage/proto-google-cloud-service-usage-v1beta1/src/main/proto/google/api/serviceusage/v1beta1/
Dserviceusage.proto440 // Whether to force the creation of the quota override.
441 // Setting the force parameter to 'true' ignores all quota safety checks that
443 bool force = 3; field
446 // Unlike 'force' field that ignores all the quota safety checks, the
448 // still enforced. The 'force' and 'force_only' fields cannot both be set.
464 // Whether to force the update of the quota override.
465 // Setting the force parameter to 'true' ignores all quota safety checks that
467 bool force = 3; field
474 // Unlike 'force' field that ignores all the quota safety checks, the
476 // still enforced. The 'force' and 'force_only' fields cannot both be set.
[all …]
/external/googleapis/google/api/serviceusage/v1beta1/
Dserviceusage.proto459 // Whether to force the creation of the quota override.
460 // Setting the force parameter to 'true' ignores all quota safety checks that
462 bool force = 3; field
465 // Unlike 'force' field that ignores all the quota safety checks, the
467 // still enforced. The 'force' and 'force_only' fields cannot both be set.
483 // Whether to force the update of the quota override.
484 // Setting the force parameter to 'true' ignores all quota safety checks that
486 bool force = 3; field
493 // Unlike 'force' field that ignores all the quota safety checks, the
495 // still enforced. The 'force' and 'force_only' fields cannot both be set.
[all …]
/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/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_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 …]

12345678910>>...322