/external/mesa3d/.gitlab-ci/ |
D | create-rootfs.sh | 3 set -ex 6 ARCH_PACKAGES="firmware-qcom-media" 9 apt-get -y install --no-install-recommends gnupg ca-certificates 10 apt-key add /llvm-snapshot.gpg.key 11 …echo "deb https://apt.llvm.org/buster/ llvm-toolchain-buster-10 main" >/etc/apt/sources.list.d/llv… 12 apt-get update 16 libxcb-dri2-0 17 libxcb-dri3-0 18 libxcb-present0 19 libxcb-sync1 [all …]
|
D | build-deqp.sh | 3 set -ex 5 git config --global user.email "mesa@example.com" 6 git config --global user.name "Mesa CI" 8 https://github.com/KhronosGroup/VK-GL-CTS.git \ 9 -b vulkan-cts-1.2.3.2 \ 10 /VK-GL-CTS 11 pushd /VK-GL-CTS 13 # cherry-pick fix for surfaceless config choosing: 14 git cherry-pick -x 8f3bfc6c7def0c0cb452d5dadf31aa7fef242365 17 # --insecure is due to SSL cert failures hitting sourceforge for zlib and [all …]
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | ring_alg.cc | 7 http://www.apache.org/licenses/LICENSE-2.0 78 void RingAlg::PCQueue::Enqueue(RingField* rf) { in Enqueue() argument 80 deque_.push_back(rf); in Enqueue() 93 --waiter_count_; in Dequeue() 95 RingField* rf = deque_.front(); in Dequeue() local 97 return rf; in Dequeue() 106 group_size_(-1), in RingAlg() 107 num_subdivs_(-1) {} in RingAlg() 113 DCHECK(col_params->instance.impl_details.subdiv_offsets.empty()); in GenerateSubdivsInCollectiveParams() 115 if (col_params->instance.impl_details.max_subdivs_per_device == -1) { in GenerateSubdivsInCollectiveParams() [all …]
|
D | ring_reducer.cc | 7 http://www.apache.org/licenses/LICENSE-2.0 50 CHECK_EQ(col_params->instance.type, REDUCTION_COLLECTIVE); in InitializeCollectiveParams() 51 CHECK_EQ(col_params->instance.impl_details.collective_name, "RingReduce"); in InitializeCollectiveParams() 58 // Since `RingReducer` doesn't require non-overlapping collectives, unblock in Run() 60 col_ctx_->col_exec->UnblockDependencies(*col_params_); in Run() 63 group_size_ = col_params_->group.group_size; in Run() 65 col_params_->instance.impl_details.subdiv_permutations.size()); in Run() 70 for (int r = 0; r < col_params_->group.members.size(); ++r) { in Run() 72 col_params_->group.members[r].device.name(), "\n"); in Run() 75 sd < col_params_->instance.impl_details.subdiv_permutations.size(); in Run() [all …]
|
D | ring_gatherer.cc | 7 http://www.apache.org/licenses/LICENSE-2.0 46 DCHECK_EQ(col_params->instance.type, GATHER_COLLECTIVE); in InitializeCollectiveParams() 47 DCHECK_EQ(col_params->instance.impl_details.collective_name, "RingGather"); in InitializeCollectiveParams() 51 if (!col_params->instance.impl_details.subdiv_offsets.empty() && in InitializeCollectiveParams() 52 (col_params->instance.impl_details.subdiv_offsets.size() > 1 || in InitializeCollectiveParams() 53 col_params->instance.impl_details.subdiv_offsets[0] != 0)) { in InitializeCollectiveParams() 57 if (col_params->instance.impl_details.subdiv_offsets.empty()) { in InitializeCollectiveParams() 58 col_params->instance.impl_details.subdiv_offsets.push_back(0); in InitializeCollectiveParams() 67 group_size_ = col_params_->group.group_size; in Run() 69 col_params_->instance.impl_details.subdiv_permutations.size()); in Run() [all …]
|
/external/bc/scripts/ |
D | package.sh | 3 # SPDX-License-Identifier: BSD-2-Clause 5 # Copyright (c) 2018-2023 Gavin D. Howard and contributors. 30 # This script requires some non-POSIX utilities, but that's okay because it's 33 # The non-POSIX utilities include: 60 printf "$ stat -c '%%s %%n'\n" "$f" 61 stat -c '%s %n' "$f" 63 if [ -f "$f.sig" ]; then 64 rm -f "$f.sig" 67 gpg --detach-sig -o "$f.sig" "$f" 2> /dev/null 76 printf "$ stat -c '%%s %%n'\n" "$f.sig" [all …]
|
/external/glide/ |
D | update_files.sh | 1 #!/bin/bash -e 8 # WARNING: This script will rm -rf files in the directory in 11 ANDROID_BRANCH_NAME=$(repo info . | sed -n 's/Current revision: \(.*\)/\1/p') 14 if [ $# -ne 1 ] 34 rm -rf third_party/disklrucache 43 git rm -rf samples || true 44 git rm -rf integration || true 45 git rm -rf static || true 46 git rm -rf glide || true 47 git rm -rf .idea || true [all …]
|
/external/mesa3d/ |
D | CleanSpec.mk | 1 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libmesa_*_intermediates) 2 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/i9*5_dri_intermediates) 3 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libglapi_intermediates) 4 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libGLES_mesa_intermediates) 5 $(call add-clean-step, rm -rf $(OUT_DIR)/host/$(HOST_OS)-$(HOST_ARCH)/obj/EXECUTABLES/mesa_*_interm… 6 $(call add-clean-step, rm -rf $(OUT_DIR)/host/$(HOST_OS)-$(HOST_ARCH)/obj/EXECUTABLES/glsl_compiler… 7 $(call add-clean-step, rm -rf $(OUT_DIR)/host/$(HOST_OS)-$(HOST_ARCH)/obj/STATIC_LIBRARIES/libmesa_… 9 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/*/STATIC_LIBRARIES/libmesa_*_intermediates) 10 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/*/SHARED_LIBRARIES/i9?5_dri_intermediates) 11 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/*/SHARED_LIBRARIES/libglapi_intermediates) [all …]
|
/external/wpa_supplicant_8/ |
D | CleanSpec.mk | 7 # http://www.apache.org/licenses/LICENSE-2.0 22 # $(call add-clean-step, touch -c external/sqlite/sqlite3.h) 23 # $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libz_intermediates) 25 # Always use "touch -c" and "rm -f" or "rm -rf" to gracefully deal with 31 # If you need to re-do something that's already mentioned, just copy 42 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/AndroidTests_intermediates) 43 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/core_intermediates) 44 #$(call add-clean-step, find $(OUT_DIR) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f) 45 #$(call add-clean-step, rm -rf $(PRODUCT_OUT)/data/*) 50 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/EXECUTABLES/wpa_supplicant_intermediates/*) [all …]
|
/external/skia/modules/canvaskit/ |
D | Makefile | 2 - rm -rf ../../out/canvaskit_wasm 3 - rm -rf ./npm_build/bin 4 - rm -rf ./build/ 10 - rm -rf build/ 18 - rm -rf build/ 26 - rm -rf build/ 34 - rm -rf build/ 42 - rm -rf build/ 50 - rm -rf build/ 58 - rm -rf build/ [all …]
|
/external/toybox/tests/ |
D | rm.test | 6 [ -f testing.sh ] && . testing.sh 11 testing "text-file" "rm file.txt && [ ! -e file.txt ] && echo 'yes'" "yes\n" "" "" 12 rm -f file* 14 testing "-i nonexistent" "</dev/zero rm -i file.txt 2>/dev/null || echo 'yes'" "yes\n" "" "" 17 testing "empty directory" "rm -r dir && [ ! -d dir ] && echo 'yes'" "yes\n" "" "" 18 rm -rf dir 21 testing "text file(mode 000)" "rm -f file.txt && [ ! -e file.txt ] && echo 'yes'" \ 23 rm -f file* 27 testing "-r (multiple files and dirs)" \ 28 "rm -r file1.txt file2.txt dir1 dir2 2>/dev/null && [all …]
|
D | cp.test | 3 [ -f testing.sh ] && . testing.sh 15 testing "-missing source [fail]" "cp missing two 2>/dev/null || echo yes" \ 17 testing "file->file" "cp random two && cmp random two && echo yes" \ 22 testing "file->dir" "cp random two && cmp random two/random && echo yes" \ 25 testing "file->dir/file" \ 28 testing "-r dir->missing" \ 29 "cp -r two three && cmp random three/random && echo yes" \ 32 testing "-r dir->file [fail]" \ 33 "cp -r two walrus 2>/dev/null || echo yes" "yes\n" "" "" 35 testing "-r dir hits file." \ [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
D | SparcRegisterInfo.td | 1 //===-- SparcRegisterInfo.td - Sparc Register defs ---------*- tablegen -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 30 // Registers are identified with 5-bit ID numbers. 31 // Ri - 32-bit integer registers 34 // Rdi - pairs of 32-bit integer registers 40 // Rf - 32-bit floating-point registers 41 class Rf<bits<16> Enc, string n> : SparcReg<Enc, n>; [all …]
|
/external/llvm/lib/Target/Sparc/ |
D | SparcRegisterInfo.td | 1 //===-- SparcRegisterInfo.td - Sparc Register defs ---------*- tablegen -*-===// 8 //===----------------------------------------------------------------------===// 10 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 31 // Registers are identified with 5-bit ID numbers. 32 // Ri - 32-bit integer registers 35 // Rdi - pairs of 32-bit integer registers 41 // Rf - 32-bit floating-point registers 42 class Rf<bits<16> Enc, string n> : SparcReg<Enc, n>; 44 // Rd - Slots in the FP register file for 64-bit floating-point values. [all …]
|
/external/capstone/bindings/python/ |
D | Makefile | 10 rm -rf src/ 11 if test -n "${DESTDIR}"; then \ 12 $(PYTHON2) setup.py build install --root="${DESTDIR}"; \ 18 rm -rf src/ 19 if test -n "${DESTDIR}"; then \ 20 $(PYTHON3) setup.py build install --root="${DESTDIR}"; \ 25 # NOTE: Newer cython can be installed by: sudo pip install --upgrade cython 27 rm -rf src/ 28 if test -n "${DESTDIR}"; then \ 29 $(PYTHON2) setup_cython.py build install --root="${DESTDIR}"; \ [all …]
|
/external/openthread/tools/harness-automation/autothreadharness/ |
D | settings_sample.py | 39 the device type. DUT in RF-box for RF-shield needed cases.""" 69 """str: Harness front-end url""" 79 It is a port and vendor pair list like [('COM1', 'OpenThread'), ('COM2', 'ARM')] for over-the-air g… 91 into the RF-box besides DUT2_DEVICE. 93 Example for CV testbed, 2 conformance devices should be put into the RF-box and listed here. 96 put into the RF-box and listed here. 99 the RF-box and listed here. 104 r"""bool: Whether golden devices are mixed-type. Must put 113 """bool: whether to simulate RF shield by changing channel""" 121 - None - when no PDU controller connected [all …]
|
/external/llvm/ |
D | CleanSpec.mk | 7 # http://www.apache.org/licenses/LICENSE-2.0 22 # $(call add-clean-step, touch -c external/sqlite/sqlite3.h) 23 # $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libz_intermediates) 25 # Always use "touch -c" and "rm -f" or "rm -rf" to gracefully deal with 31 # If you need to re-do something that's already mentioned, just copy 42 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/AndroidTests_intermediates) 43 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/core_intermediates) 44 #$(call add-clean-step, find $(OUT_DIR) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f) 45 #$(call add-clean-step, rm -rf $(PRODUCT_OUT)/data/*) 50 $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/stingray/obj/STATIC_LIBRARIES/libLLVM*) [all …]
|
/external/chromium-webview/ |
D | CleanSpec.mk | 7 # http://www.apache.org/licenses/LICENSE-2.0 22 # $(call add-clean-step, touch -c external/sqlite/sqlite3.h) 23 # $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libz_intermediates) 25 # Always use "touch -c" and "rm -f" or "rm -rf" to gracefully deal with 31 # If you need to re-do something that's already mentioned, just copy 42 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/AndroidTests_intermediates) 43 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/core_intermediates) 44 #$(call add-clean-step, find $(OUT_DIR) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f) 45 #$(call add-clean-step, rm -rf $(PRODUCT_OUT)/data/*) 46 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib/libwebviewchromium.so) [all …]
|
/external/autotest/server/cros/network/ |
D | rf_switch_utils_test.py | 12 """Tests for RF Switch Utils.""" 30 """Test to allocate a RF Switch.""" 33 mock_host_instance.hostname = 'chromeos9-rfswitch1' 34 # AFE returns list of RF Switch Hosts. 36 # Locking the first available RF Switch Host. 40 self.assertEquals(rf_switch.hostname, 'chromeos9-rfswitch1') 44 """Test logs when RF Switch cannot be locked.""" 48 mock_host_instance.hostname = 'chromeos9-rfswitch1' 53 'RF Switch chromeos9-rfswitch1 could not be locked') 57 """Test logs when no RF Switches are available to lock.""" [all …]
|
/external/python/cpython3/Python/ |
D | marshal.c | 93 if ((p)->ptr != (p)->end || w_reserve((p), 1)) \ 94 *(p)->ptr++ = (c); \ 100 assert(p->fp != NULL); in w_flush() 101 fwrite(p->buf, 1, p->ptr - p->buf, p->fp); in w_flush() 102 p->ptr = p->buf; in w_flush() 109 if (p->ptr == NULL) in w_reserve() 111 if (p->fp != NULL) { in w_reserve() 113 return needed <= p->end - p->ptr; in w_reserve() 115 assert(p->str != NULL); in w_reserve() 116 pos = p->ptr - p->buf; in w_reserve() [all …]
|
/external/sqlite/ |
D | CleanSpec.mk | 7 # http://www.apache.org/licenses/LICENSE-2.0 22 # $(call add-clean-step, touch -c external/sqlite/sqlite3.h) 23 # $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libz_intermediates) 25 # Always use "touch -c" and "rm -f" or "rm -rf" to gracefully deal with 31 # If you need to re-do something that's already mentioned, just copy 42 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/AndroidTests_intermediates) 43 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/core_intermediates) 44 #$(call add-clean-step, find $(OUT_DIR) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f) 45 #$(call add-clean-step, rm -rf $(PRODUCT_OUT)/data/*) 51 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libsqlite_intermediates) [all …]
|
/external/markdown/ |
D | makefile | 1 # Python-Markdown makefile 8 @echo ' install Install Python-Markdown locally' 11 @echo ' build-win Build a Windows exe distribution' 22 rm -rf build 23 rm -rf dist 24 python setup.py bdist_wheel sdist --formats gztar 29 rm -rf build 30 rm -rf dist 31 python setup.py bdist_wheel sdist --formats gztar 33 .PHONY : build-win [all …]
|
/external/libaom/av1/common/ |
D | mvref_common.h | 27 #define REFMVS_LIMIT ((1 << 12) - 1) 38 if (!oh->enable_order_hint) return 0; in get_relative_dist() 40 const int bits = oh->order_hint_bits_minus_1 + 1; in get_relative_dist() 46 int diff = a - b; in get_relative_dist() 47 const int m = 1 << (bits - 1); in get_relative_dist() 48 diff = (diff & (m - 1)) - (diff & m); in get_relative_dist() 54 xd->mb_to_left_edge - GET_MV_SUBPEL(bw) - MV_BORDER, in clamp_mv_ref() 55 xd->mb_to_right_edge + GET_MV_SUBPEL(bw) + MV_BORDER, in clamp_mv_ref() 56 xd->mb_to_top_edge - GET_MV_SUBPEL(bh) - MV_BORDER, in clamp_mv_ref() 57 xd->mb_to_bottom_edge + GET_MV_SUBPEL(bh) + MV_BORDER in clamp_mv_ref() [all …]
|
/external/autotest/server/cros/network/rf_switch/ |
D | rf_switch_ssh_tunnel.py | 2 # Use of this source code is governed by a BSD-style license that can be 5 """Interface to RF Switch over SSH tunnel. 7 This helper will help with communicating to a RF Switch which is behind 16 +---------+ | | +--------+ +--------+ 18 | Test +-----| -------+ SSH +------+ RF | 21 +---------+ | | +--------+ +--------+ 38 """RF Switch handler over ssh tunnel.""" 47 RF Switch with a proxy server. 49 @param host: Hostname or IP address of RF Switch 77 """Start a RF Switch with ssh tunnel session and close it when done. [all …]
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | CleanSpec.mk | 1 # -*- mode: makefile -*- 8 # http://www.apache.org/licenses/LICENSE-2.0 23 # $(call add-clean-step, touch -c external/sqlite/sqlite3.h) 24 # $(call add-clean-step, rm -rf $(OUT_DIR)/obj/STATIC_LIBRARIES/libz_intermediates) 26 # Always use "touch -c" and "rm -f" or "rm -rf" to gracefully deal with 32 # If you need to re-do something that's already mentioned, just copy 43 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/AndroidTests_intermediates) 44 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/core_intermediates) 45 #$(call add-clean-step, find $(OUT_DIR) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f) 46 #$(call add-clean-step, rm -rf $(PRODUCT_OUT)/data/*) [all …]
|