/aosp_15_r20/external/clang/lib/Frontend/ |
H A D | SerializedDiagnosticPrinter.cpp | 257 struct SharedState : RefCountedBase<SharedState> { struct in __anonc54855760111::SDiagsWriter 258 SharedState(StringRef File, DiagnosticOptions *Diags) in SharedState() function 263 IntrusiveRefCntPtr<DiagnosticOptions> DiagOpts; 266 SmallString<1024> Buffer; 269 llvm::BitstreamWriter Stream; 272 std::string OutputFile; 275 AbbreviationMap Abbrevs; 278 RecordData Record; 281 SmallString<256> diagBuf; 284 llvm::DenseSet<unsigned> Categories; [all …]
|
/aosp_15_r20/external/libchrome/base/memory/ |
H A D | discardable_shared_memory.cc | 73 struct SharedState { struct 74 enum LockState { UNLOCKED = 0, LOCKED = 1 }; 76 explicit SharedState(AtomicType ivalue) { value.i = ivalue; } in SharedState() argument 77 SharedState(LockState lock_state, Time timestamp) { in SharedState() function 84 LockState GetLockState() const { return static_cast<LockState>(value.u & 1); } in GetLockState() 86 Time GetTimestamp() const { in GetTimestamp() 93 union { 96 } value;
|
/aosp_15_r20/external/cronet/base/memory/ |
H A D | discardable_shared_memory.cc | 88 struct SharedState { struct 89 enum LockState { UNLOCKED = 0, LOCKED = 1 }; 91 explicit SharedState(AtomicType ivalue) { value.i = ivalue; } in SharedState() argument 92 SharedState(LockState lock_state, Time timestamp) { in SharedState() argument 99 LockState GetLockState() const { return static_cast<LockState>(value.u & 1); } in GetLockState() 101 Time GetTimestamp() const { in GetTimestamp() 108 union { 111 } value;
|
/aosp_15_r20/external/deqp/framework/delibs/decpp/ |
H A D | deAppendList.cpp | 54 struct SharedState struct 56 uint32_t numElements; 57 SpinBarrier barrier; 58 AppendList<TestElem> testList; 60 SharedState(uint32_t numThreads, uint32_t numElements_, uint32_t numElementsHint) in SharedState() function
|
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/ |
H A D | model.h | 73 struct SharedState { struct 75 SharedState(int64_t value, std::shared_ptr<mutex> mu, in SharedState() function 90 Parameter(const string& name, std::shared_ptr<SharedState> state, double min, in Parameter() argument
|
/aosp_15_r20/system/core/init/libprefetch/prefetch/src/ |
H A D | replay.rs | 107 state: Arc<Mutex<SharedState>>, in worker_internal() 200 state: Arc<Mutex<SharedState>>, in worker() 225 pub struct SharedState { struct 231 impl SharedState { argument
|
/aosp_15_r20/tools/netsim/rust/daemon/src/uwb/ |
H A D | ranging_estimator.rs | 31 pub struct SharedState(Arc<Mutex<State>>); struct 33 impl SharedState { impl
|
/aosp_15_r20/external/pigweed/pw_grpc/public/pw_grpc/ |
H A D | connection.h | 216 struct SharedState { struct 221 int32_t connection_send_window = kDefaultInitialWindowSize; 224 allocator::Allocator* message_assembly_allocator_;
|
/aosp_15_r20/external/leveldb/benchmarks/ |
H A D | db_bench.cc | 338 struct SharedState { struct 339 port::Mutex mu; 353 SharedState(int total) in SharedState() function
|
/aosp_15_r20/external/webrtc/api/task_queue/ |
H A D | task_queue_test.cc | 252 struct SharedState { in TEST_P() struct 254 int state = 0; in TEST_P()
|
/aosp_15_r20/external/zstd/contrib/pzstd/ |
H A D | Pzstd.h | 42 SharedState(const Options& options) : log(options.verbosity) { in SharedState() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/ |
D | ExternalASTMerger.h | 112 std::shared_ptr<ASTImporterSharedState> SharedState; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/ |
D | ExternalASTMerger.h | 112 std::shared_ptr<ASTImporterSharedState> SharedState; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/ |
D | ExternalASTMerger.h | 112 std::shared_ptr<ASTImporterSharedState> SharedState; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/ |
D | ExternalASTMerger.h | 112 std::shared_ptr<ASTImporterSharedState> SharedState; variable
|
/aosp_15_r20/external/error_prone/error_prone/ |
HD | error_prone_core-2.36.0-with-dependencies.jar | META-INF/
META-INF/MANIFEST.MF
api_diff.proto
META-INF/services ... |
/aosp_15_r20/out/soong/.intermediates/external/error_prone/error_prone_core_jars/linux_glibc_common/local-combined/ |
D | error_prone_core_jars.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/LICENSE
META-INF ... |
/aosp_15_r20/out/soong/.intermediates/external/error_prone/error_prone_core/linux_glibc_common/combined/ |
D | error_prone_core.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/LICENSE
META-INF ... |
/aosp_15_r20/out/soong/.intermediates/external/error_prone/error_prone_core/linux_glibc_common/javac-header/ |
D | error_prone_core.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/LICENSE
META-INF ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/errorprone/error_prone_android_framework/linux_glibc_common/combined/ |
D | error_prone_android_framework.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/LICENSE
META-INF ... |
/aosp_15_r20/out/soong/.intermediates/packages/providers/MediaProvider/errorprone/error_prone_mediaprovider/linux_glibc_common/combined/ |
D | error_prone_mediaprovider.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/LICENSE
META-INF ... |
/aosp_15_r20/prebuilts/bazel/common/remote_java_tools/java_tools/ |
D | JavaBuilder_deploy.jar | META-INF/
META-INF/MANIFEST.MF
build-data.properties
com/
com ... |