Home
last modified time | relevance | path

Searched refs:suffixes (Results 1 – 25 of 65) sorted by relevance

123

/OK3568_Linux_fs/yocto/poky/scripts/
H A Dpythondeps23 suffixes = importlib.machinery.all_suffixes() variable
62 for suffix in suffixes:
151 for suffix in suffixes:
H A Doe-pkgdata-browser38 suffixes = ['B', 'kB', 'MB', 'GB', 'TB', 'PB']
43 rank = min(rank, len(suffixes) - 1)
46 return '%s %s' % (f, suffixes[rank])
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dcve_check.py15 suffixes = ["alphabetical", "patch"]
31 … patch_l=match.group("patch_l") if str(suffix) in suffixes and match.group("patch_l") else "",
H A Dutils.py81 def prune_suffix(var, suffixes, d): argument
84 for suffix in suffixes:
/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A DMakefile-keyspan_pda_fw4 # insisting upon fixed suffixes for the input and output files,
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dadfs.rst107 type suffixes to be appended to file names read from a directory. If the
108 ftsuffix option is zero or omitted, no file type suffixes will be added.
H A Dafs.rst97 The name of the volume can be suffixes with ".backup" or ".readonly" to
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/libpsl/
H A Dlibpsl_0.21.1.bb4 domain names beyond the standard suffixes, such as .com."
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/
H A Dproperty-units.txt5 recommended suffixes. Other variations exist in bindings, but should not
H A Dwriting-bindings.rst54 - DO use common property unit suffixes for properties with scientific units.
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/mediaplayer/musicplayer/
H A Dmain.cpp74 foreach (QString suffix, mimeDatabase.mimeTypeForName(fileType).suffixes()) { in associateFileTypes()
/OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/musicplayer/
H A Dmain.cpp74 foreach (QString suffix, mimeDatabase.mimeTypeForName(fileType).suffixes()) { in associateFileTypes()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/musicplayer/
H A Dmain.cpp74 foreach (QString suffix, mimeDatabase.mimeTypeForName(fileType).suffixes()) { in associateFileTypes()
/OK3568_Linux_fs/app/forlinx/forlinx_qt/musicplayer/
H A Dmain.cpp74 foreach (QString suffix, mimeDatabase.mimeTypeForName(fileType).suffixes()) { in associateFileTypes()
/OK3568_Linux_fs/kernel/Documentation/admin-guide/blockdev/
H A Dzram.rst119 The value can be either in bytes or you can use mem suffixes.
125 # Using mem suffixes
139 The value can be either in bytes or you can use mem suffixes.
146 # Using mem suffixes
/OK3568_Linux_fs/kernel/drivers/hwmon/
H A Dcoretemp.c390 static const char *const suffixes[TOTAL_ATTRS] = { in create_core_attrs() local
396 "temp%d_%s", attr_no, suffixes[i]); in create_core_attrs()
/OK3568_Linux_fs/yocto/poky/scripts/lib/recipetool/
H A Dcreate_buildsys_python.py564 suffixes = [t[0] for t in imp.get_suffixes()]
588 for suffix in suffixes:
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Dchrono1139 /** ISO C++ 2014 namespace for suffixes for duration literals.
1141 * These suffixes can be used to create `chrono::duration` values with
1145 * The suffixes can be made visible by a using-directive or
1153 * The result of these suffixes on an integer literal is one of the
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Dchrono1139 /** ISO C++ 2014 namespace for suffixes for duration literals.
1141 * These suffixes can be used to create `chrono::duration` values with
1145 * The suffixes can be made visible by a using-directive or
1153 * The result of these suffixes on an integer literal is one of the
/OK3568_Linux_fs/kernel/Documentation/locking/
H A Dlocktypes.rst77 can have suffixes which apply further protections:
240 - The hard interrupt related suffixes for spin_lock / spin_unlock
/OK3568_Linux_fs/kernel/Documentation/networking/devlink/
H A Ddevlink-info.rst100 .. list-table:: List of common version suffixes
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dutils.py730 def prune_suffix(var, suffixes, d): argument
735 for suffix in suffixes:
/OK3568_Linux_fs/kernel/Documentation/driver-api/gpio/
H A Dboard.rst58 the <function>-prefix of the GPIO suffixes ("gpios" or "gpio", automatically
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dpackage_ipk.bbclass86 # together. These package suffixes are taken from the definitions of
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dkernel-parameters.rst205 bytes respectively. Such letter suffixes can also be entirely omitted:

123