/aosp_15_r20/system/core/init/ |
H A D | rlimit_parser.cpp | 53 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 D | qc_schema_serialize.py | 22 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 D | gen_supported_features.py | 30 header_file = pkg_resources.resource_string( 77 definition_file = pkg_resources.resource_string(
|
/aosp_15_r20/frameworks/base/tools/aapt2/ |
H A D | ApkInfo.proto | 278 string resource_string = 4; field 337 string resource_string = 4; field
|
/aosp_15_r20/external/executorch/backends/apple/mps/serialization/ |
H A D | mps_graph_serialize.py | 22 schema_file.write(pkg_resources.resource_string(__name__, "schema.fbs"))
|
/aosp_15_r20/external/executorch/devtools/etdump/ |
H A D | serialize.py | 29 pkg_resources.resource_string(__name__, "{}.fbs".format(schema_name))
|
/aosp_15_r20/external/executorch/devtools/bundled_program/serialize/ |
H A D | __init__.py | 33 pkg_resources.resource_string(__name__, "{}.fbs".format(schema_name))
|
/aosp_15_r20/external/python/setuptools/setuptools/tests/ |
D | test_windows_wrappers.py | 51 w = pkg_resources.resource_string('setuptools', cls.wrapper_source)
|
/aosp_15_r20/frameworks/base/tools/aapt2/cmd/ |
H A D | Util.cpp | 574 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 D | components_expected_proto.txt | 165 resource_string: "res/dU.xml"
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/command/ |
D | easy_install.py | 59 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/ |
D | easy_install.py | 59 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/ |
D | easy_install.py | 59 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/ |
D | easy_install.py | 59 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/ |
D | easy_install.py | 59 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 D | vulkan_graph_serialize.py | 33 schema_file.write(pkg_resources.resource_string(__name__, "schema.fbs"))
|
/aosp_15_r20/external/executorch/backends/xnnpack/serialization/ |
H A D | xnnpack_graph_serialize.py | 292 schema_file.write(pkg_resources.resource_string(__name__, "schema.fbs"))
|
/aosp_15_r20/external/executorch/exir/dialects/edge/ |
H A D | _ops.py | 170 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/ |
D | ApkInfo.pb.h | 5890 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__.py | 102 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__.py | 101 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__.py | 102 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__.py | 102 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__.py | 111 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__.py | 111 resource_string = None variable 1221 def resource_string(self, package_or_requirement, resource_name): member in ResourceManager
|