Home
last modified time | relevance | path

Searched refs:Join (Results 1 – 25 of 659) sorted by relevance

12345678910>>...27

/external/swiftshader/third_party/LLVM/unittests/ADT/
DTripleTest.cpp106 static std::string Join(StringRef A, StringRef B, StringRef C) { in Join() function
111 static std::string Join(StringRef A, StringRef B, StringRef C, StringRef D) { in Join() function
171 std::string E = Join(C[0], C[1], C[2]); in TEST()
172 EXPECT_EQ(E, Triple::normalize(Join(C[0], C[1], C[2]))); in TEST()
174 EXPECT_EQ(E, Triple::normalize(Join(C[0], C[2], C[1]))); in TEST()
175 EXPECT_EQ(E, Triple::normalize(Join(C[1], C[2], C[0]))); in TEST()
176 EXPECT_EQ(E, Triple::normalize(Join(C[1], C[0], C[2]))); in TEST()
177 EXPECT_EQ(E, Triple::normalize(Join(C[2], C[0], C[1]))); in TEST()
178 EXPECT_EQ(E, Triple::normalize(Join(C[2], C[1], C[0]))); in TEST()
184 std::string F = Join(C[0], C[1], C[2], C[3]); in TEST()
[all …]
/external/syzkaller/pkg/build/
Dakaros.go21 configFile := filepath.Join(kernelDir, ".config")
28 sshkey := filepath.Join(kernelDir, "key")
54 targetKey := filepath.Join(kernelDir, "kern", "kfs", ".ssh", "authorized_keys")
63 initFile := filepath.Join(kernelDir, "kern", "kfs", "init.sh")
85 if err := osutil.WriteFile(filepath.Join(outputDir, "image"), nil); err != nil {
94 fullSrc := filepath.Join(kernelDir, filepath.FromSlash(src))
95 fullDst := filepath.Join(outputDir, filepath.FromSlash(dst))
120 cmd.Dir = filepath.Join(kernelDir, filepath.FromSlash(runDir))
126 "AKAROS_XCC_ROOT=" + filepath.Join(kernelDir, "toolchain", "x86_64-ucb-akaros-gcc"),
127 "X86_64_INSTDIR=" + filepath.Join(kernelDir, "toolchain", "x86_64-ucb-akaros-gcc"),
[all …]
Dlinux.go39 configFile := filepath.Join(kernelDir, ".config")
58 outputConfig := filepath.Join(outputDir, "kernel.config")
72 vmlinux := filepath.Join(kernelDir, "vmlinux")
73 outputVmlinux := filepath.Join(outputDir, "obj", "vmlinux")
86 scriptFile := filepath.Join(tempDir, "create.sh")
90 bzImage := filepath.Join(kernelDir, filepath.FromSlash("arch/x86/boot/bzImage"))
103 imageFile := filepath.Join(outputDir, "image")
104 if err := osutil.CopyFile(filepath.Join(tempDir, "disk.raw"), imageFile); err != nil {
107 keyFile := filepath.Join(outputDir, "key")
108 if err := osutil.CopyFile(filepath.Join(tempDir, "key"), keyFile); err != nil {
/external/syzkaller/sys/syz-extract/
Dfreebsd.go28 if err := os.Symlink(filepath.Join(arch.sourceDir, "sys", "amd64", "include"),
29 filepath.Join(arch.buildDir, "machine")); err != nil {
32 if err := os.Symlink(filepath.Join(arch.sourceDir, "sys", "x86", "include"),
33 filepath.Join(arch.buildDir, "x86")); err != nil {
45 "-I", filepath.Join(arch.sourceDir, "sys"),
46 "-I", filepath.Join(arch.sourceDir, "sys", "sys"),
47 "-I", filepath.Join(arch.sourceDir, "sys", "amd64"),
51 args = append(args, "-I"+filepath.Join(arch.sourceDir, incdir))
Dnetbsd.go43 filepath.Join(arch.buildDir, dest)); err != nil {
50 return filepath.Join(arch.sourceDir, "sys", "arch", machine, "include")
59 "-I", filepath.Join(arch.sourceDir, "sys"),
60 "-I", filepath.Join(arch.sourceDir, "sys", "sys"),
61 "-I", filepath.Join(arch.sourceDir, "sys", "arch", "amd64"),
62 "-I", filepath.Join(arch.sourceDir, "common", "include"),
63 "-I", filepath.Join(arch.sourceDir, "sys", "compat", "linux", "common"),
67 args = append(args, "-I"+filepath.Join(arch.sourceDir, incdir))
Dakaros.go32 "-I", filepath.Join(dir, "kern", "include"),
33 "-I", filepath.Join(dir, "user", "parlib", "include"),
36 args = append(args, "-I"+filepath.Join(dir, incdir))
Dfuchsia.go29 cc := filepath.Join(dir, "buildtools", "linux-x64", "clang", "bin", "clang")
30 includeDir := filepath.Join(dir, "out", "build-zircon", "build-"+headerArch, "sysroot", "include")
33 args = append(args, "-I"+filepath.Join(dir, incdir))
/external/libbrillo/brillo/strings/
Dstring_utils_unittest.cc123 EXPECT_EQ("", string_utils::Join(",", {})); in TEST()
124 EXPECT_EQ("abc", string_utils::Join(",", {"abc"})); in TEST()
125 EXPECT_EQ("abc,,xyz", string_utils::Join(",", {"abc", "", "xyz"})); in TEST()
126 EXPECT_EQ("abc,defg", string_utils::Join(",", {"abc", "defg"})); in TEST()
127 EXPECT_EQ("1 : 2 : 3", string_utils::Join(" : ", {"1", "2", "3"})); in TEST()
128 EXPECT_EQ("1:2", string_utils::Join(":", std::set<std::string>{"1", "2"})); in TEST()
129 EXPECT_EQ("1:2", string_utils::Join(":", std::vector<std::string>{"1", "2"})); in TEST()
130 EXPECT_EQ("1:2", string_utils::Join(":", std::list<std::string>{"1", "2"})); in TEST()
131 EXPECT_EQ("123", string_utils::Join("", {"1", "2", "3"})); in TEST()
135 EXPECT_EQ("ab,cd", string_utils::Join(",", "ab", "cd")); in TEST()
[all …]
/external/webrtc/webrtc/base/
Dthread_checker_unittest.cc65 void Join() { in Join() function in rtc::__anon123c884f0111::CallDoStuffOnThread
66 Thread::Join(); in Join()
89 void Join() { in Join() function in rtc::__anon123c884f0111::DeleteThreadCheckerClassOnThread
90 Thread::Join(); in Join()
122 delete_on_thread.Join(); in TEST()
135 call_on_thread.Join(); in TEST()
149 call_on_thread.Join(); in MethodOnDifferentThreadImpl()
174 call_on_thread.Join(); in DetachThenCallFromDifferentThreadImpl()
/external/tensorflow/tensorflow/core/util/
Dbcast_test.cc33 strings::StrAppend(&ret, "[", str_util::Join(b.x_reshape(), ","), "]"); in BCast()
34 strings::StrAppend(&ret, "[", str_util::Join(b.x_bcast(), ","), "]"); in BCast()
35 strings::StrAppend(&ret, "[", str_util::Join(b.y_reshape(), ","), "]"); in BCast()
36 strings::StrAppend(&ret, "[", str_util::Join(b.y_bcast(), ","), "]"); in BCast()
37 strings::StrAppend(&ret, "[", str_util::Join(b.result_shape(), ","), "]"); in BCast()
38 strings::StrAppend(&ret, "[", str_util::Join(b.output_shape(), ","), "]"); in BCast()
39 strings::StrAppend(&ret, "[", str_util::Join(b.grad_x_reduce_idx(), ","), in BCast()
41 strings::StrAppend(&ret, "[", str_util::Join(b.grad_y_reduce_idx(), ","), in BCast()
/external/syzkaller/syz-ci/
Dsyzupdater.go53 bin = filepath.Join(wd, bin)
61 gopath := filepath.Join(wd, "gopath")
64 os.Setenv("PATH", filepath.Join(cfg.Goroot, "bin")+
66 syzkallerDir := filepath.Join(gopath, "src", "github.com", "google", "syzkaller")
99 latestDir: filepath.Join("syzkaller", "latest"),
100 currentDir: filepath.Join("syzkaller", "current"),
176 latestBin := filepath.Join(upd.latestDir, "bin", upd.exe)
177 latestTag := filepath.Join(upd.latestDir, "tag")
214 src := filepath.Join(upd.descriptions, f.Name())
215 dst := filepath.Join(upd.syzkallerDir, "sys", "linux", f.Name())
[all …]
/external/libchrome/base/synchronization/
Dlock_unittest.cc86 PlatformThread::Join(handle); in TEST()
126 PlatformThread::Join(handle); in TEST()
140 PlatformThread::Join(handle); in TEST()
166 PlatformThread::Join(handle); in TEST()
180 PlatformThread::Join(handle); in TEST()
228 PlatformThread::Join(handle); in TEST()
250 PlatformThread::Join(handle1); in TEST()
251 PlatformThread::Join(handle2); in TEST()
252 PlatformThread::Join(handle3); in TEST()
/external/tensorflow/tensorflow/core/profiler/
Dtfprof_options.cc33 return str_util::Join(kv_vec, ","); in KeyValueToStr()
55 str_util::Join(output_types, ",").c_str())); in ParseOutput()
65 str_util::Join(output_types, ",").c_str())); in ParseOutput()
111 (*output_options)[kv[0]] = str_util::Join(kv_without_key, "="); in ParseOutput()
205 str_util::Join(account_type_regexes, ",").c_str(), kOptions[14], in ToString()
206 str_util::Join(start_name_regexes, ",").c_str(), kOptions[15], in ToString()
207 str_util::Join(trim_name_regexes, ",").c_str(), kOptions[16], in ToString()
208 str_util::Join(show_name_regexes, ",").c_str(), kOptions[17], in ToString()
209 str_util::Join(hide_name_regexes, ",").c_str(), kOptions[18], in ToString()
211 str_util::Join(select, ",").c_str(), kOptions[20], output_type.c_str(), in ToString()
/external/golang-protobuf/protoc-gen-go/
Dgolden_test.go82 goldenPath := filepath.Join("testdata", relPath)
232 if err := os.MkdirAll(filepath.Join(workdir, dir), 0777); err != nil {
237 …if err := ioutil.WriteFile(filepath.Join(workdir, "alpha", "a.proto"), []byte(aProto), 0666); err …
241 …if err := ioutil.WriteFile(filepath.Join(workdir, "beta", "b.proto"), []byte(bProto), 0666); err !…
247 "--go_out=" + test.parameters + ":" + filepath.Join(workdir, "out"),
248 filepath.Join(workdir, "alpha", "a.proto"),
252 "--go_out=" + test.parameters + ":" + filepath.Join(workdir, "out"),
253 filepath.Join(workdir, "beta", "b.proto"),
258 outdir := filepath.Join(workdir, "out")
346 t.Log("RUNNING: ", strings.Join(cmd.Args, " "))
/external/tensorflow/tensorflow/core/lib/strings/
Dstr_util_test.cc227 EXPECT_EQ(str_util::Join(s, " "), "hi"); in TEST()
229 EXPECT_EQ(str_util::Join(s, " "), "hi there strings"); in TEST()
233 EXPECT_EQ(str_util::Join(sp, ",,"), "hi"); in TEST()
235 EXPECT_EQ(str_util::Join(sp, "--"), "hi--there--strings"); in TEST()
242 EXPECT_EQ(str_util::Join(s, " ", l1), "hi"); in TEST()
245 EXPECT_EQ(str_util::Join(s, " ", l2), "h t s"); in TEST()
250 EXPECT_EQ(str_util::Join(str_util::Split("a", ','), "|"), "a"); in TEST()
251 EXPECT_EQ(str_util::Join(str_util::Split(",", ','), "|"), "|"); in TEST()
252 EXPECT_EQ(str_util::Join(str_util::Split("a,b,c", ','), "|"), "a|b|c"); in TEST()
253 EXPECT_EQ(str_util::Join(str_util::Split("a,,,b,,c,", ','), "|"), in TEST()
[all …]
/external/tensorflow/tensorflow/lite/testing/
Djoin_test.cc26 EXPECT_EQ(Join(data.data(), data.size(), ","), "1,2,3"); in TEST()
36 EXPECT_EQ(Join(data, 4, " "), "1 -3 2.29999995 9.99999975e-06"); in TEST()
39 TEST(JoinTest, JoinNullData) { EXPECT_THAT(Join<int>(nullptr, 3, ","), ""); } in TEST()
43 EXPECT_THAT(Join(data.data(), 0, ","), ""); in TEST()
/external/sfntly/cpp/src/test/
Dlock_test.cc94 PlatformThread::Join(handle); in BasicLockTest()
136 PlatformThread::Join(handle); in TryLockTest()
150 PlatformThread::Join(handle); in TryLockTest()
200 PlatformThread::Join(handle); in MutexTwoThreads()
223 PlatformThread::Join(handle1); in MutexFourThreads()
224 PlatformThread::Join(handle2); in MutexFourThreads()
225 PlatformThread::Join(handle3); in MutexFourThreads()
/external/libchrome/base/threading/
Dthread_collision_warner_unittest.cc176 thread_a.Join(); in TEST()
177 thread_b.Join(); in TEST()
233 thread_a.Join(); in TEST()
234 thread_b.Join(); in TEST()
301 thread_a.Join(); in TEST()
302 thread_b.Join(); in TEST()
378 thread_a.Join(); in TEST()
379 thread_b.Join(); in TEST()
/external/nist-sip/java/gov/nist/javax/sip/parser/extensions/
DJoinParser.java48 Join join = new Join(); in parse()
69 Join t = (Join) tp.parse(); in main()
/external/llvm/unittests/ADT/
DTripleTest.cpp255 static std::string Join(StringRef A, StringRef B, StringRef C) { in Join() function
260 static std::string Join(StringRef A, StringRef B, StringRef C, StringRef D) { in Join() function
317 std::string E = Join(C[0], C[1], C[2]); in TEST()
318 EXPECT_EQ(E, Triple::normalize(Join(C[0], C[1], C[2]))); in TEST()
320 EXPECT_EQ(E, Triple::normalize(Join(C[0], C[2], C[1]))); in TEST()
321 EXPECT_EQ(E, Triple::normalize(Join(C[1], C[2], C[0]))); in TEST()
322 EXPECT_EQ(E, Triple::normalize(Join(C[1], C[0], C[2]))); in TEST()
323 EXPECT_EQ(E, Triple::normalize(Join(C[2], C[0], C[1]))); in TEST()
324 EXPECT_EQ(E, Triple::normalize(Join(C[2], C[1], C[0]))); in TEST()
330 std::string F = Join(C[0], C[1], C[2], C[3]); in TEST()
[all …]
/external/boringssl/src/fipstools/
Drun_cavp.go69 return filepath.Join(*suiteDir, t.directory)
441 reqPath := filepath.Join(suite.getDirectory(), "req", test.inFile+".req")
445 reqPathOnDevice = path.Join(androidTmpPath, test.inFile+".req")
454 respDir := filepath.Join(suite.getDirectory(), "resp")
458 outPath := filepath.Join(respDir, test.inFile+".rsp")
469 cmdLine := strings.Join(append([]string{bin}, args...), " ")
505 respPath := filepath.Join(suite.getDirectory(), "resp", test.inFile+".rsp")
512 faxPath := filepath.Join(suite.getDirectory(), "fax", test.inFile+".fax")
/external/syzkaller/pkg/osutil/
Dosutil.go125 if !IsExist(filepath.Join(dir, filepath.FromSlash(f))) {
146 src := filepath.Join(srcDir, filepath.FromSlash(f))
150 dst := filepath.Join(tmpDir, filepath.FromSlash(f))
175 src := filepath.Join(srcDir, filepath.FromSlash(f))
179 dst := filepath.Join(dstDir, filepath.FromSlash(f))
243 return filepath.Join(wd, path)
/external/syzkaller/pkg/compiler/
Dcompiler_test.go29 path := filepath.Join("..", "..", "sys", os)
30 desc := ast.ParseGlob(filepath.Join(path, "*.txt"), eh)
38 consts := DeserializeConstsGlob(filepath.Join(path, "*_"+arch+".const"), eh)
69 fileName := filepath.Join("testdata", name)
117 em := ast.NewErrorMatcher(t, filepath.Join("testdata", "errors.txt"))
141 em := ast.NewErrorMatcher(t, filepath.Join("testdata", "errors2.txt"))
/external/boringssl/src/util/
Dmake_errors.go49 headerPath := filepath.Join(topLevelPath, "include", "openssl", lib+".h")
50 errDir := filepath.Join(topLevelPath, "crypto", "err")
51 dataPath := filepath.Join(errDir, lib+".errordata")
95 extraPath := filepath.Join(topLevelPath, "crypto", lib+"_extra")
107 filenames = append(filenames, filepath.Join(extraPath, extraFilename))
159 buildingPath := filepath.Join(path, "BUILDING.md")
163 path = filepath.Join("..", path)
164 buildingPath = filepath.Join(path, "BUILDING.md")
/external/skqp/include/core/
DSkStrokeRec.h40 SkPaint::Join getJoin() const { return (SkPaint::Join)fJoin; } in getJoin()
60 void setStrokeParams(SkPaint::Cap cap, SkPaint::Join join, SkScalar miterLimit) { in setStrokeParams()
117 static SkScalar GetInflationRadius(SkPaint::Join, SkScalar miterLimit, SkPaint::Cap,

12345678910>>...27