/external/angle/src/common/ |
D | gen_packed_gl_enums.py | 117 def write_header(enums, path_prefix, file_name, data_source_name, includes, namespace, argument 143 with (open(path_prefix + file_name, 'wt')) as f: 204 def write_cpp(enums, path_prefix, file_name, data_source_name, namespace, api_enum_name): argument 238 with (open(path_prefix + file_name, 'wt')) as f: 264 path_prefix = os.path.dirname(os.path.realpath(__file__)) + os.path.sep 272 enums = load_enums(path_prefix + json_file) 273 write_header(enums, path_prefix, output_file + '_autogen.h', json_file, includes, 275 write_cpp(enums, path_prefix, output_file + '_autogen.cpp', json_file, namespace,
|
/external/autotest/client/cros/ |
D | dbus_util.py | 60 dbus_interface, path_prefix=None, argument 91 if path_prefix is not None: 94 if path.startswith(path_prefix)]
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_file.cpp | 56 internal_snprintf(full_path, kMaxPathLength, "%s.%s.%zu", path_prefix, in ReopenIfNecessary() 59 internal_snprintf(full_path, kMaxPathLength, "%s.%zu", path_prefix, pid); in ReopenIfNecessary() 78 if (len > sizeof(path_prefix) - 100) { in SetReportPath() 94 internal_snprintf(path_prefix, kMaxPathLength, "%s", path); in SetReportPath()
|
D | sanitizer_file.h | 40 char path_prefix[kMaxPathLength]; member
|
/external/angle/src/common/spirv/ |
D | gen_spirv_builder_and_parser.py | 176 self.path_prefix = os.path.dirname(os.path.realpath(__file__)) + os.path.sep 177 self.grammar = load_grammar(self.path_prefix + SPIRV_GRAMMAR_FILE) 234 with (open(self.path_prefix + SPIRV_BUILDER_FILE + '_autogen.h', 'w')) as f: 237 with (open(self.path_prefix + SPIRV_BUILDER_FILE + '_autogen.cpp', 'w')) as f: 240 with (open(self.path_prefix + SPIRV_PARSER_FILE + '_autogen.h', 'w')) as f: 243 with (open(self.path_prefix + SPIRV_PARSER_FILE + '_autogen.cpp', 'w')) as f:
|
/external/dtc/tests/ |
D | supernode_atdepth_offset.c | 38 static int path_prefix(const char *path, int depth) in path_prefix() function 64 pathprefixlen = path_prefix(path, depth); in check_supernode_atdepth()
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/jwt/ |
D | jwt_verifier.cc | 770 char* path_prefix = nullptr; in retrieve_key_and_verify() local 805 path_prefix = strchr(req.host, '/'); in retrieve_key_and_verify() 806 if (path_prefix == nullptr) { in retrieve_key_and_verify() 809 *(path_prefix++) = '\0'; in retrieve_key_and_verify() 810 gpr_asprintf(&req.http.path, "/%s/%s", path_prefix, iss); in retrieve_key_and_verify() 817 path_prefix = strchr(req.host, '/'); in retrieve_key_and_verify() 818 if (path_prefix == nullptr) { in retrieve_key_and_verify() 821 *(path_prefix++) = 0; in retrieve_key_and_verify() 822 gpr_asprintf(&req.http.path, "/%s%s", path_prefix, in retrieve_key_and_verify()
|
/external/grpc-grpc/src/core/lib/security/credentials/jwt/ |
D | jwt_verifier.cc | 773 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/ |
D | sanitizer_common.cc | 57 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()
|
D | sanitizer_common.h | 206 char path_prefix[kMaxPathLength]; member
|
/external/python/cpython2/Lib/ |
D | ntpath.py | 518 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/ |
D | video_AVAnalysis.py | 124 path_prefix = '/bigstore/cros-av-analysis/{}' 125 filepath = path_prefix.format(self.rec_info.vid_name)
|
/external/llvm-project/clang/utils/analyzer/ |
D | SATestBuild.py | 851 path_prefix = directory 854 path_prefix = os.path.join(directory, PATCHED_SOURCE_DIR_NAME) 856 paths = [source[len(path_prefix) + 1:] 857 if source.startswith(path_prefix) else source
|
/external/rust/crates/criterion/src/html/ |
D | mod.rs | 62 path_prefix: &str, in from_id() 72 path: format!("{}/{}", path_prefix, id.as_directory_name()), in from_id() 785 let path_prefix = if full_summary { "../.." } else { "../../.." }; in generate_summary() localVariable 789 IndividualBenchmark::from_id(&report_context.output_directory, path_prefix, id) in generate_summary()
|
/external/tensorflow/tensorflow/lite/micro/tools/ci_build/tflm_bazel/ |
D | workspace.bzl | 24 def tf_repositories(path_prefix = "", tf_repo_name = ""):
|
/external/tensorflow/tensorflow/ |
D | workspace.bzl | 72 # path_prefix and tf_repo_name are no longer used. 73 def tf_workspace(path_prefix = "", tf_repo_name = ""): 74 tf_repositories(path_prefix, tf_repo_name) 83 def tf_repositories(path_prefix = "", tf_repo_name = ""): 126 if path_prefix: 127 print("path_prefix was specified to tf_workspace but is no longer used " +
|
/external/llvm-project/llvm/cmake/modules/ |
D | AddLLVM.cmake | 1937 string(SUBSTRING "${ARG_OUTPUT_DIR}" 0 ${type_start} path_prefix) 1941 set(ARG_OUTPUT_DIR ${path_prefix}${path_suffix})
|