/third_party/node/src/api/ |
D | async_resource.cc | 32 return node::MakeCallback(env_->isolate(), get_resource(), in MakeCallback() 40 return node::MakeCallback(env_->isolate(), get_resource(), in MakeCallback() 48 return node::MakeCallback(env_->isolate(), get_resource(), in MakeCallback() 53 Local<Object> AsyncResource::get_resource() { in get_resource() function in node::AsyncResource
|
/third_party/glib/gio/ |
D | gresource-tool.c | 52 get_resource (const gchar *file) in get_resource() function 388 if ((resource = get_resource (file))) in cmd_sections() 424 if ((resource = get_resource (file))) in cmd_list() 461 if ((resource = get_resource (file))) in cmd_extract()
|
/third_party/node/test/addons/async-resource/ |
D | binding.cc | 60 r->get_resource()->Get(isolate->GetCurrentContext(), name) in CallViaFunction() 107 args.GetReturnValue().Set(r->get_resource()); in GetResource()
|
/third_party/mesa3d/src/gallium/frontends/wgl/ |
D | stw_winsys.h | 63 (*get_resource)(struct stw_winsys_framebuffer *fb, member
|
D | stw_st.c | 213 stwfb->textures[i] = stwfb->fb->winsys_framebuffer->get_resource( in stw_st_framebuffer_validate_locked()
|
/third_party/flutter/skia/tools/skqp/src/ |
D | jni_skqp.cpp | 75 sk_sp<SkData> get_resource(const char* resource) { in get_resource() function 108 gResourceFactory = &get_resource; in Java_org_skia_skqp_SkQP_nInit()
|
/third_party/skia/tools/skqp/src/ |
D | jni_skqp.cpp | 75 sk_sp<SkData> get_resource(const char* resource) { in get_resource() function 108 gResourceFactory = &get_resource; in Java_org_skia_skqp_SkQP_nInit()
|
/third_party/mesa3d/src/gallium/winsys/d3d12/wgl/ |
D | d3d12_wgl_framebuffer.cpp | 237 fb->base.get_resource = d3d12_wgl_framebuffer_get_resource; in d3d12_wgl_create_framebuffer()
|
/third_party/libdrm/tests/modetest/ |
D | modetest.c | 653 #define get_resource(_res, __res, type, Type) \ in get_resources() macro 666 get_resource(res, _res, crtc, Crtc); in get_resources() 667 get_resource(res, _res, encoder, Encoder); in get_resources() 668 get_resource(res, _res, connector, Connector); in get_resources() 669 get_resource(res, _res, fb, FB); in get_resources() 732 get_resource(res, plane_res, plane, Plane); in get_resources()
|
/third_party/mesa3d/src/compiler/nir/tests/ |
D | load_store_vectorizer_tests.cpp | 49 nir_ssa_def *get_resource(uint32_t binding, bool ssbo); 181 nir_load_store_vectorize_test::get_resource(uint32_t binding, bool ssbo) in get_resource() function in __anon95b851c60111::nir_load_store_vectorize_test 210 res = get_resource(binding, false); in create_indirect_load() 214 res = get_resource(binding, true); in create_indirect_load() 275 res = get_resource(binding, true); in create_indirect_store()
|
/third_party/libphonenumber/tools/cpp/src/cpp-build/ |
D | generate_geocoding_data.cc | 64 ResourceType* get_resource() const { in get_resource() function in i18n::phonenumbers::AutoCloser
|
/third_party/node/src/ |
D | node.h | 1073 v8::Local<v8::Object> get_resource();
|