Searched refs:resource_name (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/global/i18n_lite/tools/i18n-dat-tool/src/main/python/ohos/global/i18n/ |
H A D | generate_dat.py | 76 for resource_name, resource_id in resource_item_json.items(): 77 resource_name = "{}{}".format(resource_name, '.json') 78 with open(os.path.join(path, resource_name), 'r', encoding='utf-8') as item_file:
|
/ohos5.0/foundation/arkui/napi/sample/native_module_systemtest/ |
H A D | test_napi.cpp | 6831 napi_value resource_name; variable 6864 napi_value resource_name; variable 6896 napi_value resource_name; variable 6923 napi_value resource_name; variable 6953 napi_value resource_name; variable 6979 napi_value resource_name; variable 7006 napi_value resource_name; variable 7033 napi_value resource_name; variable 7083 napi_value resource_name; variable 7108 napi_value resource_name; variable [all …]
|
/ohos5.0/docs/zh-cn/application-dev/quick-start/ |
H A D | resource-categories-and-access.md | 372 …源,可以通过```“$r('sys.type.resource_name')”```的形式访问。其中,sys表示系统资源;type为资源类型,取值包括“color”、“float”、“string…
|
/ohos5.0/docs/zh-cn/application-dev/reference/native-lib/ |
H A D | libuv.md | 401 // resource_name:指向资源名称的指针,这个名称将用于日志和调试 410 const char* resource_name,
|
/ohos5.0/docs/en/application-dev/quick-start/ |
H A D | resource-categories-and-access.md | 385 …resource_name')" format, where **sys** indicates the system resource, **type** indicates the resou…
|
/ohos5.0/docs/en/application-dev/reference/native-lib/ |
H A D | libuv.md | 397 // resource_name: pointer to the resource name, which is used for logging and debugging. 406 const char* resource_name,
|