Home
last modified time | relevance | path

Searched refs:original (Results 1 – 25 of 1138) sorted by relevance

12345678910>>...46

/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-jsmin/
H A D7a75d76c2d6bfb917f30ced8f5c0a9a4157f7819.patch26 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 Dutil.cpp34 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 Dentry.S210 ! 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 Dia64.rst8 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 Dtest_dbc.py226 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 Ddbus.js29 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 Dipsec.rst20 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 DEurosym8 …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 DCatharon57 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 DZlib14 claim that you wrote the original software. If you use this software
18 misrepresented as being the original software.
H A DOPUBL-1.017original 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 Dlibpcre2_10.44.bb2 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 DREADME1 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 Dbindec.S32 | 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 Dsleep.S71 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 Doverlayfs-etc.bbclass22 # 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 Dscsi-generic.rst26 - 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 D0001-skip-no_stdout_fileno-test-due-to-load-variability.patch28 # 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 Dmmap.c365 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 DCRC32C-ADLER10 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 Dtask_size.c81 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 DLICENSE14 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 D308.out132 (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 Dshutdown_alarm_monitor.cpp282 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 DREADME25 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

12345678910>>...46