Home
last modified time | relevance | path

Searched +full:has +full:- +full:flag (Results 1 – 25 of 1114) sorted by relevance

12345678910>>...45

/third_party/ltp/testcases/realtime/func/gtod_latency/
Dgtod_latency.c3 * Copyright © International Business Machines Corp., 2006-2008
17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 * gtod-latency.c
38 * 2006-Aug-17: Initial version by Darren Hart <dvhltc@us.ibm.com>
39 * 2006-Aug-23: Minor changes by John Kacur <jekacur@ca.ibm.com>
40 * 2006-Nov-20: Augmented to use libstats
41 * 2007-Jul-12: Latency tracing added by Josh Triplett <josh@kernel.org>
42 * 2007-Jul-13: Quantiles added by Josh Triplett <josh@kernel.org>
44 * This line has to be added to avoid a stupid CVS problem
82 char *labels[] = { "scatter plot x-axis",
[all …]
/third_party/typescript/tests/baselines/reference/
Des6ExportEqualsInterop.errors.txt4 …): error TS1259: Module '"interface"' can only be default-imported using the 'esModuleInterop' flag
5 …8): error TS1259: Module '"variable"' can only be default-imported using the 'esModuleInterop' flag
6 …(29,8): error TS1259: Module '"interface-variable"' can only be default-imported using the 'esModu…
7 …0,8): error TS1259: Module '"module"' can only be default-imported using the 'esModuleInterop' flag
8 …s(31,8): error TS1259: Module '"interface-module"' can only be default-imported using the 'esModul…
9 …ts(32,8): error TS1259: Module '"variable-module"' can only be default-imported using the 'esModul…
10 …8): error TS1259: Module '"function"' can only be default-imported using the 'esModuleInterop' flag
11 …ts(34,8): error TS1259: Module '"function-module"' can only be default-imported using the 'esModul…
12 …35,8): error TS1259: Module '"class"' can only be default-imported using the 'esModuleInterop' flag
13 …in.ts(36,8): error TS1259: Module '"class-module"' can only be default-imported using the 'esModul…
[all …]
/third_party/benchmark/src/
Dcommandlineflags.cc7 // http://www.apache.org/licenses/LICENSE-2.0
31 // Parses 'str' for a 32-bit signed integer. If successful, writes
39 // Has strtol() consumed all characters in the string? in ParseInt32()
41 // No - an invalid character was encountered. in ParseInt32()
42 std::cerr << src_text << " is expected to be a 32-bit integer, " in ParseInt32()
43 << "but actually has value \"" << str << "\".\n"; in ParseInt32()
56 std::cerr << src_text << " is expected to be a 32-bit integer, " in ParseInt32()
57 << "but actually has value \"" << str << "\", " in ParseInt32()
73 // Has strtol() consumed all characters in the string? in ParseDouble()
75 // No - an invalid character was encountered. in ParseDouble()
[all …]
/third_party/ltp/utils/sctp/func_tests/
Dtest_1_to_1_recvfrom.c2 * Copyright (c) 2003 Hewlett-Packard Development Company, L.P
5 * This file has test cases to test the recvfrom () call for 1-1 style sockets
29 * the Free Software Foundation, 59 Temple Place - Suite 330,
30 * Boston, MA 02111-1307, USA.
34 * lksctp developers <lksctp-developers@lists.sourceforge.net>
69 int sk,pf_class,lstn_sk,acpt_sk, flag; in main() local
117 flag = MSG_NOSIGNAL; in main()
119 count = test_send(sk, message, msg_count, flag); in main()
122 count = recvfrom(-1, message_rcv, msg_count, flag, in main()
124 if (count != -1 || errno != EBADF) in main()
[all …]
Dtest_1_to_1_recvmsg.c2 * Copyright (c) 2003 Hewlett-Packard Development Company, L.P
5 * This file has test cases to test the recvmsg() call for 1-1 style sockets
30 * the Free Software Foundation, 59 Temple Place - Suite 330,
31 * Boston, MA 02111-1307, USA.
35 * lksctp developers <lksctp-developers@lists.sourceforge.net>
70 int flag = 0; in main() local
129 count = recvmsg(-1, &inmessage, flag); in main()
130 if (count != -1 || errno != EBADF) in main()
134 tst_resm(TPASS, "recvmsg() with a bad socket descriptor - EBADF"); in main()
139 if (fd == -1) in main()
[all …]
/third_party/python/Lib/dbm/
Ddumb.py9 - seems to contain a bug when updating...
11 - reclaim free space (currently, space once occupied by deleted or expanded
14 - support concurrent access (currently, if two processes take turns making
17 - support efficient access to large databases (currently, the whole index
20 - support opening for read-only (flag = 'm')
37 # The on-disk directory and data files can remain in mutually
48 def __init__(self, filebasename, mode, flag='c'): argument
51 self._readonly = (flag == 'r')
62 # begins at a _BLOCKSIZE-aligned byte offset, and is a raw
63 # binary 8-bit string value.
[all …]
D__init__.py10 of an existing dbm. If the dbm does not exist and the create or new flag ('c'
14 It has the following interface (key and data are strings):
22 flag = key in d # true if the key exists
26 tested for existence, and add interfaces to other dbm-like
53 def open(file, flag='r', mode=0o666): argument
56 Optional argument *flag* can be 'r' (default) for read-only access, 'w'
57 for read-write access of an existing database, 'c' for read-write access
58 to a new or existing database, and 'n' for read-write access to a new
78 result = whichdb(file) if 'n' not in flag else None
80 # db doesn't exist or 'n' flag was specified to create a new db
[all …]
/third_party/selinux/libselinux/man/man3/
Dselinux_restorecon.34 selinux_restorecon \- restore file(s) default SELinux security contexts
43 once the relabeling has been completed successfully (see the
52 flag set. If any of the specfile entries had been updated, the digest
79 extended attribute once relabeling has been completed successfully provided the
81 flag has not been set, and no errors have been skipped during the file tree walk
84 flag.
119 flag is also set then the approximate percentage complete will be shown.
125 flag must also be set.
128 convert passed-in
160 to obtain a list of non-seclabel mounts to be excluded from relabeling checks.
[all …]
/third_party/nghttp2/third-party/llhttp/
DREADME.md34 |:----------------|-----------:|-------------:|-----------:|--------:|
42 llhttp project has about 1400 lines of TypeScript code describing the parser
47 All optimizations and multi-character matching in llhttp are generated
49 most of http_parser's code is hand-optimized and unrolled. Instead describing
109 The following callbacks can return `0` (proceed normally), `-1` (error) or `HPE_PAUSED` (pause the …
112 * `on_message_complete`: Invoked when a request/response has been completedly parsed.
113 * `on_url_complete`: Invoked after the URL has been parsed.
114 * `on_method_complete`: Invoked after the HTTP method has been parsed.
115 * `on_version_complete`: Invoked after the HTTP version has been parsed.
116 * `on_status_complete`: Invoked after the status code has been parsed.
[all …]
/third_party/ltp/testcases/kernel/syscalls/ioctl/
Dioctl02.c17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
42 * USAGE: <for command-line>
43 * ioctl02 -D /dev/tty[0-9] [-c n] [-f] [-i n] [-I x] [-P x] [-t]
44 * where, -c n : Run n copies concurrently.
45 * -f : Turn off functionality Testing.
46 * -i n : Execute test n times.
47 * -I x : Execute test for x seconds.
48 * -P x : Pause for x seconds between iterations.
49 * -t : Turn on syscall timing.
55 * test must be run with the -D option
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.h1 //===-- llvm/Instruction.h - Instruction class definition -------*- C++ -*-===//
8 //===----------------------------------------------------------------------===//
13 //===----------------------------------------------------------------------===//
46 /// this instruction has metadata attached to it or not.
54 // Out of line virtual method, so the vtable, etc has a home.
106 //===--------------------------------------------------------------------===//
108 //===--------------------------------------------------------------------===//
111 unsigned getOpcode() const { return getValueID() - InstructionVal; } in getOpcode()
160 //===--------------------------------------------------------------------===//
162 //===--------------------------------------------------------------------===//
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/internal/
Dcommandlineflag.h8 // https://www.apache.org/licenses/LICENSE-2.0
26 // An alias for flag fast type id. This value identifies the flag value type
28 // cases this id is enough to uniquely identify the flag's value type. In a few
35 // update the flag's value unconditionally (can call this multiple times).
37 // update the flag's value, but *only if* it has not yet been updated
40 // set the flag's default value to this. If the flag has not been updated
42 // change the flag's current value to the new default value as well.
48 // Flag is being set by value specified on a command line.
50 // Flag is being set by value specified in the code.
54 // Handle to FlagState objects. Specific flag state objects will restore state
[all …]
/third_party/protobuf/third_party/abseil-cpp/absl/flags/internal/
Dcommandlineflag.h8 // https://www.apache.org/licenses/LICENSE-2.0
26 // An alias for flag fast type id. This value identifies the flag value type
28 // cases this id is enough to uniquely identify the flag's value type. In a few
35 // update the flag's value unconditionally (can call this multiple times).
37 // update the flag's value, but *only if* it has not yet been updated
40 // set the flag's default value to this. If the flag has not been updated
42 // change the flag's current value to the new default value as well.
48 // Flag is being set by value specified on a command line.
50 // Flag is being set by value specified in the code.
54 // Handle to FlagState objects. Specific flag state objects will restore state
[all …]
Dflag.h8 // https://www.apache.org/licenses/LICENSE-2.0
50 // Forward declaration of absl::Flag<T> public API.
53 class Flag; variable
57 using Flag = flags_internal::Flag<T>; variable
60 ABSL_MUST_USE_RESULT T GetFlag(const absl::Flag<T>& flag);
63 void SetFlag(absl::Flag<T>* flag, const T& v);
66 void SetFlag(absl::Flag<T>* flag, const V& v);
69 const CommandLineFlag& GetFlagReflectionHandle(const absl::Flag<U>& f);
72 // Flag value type operations, eg., parsing, copying, etc. are provided
91 // Forward declaration for Flag value specific operations.
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstruction.h1 //===-- llvm/Instruction.h - Instruction class definition -------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
50 /// this instruction has metadata attached to it or not.
77 static_cast<const Instruction *>(this)->getModule());
87 static_cast<const Instruction *>(this)->getFunction());
120 //===--------------------------------------------------------------------===//
122 //===--------------------------------------------------------------------===//
125 unsigned getOpcode() const { return getValueID() - InstructionVal; }
[all …]
DInlineAsm.h1 //===- llvm/InlineAsm.h - Class to represent inline asm strings -*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
13 //===----------------------------------------------------------------------===//
59 /// InlineAsm::get - Return the specified uniqued inline asm string.
70 /// getType - InlineAsm's are always pointers.
76 /// getFunctionType - InlineAsm's are always pointers to functions.
83 /// Verify - This static method can be used by the parser to check to see if
99 /// MatchingInput - If this is not -1, this is an output constraint where an
102 /// constraint #0 and constraint #4 has the value "0", this will be 4).
[all …]
/third_party/iptables/iptables/
Debtables-nft.827 ebtables \(em Ethernet bridge frame table administration (nft-based)
58 There are three ebtables tables with built-in chains in the
66 The user can create new (user-defined) chains that can be used as the 'target'
67 of a rule. User-defined chains are very useful to get better performance
69 the filtering rules into well-organized and maintainable sets of rules.
79 an 'extension' (see below) or a jump to a user-defined chain.
84 means the frame has to be dropped. In the
89 means the next rule has to be checked. This can be handy, f.e., to know how many
104 the -t argument. Moreover, the -t argument must be the
107 .B "-t, --table"
[all …]
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
Dassertions.xml19 If the SA_SIGINFO flag is cleared in the sa_flags field of the sigaction
24 If the SA_SIGINFO flag is set in the sa_flags field, and the implementation
32 of the thread before the signal-catching function is invoked.
35 If the sa_handler field specifies a signal-catching function, the sa_mask
37 signal mask before the signal-catching function is invoked.
45 If sig is SIGCHLD and the SA_NOCLDSTOP flag is not set in sa_flags, and the
51 Not setting the SA_NOCLDSTOP flag on the SIGCHLD signal will result in a
56 If the SA_ONSTACK flag is set in sa_flags, and an alternate signal stack has
62 If the SA_ONSTACK flag is not set in sa_flags, the signal shall be delivered
66 If the SA_RESETHAND flag is set in sa_flags, then the disposition of the signal
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DThreading.h1 //===-- llvm/Support/Threading.h - Control multithreading mode --*- C++ -*-===//
8 //===----------------------------------------------------------------------===//
10 // This file declares helper functions for running LLVM in a multi-threaded
13 //===----------------------------------------------------------------------===//
18 #include "llvm/Config/llvm-config.h" // for LLVM_ON_UNIX
40 /// Returns true if LLVM is compiled with support for multi-threading, and
44 /// llvm_execute_on_thread - Execute the given \p UserFn on a separate
52 /// \param UserFn - The callback to execute.
53 /// \param UserData - An argument to pass to the callback function.
54 /// \param RequestedStackSize - If non-zero, a requested size (in bytes) for
[all …]
/third_party/ltp/testcases/kernel/syscalls/statx/
Dstatx08.c1 // SPDX-License-Identifier: GPL-2.0-or-later
14 * - STATX_ATTR_COMPRESSED: The file is compressed by the filesystem.
15 * - STATX_ATTR_IMMUTABLE: The file cannot be modified.
16 * - STATX_ATTR_APPEND: The file can only be opened in append mode for writing.
17 * - STATX_ATTR_NODUMP: File is not a candidate for backup when a backup
21 * First directory has all flags set. Second directory has no flags set.
38 static void run(unsigned int flag) in run() argument
42 TEST(statx(AT_FDCWD, flag ? TESTDIR_FLAGGED : TESTDIR_UNFLAGGED, 0, 0, &buf)); in run()
46 flag ? TESTDIR_FLAGGED : TESTDIR_UNFLAGGED); in run()
50 flag ? TESTDIR_FLAGGED : TESTDIR_UNFLAGGED); in run()
[all …]
/third_party/skia/m133/bazel/device_specific_configs/generate/
Dgenerate.go3 // Use of this source code is governed by a BSD-style license that can be
8 //go:generate bazelisk run //bazel/device_specific_configs/generate -- --output-file ${PWD}/../../d…
13 "flag"
22 const header = "# GENERATED FILE - Please do not edit.\n\n"
29 _, _ = sb.WriteString(fmt.Sprintf("test:%s --test_arg=%s\n", configName, testArgFlag))
48 // Force device-specific tests to run locally (as opposed to on RBE). For such tests, we assume
52 // We force local execution via the --strategy flag[1]. In order to understand the --strategy
53 // flag, we must first understand the --spawn_strategy flag[2], which controls where and how
56 // - Flag --spawn_strategy=sandboxed executes commands inside a sandbox on the local system.
59 // - Flag --spawn_strategy=local executes commands as regular, local subprocesses without any
[all …]
/third_party/skia/m133/bazel/
Dflags.bzl2 THIS IS THE EXTERNAL-ONLY VERSION OF THIS FILE. G3 HAS ITS OWN.
10 # https://github.com/bazelbuild/bazel-skylib/blob/main/rules/common_settings.bzl
13 # Re-export other symbols from bazel_skylib for convenience
16 # Forked from https://github.com/bazelbuild/bazel-skylib/blob/main/rules/common_settings.bzl
18 doc = "A singleton provider that contains the raw value of a multi-string build setting",
33 build_setting = config.string_list(flag = True, repeatable = True),
39 doc = "A string-typed build setting that can be set multiple times on the command line",
43 """Create a string flag and corresponding config_settings.
45 string_flag_with_values is a Bazel Macro that defines a flag with the given name and a set
46 of valid values for that flag. For each value, a config_setting is defined with the name
[all …]
/third_party/rust/rust/src/doc/rustdoc/src/
Dcommand-line-arguments.md1 # Command-line arguments
5 ## `-h`/`--help`: help
7 Using this flag looks like this:
10 $ rustdoc -h
11 $ rustdoc --help
14 This will show `rustdoc`'s built-in help, which largely consists of
15 a list of possible command-line flags.
18 options, `--help` will show them all.
20 ## `-V`/`--version`: version information
22 Using this flag looks like this:
[all …]
/third_party/skia/m133/third_party/externals/vulkanmemoryallocator/
DCHANGELOG.md1 # 3.0.1 (2022-05-26)
3 - Fixes in defragmentation algorithm.
4 - Fixes in GpuMemDumpVis.py regarding image height calculation.
5 - Other bug fixes, optimizations, and improvements in the code and documentation.
7 # 3.0.0 (2022-03-25)
9has been a long time since the previous official release, so hopefully everyone has been using the…
11 Major features added (some compatibility-breaking):
13 - Added new API for selecting preferred memory type: flags `VMA_MEMORY_USAGE_AUTO`, `VMA_MEMORY_USA…
14 - Added new defragmentation API and algorithm, replacing the old one. See structure `VmaDefragmenta…
15 - Redesigned API for statistics, replacing the old one. See structures: `VmaStatistics`, `VmaDetail…
[all …]
/third_party/cups/vcnet/regex/
DWHATSNEW5 flag. Make regerror more robust.
18 in install-data-local, thanks to Aleksey Cheusov. Configuration scripts
25 changes. mkh: don't set PATH, in case utilities are in non-standard
41 New in alpha3.5: Active development of this code has been stopped --
42 I'm working on a complete reimplementation -- but folks have found some
48 New in alpha3.4: The complex bug alluded to below has been fixed (in a
56 New in alpha3.3: The definition of word boundaries has been altered
58 is an alphabetic. Stuff used for pre-ANSI systems is now in a subdir,
60 makefile has generally been cleaned up some. Fixes have been made
61 (again!) so that the regression test will run without -DREDEBUG, at
[all …]

12345678910>>...45