/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/ |
LVPSA_Init.c | 31 /* phInstance Pointer to pointer to the instance */ 58 INST_ALLOC Instance; 92 InstAlloc_Init( &Instance , pMemoryTable->Region[LVPSA_MEMREGION_INSTANCE].pBaseAddress); 98 /* Set the instance handle if not already initialised */ 101 *phInstance = InstAlloc_AddMember( &Instance, sizeof(LVPSA_InstancePr_t) ); 149 pLVPSA_Inst->pPostGains = InstAlloc_AddMember( &Instance, pInitParams->nBands * sizeof(LVM_UINT16) ); 151 pLVPSA_Inst->pPostGains = InstAlloc_AddMember( &Instance, pInitParams->nBands * \ 154 pLVPSA_Inst->pFiltersParams = InstAlloc_AddMember( &Instance, pInitParams->nBands * sizeof(LVPSA_FilterParam_t) ); 155 pLVPSA_Inst->pSpectralDataBufferStart = InstAlloc_AddMember( &Instance, pInitParams->nBands * pLVPSA_Inst->SpectralDataBufferLength * sizeof(LVM_UINT8) ); 156 pLVPSA_Inst->pPreviousPeaks = InstAlloc_AddMember( &Instance, pInitParams->nBands * sizeof(LVM_UINT8) ) [all...] |
/libcore/ojluni/src/main/java/java/security/cert/ |
CertStore.java | 38 import sun.security.jca.GetInstance.Instance; 91 * CRL while simultaneously searching for further certificates, for instance. 140 * {@code Certificate}s that match the selector. For instance, 170 * {@code CRL}s that match the selector. For instance, 237 Instance instance = GetInstance.getInstance("CertStore", local 239 return new CertStore((CertStoreSpi)instance.impl, 240 instance.provider, type, params); 307 Instance instance = GetInstance.getInstance("CertStore" local 361 Instance instance = GetInstance.getInstance("CertStore", local [all...] |
CertificateFactory.java | 40 import sun.security.jca.GetInstance.Instance; 55 * instance of {@code java.security.cert.X509Certificate}, and CRLs 56 * that are an instance of {@code java.security.cert.X509CRL}. 206 Instance instance = GetInstance.getInstance("CertificateFactory", local 208 return new CertificateFactory((CertificateFactorySpi)instance.impl, 209 instance.provider, type); 253 Instance instance = GetInstance.getInstance("CertificateFactory", local 255 return new CertificateFactory((CertificateFactorySpi)instance.impl 294 Instance instance = GetInstance.getInstance("CertificateFactory", local [all...] |
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Frontend/ |
FrontendAction.h | 39 CompilerInstance *Instance; 57 /// \param CI - The current compiler instance, provided as a convenience, see 85 /// compiler instance. 111 /// @name Compiler Instance Access 115 assert(Instance && "Compiler instance not registered!"); 116 return *Instance; 119 void setCompilerInstance(CompilerInstance *Value) { Instance = Value; } 197 /// \param CI - The compiler instance this action is being run from. The 246 /// \param CI - The compiler instance, for use in reporting diagnostics [all...] |
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Frontend/ |
FrontendAction.h | 39 CompilerInstance *Instance; 57 /// \param CI - The current compiler instance, provided as a convenience, see 85 /// compiler instance. 111 /// @name Compiler Instance Access 115 assert(Instance && "Compiler instance not registered!"); 116 return *Instance; 119 void setCompilerInstance(CompilerInstance *Value) { Instance = Value; } 197 /// \param CI - The compiler instance this action is being run from. The 246 /// \param CI - The compiler instance, for use in reporting diagnostics [all...] |
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Frontend/ |
FrontendAction.h | 39 CompilerInstance *Instance; 57 /// \param CI - The current compiler instance, provided as a convenience, see 85 /// compiler instance. 111 /// @name Compiler Instance Access 115 assert(Instance && "Compiler instance not registered!"); 116 return *Instance; 119 void setCompilerInstance(CompilerInstance *Value) { Instance = Value; } 197 /// \param CI - The compiler instance this action is being run from. The 246 /// \param CI - The compiler instance, for use in reporting diagnostics [all...] |
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/ |
FrontendAction.h | 39 CompilerInstance *Instance; 57 /// \param CI - The current compiler instance, provided as a convenience, see 85 /// compiler instance. 111 /// @name Compiler Instance Access 115 assert(Instance && "Compiler instance not registered!"); 116 return *Instance; 119 void setCompilerInstance(CompilerInstance *Value) { Instance = Value; } 197 /// \param CI - The compiler instance this action is being run from. The 246 /// \param CI - The compiler instance, for use in reporting diagnostics [all...] |
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Frontend/ |
FrontendAction.h | 39 CompilerInstance *Instance; 57 /// \param CI - The current compiler instance, provided as a convenience, see 85 /// compiler instance. 111 /// @name Compiler Instance Access 115 assert(Instance && "Compiler instance not registered!"); 116 return *Instance; 119 void setCompilerInstance(CompilerInstance *Value) { Instance = Value; } 197 /// \param CI - The compiler instance this action is being run from. The 246 /// \param CI - The compiler instance, for use in reporting diagnostics [all...] |
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Frontend/ |
FrontendAction.h | 39 CompilerInstance *Instance; 57 /// \param CI - The current compiler instance, provided as a convenience, see 85 /// compiler instance. 111 /// @name Compiler Instance Access 115 assert(Instance && "Compiler instance not registered!"); 116 return *Instance; 119 void setCompilerInstance(CompilerInstance *Value) { Instance = Value; } 197 /// \param CI - The compiler instance this action is being run from. The 246 /// \param CI - The compiler instance, for use in reporting diagnostics [all...] |
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Frontend/ |
FrontendAction.h | 39 CompilerInstance *Instance; 57 /// \param CI - The current compiler instance, provided as a convenience, see 85 /// compiler instance. 111 /// @name Compiler Instance Access 115 assert(Instance && "Compiler instance not registered!"); 116 return *Instance; 119 void setCompilerInstance(CompilerInstance *Value) { Instance = Value; } 197 /// \param CI - The compiler instance this action is being run from. The 246 /// \param CI - The compiler instance, for use in reporting diagnostics [all...] |
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/ |
FrontendAction.h | 39 CompilerInstance *Instance; 57 /// \param CI - The current compiler instance, provided as a convenience, see 85 /// compiler instance. 111 /// @name Compiler Instance Access 115 assert(Instance && "Compiler instance not registered!"); 116 return *Instance; 119 void setCompilerInstance(CompilerInstance *Value) { Instance = Value; } 197 /// \param CI - The compiler instance this action is being run from. The 246 /// \param CI - The compiler instance, for use in reporting diagnostics [all...] |
/system/netd/server/ |
NetlinkManager.h | 52 static NetlinkManager *Instance();
|
/system/vold/ |
NetlinkHandler.cpp | 46 VolumeManager *vm = VolumeManager::Instance();
|
/device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/ |
Ip6ConfigNv.c | 41 @param[in] Ip6Config The pointer to the EFI_IP6_CONFIG_PROTOCOL instance.
789 @param[in] Instance Points to IP6 config instance data.
801 IN IP6_CONFIG_INSTANCE *Instance,
817 if ((Instance == NULL) || (AddressInfo == NULL) || (AddressSize == NULL)) {
821 NET_CHECK_SIGNATURE (Instance, IP6_CONFIG_INSTANCE_SIGNATURE);
823 Ip6NvData = &Instance->Ip6NvData;
868 @param[in] Instance The IP6 config instance data.
879 IN IP6_CONFIG_INSTANCE *Instance
[all...] |
/external/webrtc/webrtc/base/ |
thread.cc | 38 ThreadManager* ThreadManager::Instance() { 45 return ThreadManager::Instance()->CurrentThread(); 200 ThreadManager::Instance(); 228 return WrapCurrentWithThreadManager(ThreadManager::Instance(), true); 233 ThreadManager::Instance()->SetCurrentThread(NULL); 246 WrapCurrentWithThreadManager(ThreadManager::Instance(), false); 288 ThreadManager::Instance()->SetCurrentThread(init->thread); 515 if (!ThreadManager::Instance()->CurrentThread()) { 516 ThreadManager::Instance()->SetCurrentThread(this); 522 if (ThreadManager::Instance()->CurrentThread() == this) [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/metaclasses/ |
Simple.py | 10 """Create a new instance."""
11 return Instance(self)
13 class Instance:
26 def __init__(self, function, instance):
28 self.instance = instance
30 print "calling", self.function, "for", self.instance, "with", args
31 return apply(self.function, (self.instance,) + args)
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/ |
FvLib.h | 58 IN UINTN Instance,
67 IN UINTN Instance,
|
/device/linaro/bootloader/edk2/DuetPkg/FvbRuntimeService/ |
FwBlockService.h | 108 // Fvb Protocol instance data
122 UINTN Instance;
156 IN UINTN Instance,
167 IN UINTN Instance,
178 IN UINTN Instance,
186 IN UINTN Instance,
194 IN UINTN Instance,
202 IN UINTN Instance,
229 IN UINTN Instance,
|
/device/linaro/bootloader/edk2/DuetPkg/Library/DxeCoreReportStatusCodeLibFromHob/ |
ReportStatusCodeLibInternal.h | 37 Type, Value, Instance, CallerId, and Data. The result of this call is returned.
41 @param Instance Status code instance number.
57 IN UINT32 Instance,
73 an instance specified by Instance and a caller ID specified by CallerId. If
85 @param Instance Status code instance number.
108 IN UINT32 Instance,
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/PlatformToDriverConfiguration/ |
PlatformToDriverConfiguration.h | 67 IN UINTN *Instance,
79 This - A pointer to the EFI_PLATFORM_TO_DRIVER_CONFIGURATION_PROTOCOL instance.
88 Instance - Pointer to the Instance value. Zero means return the first
107 EFI_NOT_FOUND - No more unread Instance exists.
109 EFI_INVALID_PARAMETER - Instance is NULL.
125 IN UINTN *Instance,
138 This - A pointer to the EFI_PLATFORM_TO_DRIVER_CONFIGURATION_PROTOCOL instance.
147 Instance - Instance data returned from Query. [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/Generic/MonoStatusCode/Pei/ |
MonoStatusCode.h | 92 IN UINT32 Instance,
118 IN UINT32 Instance,
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/ |
FvLib.h | 60 IN UINTN Instance,
68 IN UINTN Instance,
|
ParseInf.h | 100 IN UINTN Instance,
115 Instance The instance of the token to search for. Zero is the first instance.
132 IN UINTN Instance,
141 Finds the Instance-th token in a section.
147 Instance Specify the Instance-th token to search for, starting from zero
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ |
ReportStatusCodeRouterRuntimeDxe.h | 51 UINT32 Instance;
119 @param Instance The enumeration of a hardware or software entity within
120 the system. Valid instance numbers start with 1.
135 IN UINT32 Instance,
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/StatusCodeHandler/Pei/ |
StatusCodeHandlerPei.h | 50 @param Instance The enumeration of a hardware or software entity within
52 pairing. The instance differentiates between them. An instance of 0 indicates
53 that instance information is unavailable, not meaningful, or not relevant.
54 Valid instance numbers start with 1.
69 IN UINT32 Instance,
99 @param Instance The enumeration of a hardware or software entity within
101 pairing. The instance differentiates between them. An instance of 0 indicates
102 that instance information is unavailable, not meaningful, or not relevant. [all...] |