Home
last modified time | relevance | path

Searched refs:resource_string (Results 1 – 25 of 126) sorted by relevance

123456

/aosp_15_r20/system/core/init/
H A Drlimit_parser.cpp53 std::string resource_string; in ParseRlimit() local
55 resource_string = args[1].substr(5); in ParseRlimit()
57 resource_string = args[1].substr(7); in ParseRlimit()
59 resource_string = args[1]; in ParseRlimit()
63 [&resource_string](const auto& entry) { in ParseRlimit()
64 return EqualsIgnoreCase(resource_string, entry.first); in ParseRlimit()
/aosp_15_r20/external/executorch/backends/qualcomm/serialization/
H A Dqc_schema_serialize.py22 schema_file.write(pkg_resources.resource_string(__name__, f"{schema}.fbs"))
39 schema_file.write(pkg_resources.resource_string(__name__, f"{schema}.fbs"))
/aosp_15_r20/external/executorch/kernels/test/
H A Dgen_supported_features.py30 header_file = pkg_resources.resource_string(
77 definition_file = pkg_resources.resource_string(
/aosp_15_r20/frameworks/base/tools/aapt2/
H A DApkInfo.proto278 string resource_string = 4; field
337 string resource_string = 4; field
/aosp_15_r20/external/executorch/backends/apple/mps/serialization/
H A Dmps_graph_serialize.py22 schema_file.write(pkg_resources.resource_string(__name__, "schema.fbs"))
/aosp_15_r20/external/executorch/devtools/etdump/
H A Dserialize.py29 pkg_resources.resource_string(__name__, "{}.fbs".format(schema_name))
/aosp_15_r20/external/executorch/devtools/bundled_program/serialize/
H A D__init__.py33 pkg_resources.resource_string(__name__, "{}.fbs".format(schema_name))
/aosp_15_r20/external/python/setuptools/setuptools/tests/
Dtest_windows_wrappers.py51 w = pkg_resources.resource_string('setuptools', cls.wrapper_source)
/aosp_15_r20/frameworks/base/tools/aapt2/cmd/
H A DUtil.cpp574 StringPiece resource_string = split_line[0]; in ParseResourceConfig() local
577 if (!ResourceUtils::ParseResourceName(resource_string, &resource_name)) { in ParseResourceConfig()
/aosp_15_r20/frameworks/base/tools/aapt2/integration-tests/DumpTest/
H A Dcomponents_expected_proto.txt165 resource_string: "res/dU.xml"
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/command/
Deasy_install.py59 normalize_path, resource_string,
828 raw_bytes = resource_string('setuptools', name)
2284 return resource_string('setuptools', launcher_fn)
2288 manifest = pkg_resources.resource_string(__name__, 'launcher manifest.xml')
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/setuptools/command/
Deasy_install.py59 normalize_path, resource_string,
828 raw_bytes = resource_string('setuptools', name)
2284 return resource_string('setuptools', launcher_fn)
2288 manifest = pkg_resources.resource_string(__name__, 'launcher manifest.xml')
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/command/
Deasy_install.py59 normalize_path, resource_string,
828 raw_bytes = resource_string('setuptools', name)
2284 return resource_string('setuptools', launcher_fn)
2288 manifest = pkg_resources.resource_string(__name__, 'launcher manifest.xml')
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/command/
Deasy_install.py59 normalize_path, resource_string,
828 raw_bytes = resource_string('setuptools', name)
2284 return resource_string('setuptools', launcher_fn)
2288 manifest = pkg_resources.resource_string(__name__, 'launcher manifest.xml')
/aosp_15_r20/external/python/setuptools/setuptools/command/
Deasy_install.py59 normalize_path, resource_string,
832 raw_bytes = resource_string('setuptools', name)
2288 return resource_string('setuptools', launcher_fn)
2292 manifest = pkg_resources.resource_string(__name__, 'launcher manifest.xml')
/aosp_15_r20/external/executorch/backends/vulkan/serialization/
H A Dvulkan_graph_serialize.py33 schema_file.write(pkg_resources.resource_string(__name__, "schema.fbs"))
/aosp_15_r20/external/executorch/backends/xnnpack/serialization/
H A Dxnnpack_graph_serialize.py292 schema_file.write(pkg_resources.resource_string(__name__, "schema.fbs"))
/aosp_15_r20/external/executorch/exir/dialects/edge/
H A D_ops.py170 pkg_resources.resource_string(__name__, "edge.yaml").decode("utf8")
/aosp_15_r20/out/soong/.intermediates/frameworks/base/tools/aapt2/libaapt2/linux_glibc_x86_64_static/gen/proto/frameworks/base/tools/aapt2/
DApkInfo.pb.h5890 const std::string& resource_string() const; in Swap()
5895 void set_allocated_resource_string(std::string* resource_string); in Swap()
7444 const std::string& resource_string() const; in Swap()
7449 void set_allocated_resource_string(std::string* resource_string); in Swap()
13004 inline const std::string& Metadata::resource_string() const { in resource_string() function
13054 inline void Metadata::set_allocated_resource_string(std::string* resource_string) { in set_allocated_resource_string() argument
13058 if (resource_string != nullptr) { in set_allocated_resource_string()
13060 _impl_.resource_.resource_string_.InitAllocated(resource_string, GetArenaForAllocation()); in set_allocated_resource_string()
14104 inline const std::string& Property::resource_string() const { in resource_string() function
14154 inline void Property::set_allocated_resource_string(std::string* resource_string) { in set_allocated_resource_string() argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pkg_resources/
D__init__.py102 resource_string = None variable
1164 def resource_string(self, package_or_requirement, resource_name): member in ResourceManager
/aosp_15_r20/external/python/setuptools/pkg_resources/
D__init__.py101 resource_string = None variable
1151 def resource_string(self, package_or_requirement, resource_name): member in ResourceManager
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pkg_resources/
D__init__.py102 resource_string = None variable
1164 def resource_string(self, package_or_requirement, resource_name): member in ResourceManager
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pkg_resources/
D__init__.py102 resource_string = None variable
1164 def resource_string(self, package_or_requirement, resource_name): member in ResourceManager
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/pkg_resources/
D__init__.py111 resource_string = None variable
1221 def resource_string(self, package_or_requirement, resource_name): member in ResourceManager
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/pkg_resources/
D__init__.py111 resource_string = None variable
1221 def resource_string(self, package_or_requirement, resource_name): member in ResourceManager

123456