Searched refs:Init (Results 1 - 25 of 180) sorted by relevance

12345678

/vbox/src/libs/xpcom18a4/xpcom/string/src/
H A DnsTPromiseFlatString.cpp40 nsTPromiseFlatString_CharT::Init(const substring_type& str) function in class:nsTPromiseFlatString_CharT
60 nsTPromiseFlatString_CharT::Init(const abstract_string_type& readable) function in class:nsTPromiseFlatString_CharT
63 Init(*readable.AsSubstring());
65 Init(readable.ToSubstring());
/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/lock/src/
H A DipcLockService.h55 NS_HIDDEN_(nsresult) Init();
/vbox/src/libs/xpcom18a4/xpcom/string/public/
H A DnsTPromiseFlatString.h102 NS_COM void Init( const substring_type& );
103 NS_COM void Init( const abstract_string_type& );
117 Init(str);
124 Init(readable);
/vbox/src/libs/xpcom18a4/java/src/
H A DnsIFileStreams.h47 NS_IMETHOD Init(nsIFile *file, PRInt32 ioFlags, PRInt32 perm, PRInt32 behaviorFlags) = 0;
76 NS_IMETHOD Init(nsIFile *file, PRInt32 ioFlags, PRInt32 perm, PRInt32 behaviorFlags); \
80 NS_IMETHOD Init(nsIFile *file, PRInt32 ioFlags, PRInt32 perm, PRInt32 behaviorFlags) { return _to Init(file, ioFlags, perm, behaviorFlags); } \
84 NS_IMETHOD Init(nsIFile *file, PRInt32 ioFlags, PRInt32 perm, PRInt32 behaviorFlags) { return !_to ? NS_ERROR_NULL_POINTER : _to->Init(file, ioFlags, perm, behaviorFlags); } \
119 NS_IMETHODIMP nsFileInputStream::Init(nsIFile *file, PRInt32 ioFlags, PRInt32 perm, PRInt32 behaviorFlags)
151 NS_IMETHOD Init(nsIFile *file, PRInt32 ioFlags, PRInt32 perm, PRInt32 behaviorFlags) = 0;
157 NS_IMETHOD Init(nsIFile *file, PRInt32 ioFlags, PRInt32 perm, PRInt32 behaviorFlags);
161 NS_IMETHOD Init(nsIFil
[all...]
/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/transmngr/module/
H A DtmIPCModule.cpp49 tmIPCModule::Init,
72 tmIPCModule::Init() { function in class:tmIPCModule
99 if(NS_SUCCEEDED(trans->Init(IPC_GetClientID(client), // who owns it
134 return tm->Init();
H A DtmIPCModule.h73 static void Init();
H A DtmQueue.cpp70 tmQueue::Init(const char* aName, PRUint32 aID, tmTransactionManager *aTM) { function in class:tmQueue
73 if (NS_SUCCEEDED(mTransactions.Init()) &&
74 NS_SUCCEEDED(mListeners.Init()) &&
97 if (NS_SUCCEEDED(trans.Init(aClientID, // owner's ipc ID
136 if (NS_SUCCEEDED(trans.Init(aClientID,
166 if (NS_SUCCEEDED(trans.Init(aClientID,
201 if (NS_SUCCEEDED(trans.Init(ownerID,
H A DtmTransactionManager.cpp61 tmTransactionManager::Init() { function in class:tmTransactionManager
62 return mQueues.Init();
149 queue->Init(aQueueName, index, this);
H A DtmTransactionManager.h78 PRInt32 Init();
H A DtmQueue.h67 * Set the internal state to default values. Init() must be called
73 * Reclaim the memory allocated in Init(). Destroys the transactions in
88 PRInt32 Init(const char* aName, PRUint32 aID, tmTransactionManager *aTM);
/vbox/src/libs/xpcom18a4/ipc/ipcd/shared/src/
H A DipcMessagePrimitives.cpp46 Init(target, NULL, 4 + sLen + 1);
57 Init(target, NULL, 8 + sLen + 1);
67 Init(target, NULL, 4 + sizeof(nsID));
77 Init(target, NULL, 8 + sizeof(nsID));
H A DipcMessagePrimitives.h48 Init(target, (char *) &first, sizeof(first));
63 Init(target, (char *) data, sizeof(data));
83 Init(target, (char *) data, sizeof(data));
108 Init(target, (char *) data, sizeof(data));
/vbox/src/libs/xpcom18a4/ipc/ipcd/test/module/
H A DTestModule.cpp15 static void Init() function in struct:TestModule
17 printf("*** TestModule::Init\n");
50 TestModule::Init,
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsStaticNameTable.h67 PRBool Init(const char* const aNames[], PRInt32 Count);
H A DnsByteBuffer.h52 NS_IMETHOD Init(PRUint32 aBufferSize);
H A DnsUnicharBuffer.h51 NS_IMETHOD Init(PRUint32 aBufferSize);
H A DnsFixedSizeAllocator.h103 pool.Init("TheFooPool", kBucketSizes, kNumBuckets, kInitialPoolSize);
182 Init(const char* aName,
/vbox/src/libs/xpcom18a4/xpcom/threads/
H A DnsEventQueueService.h53 nsresult Init();
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/PCD/Pei/
H A DPcd.c158 GetPcdDatabase()->Init.SystemSkuId = (SKU_ID) SkuId;
321 Size = (PeiPcdDb->Init.LocalTokenNumberTable[TokenNumber] & PCD_DATUM_TYPE_ALL_SET) >> PCD_DATUM_TYPE_SHIFT;
978 MatchGuid = ScanGuid (PeiPcdDb->Init.GuidTable, sizeof(PeiPcdDb->Init.GuidTable), Guid);
985 GuidTableIdx = MatchGuid - PeiPcdDb->Init.GuidTable;
987 ExMapTable = PeiPcdDb->Init.ExMapTable;
1090 ExMapTable = PeiPcdDb->Init.ExMapTable;
1096 *Guid = &PeiPcdDb->Init.GuidTable[ExMapTable[0].ExGuidIndex];
1100 MatchGuid = ScanGuid (PeiPcdDb->Init.GuidTable, sizeof(PeiPcdDb->Init
[all...]
H A DService.c78 LocalTokenNumber = GetPcdDatabase()->Init.LocalTokenNumberTable[TokenNumber];
128 CopyMem (&Database->Init, &gPEIPcdDbInit, sizeof (gPEIPcdDbInit));
228 if (PeiPcdDb->Init.SystemSkuId == SkuIdTable[Index + 1]) {
386 LocalTokenNumber = PeiPcdDb->Init.LocalTokenNumberTable[TokenNumber];
436 CopyMem (&PeiPcdDb->Init.StringTable[StringTableIdx], Data, *Size);
618 LocalTokenNumber = PeiPcdDb->Init.LocalTokenNumberTable[TokenNumber];
630 StringTable = PeiPcdDb->Init.StringTable;
645 Guid = &(PeiPcdDb->Init.GuidTable[VariableHead->GuidTableIndex]);
711 ExMap = PeiPcdDb->Init.ExMapTable;
712 GuidTable = PeiPcdDb->Init
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/PCD/Dxe/
H A DService.c91 LocalTokenNumberTable = IsPeiDb ? mPcdDatabase->PeiDb.Init.LocalTokenNumberTable :
92 mPcdDatabase->DxeDb.Init.LocalTokenNumberTable;
111 StringTable = (UINT8 *) (&mPcdDatabase->PeiDb.Init.StringTable[0]);
113 StringTable = (UINT8 *) (&mPcdDatabase->DxeDb.Init.StringTable[0]);
128 GuidTable = (EFI_GUID *) (&mPcdDatabase->PeiDb.Init.GuidTable[0]);
130 GuidTable = (EFI_GUID *) (&mPcdDatabase->DxeDb.Init.GuidTable[0]);
465 CopyMem (&mPcdDatabase->DxeDb.Init, &gDXEPcdDbInit, sizeof(DXE_PCD_DATABASE_INIT));
575 PhaseSkuIdTable = IsPeiDb ? mPcdDatabase->PeiDb.Init.SkuIdTable :
576 mPcdDatabase->DxeDb.Init.SkuIdTable;
584 if (mPcdDatabase->PeiDb.Init
[all...]
H A DPcd.c173 mPcdDatabase->PeiDb.Init.SystemSkuId = (SKU_ID) SkuId;
349 LocalTokenNumberTable = IsPeiDb ? mPcdDatabase->PeiDb.Init.LocalTokenNumberTable
350 : mPcdDatabase->DxeDb.Init.LocalTokenNumberTable;
1030 mPcdDatabase->PeiDb.Init.GuidTable,
1031 sizeof(mPcdDatabase->PeiDb.Init.GuidTable),
1032 mPcdDatabase->PeiDb.Init.ExMapTable,
1033 sizeof(mPcdDatabase->PeiDb.Init.ExMapTable)
1045 mPcdDatabase->DxeDb.Init.GuidTable,
1046 sizeof(mPcdDatabase->DxeDb.Init.GuidTable),
1047 mPcdDatabase->DxeDb.Init
[all...]
/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/transmngr/common/
H A DtmVector.h67 * Set some sane default values to set up the internal storage. Init()
74 * Reclaim the memory allocated in the Init() method.
87 nsresult Init();
H A DtmTransaction.h80 * or local variable a process must call Init() with the proper set of
103 * You should only call Init() once in the lifetime of a tmTransaction
105 * data. Therefore it would leak most heinously if Init() were to be
158 nsresult Init(PRUint32 aOwnerID,
218 * Sets the ID of the destination or source queue. Init should have been
/vbox/src/libs/xpcom18a4/
H A Dvboxdeps.cpp58 a->Init(123);

Completed in 1157 milliseconds

12345678