Home
last modified time | relevance | path

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

12345678910>>...47

/external/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 …]
/external/e2fsprogs/tests/f_bad_disconnected_inode/
Dexpect.12 Inode 1 has EXTENTS_FL flag set on filesystem without extents support.
5 Inode 9 has the casefold flag set but is not a directory. Clear flag? yes
7 Inode 14 has the casefold flag set but is not a directory. Clear flag? yes
9 Inode 14 has INLINE_DATA_FL flag on filesystem without inline data support.
12 Inode 15 has INLINE_DATA_FL flag on filesystem without inline data support.
15 Inode 16 has the casefold flag set but is not a directory. Clear flag? yes
17 Inode 16 has INLINE_DATA_FL flag on filesystem without inline data support.
30 Inode 13 (...) has invalid mode (0117003).
34 Block bitmap differences: -(9--19)
48 test_filesys: 11/16 files (0.0% non-contiguous), 9/100 blocks
/external/pigweed/pw_build/py/
Dgn_config_test.py7 # https://www.apache.org/licenses/LICENSE-2.0
47 """Identifies a non-empty config correctly."""
52 """Indicates a config does not have a flag when it has no values."""
53 self.assertFalse(self.config.has('cflags'))
56 """Indicates a config has a flag when it has one value."""
57 self.config.add('cflags', '-frobinator')
58 self.assertTrue(self.config.has('cflags'))
61 """Indicates a config has a flag when it has multiple values."""
62 self.config.add('cflags', '-frobinator')
63 self.config.add('cflags', '-fizzbuzzer')
[all …]
/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/win32/
Donce.hpp6 // (C) Copyright 2005-7 Anthony Williams
8 // (C) Copyright 2011-2013 Vicente J. Botet Escriba
44 inline bool enter_once_region(once_flag& flag, once_context& ctx) BOOST_NOEXCEPT;
45 inline void commit_once_region(once_flag& flag, once_context& ctx) BOOST_NOEXCEPT;
46 inline void rollback_once_region(once_flag& flag, once_context& ctx) BOOST_NOEXCEPT;
60 … friend inline bool enter_once_region(once_flag& flag, detail::once_context& ctx) BOOST_NOEXCEPT;
61 … friend inline void commit_once_region(once_flag& flag, detail::once_context& ctx) BOOST_NOEXCEPT;
62 …friend inline void rollback_once_region(once_flag& flag, detail::once_context& ctx) BOOST_NOEXCEPT;
117 …const once_char_type fixed_mutex_name[]=L"Local\\{C15730E2-145C-4c5e-B005-3BC753F42475}-once-flag"; in name_once_mutex()
119 … const once_char_type fixed_mutex_name[]="Local\\{C15730E2-145C-4c5e-B005-3BC753F42475}-once-flag"; in name_once_mutex()
[all …]
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/util/
DFlagSet.java8 * http://www.apache.org/licenses/LICENSE-2.0
47 * Adds a flag.
49 * @param flag A flag.
51 * @throws IllegalStateException If {@link #build()} has already been called.
53 public Builder add(int flag) { in add() argument
55 flags.append(flag, /* value= */ true); in add()
60 * Adds a flag if the provided condition is true. Does nothing otherwise.
62 * @param flag A flag.
65 * @throws IllegalStateException If {@link #build()} has already been called.
67 public Builder addIf(int flag, boolean condition) { in addIf() argument
[all …]
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/util/
DFlagSet.java8 * http://www.apache.org/licenses/LICENSE-2.0
47 * Adds a flag.
49 * @param flag A flag.
51 * @throws IllegalStateException If {@link #build()} has already been called.
53 public Builder add(int flag) { in add() argument
55 flags.append(flag, /* value= */ true); in add()
60 * Adds a flag if the provided condition is true. Does nothing otherwise.
62 * @param flag A flag.
65 * @throws IllegalStateException If {@link #build()} has already been called.
67 public Builder addIf(int flag, boolean condition) { in addIf() argument
[all …]
/external/grpc-grpc-java/binder/src/main/java/io/grpc/binder/
DBindServiceFlags.java8 * http://www.apache.org/licenses/LICENSE-2.0
38 * javadoc for each setter discusses each supported flag's semantics at the gRPC layer.
44 * <p>The {@link Builder#setAutoCreate} flag is guaranteed to be set.
85 * Sets or clears the {@link android.content.Context#BIND_ABOVE_CLIENT} flag.
87 * <p>This flag has no additional meaning at the gRPC layer. See the Android docs for more.
96 * Sets or clears the {@link android.content.Context#BIND_ADJUST_WITH_ACTIVITY} flag.
98 * <p>This flag has no additional meaning at the gRPC layer. See the Android docs for more.
109 * Sets or clears the {@code android.content.Context#BIND_ALLOW_ACTIVITY_STARTS} flag.
112 * releasing production code which depends on this flag, verify that either the
113 * {@code BIND_ALLOW_ACTIVITY_STARTS} flag has not changed from 0x200 during SDK development,
[all …]
/external/googleapis/google/cloud/paymentgateway/issuerswitch/v1/
Dresolutions.proto7 // http://www.apache.org/licenses/LICENSE-2.0
40 "https://www.googleapis.com/auth/cloud-platform";
42 // Create a complaint. The returned `Operation` type has
43 // the following method-specific fields:
45 // - `metadata`:
47 // - `response`:
62 // Resolve a complaint. The returned `Operation` type has
63 // the following method-specific fields:
65 // - `metadata`:
67 // - `response`:
[all …]
/external/cronet/base/synchronization/
Dwaitable_event_watcher_posix.cc2 // Use of this source code is governed by a BSD-style license that can be
16 // -----------------------------------------------------------------------------
19 // The basic design is that we add an AsyncWaiter to the wait-list of the event.
20 // That AsyncWaiter has a pointer to SequencedTaskRunner, and a Task to be
24 // Since the wait can be canceled, we have a thread-safe Flag object which is
25 // set when the wait has been canceled. At each stage in the above, we check the
26 // flag before going onto the next stage. Since the wait may only be canceled in
30 // -----------------------------------------------------------------------------
31 // A thread-safe, reference-counted, write-once flag.
32 // -----------------------------------------------------------------------------
[all …]
/external/liburing/man/
Dio_uring_setup.25 .\" SPDX-License-Identifier: LGPL-2.0-or-later
7 .TH IO_URING_SETUP 2 2019-01-29 "Linux" "Linux Programmer's Manual"
9 io_uring_setup \- setup a context for performing asynchronous I/O
59 Perform busy-waiting for an I/O completion, as opposed to getting
62 this to work. Busy-waiting provides lower latency, but may consume
66 flag. When a read or write is submitted to a polled context, the
69 It is illegal to mix and match polled and non-polled I/O on an io_uring
74 When this flag is specified, a kernel thread is created to perform
101 * Ensure that the wakeup flag is read after the tail pointer
102 * has been written. It's important to use memory load acquire
[all …]
/external/libchrome/base/synchronization/
Dwaitable_event_watcher_posix.cc2 // Use of this source code is governed by a BSD-style license that can be
16 // -----------------------------------------------------------------------------
19 // The basic design is that we add an AsyncWaiter to the wait-list of the event.
20 // That AsyncWaiter has a pointer to SequencedTaskRunner, and a Task to be
24 // Since the wait can be canceled, we have a thread-safe Flag object which is
25 // set when the wait has been canceled. At each stage in the above, we check the
26 // flag before going onto the next stage. Since the wait may only be canceled in
30 // -----------------------------------------------------------------------------
31 // A thread-safe, reference-counted, write-once flag.
32 // -----------------------------------------------------------------------------
[all …]
/external/apache-xml/src/main/java/org/apache/xml/utils/
DNSInfo.java10 * http://www.apache.org/licenses/LICENSE-2.0
19 * $Id: NSInfo.java 468655 2006-10-28 07:12:06Z minchau $
36 * @param hasProcessedNS Flag indicating whether namespaces
38 * @param hasXMLNSAttrs Flag indicating whether this node
39 * has XMLNS attributes.
56 * @param hasProcessedNS Flag indicating whether namespaces
58 * @param hasXMLNSAttrs Flag indicating whether this node
59 * has XMLNS attributes.
60 * @param ancestorHasXMLNSAttrs Flag indicating whether one of this node's
61 * ancestor has XMLNS attributes.
[all …]
/external/toolchain-utils/bestflags/
Dgenetic_algorithm.py2 # Use of this source code is governed by a BSD-style license that can be
14 from flags import Flag
27 first_flag: The first gene (Flag) to cross over with.
28 second_flag: The second gene (Flag) to cross over with.
31 A Flag that can be considered appropriately randomly blended between the
32 first and second input flag.
42 specs: A list of spec from which the flag set is created.
43 flag_set: The current flag set being mutated
47 A Genetic Task constructed by randomly mutating the input flag set.
53 # Randomly choose whether this flag should be mutated.
[all …]
Diterative_elimination.py2 # Use of this source code is governed by a BSD-style license that can be
8 This module implements the flag iterative elimination algorithm (IE) adopted
15 flag or lower the value of a numeric flag with the most negative effect from the
19 For example, -fstrict-aliasing and -ftree-vectorize. The base line is
20 b=[-fstrict-aliasing, -ftree-vectorize]. The two tasks in the first iteration
21 are t0=[-fstrict-aliasing] and t1=[-ftree-vectorize]. The algorithm compares b
22 with t0 and t1, respectively, and see whether setting the numeric flag with a
23 lower value or removing the boolean flag -fstrict-aliasing produce a better
35 """Decrease the value of the flag that has the specification spec.
37 If the flag that contains the spec is a boolean flag, it is eliminated.
[all …]
Dtask_test.py2 # Use of this source code is governed by a BSD-style license that can be
37 def __init__(self, flags=0, hash_value=-1):
66 # Two tasks having the same flag set should be equivalent.
67 flag_sets = [MockFlagSet(flag) for flag in flags]
71 # Two tasks having different flag set should be different.
87 identifier = random.randint(-sys.maxint - 1, -1)
93 # The hash of a task is the same as the hash of its flag set.
104 The get identifier method should returns the flag set in the build stage.
107 flag_sets = [MockFlagSet(flag) for flag in range(NUM_FLAGS)]
113 # The task formats the flag set into a string.
[all …]
/external/libcxx/utils/google-benchmark/src/
Dcommandlineflags.cc7 // http://www.apache.org/licenses/LICENSE-2.0
24 // Parses 'str' for a 32-bit signed integer. If successful, writes
32 // Has strtol() consumed all characters in the string? in ParseInt32()
34 // No - an invalid character was encountered. in ParseInt32()
35 std::cerr << src_text << " is expected to be a 32-bit integer, " in ParseInt32()
36 << "but actually has value \"" << str << "\".\n"; in ParseInt32()
49 std::cerr << src_text << " is expected to be a 32-bit integer, " in ParseInt32()
50 << "but actually has value \"" << str << "\", " in ParseInt32()
66 // Has strtol() consumed all characters in the string? in ParseDouble()
68 // No - an invalid character was encountered. in ParseDouble()
[all …]
/external/e2fsprogs/e2fsck/
Dproblem.h2 * problem.h --- e2fsck problem error codes
6 * %Begin-Header%
9 * %End-Header%
45 #define PR_LATCH(x) ((((x) & PR_LATCH_MASK) >> 4) - 1)
58 * Pre-Pass 1 errors
103 /* Superblock has an invalid journal (inode inum) */
106 /* External journal has multiple filesystem users (unsupported) */
112 /* External journal has bad superblock */
115 /* Superblock has a bad journal UUID */
124 /* Superblock has_journal flag is clear but has a journal */
[all …]
/external/cronet/third_party/google_benchmark/src/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 …]
/external/google-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 …]
/external/libcap/cap/
Dflags.go6 // specified Flag of the capability Set.
7 func (c *Set) GetFlag(vec Flag, val Value) (bool, error) { argument
10 // cInit has been called.
24 // out-of-order. Only when the Set is used to SetProc() etc., will the
27 func (c *Set) SetFlag(vec Flag, enable bool, val ...Value) error { argument
30 // cInit has been called.
78 // FillFlag copies the from flag values of ref into the to flag of
82 func (c *Set) FillFlag(to Flag, ref *Set, from Flag) error { argument
110 // Fill copies the from flag values into the to flag. With this
112 // effective flag with c.Fill(cap.Effective, cap.Permitted).
[all …]
/external/python/cpython3/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 …]
/external/libchrome/mojo/public/java/system/src/org/chromium/mojo/system/
DDataPipe.java2 // Use of this source code is governed by a BSD-style license that can be
23 * Immutable flag with not bit set.
62 * Set to zero to opt for a system-dependent automatically-calculated capacity (which will
112 * Immutable flag with not bit set.
126 * Change the all-or-none bit of those flags. If set, write either all the elements
129 * @param allOrNone the new value of all-or-none bit.
137 * @return a flag with no bit set.
154 * Immutable flag with not bit set.
161 * @param flags initial value of the flag.
168 * Change the all-or-none bit of this flag. If set, read (or discard) either the requested
[all …]
/external/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 …]
/external/llvm/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
24 // libstdc++. That platform has a bug they are working to fix, and they'll
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.
[all …]
/external/iperf3/
DRELNOTES.md4 iperf 3.9 2020-08-17
5 --------------------
7 * Notable user-visible changes
9 * A --timestamps flag has been added, which prepends a timestamp to
10 each output line. An optional argument to this flag, which is a
14 * A --server-bitrate-limit flag has been added as a server-side
15 command-line argument. It allows a server to enforce a maximum
22 * A bug that caused increased CPU usage with the --bidir option has
25 * Notable developer-visible changes
29 iperf 3.8.1 2020-06-10
[all …]

12345678910>>...47