/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | nturl2path.py | 23 comp = url.split('|') 24 if len(comp) != 2 or comp[0][-1] not in string.ascii_letters: 27 drive = comp[0][-1].upper() 29 components = comp[1].split('/') 30 for comp in components: 31 if comp: 32 path = path + '\\' + urllib.unquote(comp) 55 comp = p.split(':') 56 if len(comp) != 2 or len(comp[0]) > 1: 60 drive = urllib.quote(comp[0].upper()) [all …]
|
D | posixpath.py | 326 for comp in comps: 327 if comp in ('', '.'): 329 if (comp != '..' or (not initial_slashes and not new_comps) or 331 new_comps.append(comp)
|
/device/google/contexthub/firmware/os/drivers/bosch_bmp280/ |
D | bosch_bmp280.c | 108 struct BMP280CompParams comp; member 429 (((adc_T >> 3) - ((int32_t)mTask.comp.dig_T1 << 1)) in compensateTemp() 430 * (int32_t)mTask.comp.dig_T2) >> 11; in compensateTemp() 432 int32_t tmp = (adc_T >> 4) - (int32_t)mTask.comp.dig_T1; in compensateTemp() 434 int32_t var2 = (((tmp * tmp) >> 12) * (int32_t)mTask.comp.dig_T3) >> 14; in compensateTemp() 449 …v2 = fSqr * mTask.comp.dig_P6 + f * mTask.comp.dig_P5 * (float)(1ULL << 17) + mTask.comp.dig_P4 * … in compensateBaro() 450 …r * mTask.comp.dig_P1 * mTask.comp.dig_P3 * (1.0f/(1ULL << 41)) + f * mTask.comp.dig_P1 * mTask.co… in compensateBaro() 455 …pSqr * mTask.comp.dig_P9 * (1.0f/(1ULL << 59)) + p * (mTask.comp.dig_P8 * (1.0f/(1ULL << 19)) + 1)… in compensateBaro() 499 …i2cMasterTxRx(I2C_BUS_ID, I2C_ADDR, newXfer->txrxBuf, 1, (uint8_t*)&mTask.comp, 24, i2cCallback, n… in handleI2cEvent()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/ |
D | test_ccompiler.py | 73 comp = compiler() 74 customize_compiler(comp) 75 self.assertEqual(comp.exes['archiver'], 'my_ar -arflags')
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/comparisons/ |
D | README | 4 Newsgroups: comp.lang.python,comp.lang.tcl,comp.lang.scheme,comp.lang.misc,comp.lang.perl
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/ |
D | versionpredicate.py | 24 comp, verStr = res.groups() 25 return (comp, distutils.version.StrictVersion(verStr))
|
/device/google/marlin/camera/QCamera2/stack/mm-lib2d-interface/src/ |
D | mm_lib2d.c | 87 img_component_ops_t comp; member 327 p_comp = &lib2d_obj->comp; in mm_lib2d_init() 449 img_component_ops_t *p_comp = &lib2d_obj->comp; in mm_lib2d_deinit() 496 img_component_ops_t *p_comp = &lib2d_obj->comp; in mm_lib2d_start_job()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/ |
D | newslist.doc | 7 articles by specifying the group name in a URL eg 'news:comp.answers'. 31 comp.bar Programming in 'bar' and related languages
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
D | dutree.doc | 3 Newsgroups: comp.lang.perl 51 to accomplish complex actions." --Doug Gwyn (22/Jun/91 in comp.unix.wizards)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_zlib.py | 433 comp = zlib.compress(data) 437 bufs0.append(d0.decompress(comp[:32])) 442 bufs0.append(d0.decompress(comp[32:])) 445 bufs1.append(d1.decompress(comp[32:]))
|
D | test_bz2.py | 304 def comp(): function 307 threads = [threading.Thread(target=comp) for i in range(nthreads)]
|
D | test_heapq.py | 195 def hsort(data, comp): argument 196 data = map(comp, data)
|
/device/linaro/bootloader/edk2/CryptoPkg/Library/OpensslLib/ |
D | Install.cmd | 59 copy crypto\comp\comp.h ..\..\..\Include\openssl
|
D | Install.sh | 61 cp crypto/comp/comp.h ../../../Include/openssl
|
D | OpensslLib.inf | 760 $(OPENSSL_PATH)/crypto/comp/comp_lib.c 761 $(OPENSSL_PATH)/crypto/comp/comp_err.c 762 $(OPENSSL_PATH)/crypto/comp/c_rle.c 763 $(OPENSSL_PATH)/crypto/comp/c_zlib.c
|
/device/linaro/bootloader/edk2/EdkShellPkg/ |
D | ShellR64.patch | 101 comp/comp.c | 2 +- 102 comp/comp.h | 2 +- 103 comp/comp.inf | 31 +-- 2613 - comp\CompStrings.uni 2614 - comp\comp.c 2615 + comp/CompStrings.uni 2616 + comp/comp.c 3432 diff --git a/comp/comp.c b/comp/comp.c 3434 --- a/comp/comp.c 3435 +++ b/comp/comp.c [all …]
|
D | EdkShellPkg.dsc | 144 $(EDK_SHELL_DIR)/comp/comp.inf
|
D | ShellR33.patch | 124 diff --ignore-file-name-case -Naur ShellR33/comp/comp.h GccShellR33/comp/comp.h 125 --- ShellR33/comp/comp.h 2005-08-23 00:16:36.000000000 -0700 126 +++ GccShellR33/comp/comp.h 2009-11-05 13:49:56.000000000 -0800 134 diff --ignore-file-name-case -Naur ShellR33/comp/comp.inf GccShellR33/comp/comp.inf 135 --- ShellR33/comp/comp.inf 2007-06-25 02:05:05.000000000 -0700 136 +++ GccShellR33/comp/comp.inf 2009-09-22 15:37:05.000000000 -0700 139 comp.c 140 comp.h 8273 - comp\CompStrings.uni 8274 - comp\comp.c [all …]
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/ |
D | README | 32 comp.compilers.tools.pccts
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | ast.c | 1234 comprehension_ty comp; in ast_for_comprehension() local 1253 comp = comprehension(first, expression, NULL, c->c_arena); in ast_for_comprehension() 1255 comp = comprehension(Tuple(t, Store, first->lineno, first->col_offset, in ast_for_comprehension() 1258 if (!comp) in ast_for_comprehension() 1289 comp->ifs = ifs; in ast_for_comprehension() 1291 asdl_seq_SET(comps, i, comp); in ast_for_comprehension()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
D | ast.c | 1234 comprehension_ty comp; in ast_for_comprehension() local 1253 comp = comprehension(first, expression, NULL, c->c_arena); in ast_for_comprehension() 1255 comp = comprehension(Tuple(t, Store, first->lineno, first->col_offset, in ast_for_comprehension() 1258 if (!comp) in ast_for_comprehension() 1289 comp->ifs = ifs; in ast_for_comprehension() 1291 asdl_seq_SET(comps, i, comp); in ast_for_comprehension()
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/ |
D | history.txt | 31 (comp.compilers) posting in February of 1990 and quickly gathered a
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/ |
D | README | 103 Read comp.lang.python, a high-volume discussion newsgroup about 104 Python, or comp.lang.python.announce, a low-volume moderated newsgroup 129 comp.lang.python or python-ideas mailing lists for inital feedback. A Python 139 best to post to the comp.lang.python or the Python mailing list (see 478 thread on comp.lang.python in May 2002 entitled "Building
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/ |
D | README | 110 Read comp.lang.python, a high-volume discussion newsgroup about 111 Python, or comp.lang.python.announce, a low-volume moderated newsgroup 136 comp.lang.python or python-ideas mailing lists for inital feedback. A Python 146 best to post to the comp.lang.python or the Python mailing list (see 485 thread on comp.lang.python in May 2002 entitled "Building
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
D | FAQ | 303 Probably not. Look in the comp.compression FAQ for pointers to various
|