Searched full:txt (Results 1 – 25 of 2477) sorted by relevance
12345678910>>...100
17 # Filename is <OS>_general.txt, where <OS> is in [OPENBMC, RHEL, UBUNTU]23 /tmp/OPENBMC_general.txt'24 - "cat /etc/os-release >> /tmp/OPENBMC_general.txt"26 /tmp/OPENBMC_general.txt'27 - "cat /etc/timestamp >> /tmp/OPENBMC_general.txt"29 /tmp/OPENBMC_general.txt'30 - "uname -a >> /tmp/OPENBMC_general.txt"32 /tmp/OPENBMC_general.txt'33 - "cat /etc/timestamp >> /tmp/OPENBMC_general.txt"35 /tmp/OPENBMC_general.txt'[all …]
4 Subject: [PATCH] CMakeLists.txt, *.pc: respect CMAKE_INSTALL_LIBDIR22 CMakeLists.txt | 2 +-23 containers/CMakeLists.txt | 2 +-24 containers/test/CMakeLists.txt | 24 +++++++++----------25 helpers/dtoverlay/CMakeLists.txt | 2 +-26 .../linux/apps/dtmerge/CMakeLists.txt | 2 +-27 .../linux/apps/dtoverlay/CMakeLists.txt | 6 ++---28 .../linux/apps/gencmd/CMakeLists.txt | 2 +-29 .../apps/hello_pi/hello_audio/CMakeLists.txt | 2 +-30 .../hello_pi/hello_dispmanx/CMakeLists.txt | 2 +-[all …]
10 https://www.unicode.org/Public/12.1.0/ucd/CaseFolding.txt11 https://www.unicode.org/Public/12.1.0/ucd/DerivedAge.txt12 https://www.unicode.org/Public/12.1.0/ucd/extracted/DerivedCombiningClass.txt13 https://www.unicode.org/Public/12.1.0/ucd/DerivedCoreProperties.txt14 https://www.unicode.org/Public/12.1.0/ucd/NormalizationCorrections.txt15 https://www.unicode.org/Public/12.1.0/ucd/NormalizationTest.txt16 https://www.unicode.org/Public/12.1.0/ucd/UnicodeData.txt20 900e76da1d822a160fd6b8c0b1d70094 CaseFolding.txt21 131256380bff4fea8ad4a851616f2f10 DerivedAge.txt22 e731a4089b30002144e107e3d6f8d1fa DerivedCombiningClass.txt[all …]
10 ... ├── 20161020045522673810_BMC_journalctl.txt11 ... ├── 20161020045522673810_BMC_proc_list.txt12 ... ├── 20161020045522673810_BMC_dmesg.txt13 ... ├── 20161020045522673810_BMC_inventory.txt14 ... ├── 20161020045522673810_BMC_led.txt15 ... ├── 20161020045522673810_BMC_record_log.txt16 ... ├── 20161020045522673810_BMC_sensor_list.txt17 ... ├── 20161020045522673810_BMC_general.txt18 ... ├── 20161020045522673810_OS_dmesg.txt19 ... ├── 20161020045522673810_OS_msglog.txt[all …]
4 ... ffdc_report.txt under directory logs/testSuite/testName/10 ... │ ├── 20160909102538035251_BMC_journalctl.txt11 ... │ ├── 20160909102538035251_BMC_proc_list.txt12 ... │ ├── 20160909102538035251_BMC_dmesg.txt13 ... │ ├── 20160909102538035251_BMC_inventory.txt14 ... │ ├── 20160909102538035251_BMC_led.txt15 ... │ ├── 20160909102538035251_BMC_record_log.txt16 ... │ ├── 20160909102538035251_BMC_sensor_list.txt17 ... │ ├── 20160909102538035251_BMC_general.txt18 ... │ ├── 20160909102538035251_OS_dmesg.txt[all …]
39 "BMC_flash_side.txt": (41 " >/tmp/BMC_flash_side.txt 2>&1"43 "BMC_hwmon.txt": (44 "grep -r . /sys/class/hwmon/* >/tmp/BMC_hwmon.txt 2>&1"46 "BMC_proc_list.txt": "top -n 1 -b >/tmp/BMC_proc_list.txt 2>&1",47 "BMC_proc_fd_active_list.txt": (48 "ls -Al /proc/*/fd/ >/tmp/BMC_proc_fd_active_list.txt 2>&1"50 "BMC_journalctl.txt": (51 "journalctl -o short-precise >/tmp/BMC_journalctl.txt 2>&1"56 "BMC_dmesg.txt": "dmesg >/tmp/BMC_dmesg.txt 2>&1",[all …]
12 json_demo/CMakeLists.txt | 2 +-13 json_headers_only_demo/CMakeLists.txt | 2 +-14 json_map_demo/CMakeLists.txt | 2 +-15 json_test/CMakeLists.txt | 2 +-18 diff --git a/json_demo/CMakeLists.txt b/json_demo/CMakeLists.txt20 --- a/json_demo/CMakeLists.txt21 +++ b/json_demo/CMakeLists.txt29 diff --git a/json_headers_only_demo/CMakeLists.txt b/json_headers_only_demo/CMakeLists.txt31 --- a/json_headers_only_demo/CMakeLists.txt32 +++ b/json_headers_only_demo/CMakeLists.txt[all …]
... .vcproj json_spirit_v4.08/json_demo/demo.txt json_spirit_v4.08/json_demo/CMakeLists.txt json_spirit_v4
13 CMakeLists.txt | 7 ++++++-14 contrib/fonttools/CMakeLists.txt | 2 +-15 fontforge/CMakeLists.txt | 2 +-16 fontforgeexe/CMakeLists.txt | 2 +-19 diff --git a/CMakeLists.txt b/CMakeLists.txt21 --- a/CMakeLists.txt22 +++ b/CMakeLists.txt39 diff --git a/contrib/fonttools/CMakeLists.txt b/contrib/fonttools/CMakeLists.txt41 --- a/contrib/fonttools/CMakeLists.txt42 +++ b/contrib/fonttools/CMakeLists.txt[all …]
9 case E_INVALIDARG : txt = "E_INVALIDARG"; break ;32 case ERROR_NO_MORE_FILES : txt = "No more files"; break ;33 - case E_NOTIMPL : txt = "E_NOTIMPL"; break ;34 - case E_NOINTERFACE : txt = "E_NOINTERFACE"; break ;35 - case E_ABORT : txt = "E_ABORT"; break ;36 - case E_FAIL : txt = "E_FAIL"; break ;37 - case STG_E_INVALIDFUNCTION : txt = "STG_E_INVALIDFUNCTION"; break ;38 - case E_OUTOFMEMORY : txt = "E_OUTOFMEMORY"; break ;39 - case E_INVALIDARG : txt = "E_INVALIDARG"; break ;40 + case (DWORD) E_NOTIMPL : txt = "E_NOTIMPL"; break ;[all …]
5 file://${S}/firamono/OFL.txt;md5=0373cf792d4b95c61399b94c02702892 \6 file://${S}/firacode/OFL.txt;md5=c75ca55aa0a5809a854d87db2a8ebf23 \7 file://${S}/firasans/OFL.txt;md5=de28deb2f8c1f23fd4d6918113ac3ddd \8 file://${S}/firasanscondensed/OFL.txt;md5=de28deb2f8c1f23fd4d6918113ac3ddd \9 file://${S}/firasansextracondensed/OFL.txt;md5=de28deb2f8c1f23fd4d6918113ac3ddd \32 install -D -m 0644 ${S}/firamono/OFL.txt ${D}${datadir}/licenses/${PN}mono/OFL.txt33 install -D -m 0644 ${S}/firacode/OFL.txt ${D}${datadir}/licenses/${PN}code/OFL.txt34 install -D -m 0644 ${S}/firasans/OFL.txt ${D}${datadir}/licenses/${PN}sans/OFL.txt35 …install -D -m 0644 ${S}/firasanscondensed/OFL.txt ${D}${datadir}/licenses/${PN}sanscondensed/OFL.t…36 …all -D -m 0644 ${S}/firasansextracondensed/OFL.txt ${D}${datadir}/licenses/${PN}sansextracondensed…[all …]
15 common/network/CMakeLists.txt | 1 +16 common/rdr/CMakeLists.txt | 1 +17 common/rfb/CMakeLists.txt | 1 +20 diff --git a/common/network/CMakeLists.txt b/common/network/CMakeLists.txt22 --- a/common/network/CMakeLists.txt23 +++ b/common/network/CMakeLists.txt30 diff --git a/common/rdr/CMakeLists.txt b/common/rdr/CMakeLists.txt32 --- a/common/rdr/CMakeLists.txt33 +++ b/common/rdr/CMakeLists.txt40 diff --git a/common/rfb/CMakeLists.txt b/common/rfb/CMakeLists.txt[all …]
12 o You are new to Linux-kernel concurrency: simple.txt16 that the Linux kernel provides: ordering.txt22 tests: litmus-tests.txt26 situations involving more than two threads: recipes.txt29 and cannot do to control dependencies: control-dependencies.txt32 LKMM, and would like a quick reference: cheatsheet.txt36 rationale, and implementation: explanation.txt40 working papers, and LWN articles: references.txt50 cheatsheet.txt53 control-dependencies.txt[all …]
4 Subject: [PATCH] lib: Do not use private makefile targets in CMakelists.txt8 ("build: CMakeLists.txt Do not use private makefile targets (#5819)")25 lib/cfl/CMakeLists.txt | 8 ++------26 lib/cmetrics/CMakeLists.txt | 8 ++------27 lib/ctraces/CMakeLists.txt | 8 ++------28 lib/monkey/CMakeLists.txt | 4 +---31 diff --git a/lib/cfl/CMakeLists.txt b/lib/cfl/CMakeLists.txt33 --- a/lib/cfl/CMakeLists.txt34 +++ b/lib/cfl/CMakeLists.txt50 diff --git a/lib/cmetrics/CMakeLists.txt b/lib/cmetrics/CMakeLists.txt[all …]
37 |sort |uniq >scripts/config_whitelist.txt.tmp1;44 |sort |uniq >scripts/config_whitelist.txt.tmp247 comm -23 scripts/config_whitelist.txt.tmp1 scripts/config_whitelist.txt.tmp2 \48 |sort |uniq >scripts/config_whitelist.txt.tmp350 # If scripts/config_whitelist.txt already exists, take the intersection of the52 if [ -r scripts/config_whitelist.txt ]; then53 comm -12 scripts/config_whitelist.txt.tmp3 scripts/config_whitelist.txt \54 > scripts/config_whitelist.txt.tmp455 mv scripts/config_whitelist.txt.tmp4 scripts/config_whitelist.txt57 mv scripts/config_whitelist.txt.tmp3 scripts/config_whitelist.txt[all …]
50 with open(os.path.join(filesystem, f"file{i}.txt"),55 with open(os.path.join(filesystem, "large1.txt"), "wb") as f:60 with open(os.path.join(filesystem, "large2.txt"), "wb") as f:192 "FILE0.TXT": 16,193 "FILE1.TXT": 16,194 "FILE2.TXT": 16,195 "FILE3.TXT": 16,196 "FILE4.TXT": 16,197 "FILE5.TXT": 16,198 "FILE6.TXT": 16,[all …]
9 === Running test case: modules.elf -initrd module.txt ===12 [102000] Module: 103000 - 103038 (56 bytes) 'module.txt'16 === Running test case: modules.elf -initrd module.txt argument ===19 [102000] Module: 103000 - 103038 (56 bytes) 'module.txt argument'23 === Running test case: modules.elf -initrd module.txt argument,,with,,commas ===26 [102000] Module: 103000 - 103038 (56 bytes) 'module.txt argument,with,commas'30 === Running test case: modules.elf -initrd module.txt,module.txt argument,module.txt ===33 [102000] Module: 103000 - 103038 (56 bytes) 'module.txt'35 [102010] Module: 104000 - 104038 (56 bytes) 'module.txt argument'37 [102020] Module: 105000 - 105038 (56 bytes) 'module.txt'
4 Subject: [PATCH] CMakeLists.txt: fix googletest related options14 ./CMakeLists.txt: set(install_gmock OFF)15 ./third_party/googletest/googlemock/CMakeLists.txt:install_project(gmock gmock_main)17 ./CMakeLists.txt: set(BUILD_GMOCK ON)19 ./third_party/googletest/CMakeLists.txt:option(BUILD_GMOCK "Builds the googlemock subproject" ON)20 ./third_party/googletest/CMakeLists.txt:if(BUILD_GMOCK)22 ./CMakeLists.txt: set(INSTALL_GTEST OFF)24 ./third_party/googletest/googletest/CMakeLists.txt:if (INSTALL_GTEST)25 ./third_party/googletest/CMakeLists.txt:option(INSTALL_GTEST "Enable installation of googletest. (P…36 CMakeLists.txt | 6 +++---[all …]
237 .filesrc = "one.txt", .watchid = &watch1 }, in test_file_monitor_events()239 .filesrc = "two.txt", .watchid = &watch2 }, in test_file_monitor_events()243 .filesrc = "one.txt", }, in test_file_monitor_events()245 .filesrc = "one.txt", .watchid = &watch0, in test_file_monitor_events()248 .filesrc = "one.txt", .watchid = &watch1, in test_file_monitor_events()253 .filesrc = "two.txt", }, in test_file_monitor_events()255 .filesrc = "two.txt", .watchid = &watch0, in test_file_monitor_events()258 .filesrc = "two.txt", .watchid = &watch2, in test_file_monitor_events()263 .filesrc = "three.txt", }, in test_file_monitor_events()265 .filesrc = "three.txt", .watchid = &watch0, in test_file_monitor_events()[all …]
2 Intel(R) TXT Overview6 Technology (Intel(R) TXT), defines platform-level enhancements that9 Intel TXT was formerly known by the code name LaGrande Technology (LT).11 Intel TXT in Brief:17 Intel TXT is part of the vPro(TM) brand and is also available some24 This site also has a link to the Intel TXT MLE Developers Manual,27 Intel TXT has been presented at various events over the past few47 uses Intel TXT to perform a measured and verified launch of an OS55 w/ TXT support since v3.2), and now Linux kernels.67 To get trust in the initial kernel without using Intel TXT, a[all …]
19 "FW_level.txt" "cat /etc/os-release"20 "BMC_OS.txt" "uname -a"21 "BMC_uptime.txt" "uptime"22 "BMC_disk_usage.txt" "df -hT"24 "systemctl_status.txt" "systemctl status | cat"25 "failed_services.txt" "systemctl --failed"26 "host_console.txt" "cat /var/log/obmc-console.log"28 "BMC_proc_list.txt" "top -n 1 -b"29 "BMC_journalctl.txt" "journalctl --no-pager"30 "BMC_dmesg.txt" "dmesg"[all …]
13 src/konkret/CMakeLists.txt | 1 -14 src/program/CMakeLists.txt | 1 -17 diff --git a/src/konkret/CMakeLists.txt b/src/konkret/CMakeLists.txt19 --- a/src/konkret/CMakeLists.txt20 +++ b/src/konkret/CMakeLists.txt29 diff --git a/src/program/CMakeLists.txt b/src/program/CMakeLists.txt31 --- a/src/program/CMakeLists.txt32 +++ b/src/program/CMakeLists.txt
10 requirements.txt | 36 ------------------------------------11 test-requirements.txt | 7 -------13 delete mode 100644 requirements.txt14 delete mode 100644 test-requirements.txt25 -if ! pip install -r requirements.txt ; then33 -if ! pip install -r test-requirements.txt ; then44 -md5sum requirements.txt test-requirements.txt dev_setup.sh > .installed46 diff --git a/requirements.txt b/requirements.txt49 --- a/requirements.txt88 diff --git a/test-requirements.txt b/test-requirements.txt[all …]
24 3270.txt: 1096433 3c359.txt: 246340 3c505.txt: 183143 3c509.txt: 900691 53c700.txt: 5042109 6pack.txt: 7940161 83xx-512x-pci.txt: 1323169 8xxx_gpio.txt: 1343174 9p.txt: 5113194 aacraid.txt: 6849[all …]
8 file://LICENSES/BSD-2-Clause.txt;md5=9e16594a228301089d759b4f178db91f \9 file://LICENSES/BSD-3-Clause.txt;md5=407426fcc1a243b7b2eff6e35c56aca9 \10 file://LICENSES/BSD-4-Clause-UC.txt;md5=1da3cf8ad50cd8d5d1de3cfc53196d01 \11 file://LICENSES/GPL-1.0-or-later.txt;md5=e5b7c80002ef72ab868b43ce47b65125 \12 file://LICENSES/GPL-2.0-only.txt;md5=3d26203303a722dedc6bf909d95ba815 \13 file://LICENSES/GPL-2.0-or-later.txt;md5=3d26203303a722dedc6bf909d95ba815 \14 … file://LICENSES/Linux-man-pages-1-para.txt;md5=97ab07585ce6700273bc66461bf46bf2 \15 … file://LICENSES/Linux-man-pages-copyleft-2-para.txt;md5=1cafc230857da5e43f3d509c425d3c64 \16 … file://LICENSES/Linux-man-pages-copyleft.txt;md5=173b960c686ff2d26f043ddaeb63f6ce \17 … file://LICENSES/Linux-man-pages-copyleft-var.txt;md5=d33708712c5918521f47f23b0c4e0d20 \[all …]