/openbmc/linux/tools/perf/pmu-events/ |
H A D | metric_test.py | 108 self.assertEqual(ParsePerfJson(before).Simplify().ToPerfJson(), after) 112 self.assertEqual(ParsePerfJson(before).Simplify().ToPerfJson(), after) 116 self.assertEqual(ParsePerfJson(before).Simplify().ToPerfJson(), after) 120 self.assertEqual(ParsePerfJson(before).Simplify().ToPerfJson(), after) 124 self.assertEqual(ParsePerfJson(before).Simplify().ToPerfJson(), after) 128 self.assertEqual(ParsePerfJson(before).Simplify().ToPerfJson(), after) 132 self.assertEqual(ParsePerfJson(before).Simplify().ToPerfJson(), after) 136 self.assertEqual(ParsePerfJson(before).Simplify().ToPerfJson(), after) 140 self.assertEqual(ParsePerfJson(before).Simplify().ToPerfJson(), after) 144 self.assertEqual(ParsePerfJson(before).Simplify().ToPerfJson(), after) [all …]
|
H A D | metric.py | 21 def Simplify(self): member in Expression 161 def Simplify(self) -> Expression: member in Operator 162 lhs = self.lhs.Simplify() 163 rhs = self.rhs.Simplify() 171 # Simplify multiplication by 0 except for the slot event which 228 def Simplify(self) -> Expression: member in Select 229 cond = self.cond.Simplify() 230 true_val = self.true_val.Simplify() 231 false_val = self.false_val.Simplify() 276 def Simplify(self) -> Expression: member in Function [all …]
|
/openbmc/linux/drivers/net/wireless/realtek/rtw89/ |
H A D | Kconfig | 85 If unsure, say Y to simplify debug problems 94 If unsure, say Y to simplify debug problems
|
/openbmc/linux/drivers/net/wireless/realtek/rtw88/ |
H A D | Kconfig | 176 If unsure, say Y to simplify debug problems 184 If unsure, say Y to simplify debug problems
|
/openbmc/phosphor-pid-control/dbus/ |
H A D | dbuspassive.hpp | 37 * - simplify stale data detection 38 * - simplify error detection
|
/openbmc/linux/drivers/extcon/ |
H A D | devres.c | 59 * resource management and simplify the control of freeing the memory of extcon 163 * device resource management and simplify the control of unregistering 223 * device resource management and simplify the control of unregistering
|
/openbmc/linux/drivers/hid/ |
H A D | hid-uclogic-params.h | 67 * Must use declarative (descriptive) language, not imperative, to simplify 111 * Must use declarative (descriptive) language, not imperative, to simplify 194 * Must use declarative (descriptive) language, not imperative, to simplify
|
/openbmc/u-boot/arch/nios2/cpu/ |
H A D | u-boot.lds | 41 * adjacent to simplify the startup code -- and provide 77 * bss follows. We keep it adjacent to simplify init code.
|
/openbmc/linux/Documentation/admin-guide/cifs/ |
H A D | todo.rst | 74 o) mount helper GUI (to simplify the various configuration options on mount) 91 and simplify the code.
|
/openbmc/linux/arch/arm/include/uapi/asm/ |
H A D | statfs.h | 7 * Let's pack it so the padding goes away to simplify dual ABI support.
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-decorator_5.1.1.bb | 3 The aim of the decorator module it to simplify the usage of decorators \
|
/openbmc/openbmc/poky/ |
H A D | README.qemu.md | 4 To simplify development, the build system supports building images to
|
/openbmc/linux/drivers/net/fddi/skfp/ |
H A D | Makefile | 19 # thus simplify fixes to it), please do not clean it up!
|
/openbmc/sdbusplus/include/sdbusplus/async/ |
H A D | execution.hpp | 22 // Add std::execution as sdbusplus::async::execution so that we can simplify
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/ |
H A D | python3-license-expression_30.4.0.bb | 1 SUMMARY = "Utility library to parse, compare, simplify and normalize license expressions"
|
/openbmc/linux/Documentation/scsi/ |
H A D | ChangeLog.sym53c8xx_2 | 42 This is intended to simplify portability. 129 - Slightly simplify driver configuration.
|
/openbmc/linux/arch/xtensa/ |
H A D | Kconfig.debug | 47 This may simplify finding faulting code in the absence of other
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/softhsm/files/ |
H A D | 0001-avoid-unnecessary-check-for-sqlite3-binary.patch | 6 Only the library is used, not the sqlite3 binary. Drop this check to simplify
|
/openbmc/linux/sound/soc/intel/boards/ |
H A D | bdw_rt286.c | 221 /* Use space before codec name to simplify card ID, and simplify driver name. */
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/ |
H A D | openl2tp-simplify-gcc-warning-hack.patch | 4 Subject: [PATCH] openl2tp: simplify gcc warning hack
|
/openbmc/entity-manager/configurations/ |
H A D | VENDORS.md | 3 To simplify the organization and ownership of configuration files, they can be
|
/openbmc/u-boot/post/lib_powerpc/fpu/ |
H A D | mul-subnormal-single-1.c | 51 /* Set a variable rather than aborting here, to simplify tracing when in tstmul()
|
/openbmc/linux/drivers/gpu/drm/amd/display/include/ |
H A D | bios_parser_types.h | 58 /* direct VBIOS translation! Just to simplify the translation */ 66 /* direct VBIOS translation! Just to simplify the translation */
|
/openbmc/libpldm/ |
H A D | .clang-tidy | 202 readability-simplify-boolean-expr, 203 readability-simplify-subscript-expr,
|
/openbmc/libcper/ |
H A D | .clang-tidy | 201 readability-simplify-boolean-expr, 202 readability-simplify-subscript-expr,
|