Home
last modified time | relevance | path

Searched defs:path_prefix (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/angle/src/common/
H A Dgen_packed_gl_enums.py117 def write_header(enums, path_prefix, file_name, data_source_name, includes, namespace, argument
204 def write_cpp(enums, path_prefix, file_name, data_source_name, namespace, api_enum_name): argument
/aosp_15_r20/external/bazelbuild-rules_license/tests/
H A Dlicense_test_utils.py48 path_prefix=LICENSE_PACKAGE_BASE): argument
/aosp_15_r20/frameworks/proto_logging/stats/atoms/selinux/
H A Dselinux_extension_atoms.proto44 optional string path_prefix = 8; field
/aosp_15_r20/external/autotest/client/cros/
H A Ddbus_util.py60 dbus_interface, path_prefix=None, argument
/aosp_15_r20/out/soong/.intermediates/frameworks/proto_logging/stats/libstats_proto_host/linux_glibc_x86_64_shared/gen/proto/frameworks/proto_logging/stats/atoms/selinux/
Dselinux_extension_atoms.pb.h830 inline const std::string& SelinuxAuditLog::path_prefix() const { in path_prefix() function
871 inline void SelinuxAuditLog::set_allocated_path_prefix(std::string* path_prefix) { in set_allocated_path_prefix()
/aosp_15_r20/external/dtc/tests/
H A Dsupernode_atdepth_offset.c38 static int path_prefix(const char *path, int depth) in path_prefix() function
/aosp_15_r20/external/coreboot/tests/lib/
H A Dlzma-test.c38 const char path_prefix[] = "lib/lzma-test/%s%s"; in setup_ulzman_file() local
/aosp_15_r20/bionic/libc/tzcode/
H A Dbionic.cpp95 const char* path_prefix = getenv(path_prefix_variable); in make_path() local
/aosp_15_r20/external/cronet/net/test/embedded_test_server/
H A Drequest_handler_util.cc81 bool ShouldHandle(const HttpRequest& request, const std::string& path_prefix) { in ShouldHandle()
/aosp_15_r20/external/tensorflow/tensorflow/python/module/
H A Dmodule.py343 def _flatten_non_variable_composites_with_tuple_path(structure, path_prefix=()): argument
/aosp_15_r20/art/libarttools/
H A Dtools.cc77 bool PartialMatch(const std::filesystem::path& pattern, const std::filesystem::path& path_prefix) { in PartialMatch()
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.h206 char path_prefix[kMaxPathLength]; member
/aosp_15_r20/art/libartbase/base/
H A Dfile_utils.cc819 std::string path_prefix(path); in IsLocationOn() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/security/credentials/jwt/
Djwt_verifier.cc799 char* path_prefix = nullptr; in retrieve_key_and_verify() local
/aosp_15_r20/external/grpc-grpc/src/core/lib/security/credentials/jwt/
H A Djwt_verifier.cc833 char* path_prefix = nullptr; in retrieve_key_and_verify() local
/aosp_15_r20/external/rust/android-crates-io/crates/criterion/src/html/
Dmod.rs781 let path_prefix = if full_summary { "../.." } else { "../../.." }; in generate_summary() localVariable
/aosp_15_r20/tools/asuite/atest/bazel/runner/src/main/protobuf/
H A Dbuild_event_stream.proto472 repeated string path_prefix = 4; field