/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-jsmin/ |
H A D | 7a75d76c2d6bfb917f30ced8f5c0a9a4157f7819.patch | 26 original = ''' 28 self.assertMinified(original, original) 31 - original = 'function a() { /\//.test("a") }' 33 + original = 'function a() { /\\//.test("a") }' 35 self.assertMinified(original, expected) 40 original = """ 47 original, 52 original = "// hi\n/^(get|post|head|put)$/i.test('POST')" 55 original = ''' 65 original = ''' [all …]
|
/openbmc/phosphor-pid-control/sysfs/ |
H A D | util.cpp | 34 std::string FixupPath(std::string original) in FixupPath() argument 39 n = original.find("**"); in FixupPath() 44 std::string base = original.substr(0, n); in FixupPath() 46 std::string f = original.substr(n + 2, original.size() - (n + 2)); in FixupPath() 57 return original; in FixupPath() 65 return original; in FixupPath()
|
/openbmc/linux/arch/sh/kernel/cpu/sh3/ |
H A D | entry.S | 210 ! k2 returns original pr 211 ! k3 returns original sr 212 ! k4 returns original stack pointer 238 mov.l @r15+, k4 ! original stack pointer 240 mov.l @r15+, k2 ! original PR 241 mov.l @r15+, k3 ! original SR 256 mov k3, k2 ! original SR value 260 and k1, k2 ! Mask original SR value 297 sts pr, k3 ! save original pr value in k3 302 ! k0 returns original sp (after roll back)
|
/openbmc/linux/Documentation/arch/ia64/ |
H A D | ia64.rst | 8 read the original Linux README provided with the kernel. 14 original README for details. 28 Configuration is the same, see original README for details. 34 the original README for details BUT make sure you have an IA-64
|
/openbmc/linux/tools/crypto/ccp/ |
H A D | test_dbc.py | 226 original = process_param(self.d, PARAM_GET_FMAX_CAP, self.signature) 229 target = original[0] - 100 236 process_param(self.d, PARAM_SET_FMAX_CAP, self.signature, original[0]) 239 self.assertEqual(cur[0], original[0]) 244 original = process_param(self.d, PARAM_GET_PWR_CAP, self.signature) 247 target = original[0] - 10 254 process_param(self.d, PARAM_SET_PWR_CAP, self.signature, original[0]) 257 self.assertEqual(cur[0], original[0])
|
/openbmc/rest-dbus/resources/ |
H A D | dbus.js | 29 var ctx = node.original; 50 var ctx = node.original; 209 var ctx = node.original; 240 if (!node.original) { 245 var type = node.original.type; 257 var ctx = data.node.original;
|
/openbmc/linux/Documentation/networking/ |
H A D | ipsec.rst | 20 defined in section 3, is not smaller than the size of the original 21 payload, the IP datagram MUST be sent in the original non-compressed 32 original form without attempting compression. The numeric threshold 37 is smaller than the threshold or the compressed len is larger than original
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | Eurosym | 8 …tware must not be misrepresented; you must not claim that you wrote the original software. If you … 10 …ions must be plainly marked as such, and must not be misrepresented as being the original software. 12 …3. You must not use any of the names of the authors or copyright holders of the original software …
|
H A D | Catharon | 57 This license applies to all files distributed in the original 60 original, unmodified form as distributed in the original archive. 90 to the original files must be clearly indicated in 92 unaltered, original files must be preserved in all copies of
|
H A D | Zlib | 14 claim that you wrote the original software. If you use this software 18 misrepresented as being the original software.
|
H A D | OPUBL-1.0 | 17 …original publisher and author. The publisher and author's names shall appear on all outer surfaces… 38 …3. Acknowledgement of the original author and publisher if applicable must be retained according t… 39 4. The location of the original unmodified document must be identified. 40 …5. The original author's (or authors') name(s) may not be used to assert or imply endorsement of t…
|
/openbmc/openbmc/poky/meta/recipes-support/libpcre/ |
H A D | libpcre2_10.44.bb | 2 newest version is PCRE2, which is a re-working of the original PCRE \ 3 library to provide an entirely new API. The original, very widely \ 6 not the original PCRE 8.x series."
|
/openbmc/u-boot/board/Marvell/db-88f6820-gp/ |
H A D | README | 1 Update from original Marvell U-Boot to mainline U-Boot: 13 Note that the original Marvell U-Boot seems to have
|
/openbmc/linux/arch/m68k/fpsp040/ |
H A D | bindec.S | 32 | approximated by adding e + 0.f when the original 58 | function of the original rounding mode and the signs 77 | A11. Restore original FPCR; set size ext. 120 | a0: ptr for original operand/final result 122 | a2: pointer to FP_X; abs(original value) in ext 218 | imated by adding e + 0.f when the original value is viewed 231 | a0: ptr for original operand/final result 280 | original decimal point which are to be included as 294 | a0: ptr for original operand/final result 366 | a0: ptr for original operand/final result [all …]
|
/openbmc/linux/arch/arm/mach-pxa/ |
H A D | sleep.S | 71 ldr r8, [r6] @ keep original value for resume 109 @ as the system will restore with the original speed settings 114 ldr r8, [r6] @ keep original value for resume 148 @ restore the original cpu speed value for resume
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | overlayfs-etc.bbclass | 22 # 1. Default option is to rename original /sbin/init to /sbin/init.orig and place generated init un… 23 # original name, i.e. /sbin/init. It has an advantage that you won't need to change any kernel 26 # 2. If you are would like to keep original init as is, you can set 79 # rename original /sbin/init
|
/openbmc/linux/Documentation/scsi/ |
H A D | scsi-generic.rst | 26 - sg version 1 (original) from 1992 to early 1999 (lk 2.2.5) . 47 The original documentation for the sg driver (prior to lk 2.2.6) can be 62 sg_utils for the sg version 2 (and original) driver found in lk 2.2 90 - lk 2.2.0 : original sg version [with no version number]
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/ |
H A D | 0001-skip-no_stdout_fileno-test-due-to-load-variability.patch | 28 # Issue #24402: If stdin is the original terminal but stdout.fileno() 29 # fails, do not use the original stdout file descriptor
|
/openbmc/linux/tools/perf/util/ |
H A D | mmap.c | 365 int mmap_cpu_mask__duplicate(struct mmap_cpu_mask *original, struct mmap_cpu_mask *clone) in mmap_cpu_mask__duplicate() argument 367 clone->nbits = original->nbits; in mmap_cpu_mask__duplicate() 368 clone->bits = bitmap_zalloc(original->nbits); in mmap_cpu_mask__duplicate() 372 memcpy(clone->bits, original->bits, MMAP_CPU_MASK_BYTES(original)); in mmap_cpu_mask__duplicate()
|
/openbmc/openbmc/meta-openembedded/meta-python/licenses/ |
H A D | CRC32C-ADLER | 10 claim that you wrote the original software. If you use this software 14 misrepresented as being the original software.
|
/openbmc/linux/arch/x86/um/os-Linux/ |
H A D | task_size.c | 81 unsigned long test, original; in os_get_top_address() local 117 original = bottom; in os_get_top_address()
|
/openbmc/openbmc/poky/bitbake/lib/simplediff/ |
H A D | LICENSE | 14 that you wrote the original software. If you use this software in a product, an 19 misrepresented as being the original software.
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 308.out | 132 (OK: Lengths of export and original are the same) 138 (OK: Lengths of export and original are the same) 159 (OK: Lengths of export and original are the same) 163 (OK: Lengths of export and original are the same) 172 === Compare copy with original ===
|
/openbmc/phosphor-fan-presence/sensor-monitor/ |
H A D | shutdown_alarm_monitor.cpp | 282 const uint64_t& original = previousStartTime->second; in startTimer() local 286 propertyName, sensorPath, original) in startTimer() 290 if (now > original) in startTimer() 293 auto elapsedTime = now - original; in startTimer() 309 propertyName, sensorPath, original, now) in startTimer()
|
/openbmc/linux/tools/memory-model/scripts/ |
H A D | README | 25 herd7 output to that of the original runs. 103 original version of LKMM. Note however, that given the above procedure, 104 an error in the original LKMM version that is fixed by the patch will 107 test fails completely on the original version of LKMM and passes on the
|