Home
last modified time | relevance | path

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

/external/angle/src/common/
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
/external/bazelbuild-rules_license/tests/
Dlicense_test_utils.py48 path_prefix=LICENSE_PACKAGE_BASE): argument
/external/autotest/client/cros/
Ddbus_util.py60 dbus_interface, path_prefix=None, argument
/external/dtc/tests/
Dsupernode_atdepth_offset.c38 static int path_prefix(const char *path, int depth) in path_prefix() function
/external/cronet/net/test/embedded_test_server/
Drequest_handler_util.cc81 bool ShouldHandle(const HttpRequest& request, const std::string& path_prefix) { in ShouldHandle()
/external/tensorflow/tensorflow/python/module/
Dmodule.py343 def _flatten_non_variable_composites_with_tuple_path(structure, path_prefix=()): argument
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common.h206 char path_prefix[kMaxPathLength]; member
/external/grpc-grpc/src/core/lib/security/credentials/jwt/
Djwt_verifier.cc773 char* path_prefix = nullptr; in retrieve_key_and_verify() local
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/jwt/
Djwt_verifier.cc769 char* path_prefix = nullptr; in retrieve_key_and_verify() local
/external/rust/crates/criterion/src/html/
Dmod.rs781 let path_prefix = if full_summary { "../.." } else { "../../.." }; in generate_summary() localVariable