Home
last modified time | relevance | path

Searched refs:resource_name (Results 1 – 25 of 60) sorted by relevance

123

/third_party/cef/tests/shared/browser/
Dresource_util_posix.cc39 bool LoadBinaryResource(const char* resource_name, std::string& resource_data) { in LoadBinaryResource() argument
45 path.append(resource_name); in LoadBinaryResource()
50 CefRefPtr<CefStreamReader> GetBinaryResourceReader(const char* resource_name) { in GetBinaryResourceReader() argument
56 path.append(resource_name); in GetBinaryResourceReader()
Dresource_util_win.cc84 extern int GetResourceId(const char* resource_name);
86 bool LoadBinaryResource(const char* resource_name, std::string& resource_data) { in LoadBinaryResource() argument
87 int resource_id = GetResourceId(resource_name); in LoadBinaryResource()
103 CefRefPtr<CefStreamReader> GetBinaryResourceReader(const char* resource_name) { in GetBinaryResourceReader() argument
104 int resource_id = GetResourceId(resource_name); in GetBinaryResourceReader()
Dresource_util.h25 bool LoadBinaryResource(const char* resource_name, std::string& resource_data);
28 CefRefPtr<CefStreamReader> GetBinaryResourceReader(const char* resource_name);
/third_party/gettext/gettext-tools/src/
Dread-java.c90 msgdomain_read_java (const char *resource_name, const char *locale_name) in msgdomain_read_java() argument
104 if (resource_name == NULL) in msgdomain_read_java()
105 resource_name = "Messages"; in msgdomain_read_java()
108 args[0] = resource_name; in msgdomain_read_java()
Dread-csharp.c91 msgdomain_read_csharp (const char *resource_name, const char *locale_name, in msgdomain_read_csharp() argument
103 if (resource_name == NULL) in msgdomain_read_csharp()
104 resource_name = "Messages"; in msgdomain_read_csharp()
137 args[1] = resource_name; in msgdomain_read_csharp()
Dwrite-csharp.c99 construct_class_name (const char *resource_name) in construct_class_name() argument
115 valid = (resource_name[0] != '\0'); in construct_class_name()
116 for (p = resource_name; valid && *p != '\0'; p++) in construct_class_name()
120 || (p > resource_name && c >= '0' && c <= '9'))) in construct_class_name()
124 return xstrdup (resource_name); in construct_class_name()
128 const char *str = resource_name; in construct_class_name()
625 const char *resource_name, const char *locale_name, in msgdomain_write_csharp() argument
664 if (resource_name == NULL) in msgdomain_write_csharp()
665 resource_name = "Messages"; in msgdomain_write_csharp()
714 xconcatenated_filename (output_dir, resource_name, ".resources.dll"); in msgdomain_write_csharp()
[all …]
Dwrite-java.c1046 const char *resource_name, const char *locale_name, in msgdomain_write_java() argument
1089 if (resource_name == NULL) in msgdomain_write_java()
1090 resource_name = "Messages"; in msgdomain_write_java()
1093 ndots = check_resource_name (resource_name); in msgdomain_write_java()
1096 error (0, 0, _("not a valid Java class name: %s"), resource_name); in msgdomain_write_java()
1101 class_name = xasprintf ("%s_%s", resource_name, locale_name); in msgdomain_write_java()
1103 class_name = xstrdup (resource_name); in msgdomain_write_java()
1112 p = resource_name; in msgdomain_write_java()
/third_party/skia/modules/skresources/src/
DSkResources.cpp187 const char resource_name[]) const { in load()
189 full_path = SkOSPath::Join(full_dir.c_str(), resource_name); in load()
194 const char resource_name[], in loadImageAsset() argument
196 auto data = this->load(resource_path, resource_name); in loadImageAsset()
215 const char resource_name[]) const { in load()
216 return fProxy ? fProxy->load(resource_path, resource_name) in load()
249 const char resource_name[], in loadImageAsset() argument
258 auto asset = this->INHERITED::loadImageAsset(resource_path, resource_name, resource_id); in loadImageAsset()
/third_party/node/test/node-api/test_instance_data/
Dtest_instance_data.c72 napi_value resource_name; in AsyncWorkCallback() local
78 &resource_name)); in AsyncWorkCallback()
81 resource_name, in AsyncWorkCallback()
164 napi_value argv[2], resource_name; in TestThreadsafeFunction() local
180 &resource_name)); in TestThreadsafeFunction()
184 resource_name, in TestThreadsafeFunction()
/third_party/node/test/node-api/test_async/
Dtest_async.c73 napi_value resource_name; in Test() local
98 env, "TestResource", NAPI_AUTO_LENGTH, &resource_name)); in Test()
99 NAPI_CALL(env, napi_create_async_work(env, argv[1], resource_name, in Test()
144 napi_value resource_name; in TestCancel() local
148 env, "TestResource", NAPI_AUTO_LENGTH, &resource_name)); in TestCancel()
153 NAPI_CALL(env, napi_create_async_work(env, NULL, resource_name, in TestCancel()
165 NAPI_CALL(env, napi_create_async_work(env, NULL, resource_name, in TestCancel()
/third_party/node/test/node-api/test_make_callback/
Dbinding.c30 napi_value resource_name; in MakeCallback() local
32 env, "test", NAPI_AUTO_LENGTH, &resource_name)); in MakeCallback()
35 NAPI_CALL(env, napi_async_init(env, resource, resource_name, &context)); in MakeCallback()
/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
41 return resource_name; in jerryx_handler_resource_name()
/third_party/cef/tests/ceftests/
Dresource_util_win_idmap.cc11 int GetResourceId(const char* resource_name) { in GetResourceId() argument
25 if (!strcmp(resource_map[i].name, resource_name)) in GetResourceId()
/third_party/cef/tests/cefclient/browser/
Dresource_util_win_idmap.cc11 int GetResourceId(const char* resource_name) { in GetResourceId() argument
52 if (!strcmp(resource_map[i].name, resource_name)) in GetResourceId()
/third_party/skia/tools/viewer/
DParticlesSlide.cpp33 sk_sp<SkData> load(const char resource_path[], const char resource_name[]) const override { in load()
34 auto it = fResources.find(resource_name); in load()
38 return GetResourceAsData(SkOSPath::Join(resource_path, resource_name).c_str()); in load()
43 const char resource_name[], in loadImageAsset() argument
45 auto data = this->load(resource_path, resource_name); in loadImageAsset()
49 void addPath(const char resource_name[], const SkPath& path) { in addPath() argument
50 fResources[resource_name] = path.serialize(); in addPath()
/third_party/node/test/node-api/test_callback_scope/
Dbinding.c63 napi_value resource_name; in Callback() local
65 env, "test", NAPI_AUTO_LENGTH, &resource_name)); in Callback()
68 napi_async_init(env, NULL, resource_name, &context)); in Callback()
/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
514 if (resource_name == DE_NULL) in iterate()
530 glw::GLuint resource_index = gl.getProgramResourceIndex(m_po_id, interface, resource_name); in iterate()
535 m_testCtx.getLog() << tcu::TestLog::Message << "Resource [" << resource_name in iterate()
/third_party/flutter/skia/modules/skottie/utils/
DSkottieUtils.cpp89 const char resource_name[]) const { in load()
91 full_path = SkOSPath::Join(full_dir.c_str(), resource_name); in load()
96 const char resource_name[], in loadImageAsset() argument
98 return MultiFrameImageAsset::Make(this->load(resource_path, resource_name)); in loadImageAsset()
/third_party/node/test/node-api/test_async_context/
Dbinding.c69 napi_value resource_name; in CreateAsyncResource() local
71 env, "test_async", NAPI_AUTO_LENGTH, &resource_name)); in CreateAsyncResource()
74 NAPI_CALL(env, napi_async_init(env, resource, resource_name, &context)); in CreateAsyncResource()
/third_party/jerryscript/tests/unit-core/
Dtest-resource-name.c30 …jerry_value_t resource_name = jerry_get_resource_name (args_count > 0 ? args_p[0] : undefined_valu… in resource_name_handler() local
33 return resource_name; in resource_name_handler()
/third_party/skia/src/pdf/
DSkPDFResourceDict.cpp45 static const char* resource_name(SkPDFResourceType type) { in resource_name() function
70 dst->insertObject(resource_name(type), std::move(resources)); in add_subdict()
/third_party/flutter/skia/src/pdf/
DSkPDFResourceDict.cpp45 static const char* resource_name(SkPDFResourceType type) { in resource_name() function
70 dst->insertObject(resource_name(type), std::move(resources)); in add_subdict()
/third_party/python/Lib/zoneinfo/
D_common.py9 resource_name = components[-1]
12 return importlib.resources.open_binary(package_name, resource_name)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetPfmCounters.td20 class PfmIssueCounter<string resource_name, string counter>
26 string ResourceName = resource_name;
/third_party/flutter/skia/modules/skottie/include/
DSkottie.h73 const char resource_name[]) const;
80 const char resource_name[],

123