Home
last modified time | relevance | path

Searched full:where (Results 1 – 25 of 2648) sorted by relevance

12345678910>>...106

/openbmc/phosphor-power/phosphor-regulators/test/
H A Dconfig_file_parser_tests.cpp90 // Test where works in TEST()
140 // Test where fails: File does not exist in TEST()
152 // Test where fails: File is not readable in TEST()
177 // Test where fails: File is not valid JSON in TEST()
194 // Test where fails: Error when parsing JSON elements in TEST()
214 // Test where property exists in TEST()
221 // Test where property does not exist in TEST()
236 // Test where works: comments property specified in TEST()
250 // Test where works: comments property not specified in TEST()
263 // Test where works: and action type specified in TEST()
[all …]
H A Dffdc_file_tests.cpp47 // Test where only the FFDCFormat parameter is specified in TEST()
59 // Test where all constructor parameters are specified in TEST()
71 // Note: The case where open() fails currently needs to be tested manually in TEST()
100 // Test where 'Text' was specified in TEST()
106 // Test where 'Custom' was specified in TEST()
122 // Test where subType was not specified in TEST()
128 // Test where subType was specified in TEST()
137 // Test where version was not specified in TEST()
143 // Test where version was specified in TEST()
152 // Test where works in TEST()
[all …]
H A Derror_logging_utils_tests.cpp88 // Test where exception pointer is null in TEST()
100 // Test where exception is not nested in TEST()
128 // Test where exception is nested in TEST()
163 // Test where exception is a ConfigFileParserError in TEST()
195 // Test where exception is a PMBusError in TEST()
230 // Test where exception is a WriteVerificationError in TEST()
266 // Test where exception is a I2CException in TEST()
298 // Test where exception is a sdbusplus::exception_t in TEST()
329 // Test where exception is a std::exception in TEST()
360 // Test where exception is unknown type in TEST()
[all …]
/openbmc/phosphor-power/phosphor-power-sequencer/test/
H A Dconfig_file_parser_tests.cpp64 // Test where works: Fully qualified system type: First in list in TEST()
77 // Test where works: Fully qualified system type: Second in list in TEST()
90 // Test where works: Last node in system type: Second in list in TEST()
103 // Test where works: Last node in system type: Last in list in TEST()
116 // Test where works: System type has no '.' in TEST()
131 // Test where fails: System type list is empty in TEST()
145 // Test where fails: Configuration file directory is empty in TEST()
154 // Test where fails: Configuration file directory does not exist in TEST()
162 // Test where fails: Configuration file directory is not readable in TEST()
174 // Test where fails: No matching file name found in TEST()
[all …]
H A Drail_tests.cpp54 // Test where succeeds: No optional parameters have values in TEST()
80 // Test where succeeds: All optional parameters have values in TEST()
113 // Test where fails: checkStatusVout is true and page has no value in TEST()
127 // Test where fails: compareVoltageToLimit is true and page has no value in TEST()
171 // Test where presence has no value in TEST()
184 // Test where presence has a value in TEST()
211 // Test where page has no value in TEST()
224 // Test where page has a value in TEST()
308 // Test where gpio has no value in TEST()
321 // Test where gpio has a value in TEST()
[all …]
/openbmc/openbmc/meta-security/recipes-perl/perl/files/
H A Dlibwhisker2.patch32 - my $where=$DESTDIR . $Config{'man3direxp'};
33 + my $where=$DESTDIR . $MANDIR;
41 - my $where=$DESTDIR . $Config{'man3direxp'};
42 + my $where=$DESTDIR . $MANDIR;
50 - my $where=$DESTDIR . $Config{'installsitelib'};
51 + my $where=$DESTDIR . $INSTALLDIR;
52 if(!-e $where){
59 - my $where=$DESTDIR . $Config{'installsitelib'};
60 + my $where=$DESTDIR . $INSTALLDIR;
61 chdir($where);
[all …]
/openbmc/openbmc/poky/bitbake/lib/hashserv/
H A Dsqlite.py101 where = {}
104 where[c] = condition[c]
106 return where, " AND ".join("%s=:%s" % (k, k) for k in where.keys())
176 …SELECT name FROM {_schema_table_name(sqlite_version)} WHERE type = 'table' AND name = 'unihashes_v…
221 ((SELECT id FROM config WHERE name=:name), :name, :value)
231 "SELECT value FROM config WHERE name=:name",
250 WHERE outhashes_v2.method=:method AND outhashes_v2.taskhash=:taskhash
267 WHERE outhashes_v2.method=:method AND outhashes_v2.outhash=:outhash
282 SELECT * FROM unihashes_v3 WHERE unihash=:unihash
296 WHERE outhashes_v2.method=:method AND outhashes_v2.outhash=:outhash
[all …]
H A Dsqlalchemy.py181 where = {}
184 where[c] = condition[c.key]
186 return [(k == v) for k, v in where.items()]
213 update(Config).where(Config.name == name).values(value=value)
229 select(Config.value).where(Config.name == name).scalar_subquery(),
232 return select(Config.value).where(Config.name == name).scalar_subquery()
235 result = await self._execute(select(Config.value).where(Config.name == name))
255 .where(
277 .where(
291 select(UnihashesV3).where(UnihashesV3.unihash == unihash).limit(1)
[all …]
/openbmc/openbmc/poky/meta/recipes-core/volatile-binds/files/
H A Dvolatile-binds.service.in2 Description=Bind mount volatile @where@
8 ConditionPathExists=@where@
9 ConditionPathIsReadWrite=!@where@
15 ExecStart=/sbin/mount-copybind @what@ @where@
16 ExecStop=/bin/umount @where@
/openbmc/phosphor-power/test/
H A Dfile_descriptor_tests.cpp95 // Test where move is valid in TEST()
125 // Test where move is invalid: Attempt to move object into itself in TEST()
153 // Test where file descriptor was never set in TEST()
159 // Test where file descriptor was already closed in TEST()
176 // Test where file descriptor needs to be closed in TEST()
192 // Test where FileDescriptor object does not contain a valid file descriptor in TEST()
196 // Test where FileDescriptor object contains a valid file descriptor in TEST()
204 // Test where FileDescriptor object does not contain a valid file descriptor in TEST()
212 // Test where FileDescriptor object contains a valid file descriptor in TEST()
221 // Test where file descriptor has been closed in TEST()
[all …]
/openbmc/openbmc/poky/documentation/contributor-guide/
H A Didentify-component.rst7 so the first step is to identify the component where the issue likely lies.
16 explain where to report issues, where to send changes and how to contact the
22 where questions can be sent if you can’t work out where something should go.
24 :term:`Poky` is a commonly used “combination” repository where multiple
/openbmc/phosphor-power/phosphor-regulators/src/
H A Dpmbus_error.hpp45 * @param deviceID unique ID of the device where error occurred
46 * @param inventoryPath inventory path of the device where error occurred
55 * Returns the unique ID of the device where the error occurred.
65 * Returns the inventory path of the device where the error occurred.
91 * Unique ID of the device where the error occurred.
96 * Inventory path of the device where the error occurred.
H A Dwrite_verification_error.hpp48 * @param deviceID unique ID of the device where error occurred
49 * @param inventoryPath inventory path of the device where error occurred
59 * Returns the unique ID of the device where the error occurred.
69 * Returns the inventory path of the device where the error occurred.
95 * Unique ID of the device where the error occurred.
100 * Inventory path of the device where the error occurred.
/openbmc/google-misc/subprojects/ncsid/src/platforms/nemora/portable/
H A Dncsi_server.h41 * response_buf: buffer, where to put the response. Must be big enough to fit
57 * response_buf: buffer, where to put the response. Must be big enough to fit
71 * response_buf: buffer, where to put the response. Must be big enough to fit
88 * response_buf: buffer, where to put the response. Must be big enough to fit
105 * response_buf: buffer, where to put the response. Must be big enough to fit
121 * response_buf: buffer, where to put the response. Must be big enough to fit
135 * response_buf: buffer, where to put the response. Must be big enough to fit
149 * response_buf: buffer, where to put the response. Must be big enough to fit
165 * response_buf: buffer, where to put the response. Must be big enough to fit
191 * response_buf: buffer, where to put the response. Must be big enough to fit
/openbmc/u-boot/drivers/pci/
H A Dpci_msc01.c29 int where, u32 *data) in msc01_config_access() argument
45 ((where / 4) << MSC01_PCI_CFGADDR_RNUM_SHF), in msc01_config_access()
65 int where, u32 *value) in msc01_read_config_dword() argument
70 return msc01_config_access(msc01, PCI_ACCESS_READ, dev, where, value); in msc01_read_config_dword()
74 int where, u32 value) in msc01_write_config_dword() argument
79 return msc01_config_access(gt, PCI_ACCESS_WRITE, dev, where, &data); in msc01_write_config_dword()
H A Dpci_gt64120.c45 int where, u32 *data) in gt_config_access() argument
61 PCI_BUS(bdf), PCI_DEV(bdf), PCI_FUNC(bdf), where, *data); in gt_config_access()
69 addr |= (where / 4) << GT_PCI0_CFGADDR_REGNUM_SHF; in gt_config_access()
110 PCI_BUS(bdf), PCI_DEV(bdf), PCI_FUNC(bdf), where, *data); in gt_config_access()
116 int where, u32 *value) in gt_read_config_dword() argument
121 return gt_config_access(gt, PCI_ACCESS_READ, dev, where, value); in gt_read_config_dword()
125 int where, u32 value) in gt_write_config_dword() argument
130 return gt_config_access(gt, PCI_ACCESS_WRITE, dev, where, &data); in gt_write_config_dword()
/openbmc/u-boot/include/dm/
H A Dplatdata.h18 * NOTE: Avoid using this except in extreme circumstances, where device tree
19 * is not feasible (e.g. serial driver in SPL where <8KB of SRAM is
35 * NOTE: Avoid using these except in extreme circumstances, where device tree
36 * is not feasible (e.g. serial driver in SPL where <8KB of SRAM is
/openbmc/openbmc/poky/bitbake/lib/prserv/
H A Ddb.py73 data=cursor.execute("SELECT value FROM %s WHERE version=? AND pkgarch=?;" % self.table,
85 …data=cursor.execute("SELECT value FROM %s WHERE version=? AND pkgarch=? and checksum=? and value=?…
98 …data=cursor.execute("SELECT value FROM %s WHERE version=? AND pkgarch=? and value=?;" % self.table,
111 … data = cursor.execute("SELECT value FROM %s where version=? AND pkgarch=?;" % (self.table),
131 …data = cursor.execute("SELECT value FROM %s where version=? AND pkgarch=? AND checksum=?;" % (self…
147 …data = cursor.execute("SELECT value FROM %s where version=? AND pkgarch=? AND value LIKE '%s.%%';"…
221 sqlstmt = "SELECT * FROM %s as T1 WHERE 1=1 " % self.table
225WHERE T1.version=T2.version AND T1.pkgarch=T2.pkgarch AND T1.value=T2.maxvalue " % (self.table, se…
227 where = ""
229 where += "AND T1.version=? "
[all …]
/openbmc/phosphor-power/phosphor-regulators/test/actions/
H A Dcompare_vpd_action_tests.cpp68 // Test where works: Actual VPD value is not empty in TEST()
85 // Test where returns true: actual value == expected value in TEST()
91 // Test where returns false: actual value != expected value in TEST()
98 // Test where returns false: expected value is empty in TEST()
105 // Test where works: Actual VPD value is empty in TEST()
122 // Test where returns true: actual value == expected value in TEST()
128 // Test where returns false: actual value != expected value in TEST()
136 // Test where fails: Exception thrown when trying to get actual VPD value in TEST()
214 // Test where value vector is not empty in TEST()
226 // Test where value vector is empty in TEST()
/openbmc/openbmc/meta-ampere/meta-mitchell/conf/templates/default/
H A Dlocal.conf.sample2 # This file is your local configuration file and is where all local user settings
18 # Where to place downloads
31 # Where to place shared-state files
35 # and this option determines where those files are placed.
39 # to the configuration, only shared state files where the state was still valid would
47 # Where to place the build output
49 # This option specifies where the bulk of the building work should be done and
50 # where BitBake should place its temporary files and output. Keep in mind that
68 # where many versions are set to the absolute latest code from the upstream
147 # multithreaded and needs to be able to handle the case where more than one parallel
[all …]
/openbmc/openbmc/meta-ampere/meta-jefferson/conf/templates/default/
H A Dlocal.conf.sample2 # This file is your local configuration file and is where all local user settings
18 # Where to place downloads
31 # Where to place shared-state files
35 # and this option determines where those files are placed.
39 # to the configuration, only shared state files where the state was still valid would
47 # Where to place the build output
49 # This option specifies where the bulk of the building work should be done and
50 # where BitBake should place its temporary files and output. Keep in mind that
68 # where many versions are set to the absolute latest code from the upstream
147 # multithreaded and needs to be able to handle the case where more than one parallel
[all …]
/openbmc/openbmc/meta-ampere/meta-jade/conf/templates/default/
H A Dlocal.conf.sample2 # This file is your local configuration file and is where all local user settings
18 # Where to place downloads
31 # Where to place shared-state files
35 # and this option determines where those files are placed.
39 # to the configuration, only shared state files where the state was still valid would
47 # Where to place the build output
49 # This option specifies where the bulk of the building work should be done and
50 # where BitBake should place its temporary files and output. Keep in mind that
68 # where many versions are set to the absolute latest code from the upstream
147 # multithreaded and needs to be able to handle the case where more than one parallel
[all …]
/openbmc/openbmc/meta-facebook/meta-bletchley/conf/templates/default/
H A Dlocal.conf.sample2 # This file is your local configuration file and is where all local user settings
20 # Where to place downloads
33 # Where to place shared-state files
37 # and this option determines where those files are placed.
41 # to the configuration, only shared state files where the state was still valid would
49 # Where to place the build output
51 # This option specifies where the bulk of the building work should be done and
52 # where BitBake should place its temporary files and output. Keep in mind that
70 # where many versions are set to the absolute latest code from the upstream
150 # multithreaded and needs to be able to handle the case where more than one parallel
[all …]
/openbmc/openbmc/meta-ibm/meta-romulus/conf/templates/default/
H A Dlocal.conf.sample2 # This file is your local configuration file and is where all local user settings
20 # Where to place downloads
33 # Where to place shared-state files
37 # and this option determines where those files are placed.
41 # to the configuration, only shared state files where the state was still valid would
49 # Where to place the build output
51 # This option specifies where the bulk of the building work should be done and
52 # where BitBake should place its temporary files and output. Keep in mind that
70 # where many versions are set to the absolute latest code from the upstream
150 # multithreaded and needs to be able to handle the case where more than one parallel
[all …]
/openbmc/openbmc/meta-facebook/meta-catalina/conf/templates/default/
H A Dlocal.conf.sample2 # This file is your local configuration file and is where all local user settings
20 # Where to place downloads
33 # Where to place shared-state files
37 # and this option determines where those files are placed.
41 # to the configuration, only shared state files where the state was still valid would
49 # Where to place the build output
51 # This option specifies where the bulk of the building work should be done and
52 # where BitBake should place its temporary files and output. Keep in mind that
70 # where many versions are set to the absolute latest code from the upstream
150 # multithreaded and needs to be able to handle the case where more than one parallel
[all …]

12345678910>>...106