Home
last modified time | relevance | path

Searched refs:External (Results 1 - 25 of 80) sorted by relevance

1234

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A 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()
219 // Semaphore::External instance is created and destroyed on demand so return 0 here. in ComputeRequiredAllocationSize()
224 BinarySemaphore::External *BinarySemaphore::allocateExternal() in allocateExternal()
226 auto *ext = reinterpret_cast<BinarySemaphore::External *>( in allocateExternal()
232 void BinarySemaphore::deallocateExternal(BinarySemaphore::External *ex
[all...]
H A DVkSemaphore.hpp88 class External;
152 // Internal template to allocate a new External implementation.
154 External *allocateExternal();
156 void deallocateExternal(External *ext);
160 // |alloc_func| is callable that allocates a new External instance of the
171 // |alloc_func| is a callable that allocates a new External instance of
173 // |export_func| is a callable that takes a pointer to an External instance,
181 External *external GUARDED_BY(mutex) = nullptr;
182 External *tempExternal GUARDED_BY(mutex) = nullptr;
H A DVkSemaphoreExternalFuchsia.hpp28 class ZirconEventExternalSemaphore : public BinarySemaphore::External
H A DVkSemaphoreExternalLinux.hpp133 class OpaqueFdExternalSemaphore : public BinarySemaphore::External
/third_party/node/test/addons/async-resource/
H A 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/node/deps/v8/include/
H A Dv8-external.h19 class V8_EXPORT External : public Value { class
21 static Local<External> New(Isolate* isolate, void* value);
22 V8_INLINE static External* Cast(Value* value) { in Cast()
26 return static_cast<External*>(value); in Cast()
H A Dv8-forward.h31 class External;
/third_party/node/deps/v8/include/v8-include/
H A Dv8-external.h19 class V8_EXPORT External : public Value { class
21 static Local<External> New(Isolate* isolate, void* value);
22 V8_INLINE static External* Cast(Value* value) { in Cast()
26 return static_cast<External*>(value); in Cast()
H A Dv8-forward.h31 class External;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A 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()
H A DPostOrderIterator.h33 // the External=true version uses a reference to an external set.
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/abseil-cpp/absl/strings/internal/
H A Dcordz_info_statistics_test.cc64 CordRepExternal* External(int length = 512) { in External() function
246 TEST(CordzInfoStatisticsTest, External) { in TEST()
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(3 in TEST()
[all...]
/third_party/rust/crates/clap/tests/derive/
H A Dutf8.rs173 enum External { enum
180 let m = External::try_parse_from(vec![ in refuse_invalid_utf8_subcommand_with_allow_external_subcommands()
191 let m = External::try_parse_from(vec![ in refuse_invalid_utf8_subcommand_args_with_allow_external_subcommands()
/third_party/skia/third_party/externals/angle2/src/common/
H A 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;
H A DPackedGLEnums_autogen.cpp2009 return TextureTarget::External; in FromGLenum()
2049 case TextureTarget::External: in ToGLenum()
2096 case TextureTarget::External: in operator <<()
2152 return TextureType::External; in FromGLenum()
2182 case TextureType::External: in ToGLenum()
2219 case TextureType::External: in operator <<()
/third_party/node/src/
H A Dnode_http_common.h384 class External : public v8::String::ExternalOneByteStringResource { class in node::NgRcBufPointer
386 explicit External(const NgRcBufPointer<T>& ptr) : ptr_(ptr) {} in External() function in node::NgRcBufPointer::External
439 External* h_str = new External(std::move(ptr)); in New()
H A Dnode_http_common-inl.h170 return rcbufferpointer_t::External::New(allocator, name_); in GetName()
176 return rcbufferpointer_t::External::New(allocator, value_); in GetValue()
H A Dnode_util.cc16 using v8::External;
91 Local<External> external = args[0].As<External>(); in GetExternalValue()
H A Dnode_types.cc15 V(External) \
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DStream.cpp135 mPlanes[0].texture = glState.getTargetTexture(gl::TextureType::External); in createConsumerGLTextureExternal()
152 glState.getSamplerTexture(mPlanes[i].textureUnit, gl::TextureType::External); in createConsumerGLTextureExternal()
/third_party/rust/crates/clap/examples/
H A Dgit-derive.rs58 External(Vec<OsString>),
158 Commands::External(args) => { in main()
/third_party/rust/crates/bindgen/bindgen/ir/
H A Dfunction.rs69 External,
678 CXLinkage_External | CXLinkage_UniqueExternal => Linkage::External, in parse()
701 matches!(linkage, Linkage::External) in parse()
/third_party/node/test/js-native-api/test_typedarray/
H A Dtest_typedarray.c85 static napi_value External(napi_env env, napi_callback_info info) { in External() function
237 DECLARE_NODE_API_PROPERTY("External", External), in Init()
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_code.h51 * External constants are constants whose meaning is unknown to this
81 unsigned External; member
/third_party/mesa3d/src/mesa/main/
H A Dgenmipmap.c137 texObj->External = GL_FALSE; in generate_texture_mipmap()

Completed in 17 milliseconds

1234