Home
last modified time | relevance | path

Searched refs:categories (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dlocale.py1799 categories = {}
1800 def _init_categories(categories=categories): argument
1803 categories[k] = v
1805 del categories['LC_ALL']
1816 for name,category in categories.items():
1827 for name,category in categories.items():
1844 for name,category in categories.items():
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dlocale.py1994 categories = {}
1995 def _init_categories(categories=categories): argument
1998 categories[k] = v
2000 del categories['LC_ALL']
2011 for name,category in categories.items():
2022 for name,category in categories.items():
2039 for name,category in categories.items():
/device/linaro/bootloader/edk2/StdLib/LibC/Locale/
Dsetlocale.c95 static const char *const categories[_LC_LAST] = { variable
315 _PathLocale, locname, categories[category]); in load_locale_sub()
/device/linaro/bootloader/edk2/OvmfPkg/
DREADME96 - Debug messages fall into several categories. Logged vs. suppressed
97 categories are controlled at OVMF build time by the
/device/linaro/bootloader/arm-trusted-firmware/docs/
Dfirmware-design.rst1228 behaviour. The categories are:
1238 Each of the above categories fulfils a different requirement.
2528 following categories (present as directories in the source code):
2542 categories. Based upon the above, the code layout looks like this:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/
Dpowersqrt.decTest24 -- (153 out of 2856) fall into the following categories:
/device/google/cuttlefish_common/guest/hals/ril/libril/
Dril_service.cpp518 hidl_bitfield<android::hardware::radio::V1_4::EmergencyServiceCategory> categories,