Searched refs:test_src (Results 1 – 8 of 8) sorted by relevance
/third_party/python/Lib/test/ |
D | test_zipimport_support.py | 80 test_src = "def foo(): pass\n" 82 init_name = make_script(d, '__init__', test_src) 91 self.assertEqual(inspect.getsource(zip_pkg.foo), test_src) 101 test_src = inspect.getsource(test_doctest) 102 test_src = test_src.replace( 105 test_src = test_src.replace("test.test_doctest", 107 test_src = test_src.replace("test.sample_doctest", 123 test_src) 187 test_src = textwrap.dedent("""\ 197 script_name = make_script(d, 'script', test_src) [all …]
|
D | test_zipimport.py | 29 test_src = """\ variable 35 test_co = compile(test_src, "<???>", "exec") 49 test_pyc = make_pyc(test_co, NOW, len(test_src)) 169 files = {"zlib.py": (NOW, test_src)} 180 files = {TESTMOD + ".py": (NOW, test_src)} 188 files = {TESTMOD + ".py": (NOW, test_src), 229 files = {TESTMOD + ".py": (NOW, test_src), 250 files = {TESTMOD + ".py": (NOW, test_src), 257 twenty_thirty_eight_pyc = make_pyc(test_co, 2**32 - 1, len(test_src)) 258 files = {TESTMOD + ".py": (NOW, test_src), [all …]
|
/third_party/benchmark/test/ |
D | BUILD | 43 name = test_src[:-len(".cc")], 45 srcs = [test_src], 46 args = TEST_ARGS + PER_SRC_TEST_ARGS.get(test_src, []), 47 copts = TEST_COPTS + PER_SRC_COPTS.get(test_src, []), 54 … ["@com_google_googletest//:gtest_main"] if (test_src[-len("gtest.cc"):] == "gtest.cc") else [] 60 for test_src in glob(
|
/third_party/rust/crates/syn/tests/repo/ |
D | mod.rs | 167 let test_src = Path::new("tests/rust"); in clone_rust() localVariable 169 if !test_src.join(exclude).is_file() { in clone_rust() 175 if !test_src.join(exclude).is_dir() { in clone_rust()
|
/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | gstgltestsrc.c | 281 GstGLTestSrc *test_src = GST_GL_TEST_SRC (src); in gst_gl_test_src_fill_memory() local 282 return gst_gl_framebuffer_draw_to_texture (test_src->fbo, memory, in gst_gl_test_src_fill_memory() 283 gst_gl_test_src_callback, test_src); in gst_gl_test_src_fill_memory()
|
/third_party/gstreamer/gstreamer/tests/check/libs/ |
D | basesrc.c | 781 G_DEFINE_TYPE (TestSrc, test_src, GST_TYPE_BASE_SRC);
|
/third_party/jerryscript/docs/ |
D | 02.API-REFERENCE.md | 4101 const char *test_src = "handler_field ();"; 4102 jerry_value_t ret_val = jerry_eval ((const jerry_char_t *) test_src, 4103 strlen (test_src),
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 137097 (test_src):
|