/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/win32/ |
D | once.hpp | 6 // (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 …]
|
/aosp_15_r20/external/googleapis/google/cloud/paymentgateway/issuerswitch/v1/ |
H A D | resolutions.proto | 7 // 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 …]
|
/aosp_15_r20/external/ltp/testcases/realtime/func/gtod_latency/ |
H A D | gtod_latency.c | 3 * 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 <[email protected]> 39 * 2006-Aug-23: Minor changes by John Kacur <[email protected]> 40 * 2006-Nov-20: Augmented to use libstats 41 * 2007-Jul-12: Latency tracing added by Josh Triplett <[email protected]> 42 * 2007-Jul-13: Quantiles added by Josh Triplett <[email protected]> 44 * This line has to be added to avoid a stupid CVS problem 82 char *labels[] = { "scatter plot x-axis", [all …]
|
/aosp_15_r20/external/e2fsprogs/e2fsck/ |
H A D | problem.h | 2 * 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 …]
|
H A D | problem.c | 2 * problem.c --- report filesystem problems to the user 6 * %Begin-Header% 9 * %End-Header% 67 N_("Clone multiply-claimed blocks"), /* PROMPT_CLONE = 14 */ 74 N_("Clear flag"), /* PROMPT_CLEAR_FLAG = 21 */ 97 N_("MULTIPLY-CLAIMED BLOCKS CLONED"), /* 14 */ 104 N_("FLAG CLEARED"), /* 21 */ 110 #pragma GCC diagnostic ignored "-Wmissing-field-initializers" 115 /* Pre-Pass 1 errors */ 137 " e2fsck -b 8193 <@v>\n" [all …]
|
/aosp_15_r20/frameworks/base/core/res/res/values/ |
H A D | attrs_manifest.xml | 1 <?xml version="1.0" encoding="utf-8"?> 2 <!-- 9 ** http://www.apache.org/licenses/LICENSE-2.0 17 --> 19 <!-- **************************************************************** --> 20 <!-- These are the attributes used in AndroidManifest.xml. --> 21 <!-- **************************************************************** --> 22 <eat-comment /> 24 <!-- The overall theme to use for an activity. Use with either the 33 system theme will be used. --> [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/ |
D | Instruction.h | 1 //===-- llvm/Instruction.h - Instruction class definition -------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 66 /// Clone any debug-info attached to \p From onto this instruction. Used to 71 /// \p From The instruction to clone debug-info from. 90 /// BasicBlock::reinsertInstInDbgRecords when re-inserting an instruction. 108 /// Handle the debug-info implications of this instruction being removed. Any 136 // The last bit is used to store whether the instruction has metadata attached 163 static_cast<const Instruction *>(this)->getModule()); [all …]
|
/aosp_15_r20/frameworks/base/core/java/android/app/ |
H A D | AppCompatTaskInfo.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 81 * Stores camera-related app compat information about a particular Task. 85 /** Constant indicating no top activity flag has been set. */ 87 /** Constant base value for top activity flag. */ 89 /** Top activity flag for whether letterbox education is enabled. */ 91 /** Top activity flag for whether activity is eligible for letterbox education. */ 93 /** Top activity flag for whether activity bounds are letterboxed. */ 95 /** Top activity flag for whether activity is in size compat mode. */ 97 /** Top activity flag for whether letterbox double tap is enabled. */ 99 /** Top activity flag for whether the update comes from a letterbox double tap action. */ [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/ |
D | Instruction.h | 1 //===-- llvm/Instruction.h - Instruction class definition -------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 62 /// Clone any debug-info attached to \p From onto this instruction. Used to 67 /// \p From The instruction to clone debug-info from. 83 /// BasicBlock::reinsertInstInDPValues when re-inserting an instruction. 95 /// Handle the debug-info implications of this instruction being removed. Any 123 // The last bit is used to store whether the instruction has metadata attached 150 static_cast<const Instruction *>(this)->getModule()); [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/ |
D | Instruction.h | 1 //===-- llvm/Instruction.h - Instruction class definition -------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 65 /// Clone any debug-info attached to \p From onto this instruction. Used to 70 /// \p From The instruction to clone debug-info from. 89 /// BasicBlock::reinsertInstInDbgRecords when re-inserting an instruction. 107 /// Handle the debug-info implications of this instruction being removed. Any 135 // The last bit is used to store whether the instruction has metadata attached 162 static_cast<const Instruction *>(this)->getModule()); [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/ |
D | Instruction.h | 1 //===-- llvm/Instruction.h - Instruction class definition -------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 65 /// Clone any debug-info attached to \p From onto this instruction. Used to 70 /// \p From The instruction to clone debug-info from. 89 /// BasicBlock::reinsertInstInDbgRecords when re-inserting an instruction. 107 /// Handle the debug-info implications of this instruction being removed. Any 135 // The last bit is used to store whether the instruction has metadata attached 162 static_cast<const Instruction *>(this)->getModule()); [all …]
|
/aosp_15_r20/external/liburing/man/ |
H A D | io_uring_setup.2 | 5 .\" 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 …]
|
/aosp_15_r20/external/cronet/base/synchronization/ |
H A D | waitable_event_watcher_posix.cc | 2 // 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 …]
|
/aosp_15_r20/external/iperf3/ |
H A D | RELNOTES.md | 4 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 …]
|
/aosp_15_r20/external/grpc-grpc-java/binder/src/main/java/io/grpc/binder/ |
H A D | BindServiceFlags.java | 8 * 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 …]
|
/aosp_15_r20/external/libchrome/base/synchronization/ |
H A D | waitable_event_watcher_posix.cc | 2 // 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 …]
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/util/ |
H A D | FlagSet.java | 8 * 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 …]
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/util/ |
H A D | FlagSet.java | 8 * 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 …]
|
/aosp_15_r20/external/pigweed/pw_bluetooth/public/pw_bluetooth/ |
H A D | hci_commands.emb | 7 # https://www.apache.org/licenses/LICENSE-2.0 27 -- General- and Device-specific Inquiry Access Codes (DIACs) for use in Inquiry 28 -- command LAP fields. 29 -- (https://www.bluetooth.com/specifications/assigned-numbers/baseband) 32 -- General Inquiry Access Code 35 -- Limited Dedicated Inquiry Access Code 39 -- PCM data formats from assigned numbers. 40 -- (https://www.bluetooth.com/specifications/assigned-numbers/host-controller-interface) 53 -- 0x01 - 0xFE specify the logical channel number (vendor specific) 64 -- The minimum and maximum range values for Page and Inquiry Scan Interval (in time slices) [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/ |
H A D | Instruction.h | 1 //===-- llvm/Instruction.h - Instruction class definition -------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 74 // The last bit is used to store whether the instruction has metadata attached 101 static_cast<const Instruction *>(this)->getModule()); 111 static_cast<const Instruction *>(this)->getFunction()); 163 //===--------------------------------------------------------------------===// 165 //===--------------------------------------------------------------------===// 168 unsigned getOpcode() const { return getValueID() - InstructionVal; } [all …]
|
/aosp_15_r20/system/server_configurable_flags/aconfigd/ |
H A D | storage_files.cpp | 8 * http://www.apache.org/licenses/LICENSE-2.0 19 #include <android-base/logging.h> 71 root_dir + "/maps/" + container + ".flag.map"; in StorageFiles() 92 // copy flag map file in StorageFiles() 100 // copy flag value file in StorageFiles() 108 // copy flag info file in StorageFiles() 138 storage_record_.flag_info = val_file.substr(0, val_file.size()-3) + "info"; in StorageFiles() 143 root_dir + "/maps/" + pb.container() + ".flag.map"; in StorageFiles() 193 /// get flag map 197 return base::Error() << "Missing persist flag map file"; in GetFlagMap() [all …]
|
/aosp_15_r20/external/clang/test/Sema/ |
H A D | format-strings.c | 1 // RUN: %clang_cc1 -fsyntax-only -verify -Wformat-nonliteral -isystem %S/Inputs %s 2 // RUN: %clang_cc1 -fsyntax-only -verify -Wformat-nonliteral -isystem %S/Inputs -fno-signed-char %s 11 int printf(const char *restrict, ...); // expected-note{{passing argument to parameter here}} 19 int vsprintf(char *restrict, const char *restrict, va_list); // expected-note{{passing argument to … 31 printf(s); // expected-warning {{format string is not a string literal}} in check_string_literal() 32 // expected-note@-1{{treat the string as an argument to avoid this}} in check_string_literal() 33 vprintf(s,ap); // expected-warning {{format string is not a string literal}} in check_string_literal() 34 fprintf(fp,s); // expected-warning {{format string is not a string literal}} in check_string_literal() 35 // expected-note@-1{{treat the string as an argument to avoid this}} in check_string_literal() 36 vfprintf(fp,s,ap); // expected-warning {{format string is not a string literal}} in check_string_literal() [all …]
|
/aosp_15_r20/external/gflags/android/gflags/ |
H A D | gflags.h | 30 // --- 34 // or defines a command line flag or wants to parse command line flags 38 // #include "foo.h" // foo.h has a line "DECLARE_int32(start);" 48 // DECLARE_bool(verbose); // some other file has a DEFINE_bool(verbose, ...) 51 // if (FLAGS_verbose) printf("Records %d-%d\n", FLAGS_start, FLAGS_end); 54 // Then, at the command-line: 55 // ./foo --noverbose --start=5 --end=100 60 // --- A note about thread-safety: 62 // We describe many functions in this routine as being thread-hostile, 63 // thread-compatible, or thread-safe. Here are the meanings we use: [all …]
|
/aosp_15_r20/external/gturri-aXMLRPC/src/main/java/de/timroes/axmlrpc/ |
H A D | XMLRPCClient.java | 17 * An XMLRPCClient is a client used to make XML-RPC (Extensible Markup Language 34 static final String USER_AGENT = "User-Agent"; 35 static final String CONTENT_TYPE = "Content-Type"; 36 static final String TYPE_XML = "text/xml; charset=utf-8"; 38 static final String CONTENT_LENGTH = "Content-Length"; 60 * It will check if the given content-type is right. 61 * The method name in a call must only contain of A-Z, a-z, 0-9, _, ., :, / 76 * With this flag, the client will be able to handle cookies, meaning saving cookies 78 * for some XML-RPC interfaces that support login. 84 * as <nil/>. This extension is described under: http://ontosys.com/xml-rpc/extensions.php [all …]
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/decoder/ |
H A D | http2_frame_decoder_listener.h | 2 // Use of this source code is governed by a BSD-style license that can be 19 // decoder will only call the listener once the necessary input has been 47 // Called once the common frame header has been decoded for any frame, and 50 // semantics via an adapter. This is the only method that has a non-void 62 // Called once the common frame header has been decoded for a DATA frame, 65 // PADDED flag is set; 66 // OnDataPayload will be called as the non-padding portion of the payload 67 // is available until all of it has been provided; 70 // OnDataEnd will be called last. If the frame is unpadded and has no 74 // Called when the next non-padding portion of a DATA frame's payload is [all …]
|