/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkTimelineSemaphore.hpp | 88 struct Shared struct in vk::TimelineSemaphore 95 marl::mutex mutex; 97 static std::atomic<int> nextId; 124 marl::ConditionVariable cv; 129 uint64_t counter; 132 marl::containers::vector<std::shared_ptr<Shared>, 1> deps; 136 std::map<int, uint64_t> waitMap; 139 const int id;
|
D | VkTimelineSemaphore.cpp | 93 TimelineSemaphore::Shared::Shared(marl::Allocator *allocator, uint64_t initialState) in Shared() function in vk::TimelineSemaphore::Shared
|
/third_party/rust/crates/cxx/tests/ui/ |
D | array_len_expr.rs | 3 struct Shared { struct 4 arraystr: [String; "13"], 5 arraysub: [String; 15 - 1], 6 arrayzero: [String; 0],
|
D | drop_shared.rs | 3 struct Shared { struct 8 impl Drop for ffi::Shared {
|
D | unique_ptr_as_mut.rs | 5 struct Shared { struct 18 let mut shared = UniquePtr::<ffi::Shared>::null(); in main()
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/ |
D | event.h | 106 struct Shared { struct 123 containers::vector<std::shared_ptr<Shared>, 1> deps; argument 128 const std::shared_ptr<Shared> shared; argument 131 Event::Shared::Shared(Allocator* allocator, Mode mode, bool initialState) in Shared() function
|
D | ticket.h | 122 struct Shared { struct 123 marl::mutex mutex; 124 Record tail;
|
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/ |
D | mutex_benchmark.cc | 102 struct Shared { in BM_MutexEnqueue() struct 103 absl::Mutex mu; in BM_MutexEnqueue() 104 std::atomic<int> looping_threads{0}; in BM_MutexEnqueue() 105 std::atomic<int> blocked_threads{0}; in BM_MutexEnqueue() 106 std::atomic<bool> thread_has_mutex{false}; in BM_MutexEnqueue() 182 struct Shared { in BM_Contended() struct 183 MutexType mu; in BM_Contended() 184 int data = 0; in BM_Contended()
|
/third_party/rust/crates/cxx/tests/ffi/ |
D | lib.rs | 26 struct Shared { struct 27 z: usize, 133 fn c_take_shared(shared: Shared); in c_take_shared() 139 fn c_take_slice_shared(s: &[Shared]); in c_take_slice_shared() 140 fn c_take_slice_shared_sort(s: &mut [Shared]); in c_take_slice_shared_sort() 148 fn c_take_unique_ptr_vector_shared(v: UniquePtr<CxxVector<Shared>>); in c_take_unique_ptr_vector_shared() 151 fn c_take_rust_vec_shared(v: Vec<Shared>); in c_take_rust_vec_shared() 154 fn c_take_rust_vec_shared_index(v: Vec<Shared>); in c_take_rust_vec_shared_index() 155 fn c_take_rust_vec_shared_push(v: Vec<Shared>); in c_take_rust_vec_shared_push() 156 fn c_take_rust_vec_shared_truncate(v: Vec<Shared>); in c_take_rust_vec_shared_truncate() [all …]
|
/third_party/typescript/tests/cases/compiler/ |
D | circularlySimplifyingConditionalTypesNoCrash.ts | 4 type Shared< // Circularly self constraining type, defered thanks to mapping alias
|
D | circularlyConstrainedMappedTypeContainingConditionalNoInfiniteInstantiationDepth.ts | 34 export type Shared< property in Component
|
D | reactReduxLikeDeferredInferenceAllowsAssignment.ts | 40 type Shared< property in Component
|
/third_party/skia/src/sksl/ir/ |
D | SkSLProgram.h | 140 using Shared = std::vector<const ProgramElement*>::const_iterator; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
D | Record.cpp | 53 BitRecTy BitRecTy::Shared; member in BitRecTy 54 CodeRecTy CodeRecTy::Shared; member in CodeRecTy 55 IntRecTy IntRecTy::Shared; member in IntRecTy 56 StringRecTy StringRecTy::Shared; member in StringRecTy 57 DagRecTy DagRecTy::Shared; member in DagRecTy 85 static std::vector<BitsRecTy*> Shared; in get() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/ |
D | Record.h | 101 static BitRecTy Shared; variable 141 static CodeRecTy Shared; variable 159 static IntRecTy Shared; variable 177 static StringRecTy Shared; variable 219 static DagRecTy Shared; variable
|
/third_party/skia/third_party/externals/oboe/include/oboe/ |
D | Definitions.h | 186 Shared = 1, // AAUDIO_SHARING_MODE_SHARED, enumerator
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
D | SpirvShaderDebugger.cpp | 1170 struct Shared struct in sw::sw::SpirvShader::Impl::Debugger::LocalVariableValue 1172 Shared(debug::LocalVariable const *const variable, State const *const state, int const lane) in Shared() function 1180 debug::LocalVariable const *const variable; 1181 State const *const state; 1182 int const lane;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ |
D | COFFAsmParser.cpp | 166 Shared = 1 << 4, in ParseSectionFlags() enumerator
|
/third_party/node/deps/v8/third_party/wasm-api/ |
D | wasm.hh | 561 class Shared { class
|
/third_party/skia/src/ports/ |
D | SkScalerContext_win_dw.cpp | 73 class SK_SCOPED_CAPABILITY Shared { class
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
D | cord_ring_test.cc | 384 bool Shared() const { return !GetParam().refcount_is_one; } in Shared() function in absl::__anon997598270111::CordRingTestWithParam
|
/third_party/mesa3d/src/mesa/main/ |
D | mtypes.h | 3255 struct gl_shared_state *Shared; member
|
/third_party/typescript/lib/ |
D | typescript.d.ts | 2054 Shared = 4096, enumerator
|
D | typescriptServices.d.ts | 2054 Shared = 4096, enumerator
|
/third_party/typescript/tests/baselines/reference/api/ |
D | typescript.d.ts | 2054 Shared = 4096, enumerator
|