Searched refs:join (Results 151 - 175 of 1672) sorted by relevance

1234567891011>>

/external/chromium-trace/trace-viewer/tracing/build/
H A Dgjslint.py14 os.path.abspath(os.path.join(
16 os.path.abspath(os.path.join(
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/tvcm/
H A Dstrip_js_comments.py24 next_tok = re.compile('|'.join([re.escape(x) for x in tokens]))
81 return "".join(result_tokens)
/external/deqp/scripts/opengl/
H A Dgen_ext_init.py49 writeInlFile(os.path.join(OPENGL_INC_DIR, "glwInitExtES.inl"), genExtensions(registry, iface, 'gles2'))
50 writeInlFile(os.path.join(OPENGL_INC_DIR, "glwInitExtGL.inl"), genExtensions(registry, iface, 'gl'))
H A Dgen_null_render_context.py53 NULL_PLATFORM_DIR = os.path.normpath(os.path.join(SCRIPTS_DIR, "..", "..", "framework", "platform", "null"))
67 body = ''.join("\tDE_UNREF(%s);\n" % p.name for p in command.params),
H A Dgen_str_util.py945 prototypeFile = os.path.join(OPENGL_DIR, "gluStrUtilPrototypes.inl")
946 implFile = os.path.join(OPENGL_DIR, "gluStrUtil.inl")
H A Dgen_enums.py33 writeInlFile(os.path.join(OPENGL_INC_DIR, "glwEnums.inl"), src)
/external/google-breakpad/src/testing/gtest/scripts/
H A Dupload_gtest.py53 upload_py_path = os.path.join(my_dir, 'upload.py')
66 upload_py_argv.append(CC_FLAG + ','.join(cc_list))
/external/google-breakpad/src/testing/scripts/
H A Dupload_gmock.py53 upload_py_path = os.path.join(my_dir, 'upload.py')
66 upload_py_argv.append(CC_FLAG + ','.join(cc_list))
/external/google-breakpad/src/testing/test/
H A Dgmock_test_utils.py44 gtest_tests_util_dir = os.path.join(SCRIPT_DIR, '../gtest/test')
48 GTEST_TESTS_UTIL_DIR = os.path.join(SCRIPT_DIR, '../../gtest/test')
/external/libcxx/test/std/thread/thread.condition/thread.condition.condvar/
H A Ddestructor.pass.cpp56 th1.join();
57 th2.join();
/external/libcxx/test/std/thread/thread.condition/thread.condition.condvarany/
H A Ddestructor.pass.cpp57 th1.join();
58 th2.join();
/external/libvpx/libvpx/test/android/
H A Dscrape_gtest_log.py39 output_json = os.path.join(arg)
42 json_string = '[' + ','.join('{' + x + '}' for x in
/external/lldb/test/lang/c/forward/
H A DTestForwardDeclaration.py11 mydir = os.path.join("lang", "c", "forward")
32 exe = os.path.join(os.getcwd(), "a.out")
/external/lldb/test/lang/objc/objc++/
H A DTestObjCXX.py13 mydir = os.path.join("lang", "objc", "objc++")
34 exe = os.path.join(os.getcwd(), "a.out")
/external/mesa3d/scons/
H A Ddxsdk.py56 include_dir = os.path.join(dxsdk_root, 'Include')
57 lib_dir = os.path.join(dxsdk_root, 'Lib', target_cpu)
/external/pdfium/testing/tools/
H A Dsuppressor.py17 os.path.join(testing_dir, self.SUPPRESSIONS_FILENAME))
19 os.path.join(testing_dir, self.PLATFORM_SUPPRESSIONS_FILENAME))
/external/robolectric/src/main/java/com/xtremelabs/robolectric/util/
H A DJoin.java6 public static String join(String delimiter, Collection collection) { method in class:Join
19 public static String join(String delimiter, Object... collection) { method in class:Join
/external/v8/tools/
H A Dtest-server.py67 data_dir = os.path.join(ROOT, "data")
72 trusted_dir = os.path.join(ROOT, "trusted")
102 pubkeyfile = os.path.join(trusted_dir, "%s.pem" % fingerprint)
108 datafile = os.path.join(data_dir, "mypubkey")
113 testrunner_dir = os.path.join(ROOT, "testrunner")
114 if os.path.exists(os.path.join(testrunner_dir, "server/daemon.py")):
128 v8_dir = os.path.join(ROOT, "v8")
163 if not os.path.isdir(os.path.join(ROOT, "v8")):
/external/clang/utils/analyzer/
H A DSATestBuild.py100 p = os.path.join(path, command + ext)
117 ProjectMapPath = os.path.join(os.path.abspath(os.curdir),
126 return os.path.join(os.path.abspath(os.curdir), ID)
183 ScriptPath = os.path.join(Dir, CleanupScript)
203 BuildScriptPath = os.path.join(Dir, BuildScript)
252 if os.path.exists(os.path.join(Dir, BuildScript)):
263 PlistPath = os.path.join(Dir, SBOutputDir, "date")
264 FailPath = os.path.join(PlistPath, "failures");
279 OutputOption = "-o " + os.path.join(PlistPath, FileName) + ".plist "
280 Command = CmdPrefix + OutputOption + os.path.join(Di
[all...]
/external/chromium-trace/trace-viewer/third_party/Paste/paste/util/
H A Dfindpackage.py19 return '.'.join(packages)
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/
H A Drun_test11 vinn_dir = os.path.join(os.path.dirname(__file__), 'vinn')
/external/deqp/scripts/egl/
H A Denums.py32 writeInlFile(os.path.join(EGL_WRAPPER_DIR, "eglwEnums.inl"), indentLines(map(enumDefinition, iface.enums)))
/external/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.constr/
H A DF.pass.cpp98 t.join();
119 t.join();
145 t.join();
151 t.join();
/external/llvm/include/llvm/ADT/
H A DIntEqClasses.h14 // passing a representative member of each class to join().
56 /// join - Join the equivalence classes of a and b. After joining classes,
59 void join(unsigned a, unsigned b);
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowTextUtils.java47 public static String join(CharSequence delimiter, Iterable tokens) { method in class:ShadowTextUtils
48 return Join.join((String) delimiter, (Collection) tokens);
52 public static String join(CharSequence delimiter, Object[] tokens) { method in class:ShadowTextUtils
53 return Join.join((String) delimiter, tokens);

Completed in 875 milliseconds

1234567891011>>