Home
last modified time | relevance | path

Searched defs:string (Results 1 – 25 of 2286) sorted by relevance

12345678910>>...92

/external/skqp/infra/bots/
Dgen_tasks.go236 func props(p map[string]string) string {
258 …henTask(name, recipe, isolate, serviceAccount string, dimensions []string, extraProps map[string]s…
334 func internalHardwareLabel(parts map[string]string) *int {
342 func linuxGceDimensions(machineType string) []string {
363 func deriveCompileTaskName(jobName string, parts map[string]string) string {
433 func swarmDimensions(parts map[string]string) []string {
441 func defaultSwarmDimensions(parts map[string]string) []string {
664 func relpath(f string) string {
737 func isolateCIPDAsset(b *specs.TasksCfgBuilder, name string) string {
752 func getIsolatedCIPDDeps(parts map[string]string) []string {
[all …]
/external/skia/infra/bots/
Dgen_tasks.go234 func props(p map[string]string) string {
256 …henTask(name, recipe, isolate, serviceAccount string, dimensions []string, extraProps map[string]s…
333 func internalHardwareLabel(parts map[string]string) *int {
341 func linuxGceDimensions(machineType string) []string {
362 func deriveCompileTaskName(jobName string, parts map[string]string) string {
434 func swarmDimensions(parts map[string]string) []string {
442 func defaultSwarmDimensions(parts map[string]string) []string {
657 func relpath(f string) string {
730 func isolateCIPDAsset(b *specs.TasksCfgBuilder, name string) string {
745 func getIsolatedCIPDDeps(parts map[string]string) []string {
[all …]
/external/syzkaller/pkg/osutil/
Dosutil.go23 func RunCmd(timeout time.Duration, dir, bin string, args ...string) ([]byte, error) {
71 func Command(bin string, args ...string) *exec.Cmd {
89 func PrependContext(ctx string, err error) error {
100 func IsExist(name string) bool {
106 func IsAccessible(name string) error {
120 func FilesExist(dir string, files map[string]bool) bool {
135 func CopyFiles(srcDir, dstDir string, files map[string]bool) error {
167 func LinkFiles(srcDir, dstDir string, files map[string]bool) error {
190 func MkdirAll(dir string) error {
194 func WriteFile(filename string, data []byte) error {
[all …]
/external/antlr/runtime/C/src/
Dantlr3string.c188 pANTLR3_STRING string; in newRaw8() local
217 pANTLR3_STRING string; in newRawUTF16() local
239 void ANTLR3_CDECL stringFree (pANTLR3_STRING string) in stringFree()
260 stringInit8 (pANTLR3_STRING string) in stringInit8()
297 stringInitUTF16 (pANTLR3_STRING string) in stringInitUTF16()
335 stringInitUTF8 (pANTLR3_STRING string) in stringInitUTF8()
349 toUTF8_8 (pANTLR3_STRING string) in toUTF8_8()
360 toUTF8_UTF16 (pANTLR3_STRING string) in toUTF8_UTF16()
423 pANTLR3_STRING string; in newSize8() local
453 pANTLR3_STRING string; in newSizeUTF16() local
[all …]
/external/boringssl/src/util/
Dmake_prefix_headers.go44 func readSymbols(path string) ([]string, error) {
69 func writeCHeader(symbols []string, path string) error {
108 func writeASMHeader(symbols []string, path string) error {
153 func writeNASMHeader(symbols []string, path string) error {
Ddoc.go81 func isComment(line string) bool {
85 func commentSubject(line string) string {
98 func extractComment(lines []string, lineNo int) (comment []string, rest []string, restLineNo int, e…
172 func extractDecl(lines []string, lineNo int) (decl string, rest []string, restLineNo int, err error…
225 func skipLine(s string) string {
236 func getNameFromDecl(decl string) (string, bool) {
286 func sanitizeAnchor(name string) string {
290 func isPrivateSection(name string) bool {
487 func firstSentence(paragraphs []string) string {
504 func markupPipeWords(allDecls map[string]string, s string) template.HTML {
[all …]
Dgodeps.go41 func cMakeQuote(in string) string {
64 func writeCMake(outFile *os.File, files []string) error {
78 func makeQuote(in string) string {
97 func writeDepfile(outFile *os.File, files []string) error {
110 func appendPrefixed(list, newFiles []string, prefix string) []string {
/external/syzkaller/vendor/golang.org/x/net/http/httpguts/
Dhttplex.go106 func HeaderValuesContainsToken(values []string, token string) bool {
121 func trimOWS(x string) string {
139 func headerValueContainsToken(v string, token string) bool {
156 func tokenEqual(t1, t2 string) bool {
196 func ValidHeaderFieldName(v string) bool {
209 func ValidHostHeader(h string) bool {
302 func ValidHeaderFieldValue(v string) bool {
312 func isASCII(s string) bool {
323 func PunycodeHostPort(v string) (string, error) {
/external/syzkaller/pkg/vcs/
Dvcs.go22 Poll(repo, branch string) (*Commit, error)
25 CheckoutBranch(repo, branch string) (*Commit, error)
28 CheckoutCommit(repo, commit string) (*Commit, error)
31 SwitchCommit(commit string) (*Commit, error)
37 ListRecentCommits(baseCommit string) ([]string, error)
42 ExtractFixTagsFromCommits(baseCommit, email string) ([]FixCommit, error)
45 PreviousReleaseTags(commit string) ([]string, error)
52 Bisect(bad, good string, trace io.Writer, pred func() (BisectResult, error)) (*Commit, error)
76 func NewRepo(os, vm, dir string) (Repo, error) {
88 func NewSyzkallerRepo(dir string) Repo {
[all …]
/external/flatbuffers/tests/
Dgo_test.go145 func CheckReadBuffer(buf []byte, offset flatbuffers.UOffsetT, fail func(string, ...interface{})) {
312 func CheckMutateBuffer(org []byte, offset flatbuffers.UOffsetT, fail func(string, ...interface{})) {
430 func checkFuzz(fuzzFields, fuzzObjects int, fail func(string, ...interface{})) {
574 func FailString(name string, want, got interface{}) string {
579 func CheckByteLayout(fail func(string, ...interface{})) {
1045 func CheckManualBuild(fail func(string, ...interface{})) ([]byte, flatbuffers.UOffsetT) {
1112 func CheckGetRootAsForNonRootTable(fail func(string, ...interface{})) {
1138 func CheckGeneratedBuild(fail func(string, ...interface{})) ([]byte, flatbuffers.UOffsetT) {
1188 func CheckTableAccessors(fail func(string, ...interface{})) {
1220 func CheckVtableDeduplication(fail func(string, ...interface{})) {
[all …]
/external/webrtc/webrtc/system_wrappers/source/
Ddata_log_no_op.cc28 int DataLog::AddTable(const std::string& /*table_name*/) { in AddTable()
32 int DataLog::AddColumn(const std::string& /*table_name*/, in AddColumn()
38 int DataLog::NextRow(const std::string& /*table_name*/) { in NextRow()
55 int DataLogImpl::AddTable(const std::string& /*table_name*/) { in AddTable()
59 int DataLogImpl::AddColumn(const std::string& /*table_name*/, in AddColumn()
65 int DataLogImpl::InsertCell(const std::string& /*table_name*/, in InsertCell()
71 int DataLogImpl::NextRow(const std::string& /*table_name*/) { in NextRow()
/external/syzkaller/dashboard/app/
Dapi.go139 func checkClient(c context.Context, name0, key0 string) (string, error) {
170 func apiBuilderPoll(c context.Context, ns string, r *http.Request, payload []byte) (interface{}, er…
238 func apiUploadBuild(c context.Context, ns string, r *http.Request, payload []byte) (interface{}, er…
264 func uploadBuild(c context.Context, now time.Time, ns string, req *dashapi.Build, typ BuildType) (b…
327 func addCommitsToBugs(c context.Context, ns, manager string,
328 titles []string, fixCommits []dashapi.FixCommit) error {
382 func addCommitsToBug(c context.Context, bug *Bug, manager string, managers []string,
383 fixCommits []string, presentCommits map[string]bool) error {
423 func managerList(c context.Context, ns string) ([]string, error) {
444 func bugNeedsCommitUpdate(c context.Context, bug *Bug, manager string, fixCommits []string,
[all …]
Djobs.go23 func handleTestRequest(c context.Context, bugID, user, extID, link, patch, repo, branch string,
24 jobCC []string) string {
78 user, extID, link, patch, repo, branch string, jobCC []string) (string, error) {
167 repo, branch string) string {
189 func pollPendingJobs(c context.Context, managers []string) (interface{}, error) {
308 func pollCompletedJobs(c context.Context, typ string) ([]*dashapi.BugReport, error) {
410 func jobReported(c context.Context, jobID string) error {
429 func loadPendingJob(c context.Context, managers []string) (*Job, *datastore.Key, error) {
456 func jobID2Key(c context.Context, id string) (*datastore.Key, error) {
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/x500/
DDirectoryString.java24 private ASN1String string; field in DirectoryString
72 DERT61String string) in DirectoryString()
78 DERPrintableString string) in DirectoryString()
84 DERUniversalString string) in DirectoryString()
90 DERUTF8String string) in DirectoryString()
96 DERBMPString string) in DirectoryString()
101 public DirectoryString(String string) in DirectoryString()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/
DDirectoryString.java22 private ASN1String string; field in DirectoryString
70 DERT61String string) in DirectoryString()
76 DERPrintableString string) in DirectoryString()
82 DERUniversalString string) in DirectoryString()
88 DERUTF8String string) in DirectoryString()
94 DERBMPString string) in DirectoryString()
99 public DirectoryString(String string) in DirectoryString()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dsyscall_freebsd.go34 func nametomib(name string) (mib []_C_int, err error) {
132 func setattrlistTimes(path string, times []Timespec, flags int) error {
139 func xattrnamespace(fullattr string) (ns int, attr string, err error) {
168 func Getxattr(file string, attr string, dest []byte) (sz int, err error) {
180 func Fgetxattr(fd int, attr string, dest []byte) (sz int, err error) {
192 func Lgetxattr(link string, attr string, dest []byte) (sz int, err error) {
206 func Fsetxattr(fd int, attr string, data []byte, flags int) (err error) {
219 func Setxattr(file string, attr string, data []byte, flags int) (err error) {
232 func Lsetxattr(link string, attr string, data []byte, flags int) (err error) {
245 func Removexattr(file string, attr string) (err error) {
[all …]
Dsyscall_darwin.go53 func nametomib(name string) (mib []_C_int, err error) {
99 func getAttrList(path string, attrList attrList, attrBuf []byte, options uint) (attrs [][]byte, err…
194 func Getxattr(path string, attr string, dest []byte) (sz int, err error) {
198 func Lgetxattr(link string, attr string, dest []byte) (sz int, err error) {
204 func Setxattr(path string, attr string, data []byte, flags int) (err error) {
234 func Lsetxattr(link string, attr string, data []byte, flags int) (err error) {
240 func Removexattr(path string, attr string) (err error) {
247 func Lremovexattr(link string, attr string) (err error) {
253 func Listxattr(path string, dest []byte) (sz int, err error) {
257 func Llistxattr(link string, dest []byte) (sz int, err error) {
[all …]
Dzsyscall_freebsd_amd64.go233 func utimes(path string, timeval *[2]Timeval) (err error) {
419 func Access(path string, mode uint32) (err error) {
474 func Chdir(path string) (err error) {
489 func Chflags(path string, flags int) (err error) {
504 func Chmod(path string, mode uint32) (err error) {
519 func Chown(path string, uid int, gid int) (err error) {
534 func Chroot(path string) (err error) {
587 func ExtattrGetFd(fd int, attrnamespace int, attrname string, data uintptr, nbytes int) (ret int, e…
603 func ExtattrSetFd(fd int, attrnamespace int, attrname string, data uintptr, nbytes int) (ret int, e…
619 func ExtattrDeleteFd(fd int, attrnamespace int, attrname string) (err error) {
[all …]
Dzsyscall_freebsd_arm.go233 func utimes(path string, timeval *[2]Timeval) (err error) {
419 func Access(path string, mode uint32) (err error) {
474 func Chdir(path string) (err error) {
489 func Chflags(path string, flags int) (err error) {
504 func Chmod(path string, mode uint32) (err error) {
519 func Chown(path string, uid int, gid int) (err error) {
534 func Chroot(path string) (err error) {
587 func ExtattrGetFd(fd int, attrnamespace int, attrname string, data uintptr, nbytes int) (ret int, e…
603 func ExtattrSetFd(fd int, attrnamespace int, attrname string, data uintptr, nbytes int) (ret int, e…
619 func ExtattrDeleteFd(fd int, attrnamespace int, attrname string) (err error) {
[all …]
Dzsyscall_freebsd_386.go233 func utimes(path string, timeval *[2]Timeval) (err error) {
419 func Access(path string, mode uint32) (err error) {
474 func Chdir(path string) (err error) {
489 func Chflags(path string, flags int) (err error) {
504 func Chmod(path string, mode uint32) (err error) {
519 func Chown(path string, uid int, gid int) (err error) {
534 func Chroot(path string) (err error) {
587 func ExtattrGetFd(fd int, attrnamespace int, attrname string, data uintptr, nbytes int) (ret int, e…
603 func ExtattrSetFd(fd int, attrnamespace int, attrname string, data uintptr, nbytes int) (ret int, e…
619 func ExtattrDeleteFd(fd int, attrnamespace int, attrname string) (err error) {
[all …]
Dzsyscall_darwin_amd64.go233 func utimes(path string, timeval *[2]Timeval) (err error) {
402 func getxattr(path string, attr string, dest *byte, size int, position uint32, options int) (sz int…
423 func setxattr(path string, attr string, data *byte, size int, position uint32, options int) (err er…
443 func removexattr(path string, attr string, options int) (err error) {
463 func listxattr(path string, dest *byte, size int, options int) (sz int, err error) {
499 func Access(path string, mode uint32) (err error) {
524 func Chdir(path string) (err error) {
539 func Chflags(path string, flags int) (err error) {
554 func Chmod(path string, mode uint32) (err error) {
569 func Chown(path string, uid int, gid int) (err error) {
[all …]
/external/tensorflow/tensorflow/go/
Dexample_inception_inference_test.go123 func printBestLabel(probabilities []float32, labelsFile string) {
149 func makeTensorFromImage(filename string) (*tf.Tensor, error) {
221 func modelFiles(dir string) (modelfile, labelsfile string, err error) {
245 func filesExist(files ...string) error {
254 func download(URL, filename string) error {
269 func unzip(dir, zipfile string) error {
/external/syzkaller/vendor/google.golang.org/grpc/metadata/
Dmetadata.go34 func DecodeKeyValue(k, v string) (string, string, error) {
53 func New(m map[string]string) MD {
74 func Pairs(kv ...string) MD {
101 func (md MD) Get(k string) []string {
107 func (md MD) Set(k string, vals ...string) {
116 func (md MD) Append(k string, vals ...string) {
155 func AppendToOutgoingContext(ctx context.Context, kv ...string) context.Context {
/external/syzkaller/vendor/cloud.google.com/go/compute/metadata/
Dmetadata.go106 func Get(suffix string) (string, error) {
113 func getETag(client *http.Client, suffix string) (value, etag string, err error) {
150 func getTrimmed(suffix string) (s string, err error) {
278 func Subscribe(suffix string, fn func(v string, ok bool) error) error {
384 func lines(suffix string) ([]string, error) {
404 func InstanceAttributeValue(attr string) (string, error) {
416 func ProjectAttributeValue(attr string) (string, error) {
423 func Scopes(serviceAccount string) ([]string, error) {
430 func strsContains(ss []string, s string) bool {
/external/v8/src/inspector/
Dstring-util.cc14 v8::Local<v8::String> toV8String(v8::Isolate* isolate, const String16& string) { in toV8String()
24 const String16& string) { in toV8StringInternalized()
41 const StringView& string) { in toV8String()
69 String16 toString16(const StringView& string) { in toString16()
78 StringView toStringView(const String16& string) { in toStringView()
84 bool stringViewStartsWith(const StringView& string, const char* prefix) { in stringViewStartsWith()
111 const StringView& string) { in parseJSON()
121 std::unique_ptr<protocol::Value> StringUtil::parseJSON(const String16& string) { in parseJSON()
142 std::unique_ptr<StringBuffer> StringBuffer::create(const StringView& string) { in create()
148 std::unique_ptr<StringBufferImpl> StringBufferImpl::adopt(String16& string) { in adopt()
[all …]

12345678910>>...92