| /external/OpenCL-CLHPP/.github/workflows/ |
| D | linux.yml | 6 …{{ github.workspace }}/external/OpenCL-Headers/install/share/pkgconfig:${{ github.workspace }}/ext… 9 cmake-minimum: 10 runs-on: ${{ matrix.OS }} 11 container: streamhpc/opencl-sdk-base:ubuntu-18.04-20220127 14 OS: [ubuntu-20.04] 15 VER: [7] # gcc-8, clang-8, clang-10 20 BIN: [64] # Temporarily disable cross-compilation (will need toolchain files) 26 …-CLHPP/OpenCL-CLHPP/install/share/pkgconfig:/__w/OpenCL-CLHPP/OpenCL-CLHPP/external/OpenCL-Headers… 30 - name: Checkout OpenCL-CLHPP 35 - name: Checkout OpenCL-Headers [all …]
|
| /external/autotest/client/site_tests/power_SuspendStress/ |
| D | control.bare | 1 # Copyright (c) 2013 The Chromium OS Authors. All rights reserved. 2 # Use of this source code is governed by a BSD-style license that can be 5 AUTHOR = "jwerner, chromeos-power" 6 NAME = "power_SuspendStress.bare" 16 Runs eight minutes of bare suspend/resume cycles without additional workload. 21 job.run_test('power_SuspendStress', duration=480, tag='bare')
|
| D | control.bareDaily | 1 # Copyright 2020 The Chromium OS Authors. All rights reserved. 2 # Use of this source code is governed by a BSD-style license that can be 5 AUTHOR = "chromeos-platform-power" 17 Runs 250 iterations (~30mins) of bare suspend/resume cycles without additional 23 tag='bare')
|
| D | control.stress | 1 # Copyright 2014 The Chromium OS Authors. All rights reserved. 2 # Use of this source code is governed by a BSD-style license that can be 16 Runs multiple minutes of bare suspend/resume cycles without additional workload. 21 job.run_test('power_SuspendStress', duration=600, tag='bare')
|
| D | control.bareFSI | 1 # Copyright (c) 2016 The Chromium OS Authors. All rights reserved. 2 # Use of this source code is governed by a BSD-style license that can be 5 AUTHOR = "chromeos-power" 16 Runs iterations of bare suspend/resume cycles without additional workload. 22 modemfwd_workaround=True, tag='bare')
|
| D | control.4hours | 1 # Copyright (c) 2016 The Chromium OS Authors. All rights reserved. 2 # Use of this source code is governed by a BSD-style license that can be 16 Runs four hours of bare suspend/resume cycles without additional workload. 26 job.run_test('power_SuspendStress', duration=14400, tag='bare', max_resume_window=8)
|
| D | control.faft | 1 # Copyright (c) 2013 The Chromium OS Authors. All rights reserved. 2 # Use of this source code is governed by a BSD-style license that can be 15 Runs eight minutes of bare suspend/resume cycles without additional workload. 19 Put .bare in a loop and run for 2 days. This test replaces suspend resume test.
|
| /external/python/cpython2/Doc/howto/ |
| D | doanddont.rst | 2 Idioms and Anti-Idioms in Python 25 --------------------- 44 a bad idea. For one, this loses an important property Python otherwise has --- 56 os import *`` is present. The :mod:`os` module has a function called 61 take what you need --- ``from module import name1, name2``, or keep them in the 62 module and access on a per-need basis --- ``import module;print module.name``. 79 ------------------------------------------------------- 83 dangerous for the same reasons ``from import *`` is dangerous --- it might step 112 ------------------------------- 144 ------- [all …]
|
| /external/sdv/vsomeip/third_party/boost/process/test/ |
| D | Jamfile.jam | 12 import os ; 14 if [ os.name ] = NT 27 <target-os>windows:<define>WIN32_LEAN_AND_MEAN 28 <target-os>linux:<linkflags>-lpthread 29 <os>NT,<toolset>cw:<library>ws2_32 30 <os>NT,<toolset>gcc:<library>ws2_32 45 lib multi_ref : multi_ref1.cpp multi_ref2.cpp system : <target-os>windows:<source>shell32 ; 48 <warnings>off <target-os>windows:<source>shell32 <target-os>windows:<source>Ntdll 52 <warnings>off <target-os>windows:<source>shell32 55 …her.cpp program_options iostreams system filesystem : <warnings>off <target-os>windows:<source>she… [all …]
|
| /external/OpenCL-Headers/.github/workflows/ |
| D | windows.yml | 5 paths-ignore: 6 - '**/*.md' 8 paths-ignore: 9 - '**/*.md' 13 runs-on: windows-latest 22 - VER: v141 24 GEN: Ninja Multi-Config 28 NINJA_URL: https://github.com/ninja-build/ninja/releases/download/v1.10.2/ninja-win.zip 34 - uses: actions/checkout@v3 36 - name: Cache Ninja install [all …]
|
| /external/ComputeLibrary/docs/user_guide/ |
| D | how_to_build_and_run_examples.dox | 2 /// Copyright (c) 2017-2023 Arm Limited. 4 /// SPDX-License-Identifier: MIT 33 To see the build options available simply run ```scons -h``` 41 - gcc-linaro-6.3.1-2017.05-x86_64_arm-linux-gnueabihf 42 - gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu 44 To cross-compile the library in debug mode, with Arm® Neon™ only support, for Linux 32bit: 46 scons Werror=1 -j8 debug=1 neon=1 opencl=0 os=linux arch=armv7a 48 To cross-compile the library in asserts mode, with OpenCL only support, for Linux 64bit: 50 scons Werror=1 -j8 debug=0 asserts=1 neon=0 opencl=1 embed_kernels=1 os=linux arch=armv8a 54 scons Werror=1 -j8 debug=0 neon=1 opencl=0 os=linux arch=armv8a build=native [all …]
|
| /external/mesa3d/src/nouveau/headers/ |
| D | update-from-open-gpu-doc.py | 7 import os 15 '/classes/dma-copy/': 'classes/', 17 '/classes/memory-to-memory-format/': 'classes/', 21 target = os.path.abspath(os.path.dirname(__file__)) + "/" 24 parser.add_argument('git_path', type=str, help='Path to the open-gpu-doc repo') 27 repo_path = os.path.abspath(args.git_path) 32 assert not repo.bare 35 sys.exit(-1) 45 if not os.path.isdir(path): 47 sys.exit(-1)
|
| /external/rust/crates/buddy_system_allocator/ |
| D | Cargo.toml.orig | 3 description = "A bare metal allocator that uses buddy system." 5 homepage = "https://github.com/rcore-os/buddy_system_allocator" 6 repository = "https://github.com/rcore-os/buddy_system_allocator" 22 [dev-dependencies]
|
| D | Cargo.toml | 21 description = "A bare metal allocator that uses buddy system." 22 homepage = "https://github.com/rcore-os/buddy_system_allocator" 31 repository = "https://github.com/rcore-os/buddy_system_allocator" 41 [dev-dependencies.criterion] 44 [dev-dependencies.ctor] 47 [dev-dependencies.rand] 50 [dev-dependencies.rand_chacha]
|
| /external/pigweed/pw_toolchain/py/pw_toolchain/ |
| D | copy_with_metadata.py | 8 # https://www.apache.org/licenses/LICENSE-2.0 15 """Emulation of `cp -af src dest`.""" 18 import os 26 """Emulation of `cp -af in out` command.""" 27 if not os.path.exists(src): 29 return -1 32 if os.path.isdir(src): 36 except: # pylint: disable=bare-except 38 return -1 45 if (len(sys.argv) - 1) != 2: [all …]
|
| /external/angle/build/android/gyp/util/ |
| D | parallel.py | 2 # Use of this source code is governed by a BSD-style license that can be 12 import os 17 DISABLE_ASYNC = os.environ.get('DISABLE_ASYNC') == '1' 83 except: # pylint: disable=bare-except 88 """Allows for host-side logic to be run after child process has terminated. 121 when child process throws an exception or Ctrl-C is hit. 133 except: # pylint: disable=bare-except 139 thread = threading.Thread(name='Pool-Terminate-{}'.format(i),
|
| /external/cronet/build/android/gyp/util/ |
| D | parallel.py | 2 # Use of this source code is governed by a BSD-style license that can be 12 import os 17 DISABLE_ASYNC = os.environ.get('DISABLE_ASYNC') == '1' 83 except: # pylint: disable=bare-except 88 """Allows for host-side logic to be run after child process has terminated. 121 when child process throws an exception or Ctrl-C is hit. 133 except: # pylint: disable=bare-except 139 thread = threading.Thread(name='Pool-Terminate-{}'.format(i),
|
| /external/ComputeLibrary/ |
| D | SConstruct | 1 # -*- coding: utf-8 -*- 3 # Copyright (c) 2016-2023 Arm Limited. 5 # SPDX-License-Identifier: MIT 27 import os 47 if os.path.isfile(build_config): 64 # Manage data-types 66 env.Append(CXXFLAGS = ['-DENABLE_FP16_KERNELS']) 68 env.Append(CXXFLAGS = ['-DENABLE_FP32_KERNELS']) 70 env.Append(CXXFLAGS = ['-DENABLE_QASYMM8_KERNELS']) 72 env.Append(CXXFLAGS = ['-DENABLE_QASYMM8_SIGNED_KERNELS']) [all …]
|
| /external/cronet/third_party/apache-portable-runtime/src/misc/unix/ |
| D | getopt.c | 40 APR_DECLARE(apr_status_t) apr_getopt_init(apr_getopt_t **os, apr_pool_t *cont, in apr_getopt_init() argument 45 *os = apr_palloc(cont, sizeof(apr_getopt_t)); in apr_getopt_init() 46 (*os)->cont = cont; in apr_getopt_init() 47 (*os)->reset = 0; in apr_getopt_init() 48 (*os)->errfn = (apr_getopt_err_fn_t*)(fprintf); in apr_getopt_init() 49 (*os)->errarg = (void*)(stderr); in apr_getopt_init() 51 (*os)->place = EMSG; in apr_getopt_init() 52 (*os)->argc = argc; in apr_getopt_init() 60 (*os)->argv = argv_buff; in apr_getopt_init() 61 (*os)->argv[argc] = NULL; in apr_getopt_init() [all …]
|
| /external/googleapis/google/cloud/baremetalsolution/v2/ |
| D | osimage.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 39 // Output only. OS Image's unique name. 42 // OS Image code. 45 // OS Image description. 50 // types](https://cloud.google.com/bare-metal/docs/bms-planning#server_configurations) 53 // Network templates that can be used with this OS Image. 57 // Request for getting all available OS images. 77 // Request for getting all available OS images. 79 // The OS images available.
|
| /external/oss-fuzz/infra/cifuzz/ |
| D | environment.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 17 import os 24 except: # pylint: disable=bare-except 31 value_string = os.getenv(env_var) 40 of CIFuzz users specified 'false' for dry-run. So we need to special case
|
| /external/bazelbuild-rules_go/examples/basic-gazelle/cmd/ |
| D | root.go | 7 // http://www.apache.org/licenses/LICENSE-2.0 18 "os" 25 Use: "go-code-tutorial", 33 // Uncomment the following line if your bare application 43 os.Exit(1)
|
| /external/oss-fuzz/infra/cifuzz/filestore/git/ |
| D | git_test.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 16 import os 23 # pylint: disable=wrong-import-position 24 INFRA_DIR = os.path.dirname( 25 os.path.dirname(os.path.dirname(os.path.dirname( 26 os.path.abspath(__file__))))) 32 # pylint: disable=protected-access,no-self-use 48 with open(os.path.join(self.local_dir.name, 'a'), 'w') as handle: 51 os.makedirs(os.path.join(self.local_dir.name, 'b')) 53 with open(os.path.join(self.local_dir.name, 'b', 'c'), 'w') as handle: [all …]
|
| /external/autotest/client/common_lib/ |
| D | revision_control.py | 13 import os, warnings, logging 58 repo is up-to-date, if not update. It delegates the install to 71 in the current working directory for non bare repos. 72 In such repos the -git-dir option should point to 73 the .git directory and -work-tree should point to 75 Note: a bare reposotory is one which contains all the 77 (.git) in the same directory. This class assumes non-bare 90 self.gitpath = utils.sh_escape(os.path.join(self.repodir,'.git')) 97 self._build = os.path.dirname(self.repodir) 107 raise ValueError('Unsupported operation -- this object was not' [all …]
|
| /external/tensorflow/tensorflow/tools/compatibility/ |
| D | ast_edits.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 19 import os 106 """Check if an ast.Call node uses arbitrary-length positional *args. 130 """Check if an ast.Call node uses arbitrary-length **kwargs. 154 """Check if an ast.Call node uses arbitrary-length *args or **kwargs. 191 * `function_keyword_renames`: maps function names to a map of old -> new 209 def preprocess(self, root_node): # pylint: disable=unused-argument 245 self._log = [] # Holds 4-tuples: severity, line, col, msg. 332 a '.'-delimited full-name or None if node was not Attribute or Name. 388 # Only look for *.-warnings here, the other will be handled by the Attribute [all …]
|