/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A 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() 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 D | VkSemaphore.hpp | 88 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 D | VkSemaphoreExternalFuchsia.hpp | 28 class ZirconEventExternalSemaphore : public BinarySemaphore::External
|
H A D | VkSemaphoreExternalLinux.hpp | 133 class OpaqueFdExternalSemaphore : public BinarySemaphore::External
|
/third_party/node/test/addons/async-resource/ |
H A 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/node/deps/v8/include/ |
H A D | v8-external.h | 19 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 D | v8-forward.h | 31 class External;
|
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-external.h | 19 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 D | v8-forward.h | 31 class External;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A 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()
|
H A D | PostOrderIterator.h | 33 // 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 D | cordz_info_statistics_test.cc | 64 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 D | utf8.rs | 173 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 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;
|
H A D | PackedGLEnums_autogen.cpp | 2009 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 D | node_http_common.h | 384 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 D | node_http_common-inl.h | 170 return rcbufferpointer_t::External::New(allocator, name_); in GetName() 176 return rcbufferpointer_t::External::New(allocator, value_); in GetValue()
|
H A D | node_util.cc | 16 using v8::External; 91 Local<External> external = args[0].As<External>(); in GetExternalValue()
|
H A D | node_types.cc | 15 V(External) \
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Stream.cpp | 135 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 D | git-derive.rs | 58 External(Vec<OsString>), 158 Commands::External(args) => { in main()
|
/third_party/rust/crates/bindgen/bindgen/ir/ |
H A D | function.rs | 69 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 D | test_typedarray.c | 85 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 D | radeon_code.h | 51 * External constants are constants whose meaning is unknown to this 81 unsigned External; member
|
/third_party/mesa3d/src/mesa/main/ |
H A D | genmipmap.c | 137 texObj->External = GL_FALSE; in generate_texture_mipmap()
|