Searched +full:- +full:- +full:session +full:- +full:end +full:- +full:regex (Results 1 – 25 of 27) sorted by relevance
12
30 parser.add_argument('--ci-job-id')31 parser.add_argument('--container-cmd')32 parser.add_argument('--initramfs-url')33 parser.add_argument('--job-success-regex')34 parser.add_argument('--job-warn-regex')35 parser.add_argument('--kernel-url')36 parser.add_argument('--log-level', type=int)37 parser.add_argument('--poweroff-delay', type=int)38 parser.add_argument('--session-end-regex')39 parser.add_argument('--session-reboot-regex')[all …]
7 - !reference [default, before_script]9 - rm -rf install10 - tar -xf artifacts/install.tar11 …- echo -e "\e[0Ksection_start:$(date +%s):ldd_section[collapsed=true]\r\e[0KChecking ldd on driver…12 - LD_LIBRARY_PATH=install/lib find install/lib -name "*.so" -print -exec ldd {} \;13 - echo -e "\e[0Ksection_end:$(date +%s):ldd_section\r\e[0K"18 - results/20 .test-gl:22 - .test23 - .use-debian/x86_test-gl[all …]
7 * http://www.apache.org/licenses/LICENSE-2.023 #include "ecma-builtins.h"24 #include "ecma-helpers.h"25 #include "ecma-jobqueue.h"26 #include "jerryscript-port.h"28 #include "re-bytecode.h"29 #include "vm-defines.h"31 #include "jerryscript-debugger-transport.h"32 #include "js-parser-internal.h"34 #include "jerryscript-port-default.h"[all …]
23 " if (cudaGetDeviceCount(&dev_num) != cudaSuccess) return -1;\n"24 " if (dev_num < 1) return -1;\n"40 CMAKE_FLAGS "-DINCLUDE_DIRECTORIES=${CUDA_INCLUDE_DIRS}"45 string(REGEX REPLACE "[ \t]+" ";" compute_cap "${compute_cap}")49 if(arch MATCHES "^([0-9]\\.[0-9](\\[0-9]\\.[0-9]\\))?)$")61 list(APPEND CUDA_NVCC_FLAGS -arch=sm_60)68 list(APPEND CUDA_NVCC_FLAGS -gencode=arch=compute_60,code=sm_6069 -gencode=arch=compute_61,code=sm_6170 -gencode=arch=compute_70,code=sm_70)73 list(APPEND CUDA_NVCC_FLAGS -gencode=arch=compute_75,code=sm_75)[all …]
1 …-libc on a nommu system, you'll need to say \"y\" here.\n\nAlthough uclibc lets you detect support…11 … even when it has a built-in version of that command. This requires\n toybox symlinks to be …15 #define HELP_toybox_i18n "Support for UTF-8 character sets, and some locale support."17 …t --help argument in all commands, even ones with a NULL\noptstring. (Use TOYFLAG_NOHELP to disabl…25 #define HELP_toybox_libcrypto "Use faster hash functions out of external -lcrypto library."29 #define HELP_toybox_selinux "Include SELinux options in commands such as ls, and add\nSELinux-speci…35 …--long | --help | --version | [command] [arguments...]]\n\nWith no arguments, shows available comm…43 …-D] [-F] [-R] [-n] [-v] FILE...\n\nRestores the default security contexts for the given files.\n\n…45 …-p PRI] [-t TAG] MESSAGE...\n\nLogs message to logcat.\n\n-p Use the given priority instead of INF…51 #define HELP_skeleton_alias "usage: skeleton_alias [-dq] [-b NUMBER]\n\nExample of a second command…[all …]
2 * Copyright 2020-2024 Huawei Technologies Co., Ltd8 * http://www.apache.org/licenses/LICENSE-2.087 if (iter == content.end()) { in CheckJsonKeyExist()95 if (iter == content.end()) { in CheckSelectableKeyExist()116 if (context->get_param<int>(MS_CTX_EXECUTION_MODE) == kPynativeMode && in IsDumpEnabled()117 context->get_param<std::string>(MS_CTX_DEVICE_TARGET) != kAscendDevice) { in IsDumpEnabled()120 if (context->get_param<int>(MS_CTX_EXECUTION_MODE) == kPynativeMode && in IsDumpEnabled()121 context->get_param<std::string>(MS_CTX_DEVICE_TARGET) == kAscendDevice && e2e_dump_enabled_) { in IsDumpEnabled()130 if (context->get_param<int>(MS_CTX_EXECUTION_MODE) == kPynativeMode && in PyNativeModeCheck()140 if (!context->IsKByKExecutorMode()) { in CheckE2eSetting()[all …]
2 * Copyright 2020-2022 Huawei Technologies Co., Ltd8 * http://www.apache.org/licenses/LICENSE-2.024 #include <regex>26 #include "backend/common/session/session_basic.h"100 std::string device_target = ms_context->get_param<std::string>(MS_CTX_DEVICE_TARGET); in Debugger()214 …ConfigManager::GetInstance().dataset_mode() == DatasetMode::DS_SINK_MODE || graph_ptr->IsDatasetGr… in CheckDatasetSinkMode()241 …(void)std::transform(env_enable_str.begin(), env_enable_str.end(), env_enable_str.begin(), ::tolow… in CheckDebuggerEnabled()253 …(void)std::transform(env_enable_str.begin(), env_enable_str.end(), env_enable_str.begin(), ::tolow… in CheckDebuggerEnabledParam()284 if (heartbeat_thread_ && heartbeat_thread_->joinable()) { in Reset()286 heartbeat_thread_->join(); in Reset()[all …]
1 /* ps.c - show process list6 * And http://kernel.org/doc/Documentation/filesystems/proc.txt Table 1-49 * Deviations from posix: no -n because /proc/self/wchan exists; we use -n to11 * Posix says default output should have field named "TTY" but if you "-o tty"13 * Similarly -f outputs USER but calls it UID (we call it USER).14 * It also says that -o "args" and "comm" should behave differently but use16 * Select by session id is -s not -g. Posix doesn't say truncated fields17 * should end with "+" but it's pretty common behavior.19 * Posix defines -o ADDR as "The address of the process" but the process21 * field always prints "-" with an alignment of 1, which is why it has 11[all …]
2 * Copyright 2019-2023 Huawei Technologies Co., Ltd8 * http://www.apache.org/licenses/LICENSE-2.031 #include <regex>41 constexpr auto kSplitLine = "\n----------------------------------------------------\n";219 std::regex title_re{R"(\#[d|u]msg\#.+?\#[d|u]msg\#|)" + std::string(kSplitLine) + R"(- .+?)" + in RemoveLabelBeforeOutputLog()238 (void)output->emplace_back(message.substr(pos1, pos2 - pos1)); in SplitString()244 (void)output->emplace_back(message.substr(pos1)); in SplitString()270 (void)dmsg->emplace_back(temp[0]); in ParseExceptionMessage()272 (void)umsg->insert(umsg->cend(), temp.cbegin() + 1, temp.cend()); in ParseExceptionMessage()276 (void)dmsg->emplace_back(vec[i]); in ParseExceptionMessage()[all …]
14 …ith a title similar to yours may have been closed as a duplicate of one with a less-findable title.29 * What version of TypeScript you're using (run `tsc --v`)63 …e some step-by-step instructions](https://github.com/anitab-org/mentorship-android/wiki/Fork%2C-Cl…64 4. Install the gulp command line tool: `npm install -g gulp-cli`67 7. Make sure everything builds and tests pass: `gulp runtests-parallel`73 Running `gulp --tasks --depth 1` provides the full listing, but here are a few common tasks you mig…83 … # Use --tests=<testPath> for a specific test and/or --runner=<runnerName> for a specific suite.85 … # The user and docker runners are extended test suite runners - the user runner88 gulp runtests-parallel # Like runtests, but split across multiple threads. Uses a number of threads…89 # core count by default. Use --workers=<number> to adjust this.[all …]
1 // SPDX-License-Identifier: BSL-1.04 * Generated: 2022-04-12 22:37:23.2602015 * ----------------------------------------------------------35 # pragma clang diagnostic ignored "-Wpadded"36 # pragma clang diagnostic ignored "-Wswitch-enum"37 # pragma clang diagnostic ignored "-Wcovered-switch-default"40 // Because REQUIREs trigger GCC's -Wparentheses, and because still43 # pragma GCC diagnostic ignored "-Wparentheses" // See #674 for details46 # pragma GCC diagnostic ignored "-Wunused-variable"47 # pragma GCC diagnostic ignored "-Wpadded"[all …]
... s': not a documentation directory. perf help [--all] [--man|-- ...
7 // http://www.apache.org/licenses/LICENSE-2.037 #include <regex>174 // In a Windows Remote Desktop session there are two adapters named "Microsoft Basic Render in operator <<()197 std::string sanitizedName = std::regex_replace(paramName, std::regex("[^a-zA-Z0-9]+"), "_"); in SanitizeParamName()201 sanitizedName.resize(sanitizedName.length() - 1); in SanitizeParamName()213 targetLength -= testFormat.length() - 220; in SanitizeParamName()214 targetLength -= suffix.length(); in SanitizeParamName()243 // parameterizations all selected adapters. We drop the instance at the end of this function in DawnTestEnvironment()257 size_t argLen = 0; // Set when parsing --arg=X arguments in ParseArgs()259 if (strcmp("-w", argv[i]) == 0 || strcmp("--use-wire", argv[i]) == 0) { in ParseArgs()[all …]
189 … it("inferred project - type acquisition with disableFilenameBasedTypeAcquisition:true", () => {230 …ere requested as a result of typings discovery") > 0, "Should not request filename-based typings");233 it("external project - no type acquisition, no .d.ts/js files", () => {257 // in this case project contain only ts files - no auto discovery261 it("external project - deduplicate from local @types packages", () => {292 it("external project - no auto in typing acquisition, no .d.ts/js files", () => {317 … // in this case project contain only ts files - no auto discovery even if type acquisition is set321 it("external project - autoDiscovery = true, no .d.ts/js files", () => {359 // auto is set in type acquisition - use it even if project contains only .ts files363 it("external project - no type acquisition, with only js, jsx, d.ts files", () => {[all …]
8 * http://www.apache.org/licenses/LICENSE-2.074 import java.util.regex.Matcher;75 import java.util.regex.Pattern;82 @OptionClass(alias="deqp-test-runner")93 private static final String CASE_LIST_FILE_NAME = "dEQP-TestCaseList.txt";118 @Option(name="deqp-package",122 @Option(name="deqp-gl-config-name",126 @Option(name="deqp-caselist-file",130 @Option(name="deqp-screen-rotation",134 @Option(name="deqp-surface-type",[all …]
13 a beta release, please use the tracker instead -- this helps avoid40 sufficient; the e-mail address isn't necessary. It's helpful to60 :pep:`392` - Python 3.2 Release Schedule83 :pep:`384` - Defining a Stable ABI96 third-party module. Being more fully featured than its predecessor, the97 :mod:`argparse` module is now the preferred module for command-line processing.116 parser.add_argument('-u', '--user', # -u or --user option122 >>> cmd = 'deploy sneezy.example.com sleepy.example.com -u skycaptain'133 >>> parser.parse_args('-h'.split())135 usage: manage_cloud.py [-h] -u USER[all …]
20 updates -- in such cases, end users will be much better served by partial50 sufficient; the e-mail address isn't necessary.70 :pep:`429` -- Python 3.4 Release Schedule74 Summary -- Release Highlights86 * :ref:`pip should always be available <whatsnew-pep-453>` (:pep:`453`).87 * :ref:`Newly created file descriptors are non-inheritable <whatsnew-pep-446>`89 * command line option for :ref:`isolated mode <whatsnew-isolated-mode>`91 * :ref:`improvements in the handling of codecs <codec-handling-improvements>`93 * :ref:`A ModuleSpec Type <whatsnew-pep-451>` for the Import System96 <whatsnew-marshal-3>` (:issue:`16475`).[all …]
299 self.assertTrue(0.08 <= t1-t0 <= 0.8, t1-t0)406 # at least on Linux -- see man select.467 ValueError, self.loop.add_signal_handler, -1, my_handler)469 ValueError, self.loop.remove_signal_handler, -1)547 # zero-length address for UNIX socket.650 # zero-length address for UNIX socket.1406 wpipeobj = io.open(wpipe, 'w', 1024, encoding="utf-8")1672 elapsed = time.monotonic() - start1695 await asyncio.sleep(1e-2)1696 await asyncio.sleep(1e-4)[all …]
5 ** "shell.c" file used to implement the SQLite command-line shell.13 ** source file to help make the command-line program easier to compile.41 ** Optionally #include a user-defined header, whereby compilation options64 ** the browser-mode build has much different user input requirements98 ** Enable large-file support for fopen() and friends on unix.224 /* Windows CE (arm-wince-mingw32ce-gcc) does not provide isatty()226 * overridden with the -batch command line option.284 /* Return the current wall-clock time */290 if( clockVfs->iVersion>=2 && clockVfs->xCurrentTimeInt64!=0 ){ in timeOfDay()291 clockVfs->xCurrentTimeInt64(clockVfs, &t); in timeOfDay()[all …]
2 This file is part of cups-filters.16 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-130140 #include <regex.h>46 #include <avahi-client/client.h>47 #include <avahi-client/lookup.h>49 #include <avahi-glib/glib-watch.h>50 #include <avahi-common/malloc.h>51 #include <avahi-common/error.h>128 #include "cups-notifier.h"131 #define CUPS_BROWSED_MARK "cups-browsed"[all …]
2 --------------13 Release date: 2017-01-1721 Release date: 2017-01-0224 -----------------26 - Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X29 - Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug33 -------35 - Issue #28563: Fixed possible DoS and arbitrary code execution when handle39 - In the curses module, raise an error if window.getstr() or window.instr() is42 - Issue #27783: Fix possible usage of uninitialized memory in operator.methodcaller.[all …]
8 *Release date: 2023-06-06*11 --------13 - gh-issue-103142: The version of OpenSSL used in our binary builds has been16 - gh-issue-99889: Fixed a security in flaw in :func:`uu.decode` that could20 - gh-issue-104049: Do not expose the local on-disk location in directory23 - gh-issue-102153: :func:`urllib.parse.urlsplit` now strips leading C025 by WHATWG in response to CVE-2023-24329. Patch by Illia Volochii.28 -----------------30 - gh-issue-105164: Ensure annotations are set up correctly if the only34 - gh-issue-104615: Fix wrong ordering of assignments in code like ``a, a =[all …]
2 # Guess values for system-dependent variables and create Makefiles.8 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.13 ## -------------------- ##15 ## -------------------- ##19 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :22 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which24 alias -g '${1+"$@"}'='"$@"'27 case `(set -o) 2>/dev/null` in #(29 set -o posix ;; #(45 if test -z "$BASH_VERSION$ZSH_VERSION" \[all …]
1 Mesa 22.2.0 Release Notes / 2022-09-2120 ---------------24 b1f9c8fd08f2cae3adf83355bef4d2398e8025f44947332880f2d0066bdafa8c mesa-22.2.0.tar.xz29 ------------31 - WGL_ARB_create_context_robustness33 - d3d12 ARB_robust_buffer_access_behavior35 - VK_EXT_robustness2 for lavapipe37 - VK_EXT_image_2d_view_of_3d on RADV39 - zink and d3d12 GL_EXT_memory_object_win32 and GL_EXT_semaphore_win32 support41 - vertexAttributeInstanceRateZeroDivisor support for lavapipe[all …]