Home
last modified time | relevance | path

Searched refs:path_prefix (Results 1 – 11 of 11) sorted by relevance

/external/angle/src/common/
Dgen_packed_gl_enums.py109 def write_header(enums, path_prefix, file_name, data_source_name, namespace, api_enum_name): argument
134 with (open(path_prefix + file_name, 'wt')) as f:
195 def write_cpp(enums, path_prefix, file_name, data_source_name, namespace, api_enum_name): argument
230 with (open(path_prefix + file_name, 'wt')) as f:
256 path_prefix = os.path.dirname(os.path.realpath(__file__)) + os.path.sep
263 enums = load_enums(path_prefix + json_file)
264 write_header(enums, path_prefix, output_file + '_autogen.h', json_file, namespace,
266 write_cpp(enums, path_prefix, output_file + '_autogen.cpp', json_file, namespace,
/external/autotest/client/cros/
Ddbus_util.py51 dbus_interface, path_prefix=None, argument
82 if path_prefix is not None:
85 if path.startswith(path_prefix)]
/external/dtc/tests/
Dsupernode_atdepth_offset.c51 static int path_prefix(const char *path, int depth) in path_prefix() function
77 pathprefixlen = path_prefix(path, depth); in check_supernode_atdepth()
/external/grpc-grpc/src/core/lib/security/credentials/jwt/
Djwt_verifier.cc773 char* path_prefix = nullptr; in retrieve_key_and_verify() local
808 path_prefix = strchr(req.host, '/'); in retrieve_key_and_verify()
809 if (path_prefix == nullptr) { in retrieve_key_and_verify()
812 *(path_prefix++) = '\0'; in retrieve_key_and_verify()
813 gpr_asprintf(&req.http.path, "/%s/%s", path_prefix, iss); in retrieve_key_and_verify()
820 path_prefix = strchr(req.host, '/'); in retrieve_key_and_verify()
821 if (path_prefix == nullptr) { in retrieve_key_and_verify()
824 *(path_prefix++) = 0; in retrieve_key_and_verify()
825 gpr_asprintf(&req.http.path, "/%s%s", path_prefix, in retrieve_key_and_verify()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common.cc57 internal_snprintf(full_path, kMaxPathLength, "%s.%s.%zu", path_prefix, in ReopenIfNecessary()
60 internal_snprintf(full_path, kMaxPathLength, "%s.%zu", path_prefix, pid); in ReopenIfNecessary()
76 if (len > sizeof(path_prefix) - 100) { in SetReportPath()
92 internal_snprintf(path_prefix, kMaxPathLength, "%s", path); in SetReportPath()
Dsanitizer_common.h206 char path_prefix[kMaxPathLength]; member
/external/python/cpython2/Lib/
Dntpath.py518 path_is_unc, path_prefix, path_list = _abspath_split(path)
523 if path_prefix.lower() != start_prefix.lower():
526 % (path_prefix, start_prefix))
529 % (path_prefix, start_prefix))
/external/autotest/client/site_tests/video_AVAnalysis/
Dvideo_AVAnalysis.py124 path_prefix = '/bigstore/cros-av-analysis/{}'
125 filepath = path_prefix.format(self.rec_info.vid_name)
/external/tensorflow/tensorflow/tools/docs/
Dparser.py1597 self.path_prefix = parser_config.defined_in_prefix
1611 path=self.path, prefix=self.path_prefix,
1623 self.path_prefix = parser_config.defined_in_prefix
1637 path=self.path, prefix=self.path_prefix,
1651 self.path_prefix = parser_config.defined_in_prefix
/external/tensorflow/tensorflow/
Dworkspace.bzl74 # path_prefix is no longer used.
76 def tf_workspace(path_prefix = "", tf_repo_name = ""):
77 tf_repositories(path_prefix, tf_repo_name)
81 def tf_repositories(path_prefix = "", tf_repo_name = ""):
141 if path_prefix:
142 print("path_prefix was specified to tf_workspace but is no longer used " +
/external/swiftshader/third_party/llvm-7.0/llvm/cmake/modules/
DAddLLVM.cmake1512 string(SUBSTRING "${ARG_OUTPUT_DIR}" 0 ${type_start} path_prefix)
1516 set(ARG_OUTPUT_DIR ${path_prefix}${path_suffix})