Searched refs:Put (Results 1 - 25 of 43) sorted by relevance

12

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsCheapSets.cpp51 * Put a string into the table
54 nsCheapStringSet::Put(const nsAString& aVal) function in class:nsCheapStringSet
59 return set->Put(aVal);
68 rv = set->Put(*oldStr);
72 return set->Put(aVal);
120 nsCheapInt32Set::Put(PRInt32 aVal) function in class:nsCheapInt32Set
125 return set->Put(aVal);
135 rv = set->Put(oldInt);
138 return set->Put(aVal);
147 return set->Put(aVa
[all...]
H A DnsHashSets.h56 * Put(): put a thing of the given type into the set
63 * mySet.Put(5);
72 * - KEY_TYPE: the type of key for Put() and Contains()
84 nsresult Put(const KEY_TYPE aKey) { \
H A DnsCheapSets.h55 * Put a string into the set
58 nsresult Put(const nsAString& aVal);
130 * Put an int into the set
132 nsresult Put(PRInt32 aVal);
H A DnsBaseHashtable.h144 PRBool Put(KeyType aKey, UserDataType aData) function in class:nsBaseHashtable
285 PRBool Put(KeyType aKey, UserDataType aData);
403 nsBaseHashtableMT<KeyClass,DataType,UserDataType>::Put(KeyType aKey, function in class:nsBaseHashtableMT
408 nsBaseHashtable<KeyClass,DataType,UserDataType>::Put(aKey, aData);
H A DnsProperties.cpp118 nsISupports* prevValue = (nsISupports*)Put(&key, value);
H A DnsHashtable.cpp207 void *nsHashtable::Put(nsHashKey *aKey, void *aData) function in class:nsHashtable
295 newHashtable->Put(entry->key, entry->value);
393 if (!Put(key, data)) {
769 newHashtable->Put(entry->key, newElement);
824 nsSupportsHashtable::Put(nsHashKey *aKey, nsISupports* aData, nsISupports **value) function in class:nsSupportsHashtable
827 void *prev = nsHashtable::Put(aKey, aData);
871 newHashtable->Put(entry->key, entry->value);
H A DnsObserverService.cpp144 mObserverTopicTable->Put(&key, topicObservers);
H A DnsHashtable.h147 void *Put(nsHashKey *aKey, void *aData);
214 PRBool Put(nsHashKey *aKey,
/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsErrorService.cpp60 nsInt2StrHashtable::Put(PRUint32 key, const char* aData) function in class:nsInt2StrHashtable
66 char* oldValue = (char*)mHashtable.Put(&k, value);
112 return mErrorStringBundleURLMap.Put(errorModule, stringBundleURL);
134 return mErrorStringBundleKeyMap.Put(error, stringBundleKey);
H A DnsErrorService.h49 nsresult Put(PRUint32 key, const char* aData);
H A DnsConsoleService.cpp275 * Put the proxy event listener into a hashtable using the *real*
283 mListeners.Put(&key, proxiedListener);
/vbox/src/libs/zlib-1.2.6/contrib/dotzlib/DotZLib/
H A DCircularBuffer.cs39 public int Put(byte[] source, int offset, int count) method in class:DotZLib.CircularBuffer
51 public bool Put(byte b) method in class:DotZLib.CircularBuffer
H A DUnitTests.cs54 Assert.IsTrue(buf.Put( 1 ));
66 Assert.AreEqual( 10, buf.Put(arr,0,10) );
68 Assert.IsFalse( buf.Put(11) );
70 Assert.IsTrue( buf.Put(11) );
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/SysCall/Ia32/
H A DMathReminderU64x64.c81 ; Put the Reminder in EDX:EAX as return value
H A DMathReminderU64x64.S79 # Put the Reminder in EDX:EAX as return value
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/CRT/Ia32/
H A Dlldvrm.c88 ; Put the Remainder in EBX:ECX
H A Dllrem.c81 ; Put the Reminder in EDX:EAX as return value
H A Dulldvrm.c88 ; Put the Remainder in EBX:ECX
H A Dullrem.c81 ; Put the Reminder in EDX:EAX as return value
H A Dumoddi3.S79 # Put the Reminder in EDX:EAX as return value
/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DTestHashtables.cpp464 if (!UniToEntity.Put(gEntities[i].mUnicode, gEntities[i].mStr)) {
530 if (!UniToEntityL.Put(gEntities[i].mUnicode, gEntities[i].mStr)) {
597 if (!EntToUniClass.Put(nsDependentCString(gEntities[i].mStr), temp)) {
666 if (!EntToUniClassL.Put(nsDependentCString(gEntities[i].mStr), temp)) {
741 if (!EntToUniClass2.Put(foo, gEntities[i].mUnicode)) {
812 if (!UniToEntClass2.Put(gEntities[i].mUnicode, foo)) {
886 if (!UniToEntClass2L.Put(gEntities[i].mUnicode, foo)) {
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsFastLoadService.cpp398 mChecksumTable.Put(&key, NS_INT32_TO_PTR(checksum));
400 mChecksumTable.Put(&key, (void *)(uintptr_t)checksum);
425 mChecksumTable.Put(&key, NS_INT32_TO_PTR(checksum));
427 mChecksumTable.Put(&key, (void *)(uintptr_t)checksum);
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/CpuDxe/Ia32/
H A DCpuAsm.S117 # Put Vector Number on stack
122 # Put 0 (dummy) error code on stack, and restore ECX
150 # Put Vector Number on stack and restore ECX
H A DCpuAsm.asm115 ; Put Vector Number on stack
120 ; Put 0 (dummy) error code on stack, and restore ECX
148 ; Put Vector Number on stack and restore ECX
/vbox/src/libs/xpcom18a4/xpcom/threads/
H A DnsEventQueueService.cpp194 mEventQTable.Put(aThread, queue); // add to the table (initial addref)
293 mEventQTable.Put(currentThread, newQueue);

Completed in 138 milliseconds

12