| /external/ot-br-posix/third_party/openthread/ |
| D | CMakeLists.txt | 29 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/ |
| D | traffic_director.py | 7 # 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/rust/crates/libz-sys/src/zlib-ng/cmake/ |
| D | detect-install-dirs.cmake | 1 # 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/libchrome-gestures/src/ |
| D | haptic_button_generator_filter_interpreter.cc | 2 // 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/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/autotest/client/cros/power/ |
| D | force_discharge_utils.py | 3 # 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/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/flac/oss-fuzz/ |
| D | fuzzer_tool_flac.dict | 1 "--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/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/icing/icing/file/ |
| D | persistent-storage.h | 7 // http://www.apache.org/licenses/LICENSE-2.0 28 #include "icing/util/status-macros.h" 34 // - It provides some common persistent file methods, e.g. PersistToDisk. 35 // - It encapsulates most of the checksum handling logics (including update and 39 // - Crcs: checksum section 40 // - Info: (custom) information for derived class 41 // - Metadata: Crcs + Info 46 // - Decide what type the working path is (single file or directory). See 48 // - Create a new class that inherits PersistentStorage: 49 // - Declare custom Info and design the metadata section layout. [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/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/google-cloud-java/java-service-usage/proto-google-cloud-service-usage-v1beta1/src/main/proto/google/api/serviceusage/v1beta1/ |
| D | serviceusage.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 33 // [Service Usage API](https://cloud.google.com/service-usage/docs/overview) 37 "https://www.googleapis.com/auth/cloud-platform," 38 "https://www.googleapis.com/auth/cloud-platform.read-only," 440 // 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. [all …]
|
| /external/googleapis/google/api/serviceusage/v1beta1/ |
| D | serviceusage.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 35 // [Service Usage API](https://cloud.google.com/service-usage/docs/overview) 39 "https://www.googleapis.com/auth/cloud-platform," 40 "https://www.googleapis.com/auth/cloud-platform.read-only," 459 // 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. [all …]
|
| /external/google-cloud-java/java-service-usage/proto-google-cloud-service-usage-v1beta1/src/main/java/com/google/api/serviceusage/v1beta1/ |
| D | DeleteAdminOverrideRequestOrBuilder.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 59 * 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 [all …]
|
| D | DeleteConsumerOverrideRequestOrBuilder.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 59 * 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 [all …]
|
| D | CreateConsumerOverrideRequestOrBuilder.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 96 * 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 [all …]
|
| D | ImportConsumerOverridesRequestOrBuilder.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 94 * 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 [all …]
|
| D | CreateAdminOverrideRequestOrBuilder.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 96 * 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 [all …]
|
| D | ImportAdminOverridesRequestOrBuilder.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 94 * 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 [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-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/ |
| D | spv.debuginfo.glsl.comp | 68 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 …]
|
| /external/angle/third_party/glslang/src/Test/ |
| D | spv.debuginfo.glsl.comp | 68 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 …]
|
| /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 …]
|