/external/libchrome/base/memory/ |
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;
|
/external/deqp/framework/delibs/decpp/ |
D | deAppendList.cpp | 56 struct SharedState struct 58 deUint32 numElements; 59 SpinBarrier barrier; 60 AppendList<TestElem> testList; 62 SharedState (deUint32 numThreads, deUint32 numElements_, deUint32 numElementsHint) in SharedState() function
|
/external/clang/lib/Frontend/ |
D | SerializedDiagnosticPrinter.cpp | 257 struct SharedState : RefCountedBase<SharedState> { struct in __anon435ba4870111::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 …]
|
/external/llvm-project/clang/lib/Frontend/ |
D | SerializedDiagnosticPrinter.cpp | 247 struct SharedState { struct in __anonb3f9d8b50111::SDiagsWriter 248 SharedState(StringRef File, DiagnosticOptions *Diags) in SharedState() argument 253 IntrusiveRefCntPtr<DiagnosticOptions> DiagOpts; 256 SmallString<1024> Buffer; 259 llvm::BitstreamWriter Stream; 262 std::string OutputFile; 265 AbbreviationMap Abbrevs; 268 RecordData Record; 271 SmallString<256> diagBuf; 274 llvm::DenseSet<unsigned> Categories; [all …]
|
D | ASTMerge.cpp | 41 auto SharedState = std::make_shared<ASTImporterSharedState>( in ExecuteAction() local
|
/external/tensorflow/tensorflow/core/framework/ |
D | model.h | 59 struct SharedState { struct 61 SharedState(int64 value, std::shared_ptr<mutex> mu, in SharedState() function 76 Parameter(const string& name, std::shared_ptr<SharedState> state, double min, in Parameter() argument
|
/external/llvm-project/clang/unittests/AST/ |
D | ASTImporterFixtures.cpp | 57 const std::shared_ptr<ASTImporterSharedState> &SharedState) { in TU() 66 const std::shared_ptr<ASTImporterSharedState> &SharedState, in lazyInitImporter() 80 const std::shared_ptr<ASTImporterSharedState> &SharedState, ASTUnit *ToAST, in import() 92 const std::shared_ptr<ASTImporterSharedState> &SharedState, ASTUnit *ToAST, in importOrError() 99 const std::shared_ptr<ASTImporterSharedState> &SharedState, ASTUnit *ToAST, in import()
|
D | ASTImporterTest.cpp | 107 const std::shared_ptr<ASTImporterSharedState> &SharedState) { in RedirectingImporterTest() 4788 const std::shared_ptr<ASTImporterSharedState> &SharedState) { in ErrorHandlingTest() 5280 const std::shared_ptr<ASTImporterSharedState> &SharedState) { in LLDBLookupTest() 5904 const std::shared_ptr<ASTImporterSharedState> &SharedState) { in ImportWithExternalSource()
|
/external/zstd/contrib/pzstd/ |
D | Pzstd.h | 39 SharedState(const Options& options) : log(options.verbosity) { in SharedState() function
|
/external/llvm-project/clang/include/clang/AST/ |
D | ExternalASTMerger.h | 112 std::shared_ptr<ASTImporterSharedState> SharedState; variable
|
D | ASTImporter.h | 225 std::shared_ptr<ASTImporterSharedState> SharedState = nullptr; variable
|
/external/webrtc/api/task_queue/ |
D | task_queue_test.cc | 253 struct SharedState { in TEST_P() struct 255 int state = 0; in TEST_P()
|
/external/llvm-project/clang/lib/AST/ |
D | ExternalASTMerger.cpp | 116 std::shared_ptr<ASTImporterSharedState> SharedState) in LazyASTImporter()
|
D | ASTImporter.cpp | 7971 std::shared_ptr<ASTImporterSharedState> SharedState) in ASTImporter()
|