Home
last modified time | relevance | path

Searched refs:testdata (Results 1 – 25 of 31) sorted by relevance

12

/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/go/go-1.18/
H A D0009-Revert-cmd-go-make-sure-CC-and-CXX-are-absolute.patch21 src/cmd/go/testdata/script/env_write.txt | 24 ------------------------
57 diff --git a/src/cmd/go/testdata/script/env_write.txt b/src/cmd/go/testdata/script/env_write.txt
59 --- a/src/cmd/go/testdata/script/env_write.txt
60 +++ b/src/cmd/go/testdata/script/env_write.txt
H A DCVE-2022-41720.patch364 + ts := newClientServerTest(t, h2, FileServer(Dir("testdata"))).ts
367 + "/../testdata/file",
472 t.Fatalf(`Open testdata\dirfs succeeded`)
493 + f, err := d.Open(cwd + "/testdata/dirfs/a")
504 + "testdata/dirfs/a", // not DirFS(".")
505 + filepath.ToSlash(cwd) + "/testdata/dirfs/a", // not DirFS("/")
/OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qtchooser/
H A Dqtchooser_git.bb25 install -m 0644 ${S}/tests/auto/qtchooser/testdata/config2/qtchooser/*.conf \
27 install -m 0644 ${S}/tests/auto/qtchooser/testdata/default/qtchooser/default.conf \
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/
H A Dglibc-tests.inc30 [ ! -e ${B}/timezone/testdata ] || rm -rf ${B}/timezone/testdata
/OK3568_Linux_fs/external/xserver/test/xi2/
H A Dprotocol-xipassivegrabdevice.c52 } testdata; variable
91 testdata.num_modifiers = rep->num_modifiers; in reply_XIPassiveGrabDevice()
110 for (i = 0; i < testdata.num_modifiers; i++, mods++) { in reply_XIPassiveGrabDevice_data()
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dgo.bbclass120 tar -C ${S}/src/${GO_IMPORT} -cf - --exclude-vcs --exclude '*.test' --exclude 'testdata' . | \
122 tar -C ${B} -cf - --exclude-vcs --exclude '*.test' --exclude 'testdata' pkg | \
134 find ${GO_IMPORT} -depth -type d -name testdata | while read d; do
H A Dtestexport.bbclass55 tdname = "%s.testdata.json" % image_name
128 tdname = "%s.testdata.json" % image_name
132 shutil.copy2(tdname, os.path.join(test_data_path, 'testdata.json'))
H A Dpopulate_sdk_base.bbclass116 testdata = "%s/%s.testdata.json" % (d.getVar('SDKDEPLOYDIR'), d.getVar('TOOLCHAIN_OUTPUTNAME'))
117 bb.utils.mkdirhier(os.path.dirname(testdata))
118 export2json(d, testdata)
H A Drootfs-postcommands.bbclass340 testdata_name = os.path.join(deploy_dir, "%s.testdata.json" % d.getVar('IMAGE_NAME'))
346 testdata_link = os.path.join(deploy_dir, "%s.testdata.json" % link_name)
H A Dtestimage.bbclass238 tdname = "%s.testdata.json" % image_name
/OK3568_Linux_fs/yocto/poky/meta/recipes-gnome/librsvg/librsvg/
H A D0001-system-deps-src-lib.rs-do-not-probe-into-harcoded-li.patch22 …942324e6d49ce3becd827aa5c948d1924ca6681904a3695c19b1424eb3c","src/tests/testdata.pc":"43f481e989c0…
24 …942324e6d49ce3becd827aa5c948d1924ca6681904a3695c19b1424eb3c","src/tests/testdata.pc":"43f481e989c0…
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/
H A Dgeotestplugin.pro23 RESOURCES += testdata.qrc
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/go/
H A Dgo-binary-native_1.17.13.bb37 find ${S} -depth -type d -name testdata -exec rm -rf {} +
H A Dgo-cross.inc44 find ${D}${libdir}/go/src -depth -type d -name testdata -exec rm -rf {} \;
H A Dgo-native_1.17.13.bb50 find ${D}${libdir}/go/src -depth -type d -name testdata -exec rm -rf {} \;
H A Dgo-target.inc39 find ${D}${libdir}/go/src -depth -type d -name testdata -exec rm -rf {} \;
H A Dgo-runtime.inc56 find ${D}${libdir}/go/src -depth -type d -name testdata -exec rm -rf {} \;
/OK3568_Linux_fs/kernel/tools/power/pm-graph/
H A Dsleepgraph.py505 def getdmesg(self, testdata): argument
506 op = self.writeDatafileHeader(self.dmesgfile, testdata)
841 def writeDatafileHeader(self, filename, testdata): argument
844 for test in testdata:
853 if test['error'] or len(testdata) > 1:
860 def outputResult(self, testdata, num=0): argument
867 if 'error' in testdata:
869 fp.write('error%s: %s\n' % (n, testdata['error']))
873 if v in testdata:
874 fp.write('%s%s: %.3f\n' % (v, n, testdata[v]))
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/libpcre/
H A Dlibpcre_8.45.bb60 cp -r ${S}/testdata $t
/OK3568_Linux_fs/external/chromium/licenses/
H A DCOPYING.1032 Some of the benchmark data in testdata/ is licensed differently:
H A DLICENSE.29582 in the testdata directory is not copyrighted and is in the public domain.
/OK3568_Linux_fs/yocto/poky/documentation/migration-guides/
H A Drelease-notes-3.4.1.rst150 - testimage: fix unclosed testdata file
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/
H A Dfetch.py1418 testdata = os.path.dirname(os.path.abspath(__file__)) + "/fetch-testdata"
1419 server = HTTPService(testdata)
/OK3568_Linux_fs/buildroot/dl/ncurses/
HDncurses-6.1-20200111.patch.gz1# ncurses 6.1 - patch 20200111 - Thomas E. Dickey 2# 3# --- ...
HDncurses-6.1-20190623.patch.gz1# ncurses 6.1 - patch 20190623 - Thomas E. Dickey 2# 3# --- ...

12