/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkSemaphore.cpp | 32 class BinarySemaphore::External class in vk::BinarySemaphore 35 virtual ~External() = default; 67 External *previous = nullptr; 143 External *ext = tempExternal ? tempExternal : external; in wait() 178 External *ext = tempExternal ? tempExternal : external; in signal() 206 External *ext = tempExternal; in destroy() 224 BinarySemaphore::External *BinarySemaphore::allocateExternal() in allocateExternal() 226 auto *ext = reinterpret_cast<BinarySemaphore::External *>( in allocateExternal() 232 void BinarySemaphore::deallocateExternal(BinarySemaphore::External *ext) in deallocateExternal() 234 ext->~External(); in deallocateExternal() [all …]
|
D | VkSemaphore.hpp | 88 class External; 154 External *allocateExternal(); 156 void deallocateExternal(External *ext); 181 External *external GUARDED_BY(mutex) = nullptr; 182 External *tempExternal GUARDED_BY(mutex) = nullptr;
|
/third_party/node/test/addons/async-resource/ |
D | binding.cc | 9 using v8::External; 43 External::New(isolate, static_cast<void*>(r))); in CreateAsyncResource() 48 auto r = static_cast<AsyncResource*>(args[0].As<External>()->Value()); in DestroyAsyncResource() 55 auto r = static_cast<AsyncResource*>(args[0].As<External>()->Value()); in CallViaFunction() 72 auto r = static_cast<AsyncResource*>(args[0].As<External>()->Value()); in CallViaString() 85 auto r = static_cast<AsyncResource*>(args[0].As<External>()->Value()); in CallViaUtf8Name() 94 auto r = static_cast<AsyncResource*>(args[0].As<External>()->Value()); in GetAsyncId() 100 auto r = static_cast<AsyncResource*>(args[0].As<External>()->Value()); in GetTriggerAsyncId() 106 auto r = static_cast<AsyncResource*>(args[0].As<External>()->Value()); in GetResource()
|
/third_party/mindspore/mindspore/core/ir/ |
D | dtype.h | 212 class MS_CORE_API External : public Type { 214 External() : Type(kMetaTypeExternal) {} in External() function 215 ~External() override = default; 216 MS_DECLARE_PARENT(External, Type) in MS_DECLARE_PARENT() argument 219 TypePtr DeepCopy() const override { return std::make_shared<External>(); } in DeepCopy() 225 using ExternalPtr = std::shared_ptr<External>; 254 inline const TypePtr kTypeExternal = std::make_shared<External>();
|
/third_party/grpc/tools/doxygen/ |
D | Doxyfile.c++ | 1797 # "External Indexing and Searching" for details. 1813 # See the section "External Indexing and Searching" for details. 1824 # Xapian (see: http://xapian.org/). See the section "External Indexing and
|
/third_party/flutter/skia/third_party/externals/angle2/src/common/ |
D | PackedEnums.cpp | 27 case TextureTarget::External: in TextureTargetToType() 28 return TextureType::External; in TextureTargetToType() 58 case TextureType::External: in NonCubeTextureTypeToTarget() 59 return TextureTarget::External; in NonCubeTextureTypeToTarget() 123 return TextureType::External; in SamplerTypeToTextureType()
|
/third_party/glslang/ |
D | .gitignore | 11 External/googletest 12 External/spirv-tools
|
D | license-checker.cfg | 32 "External/spirv-tools/**"
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
D | cordz_info_statistics_test.cc | 64 CordRepExternal* External(int length = 512) { in External() function 246 TEST(CordzInfoStatisticsTest, External) { in TEST() argument 248 auto* external = ref.NeedsUnref(External()); in TEST() 262 auto* external = ref.Ref(ref.NeedsUnref(External())); in TEST() 333 auto* external = External(3000); in TEST() 361 auto* external = ref.Ref(External(3000)); in TEST() 389 auto* external = External(3000); in TEST() 416 auto* external = ref.Ref(External(3000), 5); in TEST() 447 auto* external = External(3000); in TEST() 500 auto* external = External(30); in TEST()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | DepthFirstIterator.h | 49 template<class SetType, bool External> // Non-external set 258 bool External = false> 259 struct idf_iterator : public df_iterator<Inverse<T>, SetTy, External> { 260 idf_iterator(const df_iterator<Inverse<T>, SetTy, External> &V) in idf_iterator() 261 : df_iterator<Inverse<T>, SetTy, External>(V) {} in idf_iterator()
|
D | PostOrderIterator.h | 56 template<class SetType, bool External> 213 bool External = false> 214 struct ipo_iterator : public po_iterator<Inverse<T>, SetType, External> { 215 ipo_iterator(const po_iterator<Inverse<T>, SetType, External> &V) : in ipo_iterator() 216 po_iterator<Inverse<T>, SetType, External> (V) {} in ipo_iterator()
|
/third_party/skia/third_party/externals/angle2/src/common/ |
D | PackedEnums.cpp | 29 case TextureTarget::External: in TextureTargetToType() 30 return TextureType::External; in TextureTargetToType() 64 case TextureType::External: in NonCubeTextureTypeToTarget() 65 return TextureTarget::External; in NonCubeTextureTypeToTarget() 136 return TextureType::External; in SamplerTypeToTextureType()
|
/third_party/python/Lib/test/test_email/data/ |
D | msg_36.txt | 16 Content-Type: Message/External-body; 27 Content-Type: Message/External-body;
|
/third_party/node/test/es-module/ |
D | test-esm-imports.mjs | 19 // External imports 21 // External subpath imports 37 // External subpath import without trailing slash
|
/third_party/node/test/js-native-api/test_typedarray/ |
D | test.js | 34 const externalResult = test_typedarray.External(); 88 const buffer = test_typedarray.External();
|
/third_party/e2fsprogs/tests/j_corrupt_ext_jnl_sb_block/ |
D | expect | 1 External journal does not support this filesystem
|
/third_party/python/Doc/library/ |
D | xdrlib.rst | 5 :synopsis: Encoders and decoders for the External Data Representation (XDR). 11 single: External Data Representation 15 The :mod:`xdrlib` module supports the External Data Representation Standard as 38 :rfc:`1014` - XDR: External Data Representation Standard 42 :rfc:`1832` - XDR: External Data Representation Standard
|
/third_party/node/deps/npm/node_modules/asn1/lib/ber/ |
D | types.js | 13 External: 8, property
|
/third_party/lz4/examples/ |
D | blockStreaming_doubleBuffer.md | 49 External Dictionary Mode 84 This dependency is called "External Dictonaly mode".
|
D | blockStreaming_lineByLine.md | 64 External Dictionary Mode 105 This is called "External Dictionary Mode".
|
/third_party/glslang/kokoro/macos-clang-release-bazel/ |
D | build.sh | 48 mv External third_party
|
/third_party/glslang/kokoro/linux-clang-release-bazel/ |
D | build.sh | 49 mv External third_party
|
/third_party/node/src/ |
D | node_http_common.h | 383 class External : public v8::String::ExternalOneByteStringResource { in SET_SELF_SIZE() 385 explicit External(const NgRcBufPointer<T>& ptr) : ptr_(ptr) {} in SET_SELF_SIZE() 438 External* h_str = new External(std::move(ptr)); in SET_SELF_SIZE()
|
/third_party/skia/third_party/externals/angle2/extensions/ |
D | ANGLE_external_objects_fuchsia.txt | 90 Replace the paragraph in section 4.2.1 beginning "External handles 115 Replace the paragraph in section 6.1 beginning "External handles are
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_texture_format_BGRA8888.txt | 44 Internal Format External Format Type Bytes per Pixel 58 Internal Format External Format Type Bytes per Pixel
|