HomeSort by relevance Sort by last modified time
    Searched defs:Function (Results 226 - 250 of 830) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/python/cpython2/Mac/Modules/mlte/
mltesupport.py 3 # The function specifications are generated by scanning the mamager's header file,
160 Function = OSErrWeakLinkFunctionGenerator
  /external/python/cpython2/Mac/Modules/qd/
qdsupport.py 3 # The function specifications are generated by scanning the mamager's header file,
264 Function = OSErrWeakLinkFunctionGenerator
  /external/python/cpython2/Mac/Modules/win/
winsupport.py 3 # The function specifications are generated by scanning the mamager's header file,
78 /* Function to dispose a window, with a "normal" calling sequence */
188 Function = OSErrWeakLinkFunctionGenerator
  /external/python/cpython3/Lib/
symtable.py 10 __all__ = ["symtable", "SymbolTable", "Class", "Function", "Symbol"]
22 return Function(table, filename)
61 return "function"
113 class Function(SymbolTable):
208 If the name is used as the target of a function or class
  /external/swiftshader/third_party/LLVM/lib/MC/
MCLoggingStreamer.cpp 27 void LogCall(const char *Function) {
28 OS << Function << "\n";
31 void LogCall(const char *Function, const Twine &Message) {
32 OS << Function << ": " << Message << "\n";
  /external/syslinux/efi32/include/efi/
efilib.h 117 // BOOTSERVCE - Name of a boot service function
737 UINT8 Function;
  /external/syslinux/efi64/include/efi/
efilib.h 117 // BOOTSERVCE - Name of a boot service function
737 UINT8 Function;
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efilib.h 117 // BOOTSERVCE - Name of a boot service function
737 UINT8 Function;
  /external/v8/src/asmjs/
asm-types.h 183 std::string Name() override { return "Function"; }
239 // A function returning ret. Callers still need to invoke AddArgument with the
241 static AsmType* Function(Zone* zone, AsmType* ret) {
246 // Overloaded function types. Not creatable by asm source, but useful to
265 // The type for function tables.
  /prebuilts/gdb/darwin-x86/lib/python2.7/
symtable.py 10 __all__ = ["symtable", "SymbolTable", "Class", "Function", "Symbol"]
25 return Function(table, filename)
64 return "function"
121 class Function(SymbolTable):
213 If the name is used as the target of a function or class
  /prebuilts/gdb/linux-x86/lib/python2.7/
symtable.py 10 __all__ = ["symtable", "SymbolTable", "Class", "Function", "Symbol"]
25 return Function(table, filename)
64 return "function"
121 class Function(SymbolTable):
213 If the name is used as the target of a function or class
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
types.h 45 class Function;
99 DeclareCastMethod(Function);
320 class Function : public Type {
322 Function(Type* return_type, const std::vector<Type*>& param_types);
323 Function(const Function&) = default;
328 Function* AsFunction() override { return this; }
329 const Function* AsFunction() const override { return this; }
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
symtable.py 10 __all__ = ["symtable", "SymbolTable", "Class", "Function", "Symbol"]
25 return Function(table, filename)
64 return "function"
121 class Function(SymbolTable):
213 If the name is used as the target of a function or class
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
symtable.py 10 __all__ = ["symtable", "SymbolTable", "Class", "Function", "Symbol"]
25 return Function(table, filename)
64 return "function"
121 class Function(SymbolTable):
213 If the name is used as the target of a function or class
  /system/extras/simpleperf/scripts/
pprof_proto_generator.py 85 for i in range(len(p.function)):
86 print('function[%d]:' % i)
87 self.show_function(p.function[i], sub_space)
158 function = self.profile.function[function_id - 1]
159 self.show_function(function, space)
161 def show_function(self, function, space=''):
162 print('%sid: %d' % (space, function.id))
163 print('%sname: %s' % (space, self.string(function.name)))
164 print('%ssystem_name: %s' % (space, self.string(function.system_name))
    [all...]
  /device/linaro/bootloader/edk2/CorebootModulePkg/Library/BaseSerialPortLib16550/
BaseSerialPortLib16550.c 60 UINT8 Function;
179 This function assumes Root Bus Numer is Zero, and enables I/O and MMIO in PCI UART
234 PciLibAddress = PCI_LIB_ADDRESS (BusNumber, DeviceInfo->Device, DeviceInfo->Function, 0);
302 PciLibAddress = PCI_LIB_ADDRESS (BusNumber, DeviceInfo->Device, DeviceInfo->Function, 0);
390 PciLibAddress = PCI_LIB_ADDRESS (BusNumber, DeviceInfo->Device, DeviceInfo->Function, 0);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/PciRootBridgeIo/
PciRootBridgeIo.h 89 UINT8 Function;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/
BiosSnp16.c 313 UINTN Function;
447 PciIo->GetLocation (PciIo, &Segment, &Bus, &Device, &Function);
450 (UINT16) ((Bus << 0x8) | (Device << 0x3) | (Function))
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Include/Library/
GenericBdsLib.h 136 This function will enumerate all possible boot devices in the system, and
170 This function will enumerate all possible boot devices in the system, and
244 The function will go through the driver option link list, and then load and start
258 This function processes BootOrder or DriverOrder variables, by calling
279 This function reads the EFI variable (VendorGuid/Name) and returns a dynamically allocated
302 This function prints a series of strings.
340 This function registers the new boot#### or driver#### option based on
369 This function connects all system drivers with the corresponding controllers.
379 This function connects all system drivers to controllers.
389 This function will create all handles associate with every device
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
PiSmmCore.h 183 /// Notification function
184 EFI_SMM_NOTIFY_FN Function;
211 The SmmInstallConfigurationTable() function is used to maintain the list
237 Wrapper function to SmmInstallProtocolInterfaceNotify. This is the public API which
488 @param Function Points to the notification function
500 IN EFI_SMM_NOTIFY_FN Function,
557 Function returns an array of handles that support the requested protocol
616 @param DispatchHandle On return, contains a unique handle which can be used to later unregister the handler function.
635 @retval EFI_SUCCESS Handler function was successfully unregistered.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Guid/
Performance.h 139 UINTN Function;
147 UINTN Function;
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/BaseSerialPortLib16550/
BaseSerialPortLib16550.c 60 UINT8 Function;
179 This function assumes Root Bus Numer is Zero, and enables I/O and MMIO in PCI UART
234 PciLibAddress = PCI_LIB_ADDRESS (BusNumber, DeviceInfo->Device, DeviceInfo->Function, 0);
302 PciLibAddress = PCI_LIB_ADDRESS (BusNumber, DeviceInfo->Device, DeviceInfo->Function, 0);
390 PciLibAddress = PCI_LIB_ADDRESS (BusNumber, DeviceInfo->Device, DeviceInfo->Function, 0);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
PxeBcImpl.h 91 EFI_PXE_BASE_CODE_FUNCTION Function;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
PciRootBridgeIo.h 119 UINT8 Function;
  /external/clang/include/clang/Index/
IndexSymbol.h 39 Function,

Completed in 777 milliseconds

1 2 3 4 5 6 7 8 91011>>