Home
last modified time | relevance | path

Searched defs:K (Results 1 – 11 of 11) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dabstract.h1291 #define PyMapping_DelItemString(O,K) PyObject_DelItemString((O),(K)) argument
1301 #define PyMapping_DelItem(O,K) PyObject_DelItem((O),(K)) argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dabstract.h1291 #define PyMapping_DelItemString(O,K) PyObject_DelItemString((O),(K)) argument
1301 #define PyMapping_DelItem(O,K) PyObject_DelItem((O),(K)) argument
/device/google/contexthub/lib/include/nanohub/
Daes.h23 uint32_t K[64]; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dfunctools.py82 class K(object): class
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dfunctools.py82 class K(object): class
DCookie.py441 def __setitem__(self, K, V): argument
448 def isReservedKey(self, K): argument
/device/google/dragon/audio/hal/dsp/
Ddrc_kernel.h64 float K; member
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
DElf32Convert.c806 UINTN K; in WriteRelocations32() local
/device/generic/goldfish/camera/fake-pipeline2/
DScene.cpp40 #define K (Scene::SKY * Scene::NUM_CHANNELS) macro
/device/google/contexthub/firmware/os/algos/
Dfusion.c455 struct Mat33 K[2]; in fusionUpdate() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_descr.py3080 class K(object): class