HomeSort by relevance Sort by last modified time
    Searched refs:add_comment (Results 1 - 11 of 11) sorted by null

  /external/skia/tools/
add_codereview_message.py 46 my_rietveld.add_comment(issue, message)
  /external/skqp/tools/
add_codereview_message.py 46 my_rietveld.add_comment(issue, message)
  /external/iptables/iptables/
nft.h 105 int add_comment(struct nftnl_rule *r, const char *comment);
nft-ipv4.c 80 ret = add_comment(r, (char *)matchp->match->m->data);
nft-ipv6.c 68 ret = add_comment(r, (char *)matchp->match->m->data);
nft.c 1027 int add_comment(struct nftnl_rule *r, const char *comment) function
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
cli.go 51 flagAddComment := flag.String("add_comment", "", "Annotation string to record in the profile")
284 " -add_comment Free-form annotation to add to the profile\n" +
driver_test.go 77 {"comments,add_comment=some-comment", "cpu"},
158 // The add_comment flag is not idempotent so only apply it on the first run.
159 delete(f.strings, "add_comment")
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
cli.go 51 flagAddComment := flag.String("add_comment", "", "Annotation string to record in the profile")
284 " -add_comment Free-form annotation to add to the profile\n" +
driver_test.go 77 {"comments,add_comment=some-comment", "cpu"},
158 // The add_comment flag is not idempotent so only apply it on the first run.
159 delete(f.strings, "add_comment")
    [all...]
  /external/perf_data_converter/src/
perf_data_converter.cc 360 profile->add_comment(UTF8StringId(perf_version, builder));
366 profile->add_comment(UTF8StringId(perf_command, builder));

Completed in 482 milliseconds