Searched refs:NS_LITERAL_STRING (Results 1 - 12 of 12) sorted by relevance
/vbox/src/libs/xpcom18a4/xpcom/tests/ |
H A D | TestXPIDLString.cpp | 8 *aResult = ToNewUnicode(NS_LITERAL_STRING("Hello, World"));
|
H A D | TestObserverService.cpp | 116 nsIObserver *aObserver = new TestObserver(NS_LITERAL_STRING("Observer-A")); 118 nsIObserver *bObserver = new TestObserver(NS_LITERAL_STRING("Observer-B")); 136 NS_LITERAL_STRING("Testing Notify(observer-A, topic-A)").get() ); 142 NS_LITERAL_STRING("Testing Notify(observer-B, topic-B)").get() ); 164 NS_LITERAL_STRING("during enumeration").get() );
|
H A D | nsIFileTest.cpp | 381 rv = parent->Append(NS_LITERAL_STRING("foo")); 383 rv = parent->Append(NS_LITERAL_STRING("bar"));
|
/vbox/src/VBox/Main/testcase/ |
H A D | tstVBoxAPIXPCOM.cpp | 187 NS_LITERAL_STRING("A brand new name").get(), 216 rc = virtualBox->GetGuestOSType(NS_LITERAL_STRING("Windows2000").get(), 224 machine->SetOSTypeId(NS_LITERAL_STRING("Windows2000").get()); 293 rc = virtualBox->CreateMedium(NS_LITERAL_STRING("VDI").get(), 294 NS_LITERAL_STRING("/tmp/TestHardDisk.vdi").get(), 339 NS_LITERAL_STRING("IDE Controller").get(), // controller identifier 359 rc = virtualBox->OpenMedium(NS_LITERAL_STRING("/home/vbox/isos/winnt4ger.iso").get(), 372 NS_LITERAL_STRING("IDE Controller").get(), // controller identifier 438 * strings from; otherwise NS_LITERAL_STRING macros won't work correctly
|
/vbox/src/libs/xpcom18a4/xpcom/tests/StringFactoringTests/ |
H A D | test_main.cpp | 489 tests_failed += test_readable_hello(NS_LITERAL_STRING("Hello")); 497 nsString s3( NS_LITERAL_STRING("Hello") ); 508 nsStdString s5( NS_LITERAL_STRING("Hello") ); 519 nsLiteralString s7(NS_LITERAL_STRING("He")); 520 nsString s8(NS_LITERAL_STRING("l")); 521 nsStdString s9(NS_LITERAL_STRING("lo"));
|
/vbox/src/libs/xpcom18a4/xpcom/base/ |
H A D | nsMemoryImpl.cpp | 193 mMemoryImpl->FlushMemory(NS_LITERAL_STRING("low-memory").get(), PR_FALSE); 328 FlushMemory(NS_LITERAL_STRING("alloc-failure").get(), PR_FALSE); 339 FlushMemory(NS_LITERAL_STRING("alloc-failure").get(), PR_FALSE); 353 return FlushMemory(NS_LITERAL_STRING("heap-minimize").get(), aImmediate);
|
/vbox/src/libs/xpcom18a4/xpcom/string/public/ |
H A D | nsLiteralString.h | 106 #define NS_LITERAL_STRING(s) NS_STATIC_CAST(const nsAFlatString&, NS_MULTILINE_LITERAL_STRING(NS_LL(s))) macro
|
/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/test/ |
H A D | TestDConnect.cpp | 167 rv = clone->MoveTo(nsnull, NS_LITERAL_STRING("helloworld.txt"));
|
/vbox/src/libs/xpcom18a4/python/src/loader/ |
H A D | pyloader.cpp | 91 aFile->Append(NS_LITERAL_STRING("python"));
|
/vbox/src/libs/xpcom18a4/xpcom/components/ |
H A D | nsNativeComponentLoader.cpp | 631 NS_LITERAL_STRING("Unregistering native component").get()); 865 PromiseFlatString(NS_LITERAL_STRING("Registering native component ") +
|
/vbox/src/libs/xpcom18a4/xpcom/ds/ |
H A D | nsTextFormatter.cpp | 1538 nsAutoString fmt(NS_LITERAL_STRING("%3$s %4$S %1$d %2$d"));
|
/vbox/src/libs/xpcom18a4/xpcom/io/ |
H A D | nsLocalFileWin.cpp | 833 path.Replace(0, 2, currentDir + NS_LITERAL_STRING("\\"));
|
Completed in 245 milliseconds