/device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/FwVol/ |
FwVol.c | 197 @return Pointer to instance of PEI_CORE_FV_HANDLE.
719 @param SectionInstance Pointer to the filter to find the specific instance of section.
787 // The type matches, so check the instance count to see if it's the one we want.
[all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/ |
BmBoot.c | [all...] |
/device/linaro/bootloader/edk2/Nt32Pkg/WinNtBusDriverDxe/ |
WinNtBusDriver.c | 23 instance represents a seperate hardware device.
504 Node->Instance == Count
515 // Allocate instance structure, and fill in parent information.
774 InstanceNumber - Instance number to use in the vendor device path. This
795 // Add an instance number so we can make sure there are no Device Path
798 DevicePath.Instance = InstanceNumber;
|
/external/clang/lib/ARCMigrate/ |
TransAutoreleasePool.cpp | 56 Expr *instance = E->getInstanceReceiver()->IgnoreParenCasts(); 57 if (DeclRefExpr *DE = dyn_cast<DeclRefExpr>(instance)) { 359 if (ME->getReceiverKind() == ObjCMessageExpr::Instance && 378 if (ME->getReceiverKind() == ObjCMessageExpr::Instance) {
|
TransRetainReleaseDealloc.cpp | 83 if (E->getReceiverKind() == ObjCMessageExpr::Instance) 127 case ObjCMessageExpr::Instance:
|
TransZeroOutPropsInDealloc.cpp | 47 if (ME->getReceiverKind() != ObjCMessageExpr::Instance)
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
vktApiObjectManagementTests.cpp | 426 struct Instance 442 return getSafeObjectCount<Instance>(context, params, MAX_CONCURRENT_INSTANCES); 490 Dependency<Instance> instance; member in struct:vkt::api::__anon16506::Device::Resources 496 : instance (env, Instance::Parameters()) 497 , vki (env.vkp, *instance.object) 502 const vector<VkPhysicalDevice> physicalDevices = enumeratePhysicalDevices(vki, *instance.object); 2643 CaseDescription<Instance> instance; member in struct:vkt::CaseDescriptions [all...] |
/system/vold/ |
Disk.cpp | 538 VolumeManager::Instance()->getBroadcaster()->sendBroadcast(event, 543 VolumeManager::Instance()->getBroadcaster()->sendBroadcast(event,
|
CommandListener.cpp | 153 VolumeManager *vm = VolumeManager::Instance(); 401 VolumeManager *vm = VolumeManager::Instance(); 543 VolumeManager *vm = VolumeManager::Instance(); 611 VolumeManager *vm = VolumeManager::Instance();
|
VolumeManager.h | 188 static VolumeManager *Instance();
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/SataSiI3132Dxe/ |
SataSiI3132.h | 129 struct _SATA_SI3132_INSTANCE *Instance;
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Include/Library/ |
PrePiLib.h | 24 @param Instance This instance of the firmware volume to find. The value 0 is the
36 IN UINTN Instance,
313 Returns the next instance of a HOB type from the starting HOB.
315 This function searches the first instance of a HOB type from the starting HOB pointer.
325 @return The next instance of a HOB type from the starting HOB.
336 Returns the first instance of a HOB type among the whole HOB list.
338 This function searches the first instance of a HOB type among the whole HOB list.
343 @return The next instance of a HOB type from the starting HOB.
353 This function searches the first instance of a HOB from the starting HOB pointer. [all...] |
/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/ |
kfile.h | 132 /* A generic instance structure which is valid
133 for all device instance structures.
135 All device instance structures MUST be a multiple of 8-bytes in length.
138 UINT32 Cookie; ///< Special value identifying this as a valid Instance
139 UINT32 InstanceNum; ///< Which instance is this? Zero-based.
149 int Instance, wchar_t *Path, wchar_t *MPath);
|
/external/clang/lib/Serialization/ |
ASTReaderInternals.h | 208 SmallVector<ObjCMethodDecl *, 2> Instance;
|
/external/jmdns/src/javax/jmdns/ |
ServiceInfo.java | 20 * <Instance>.<app>.<protocol>.<servicedomain>.<parentdomain>.<br/> 28 * <li><Instance>: This is the service name</li> 57 * Instance Field. 59 Instance, 72 * unqualified service instance name, such as <code>foobar</code> 89 * unqualified service instance name, such as <code>foobar</code> 91 * service subtype see draft-cheshire-dnsext-dns-sd-06.txt chapter 7.1 Selective Instance Enumeration 108 * unqualified service instance name, such as <code>foobar</code> 129 * unqualified service instance name, such as <code>foobar</code> 131 * service subtype see draft-cheshire-dnsext-dns-sd-06.txt chapter 7.1 Selective Instance Enumeratio [all...] |
/external/syslinux/gnu-efi/gnu-efi-3.0/lib/ |
dpath.c | 94 // Return size and start of device path instance 122 // Src1 may have multiple "instances" and each instance is appended 123 // Src2 is appended to each instance is Src1. (E.g., it's possible 124 // to append a new instance to the complete device path by passing 153 // Append Src2 to every instance in Src1 195 // Src1 may have multiple "instances" and each instance is appended 197 // appended to each instance is Src1. 393 IN EFI_DEVICE_PATH *Instance 402 return DuplicateDevicePath (Instance); 405 InstanceSize = DevicePathSize(Instance); [all...] |
/external/webrtc/webrtc/base/ |
messagequeue.h | 45 // instance has been initialized. It has no other use relative to the rest of 47 // MessageQueueManager instance when necessary. 51 static MessageQueueManager* Instance();
|
physicalsocketserver.cc | 827 // There is just a single global instance. (Signal handlers do not get any 830 static PosixSignalHandler* Instance() { 831 RTC_DEFINE_STATIC_LOCAL(PosixSignalHandler, instance, ()); 832 return &instance; 957 if (PosixSignalHandler::Instance()->IsSignalSet(signum)) { 958 PosixSignalHandler::Instance()->ClearSignal(signum); 974 return PosixSignalHandler::Instance()->GetDescriptor(); [all...] |
/frameworks/av/drm/libmediadrm/ |
DrmSessionManager.cpp | 52 sp<DrmSessionManager> DrmSessionManager::Instance() {
|
/packages/apps/DeskClock/src/com/android/deskclock/alarms/ |
AlarmStateManager.java | 69 * is in charge of changing the alarm instance state to a LOW_NOTIFICATION_STATE. 87 * also increments the alarm time in the instance to reflect the new snooze time. 96 * it. At this point the alarm instance is dead and we check the parent alarm to see if we need 102 * This is really a transient state that will properly delete the alarm instance. Use this state, 103 * whenever you want to get rid of the alarm instance. This state will also check the alarm 104 * parent to see if it should disable or schedule a new alarm instance. 107 // Intent action to trigger an instance state change. 110 // Intent action to show the alarm and dismiss the instance 178 * Returns an alarm instance of an alarm that's going to fire next. 181 * @return an alarm instance that will fire earliest relative to current time 492 AlarmInstance.updateInstance(context.getContentResolver(), instance); local 905 AlarmInstance instance = AlarmInstance.getInstance(context.getContentResolver(), local 941 AlarmInstance instance = AlarmInstance.getInstance(context.getContentResolver(), local [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
threadpoolapiset.h | 18 typedef VOID (WINAPI *PTP_WIN32_IO_CALLBACK) (PTP_CALLBACK_INSTANCE Instance, PVOID Context, PVOID Overlapped, ULONG IoResult, ULONG_PTR NumberOfBytesTransferred, PTP_IO Io);
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/PlatformDriOverrideDxe/ |
PlatDriOverrideLib.c | 437 be a multi-instance device path
455 EFI_DEVICE_PATH_PROTOCOL *Instance;
474 // The outer loop handles multi instance device paths.
475 // Only console variables contain multiple instance device paths.
477 // After this call DevicePath points to the next Instance
479 Instance = GetNextDevicePathInstance (&DevicePath, &Size);
480 ASSERT (Instance != NULL);
482 Next = Instance;
499 RemainingDevicePath = Instance;
[all...] |
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/ |
RPCUtils.h | 501 // Create an error instance representing an abandoned response. 583 MemberFnWrapper(ClassT &Instance, MethodT Method) 584 : Instance(Instance), Method(Method) {} 586 return (Instance.*Method)(std::move(Args)...); 590 ClassT &Instance; 778 /// Construct an RPC instance on a channel. [all...] |
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/ |
RPCUtils.h | 501 // Create an error instance representing an abandoned response. 583 MemberFnWrapper(ClassT &Instance, MethodT Method) 584 : Instance(Instance), Method(Method) {} 586 return (Instance.*Method)(std::move(Args)...); 590 ClassT &Instance; 778 /// Construct an RPC instance on a channel. [all...] |
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/ |
RPCUtils.h | 501 // Create an error instance representing an abandoned response. 583 MemberFnWrapper(ClassT &Instance, MethodT Method) 584 : Instance(Instance), Method(Method) {} 586 return (Instance.*Method)(std::move(Args)...); 590 ClassT &Instance; 778 /// Construct an RPC instance on a channel. [all...] |