/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/softhsm/files/ |
H A D | 0002-Prevent-accessing-of-global-c-objects-once-they-are-.patch | 60 try 69 try 78 try 87 try 96 try 105 try 114 try 123 try 132 try 141 try [all …]
|
/openbmc/phosphor-power/phosphor-regulators/test/ |
H A D | error_logging_utils_tests.cpp | 51 try in TEST() 53 try in TEST() 103 try in TEST() 131 try in TEST() 133 try in TEST() 166 try in TEST() 190 // Try to log error again. Should not happen due to ErrorHistory. in TEST() 198 try in TEST() 225 // Try to log error again. Should not happen due to ErrorHistory. in TEST() 233 try in TEST() [all …]
|
H A D | config_file_parser_tests.cpp | 141 try in TEST() 153 try in TEST() 178 try in TEST() 195 try in TEST() 222 try in TEST() 514 try in TEST() 526 try in TEST() 542 try in TEST() 559 try in TEST() 594 try in TEST() [all …]
|
H A D | exception_utils_tests.cpp | 43 try in TEST() 45 try in TEST() 66 try in TEST() 81 try in TEST() 99 try in TEST() 101 try in TEST() 134 try in TEST() 149 try in TEST() 168 try in TEST() 170 try in TEST() [all …]
|
H A D | id_map_tests.cpp | 54 try in TEST() 69 try in TEST() 102 try in TEST() 117 try in TEST() 144 try in TEST() 160 try in TEST() 190 try in TEST() 202 try in TEST() 228 try in TEST() 240 try in TEST() [all …]
|
/openbmc/openbmc/poky/meta/recipes-core/zlib/zlib/ |
H A D | 0001-configure-Pass-LDFLAGS-to-link-tests.patch | 28 if try $CC -c $SFLAGS $test.c && 29 - try $LDSHARED $SFLAGS -o $test$shared_ext $test.o; then 30 + try $LDSHARED $SFLAGS $LDFLAGS -o $test$shared_ext $test.o; then 38 - if try $CC $CFLAGS -o $test $test.c; then 39 + if try $CC $CFLAGS $LDFLAGS -o $test $test.c; then 47 - if try $CC $CFLAGS -o $test $test.c; then 48 + if try $CC $CFLAGS $LDFLAGS -o $test $test.c; then 56 -if try $CC $CFLAGS -o $test $test.c; then 57 +if try $CC $CFLAGS $LDFLAGS -o $test $test.c; then 65 - if try $CC $CFLAGS -o $test $test.c; then [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/perl/ |
H A D | libtry-tiny-perl_0.32.bb | 1 SUMMARY = "Try::Tiny - Minimal try/catch with proper preservation of $@" 2 DESCRIPTION = "This module provides bare bones try/catch/finally statements \ 5 HOMEPAGE = "https://github.com/p5sagit/Try-Tiny" 6 BUGTRACKER = "https://rt.cpan.org/Public/Dist/Display.html?Name=Try-Tiny" 12 SRC_URI = "${CPAN_MIRROR}/authors/id/E/ET/ETHER/Try-Tiny-${PV}.tar.gz" 16 S = "${WORKDIR}/Try-Tiny-${PV}"
|
/openbmc/linux/scripts/ |
H A D | Makefile.compiler | 9 # would try to directly execute the shell builtin 'command'. This workaround 18 # try-run 19 # Usage: option = $(call try-run, $(CC)...-o "$$TMP",option-ok,otherwise) 22 try-run = $(shell set -e; \ 34 as-option = $(call try-run,\ 40 as-instr = $(call try-run,\ 45 __cc-option = $(call try-run,\ 56 cc-option-yn = $(call try-run,\ 61 cc-disable-warning = $(call try-run,\ 74 ld-option = $(call try-run, $(LD) $(KBUILD_LDFLAGS) $(1) -v,$(1),$(2),$(3))
|
/openbmc/phosphor-power/phosphor-power-sequencer/test/ |
H A D | config_file_parser_tests.cpp | 335 try in TEST() 364 try in TEST() 404 try in TEST() 416 try in TEST() 432 try in TEST() 449 try in TEST() 466 try in TEST() 531 try in TEST() 543 try in TEST() 559 try in TEST() [all …]
|
/openbmc/linux/tools/testing/selftests/tpm2/ |
H A D | tpm2_tests.py | 47 try: 59 try: 76 try: 94 try: 104 # Extend first a PCR that is not part of the policy and try to unseal. 112 try: 123 # Then, extend a PCR that is part of the policy and try to unseal. 131 try: 151 try: 160 try: [all …]
|
/openbmc/linux/lib/kunit/ |
H A D | try-catch-impl.h | 3 * Internal kunit try catch implementation to be shared with tests. 12 #include <kunit/try-catch.h> 19 kunit_try_catch_func_t try, in kunit_try_catch_init() argument 23 try_catch->try = try; in kunit_try_catch_init()
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | buildcfg.py | 18 try: 25 try: 32 try: 39 try: 47 try: 54 try: 61 try:
|
/openbmc/skeleton/pyflashbmc/ |
H A D | bmc_update.py | 4 try: # python 2 39 try: 119 try: 136 try: 143 try: 153 try: 176 try: 192 try: 220 try: 233 try [all...] |
/openbmc/linux/drivers/pcmcia/ |
H A D | rsrc_iodyn.c | 107 unsigned int try; in iodyn_find_io() local 131 /* Try to extend top of window */ in iodyn_find_io() 132 try = res->end + 1; in iodyn_find_io() 133 if ((*base == 0) || (*base == try)) { in iodyn_find_io() 137 *base = try; in iodyn_find_io() 143 /* Try to extend bottom of window */ in iodyn_find_io() 144 try = res->start - num; in iodyn_find_io() 145 if ((*base == 0) || (*base == try)) { in iodyn_find_io() 150 *base = try; in iodyn_find_io()
|
/openbmc/linux/Documentation/power/ |
H A D | tricks.rst | 7 If you want to trick swsusp/S3 into working, you might want to try: 20 want to try vesafb later] 22 * try running as few processes as possible, preferably go to single 26 S3. Try that first. 28 When you make it work, try to find out what exactly was it that broke
|
/openbmc/openbmc-build-scripts/scripts/ |
H A D | get_unit_test_report.py | 91 try: 111 try: 121 try: 133 try: 169 try: 177 try: 195 try: 202 try: 236 try: 264 try: [all …]
|
/openbmc/linux/arch/powerpc/platforms/powernv/ |
H A D | pci-cxl.c | 88 int i, hwirq, try; in pnv_cxl_alloc_hwirq_ranges() local 94 try = num; in pnv_cxl_alloc_hwirq_ranges() 95 while (try) { in pnv_cxl_alloc_hwirq_ranges() 96 hwirq = msi_bitmap_alloc_hwirqs(&phb->msi_bmp, try); in pnv_cxl_alloc_hwirq_ranges() 99 try /= 2; in pnv_cxl_alloc_hwirq_ranges() 101 if (!try) in pnv_cxl_alloc_hwirq_ranges() 105 irqs->range[i] = try; in pnv_cxl_alloc_hwirq_ranges() 108 num -= try; in pnv_cxl_alloc_hwirq_ranges()
|
/openbmc/openbmc/poky/scripts/ |
H A D | cp-noerror | 19 try: 28 try: 34 try: 44 try: 51 try:
|
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/functional/ |
H A D | test_functional_basic.py | 40 try: 48 try: 55 try: 62 try: 69 try: 76 try: 94 try: 104 try: 116 try: 142 try: [all …]
|
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/ |
H A D | try-from.8 | 1 .TH TRY-FROM 8 "21th June 1997" Linux "Linux Programmer's Manual" 5 .B try-from 8 .B try-from 20 rsh host /some/where/try-from
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | tips.txt | 1 For a higher level overview, try: perf report --sort comm,dso 22 If you have debuginfo enabled, try: perf report -s sym,srcline 23 For memory address profiling, try: perf mem record / perf mem report 24 For tracepoint events, try: perf report -s trace_fields 30 If you prefer Intel style assembly, try: perf annotate -M intel 31 For hierarchical output, try: perf report --hierarchy
|
/openbmc/openbmc/poky/bitbake/lib/bb/server/ |
H A D | process.py | 50 # When we have lockfile issues, try and find infomation about which process is 56 try: 66 try: 131 try: 144 try: 246 try: 284 try: 294 try: 311 try: 317 try: [all …]
|
/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/actions/ |
H A D | ct.json | 100 "name": "Try ct with zone", 124 "name": "Try ct with zone, commit", 148 "name": "Try ct with zone, commit, mark", 172 "name": "Try ct with zone, commit, mark, nat", 196 "name": "Try ct with full nat ipv4 range syntax", 220 "name": "Try ct with full nat ipv6 syntax", 244 "name": "Try ct with full nat ipv6 range syntax", 268 "name": "Try ct with full nat ipv6 range syntax + force", 292 "name": "Try ct with label", 316 "name": "Try ct with label with mask", [all …]
|
/openbmc/openbmc/poky/bitbake/bin/ |
H A D | bitbake-worker | 42 try: 50 try: 63 # Try to make the pipe buffers larger as it is much more efficient. If we can't 65 try: 108 try: 113 try: 133 try: 185 try: 216 try: 259 try: [all …]
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | command.py | 70 try: 88 try: 111 try: 255 try: 317 try: 325 try: 333 try: 341 try: 349 try: 357 try: [all …]
|