Searched refs:join (Results 76 - 100 of 1672) sorted by relevance

1234567891011>>

/external/mockito/src/org/mockito/internal/debugging/
H A DLoggingListener.java11 import static org.mockito.internal.util.StringJoiner.join;
23 logger.log(join(
37 logger.log(join(
/external/nanopb-c/generator/google/protobuf/
H A Ddescriptor_database.py57 '.'.join((package, enum.name))] = file_desc_proto
114 message_name = '.'.join((package, desc_proto.name))
120 yield '.'.join((message_name, enum_type.name))
/external/pdfium/testing/tools/
H A Dcommon.py44 self.build_dir = os.path.join(self.base_dir, build_location)
49 result = os.path.join(self.build_dir, name)
56 return os.path.join(self.my_dir, name)
60 result = os.path.join(self.build_dir, 'gen', 'pdfium')
62 result = os.path.join(result, other_components)
69 result = os.path.join(result, other_components)
H A Drun_pixel_tests.py25 input_path = os.path.join(source_dir, input_root + '.in')
26 pdf_path = os.path.join(working_dir, input_root + '.pdf')
42 parser.add_option('--build-dir', default=os.path.join('out', 'Debug'),
47 source_dir = finder.TestingDir(os.path.join('resources', 'pixel'))
53 working_dir = finder.WorkingDir(os.path.join('testing', 'pixel'))
64 input_path = os.path.join(source_dir, input_filename)
H A Drun_javascript_tests.py23 input_path = os.path.join(source_dir, input_root + '.in')
24 pdf_path = os.path.join(working_dir, input_root + '.pdf')
25 txt_path = os.path.join(working_dir, input_root + '.txt')
26 expected_path = os.path.join(source_dir, input_root + '_expected.txt')
42 parser.add_option('--build-dir', default=os.path.join('out', 'Debug'),
48 source_dir = finder.TestingDir(os.path.join('resources', 'javascript'))
54 working_dir = finder.WorkingDir(os.path.join('testing', 'javascript'))
62 input_path = os.path.join(source_dir, input_filename)
/external/skia/tests/
H A DRefCntTest.cpp34 thing1.join();
35 thing2.join();
76 thing1.join();
77 thing2.join();
78 thing3.join();
79 thing4.join();
/external/v8/tools/unittests/
H A Drun_perf_test.py20 TEST_WORKSPACE = path.join(tempfile.gettempdir(), "test-v8-run-perf")
88 include=([os.path.join(cls.base, "run_perf.py")]))
112 self._test_input = path.join(TEST_WORKSPACE, "test.json")
127 dirs = [path.join(TEST_WORKSPACE, arg) for arg in args[0]]
133 self._test_output = path.join(TEST_WORKSPACE, "results.json")
158 arg = [path.join(path.dirname(self.base), binary)]
166 a = [path.join(path.dirname(self.base), arg[0])]
180 self._VerifyMock(path.join("out", "x64.release", "d7"), "--flag", "run.js")
197 self._VerifyMock(path.join("out", "x64.release", "d7"), "--flag", "run.js")
215 self._VerifyMock(path.join("ou
[all...]
/external/deqp/scripts/egl/
H A Dstr_util.py149 prototypeFile = os.path.join(EGL_DIR, "egluStrUtilPrototypes.inl")
150 implFile = os.path.join(EGL_DIR, "egluStrUtil.inl")
/external/deqp/scripts/opengl/
H A Dgen_query_util.py72 utilFile = os.path.join(OPENGL_DIR, "gluQueryUtil.inl")
75 utilFile = os.path.join(OPENGL_DIR, "gluCallLogUtil.inl")
/external/nanopb-c/tests/site_scons/site_tools/
H A Dnanopb.py46 p = os.path.abspath(os.path.join(os.path.dirname(__file__), '..', '..', '..'))
47 if os.path.isdir(p) and os.path.isfile(os.path.join(p, 'pb.h')):
61 p1 = os.path.join(n, 'generator-bin', 'protoc' + env['PROGSUFFIX'])
81 p1 = os.path.join(n, 'generator-bin', 'protoc' + env['PROGSUFFIX'])
88 return e('--plugin=protoc-gen-nanopb=' + os.path.join(n, 'generator', 'protoc-gen-nanopb.bat'))
90 return e('--plugin=protoc-gen-nanopb=' + os.path.join(n, 'generator', 'protoc-gen-nanopb'))
94 dirs = ' '.join(['-I' + esc(env.GetBuildPath(d)) for d in env['PROTOCPATH']])
119 env.SetDefault(PROTOCPATH = ['.', os.path.join(env['NANOPB'], 'generator', 'proto')])
/external/v8/test/mjsunit/regress/
H A Dregress-2612.js61 source += [varname(i), "=", rand(), ","].join("");
67 varname(randi(i)), ","].join("");
/external/v8/test/promises-aplus/
H A Dtestcfg.py60 self.test_files_root = os.path.join(self.root, TEST_NAME, 'lib', 'tests')
63 os.path.join(root, 'lib', name) for name in
67 os.path.join(root, 'lib', name) for name in
76 os.listdir(os.path.join(self.root, TEST_NAME, 'lib', 'tests'))
82 [os.path.join(self.test_files_root, testcase.path + '.js')] +
86 filename = os.path.join(self.root, TEST_NAME,
101 archive = os.path.join(self.root, TEST_ARCHIVE)
102 directory = os.path.join(self.root, TEST_NAME)
124 shutil.move(os.path.join(self.root, TEST_ARCHIVE_TOP), directory)
127 directory = os.path.join(sel
[all...]
/external/antlr/antlr-3.4/runtime/Python/
H A Dsetup.py36 path = os.path.join(os.path.dirname(__file__), path)
44 filePath = os.path.join(root, name)
83 testDir = os.path.join(os.path.dirname(__file__), 'unittests')
101 for testPath in glob.glob(os.path.join(testDir, 'test*.py')):
131 stream=open(os.path.join(self.xml_output, 'unittest.xml'), 'w'))
184 testDir = os.path.join(os.path.dirname(__file__), 'tests')
195 os.path.join(os.path.dirname(__file__), '..', '..'))
201 os.path.join(rootDir, 'tool', 'target', 'classes'),
202 os.path.join(rootDir, 'runtime', 'Java', 'target', 'classes')
206 os.path.join(rootDi
[all...]
/external/deqp/android/scripts/
H A Dbuild.py49 return os.path.normpath(os.path.join(buildRoot, "native", buildName))
52 return os.path.join(getNativeBuildDir(buildRoot, nativeLib, buildType), "assets")
55 deqpDir = os.path.normpath(os.path.join(common.ANDROID_DIR, ".."))
57 libsDir = os.path.join(libTargetDir, nativeLib.abiVersion)
58 srcLibFile = os.path.join(buildDir, common.NATIVE_LIB_NAME)
59 dstLibFile = os.path.join(libsDir, common.NATIVE_LIB_NAME)
87 srcGdbserverPath = os.path.join(common.ANDROID_NDK_PATH,
92 dstGdbserverPath = os.path.join(libsDir, 'gdbserver')
95 assert not os.path.exists(os.path.join(libsDir, "gdbserver"))
98 appDir = os.path.join(buildRoo
[all...]
/external/boringssl/src/util/bot/go/
H A Dbootstrap.py39 TOOLSET_ROOT = os.path.join(os.path.dirname(ROOT), 'golang')
42 WORKSPACE = os.path.join(ROOT, 'go')
88 with open(os.path.join(*path), 'r') as f:
97 with open(os.path.join(*path), 'w') as f:
104 p = os.path.join(*path)
125 pkg_path = os.path.join(toolset_root, url[url.rfind('/')+1:])
170 path = os.path.join(tmp, 'hello.go')
218 env['GOROOT'] = os.path.join(toolset_root, 'go')
220 env['GOBIN'] = os.path.join(workspace, 'bin')
227 env['GOPATH'] = os.pathsep.join(all_go_path
[all...]
/external/chromium-trace/trace-viewer/perf_insights/bin/
H A Dmap_traces10 top_dir = os.path.abspath(os.path.join(os.path.dirname(__file__), '..', '..'))
H A Dwr10 top_dir = os.path.abspath(os.path.join(os.path.dirname(__file__), '..', '..'))
/external/chromium-trace/trace-viewer/third_party/Paste/tests/
H A Dtest_import_string.py9 assert func('os.path.join') is os.path.join
/external/chromium-trace/trace-viewer/tracing/build/
H A Dfixjsstyle10 top_dir = os.path.abspath(os.path.join(os.path.dirname(__file__), '..', '..'))
H A Dgenerate_about_tracing_contents10 top_dir = os.path.abspath(os.path.join(os.path.dirname(__file__), '..', '..'))
H A Dupdate_gypi10 top_dir = os.path.abspath(os.path.join(os.path.dirname(__file__), '..', '..'))
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/tvcm/
H A Dresource_unittest.py16 self.assertEquals(os.path.join('b', 'c.js'), r.relative_path)
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/bin/
H A Dvinn8 sys.path.insert(0, os.path.join(os.path.dirname(__file__), '..'))
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/test/fixtures/
H A Dsimple_api_parser_test.js7 return ['SimpleApiParser - ', idx, '.', test.name].join('');
73 TestUtils.loadSerializationTestData(path.join(__dirname, '../data/simple_api_parsing'))
/external/deqp/framework/delibs/decpp/
H A DdeThread.hpp40 * such as start() or join() can not be called from multiple threads
51 void join (void);
68 * \return true if thread has been started and no join() has been called,

Completed in 732 milliseconds

1234567891011>>