Searched refs:proto_filename (Results 1 – 10 of 10) sorted by relevance
/external/grpc-grpc/src/proto/ |
D | gen_build_yaml.py | 24 def update_deps(key, proto_filename, deps, deps_external, is_trans, visited): argument 25 if not proto_filename in visited: 26 visited.append(proto_filename) 27 with open(proto_filename) as inp:
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/codegen/ |
D | gen_archrast.py | 135 proto_filename = args.proto 145 if not os.path.exists(proto_filename): 146 print('Error: Could not find proto file %s' % proto_filename, file=sys.stderr) 149 protos = parse_protos(proto_filename)
|
/external/bcc/src/cc/frontends/b/ |
D | loader.cc | 35 int BLoader::parse(llvm::Module *mod, const string &filename, const string &proto_filename, in parse() argument 39 proto_parser_ = make_unique<ebpf::cc::Parser>(proto_filename); in parse()
|
D | loader.h | 40 int parse(llvm::Module *mod, const std::string &filename, const std::string &proto_filename,
|
/external/bcc/src/cc/ |
D | bpf_common.cc | 20 void * bpf_module_create_b(const char *filename, const char *proto_filename, unsigned flags) { in bpf_module_create_b() argument 22 if (mod->load_b(filename, proto_filename) != 0) { in bpf_module_create_b()
|
D | bpf_common.h | 27 void * bpf_module_create_b(const char *filename, const char *proto_filename, unsigned flags);
|
D | bpf_module.h | 82 int load_b(const std::string &filename, const std::string &proto_filename);
|
D | bpf_module.cc | 962 int BPFModule::load_b(const string &filename, const string &proto_filename) { in load_b() argument 967 if (filename.empty() || proto_filename.empty()) { in load_b() 984 if (int rc = b_loader.parse(&*mod_, filename, proto_filename, *ts_, id_, in load_b()
|
/external/bcc/src/cc/includes/ |
D | bpf_common.h | 27 void * bpf_module_create_b(const char *filename, const char *proto_filename, unsigned flags);
|
D | bpf_module.h | 82 int load_b(const std::string &filename, const std::string &proto_filename);
|