Home
last modified time | relevance | path

Searched defs:resource_name (Results 1 – 23 of 23) sorted by relevance

/third_party/cef/tests/shared/browser/
Dresource_util_posix.cc39 bool LoadBinaryResource(const char* resource_name, std::string& resource_data) { in LoadBinaryResource()
50 CefRefPtr<CefStreamReader> GetBinaryResourceReader(const char* resource_name) { in GetBinaryResourceReader()
Dresource_util_win.cc86 bool LoadBinaryResource(const char* resource_name, std::string& resource_data) { in LoadBinaryResource()
103 CefRefPtr<CefStreamReader> GetBinaryResourceReader(const char* resource_name) { in GetBinaryResourceReader()
/third_party/jerryscript/jerry-ext/handler/
Dhandler-resource-name.c38 …jerry_value_t resource_name = jerry_get_resource_name (args_cnt > 0 ? args_p[0] : undefined_value); in jerryx_handler_resource_name() local
/third_party/cef/tests/cefclient/browser/
Dresource_util_win_idmap.cc11 int GetResourceId(const char* resource_name) { in GetResourceId()
/third_party/cef/tests/ceftests/
Dresource_util_win_idmap.cc11 int GetResourceId(const char* resource_name) { in GetResourceId()
/third_party/node/test/node-api/test_make_callback/
Dbinding.c30 napi_value resource_name; in MakeCallback() local
/third_party/node/test/node-api/test_instance_data/
Dtest_instance_data.c72 napi_value resource_name; in AsyncWorkCallback() local
164 napi_value argv[2], resource_name; in TestThreadsafeFunction() local
/third_party/python/Lib/test/support/
Dsocket_helper.py190 def transient_internet(resource_name, *, timeout=_NOT_SET, errnos=()): argument
/third_party/node/test/node-api/test_async/
Dtest_async.c73 napi_value resource_name; in Test() local
144 napi_value resource_name; in TestCancel() local
/third_party/jerryscript/tests/unit-core/
Dtest-resource-name.cpp33 …jerry_value_t resource_name = jerry_get_resource_name (args_count > 0 ? args_p[0] : undefined_valu… in resource_name_handler() local
/third_party/node/test/node-api/test_callback_scope/
Dbinding.c63 napi_value resource_name; in Callback() local
/third_party/skia/src/pdf/
DSkPDFResourceDict.cpp45 static const char* resource_name(SkPDFResourceType type) { in resource_name() function
/third_party/flutter/skia/src/pdf/
DSkPDFResourceDict.cpp45 static const char* resource_name(SkPDFResourceType type) { in resource_name() function
/third_party/skia/modules/skresources/src/
DSkResources.cpp194 const char resource_name[], in loadImageAsset()
249 const char resource_name[], in loadImageAsset()
/third_party/node/test/node-api/test_async_context/
Dbinding.c69 napi_value resource_name; in CreateAsyncResource() local
/third_party/skia/tools/viewer/
DParticlesSlide.cpp43 const char resource_name[], in loadImageAsset()
49 void addPath(const char resource_name[], const SkPath& path) { in addPath()
/third_party/jerryscript/jerry-core/vm/
Dvm-defines.h56 …ecma_value_t resource_name; /**< current resource name (usually a file nam… member
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderProgramInterfaces.cpp512 const char* resource_name = (n_iteration == 0) ? tc_resource_name : te_resource_name; in iterate() local
/third_party/flutter/skia/modules/skottie/utils/
DSkottieUtils.cpp96 const char resource_name[], in loadImageAsset()
/third_party/jerryscript/jerry-core/jcontext/
Djcontext.h217 ecma_value_t resource_name; /**< resource name (usually a file name) */ member
/third_party/node/src/
Dnode_api.cc460 const v8::Local<v8::String> resource_name, in AsyncContext()
1143 v8::Local<v8::String> resource_name; in napi_create_async_work() local
Dinspector_agent.cc635 std::string resource_name = in resourceNameToUrl() local
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cShaderSubroutineTests.cpp3076 const glw::GLchar* resource_name, GLint expected) const in checkProgramResourceiv() argument