Home
last modified time | relevance | path

Searched refs:unexport (Results 1 – 5 of 5) sorted by relevance

/external/golang-protobuf/protoc-gen-go/grpc/
Dgrpc.go138 func unexport(s string) string { return strings.ToLower(s[:1]) + s[1:] } func
179 g.P("type ", unexport(servName), "Client struct {")
189 g.P("return &", unexport(servName), "Client{cc}")
344 g.P("func (c *", unexport(servName), "Client) ", g.generateClientSignature(servName, method), "{")
355 streamType := unexport(servName) + methName + "Client"
487 streamType := unexport(servName) + methName + "Server"
/external/linux-kselftest/tools/testing/selftests/gpio/
Dgpio-mockup-sysfs.sh79 echo $nr > $GPIO_SYSFS/unexport
94 echo $nr > $GPIO_SYSFS/unexport 2>/dev/null
/external/ltp/testcases/network/nfsv4/locks/
Dlocktests.py95 self.unexport(unexportDir)
/external/libchrome/libchrome_tools/patches/
Ddbus-Support-UnexportMethod-from-an-exported-object.patch136 + // Requests to unexport the method specified by |interface_name| and
/external/toybox/toys/pending/
Dsh.c3509 static void unexport(char *str) in unexport() function
3971 if (FLAG(n)) unexport(*arg); in export_main()