Home
last modified time | relevance | path

Searched refs:External (Results 1 – 25 of 463) sorted by relevance

12345678910>>...19

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkSemaphore.cpp32 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 …]
DVkSemaphore.hpp88 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/
Dbinding.cc9 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/
Ddtype.h212 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/
DDoxyfile.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/
DPackedEnums.cpp27 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.gitignore11 External/googletest
12 External/spirv-tools
Dlicense-checker.cfg32 "External/spirv-tools/**"
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcordz_info_statistics_test.cc64 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/
DDepthFirstIterator.h49 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()
DPostOrderIterator.h56 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/
DPackedEnums.cpp29 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/
Dmsg_36.txt16 Content-Type: Message/External-body;
27 Content-Type: Message/External-body;
/third_party/node/test/es-module/
Dtest-esm-imports.mjs19 // External imports
21 // External subpath imports
37 // External subpath import without trailing slash
/third_party/node/test/js-native-api/test_typedarray/
Dtest.js34 const externalResult = test_typedarray.External();
88 const buffer = test_typedarray.External();
/third_party/e2fsprogs/tests/j_corrupt_ext_jnl_sb_block/
Dexpect1 External journal does not support this filesystem
/third_party/python/Doc/library/
Dxdrlib.rst5 :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/
Dtypes.js13 External: 8, property
/third_party/lz4/examples/
DblockStreaming_doubleBuffer.md49 External Dictionary Mode
84 This dependency is called "External Dictonaly mode".
DblockStreaming_lineByLine.md64 External Dictionary Mode
105 This is called "External Dictionary Mode".
/third_party/glslang/kokoro/macos-clang-release-bazel/
Dbuild.sh48 mv External third_party
/third_party/glslang/kokoro/linux-clang-release-bazel/
Dbuild.sh49 mv External third_party
/third_party/node/src/
Dnode_http_common.h383 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/
DANGLE_external_objects_fuchsia.txt90 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/
DEXT_texture_format_BGRA8888.txt44 Internal Format External Format Type Bytes per Pixel
58 Internal Format External Format Type Bytes per Pixel

12345678910>>...19