/device/linaro/bootloader/edk2/EmulatorPkg/MiscSubClassPlatformDxe/ |
D | MiscDevicePath.h | 49 #define DP_PCI(device, function) \ argument 59 #define DP_LPC(eisaid, function) \ argument
|
/device/linaro/bootloader/edk2/Nt32Pkg/MiscSubClassPlatformDxe/ |
D | MiscDevicePath.h | 49 #define DP_PCI(device, function) \ argument 59 #define DP_LPC(eisaid, function) \ argument
|
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/ |
D | MiscDevicePath.h | 34 #define DP_PCI( device,function) { HARDWARE_DEVICE_PATH,\ argument 40 #define DP_LPC(eisaid,function ){ ACPI_DEVICE_PATH, \ argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | new.py | 12 from types import FunctionType as function unknown
|
D | mutex.py | 39 def lock(self, function, argument): argument
|
D | dummy_thread.py | 27 def start_new_thread(function, args, kwargs={}): argument
|
D | shutil.py | 476 def register_archive_format(name, function, extra_args=None, description=''): argument
|
D | SimpleXMLRPCServer.py | 211 def register_function(self, function, name = None): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/parser/ |
D | source.py | 25 def function(): function
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | threaded_import_hangers.py | 22 def __init__(self, function, args): argument
|
/device/google/wahoo/usb/ |
D | UsbGadget.cpp | 178 struct dirent *function; in unlinkFunctions() local 261 static int linkFunction(const char *function, int index) { in linkFunction() 490 char *function = strtok(const_cast<char *>(vendorFunctions.c_str()), ","); in setupFunctions() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/ |
D | RCSProxy.py | 115 def _list(self, function, list = None): argument 133 def _dict(self, function, list = None): argument
|
D | FSProxy.py | 173 def _list(self, function, list): argument 199 def _dict(self, function, list): argument
|
/device/google/bonito/usb/ |
D | UsbGadget.cpp | 194 struct dirent *function; in unlinkFunctions() local 286 static int linkFunction(const char *function, int index) { in linkFunction() 515 char *function = strtok(const_cast<char *>(vendorFunctions.c_str()), ","); in setupFunctions() local
|
/device/google/crosshatch/usb/ |
D | UsbGadget.cpp | 194 struct dirent *function; in unlinkFunctions() local 286 static int linkFunction(const char *function, int index) { in linkFunction() 515 char *function = strtok(const_cast<char *>(vendorFunctions.c_str()), ","); in setupFunctions() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/metaclasses/ |
D | Simple.py | 26 def __init__(self, function, instance): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | dummy_thread.py | 27 def start_new_thread(function, args, kwargs={}): argument
|
D | shutil.py | 479 def register_archive_format(name, function, extra_args=None, description=''): argument
|
/device/generic/goldfish-opengl/android-emu/android/utils/ |
D | debug.c | 78 const char* function, in android_tid_function_print()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
D | descrobject.h | 28 void *function; member
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
D | descrobject.h | 28 void *function; member
|
/device/linaro/bootloader/edk2/StdLib/LibC/Locale/ |
D | iswctype_sb.c | 199 wctrans_t function; member
|
/device/linaro/bootloader/edk2/BaseTools/Tests/ |
D | TestTools.py | 78 def HandleTreeDeleteError(self, function, path, excinfo): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/newmetaclasses/ |
D | Eiffel.py | 3 from types import FunctionType as function unknown
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/ |
D | case.py | 206 def addTypeEqualityFunc(self, typeobj, function): argument 221 def addCleanup(self, function, *args, **kwargs): argument
|