Searched refs:NULL (Results 401 - 425 of 5974) sorted by relevance

<<11121314151617181920>>

/haiku/src/add-ons/media/plugins/rtsp_streamer/
H A DRTSPMediaIO.cpp19 fClient(NULL),
20 fScheduler(NULL),
60 if (fClient == NULL)
103 iter(NULL),
104 session(NULL),
105 subsession(NULL),
106 streamTimerTask(NULL),
124 if (session != NULL) {
136 if (read_port_etc(fInitPort, NULL, &status,
153 write_port(fInitPort, NULL,
[all...]
/haiku/src/bin/keymap/
H A Dmain.cpp62 if (name != NULL)
67 if (name != NULL)
86 const char* output = NULL;
87 const char* input = NULL;
107 {NULL}
112 NULL)) != -1) {
151 if (argc > optind && input == NULL)
180 if (input == NULL) {
190 if (output != NULL)
205 if (output == NULL)
[all...]
/haiku/src/bin/package/
H A Dcommand_create.cpp36 const char* changeToDirectory = NULL;
37 const char* packageInfoFileName = NULL;
38 const char* installPath = NULL;
43 int32 compression = parse_compression_argument(NULL);
55 sLongOptions, NULL);
118 if (installPath != NULL && !isBuildPackage) {
124 BPath outputPath(packageFileName, NULL, true);
125 BPath inputPath(changeToDirectory, NULL, true);
156 if (packageInfoFileName != NULL) {
166 if (changeToDirectory != NULL) {
[all...]
/haiku/src/tests/kits/translation/
H A DTranslatorRosterTest.cpp164 CPPUNIT_ASSERT(proster != NULL);
166 proster = NULL;
174 CPPUNIT_ASSERT(proster != NULL);
179 translator_id *pids = NULL;
182 CPPUNIT_ASSERT(pids != NULL);
205 kTranslatorName = kTranslatorInfo = NULL;
233 proster = NULL;
245 CPPUNIT_ASSERT(proster != NULL);
253 proster = NULL;
266 translator_id *pids = NULL;
[all...]
/haiku/src/kits/tracker/
H A DNodeWalker.cpp97 fTopDir(NULL),
100 fJustFile(NULL),
101 fOriginalJustFile(NULL)
110 fTopDir(NULL),
113 fJustFile(NULL),
115 fOriginalJustFile(NULL)
122 fJustFile = NULL;
137 fTopDir(NULL),
140 fJustFile(NULL),
142 fOriginalJustFile(NULL)
[all...]
/haiku/src/system/boot/platform/efi/arch/riscv64/
H A Darch_dtb.cpp33 "device_type", NULL);
35 const char* name = fdt_get_name(fdt, node, NULL);
37 if (uint32* prop = (uint32*)fdt_getprop(fdt, node, "boot-hartid", NULL))
40 if (uint32* prop = (uint32*)fdt_getprop(fdt, node, "timebase-frequency", NULL))
44 if (deviceType != NULL) {
47 if (!(fdt_getprop(fdt, node, "mmu-type", NULL) != NULL))
52 if (info == NULL)
55 "reg", NULL));
72 if (compatible == NULL)
[all...]
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Dutalloc.c167 * RETURN: Address of the allocated memory on success, NULL on failure.
341 AcpiGbl_NamespaceCache = NULL;
344 AcpiGbl_StateCache = NULL;
347 AcpiGbl_OperandCache = NULL;
350 AcpiGbl_PsNodeCache = NULL;
353 AcpiGbl_PsNodeExtCache = NULL;
357 AcpiGbl_RegCommentCache = NULL;
360 AcpiGbl_CommentAddrCache = NULL;
363 AcpiGbl_FileCache = NULL;
370 AcpiUtDumpAllocations (ACPI_UINT32_MAX, NULL);
[all...]
/haiku/src/kits/translation/
H A DTranslationUtils.cpp78 // Returns: NULL, if the file could not be opened and the
90 if (pBitmap == NULL)
111 // Returns: NULL, if the resource couldn't be loaded or couldn't
121 if (pResources == NULL || pResources->HasResource(type, id) == false)
122 return NULL;
125 // pRawData should be NULL if the resource is an
129 if (kpRawData == NULL || bitmapSize == 0)
130 return NULL;
157 // Returns: NULL, if the resource couldn't be loaded or couldn't
168 if (pResources == NULL || pResource
[all...]
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DTeamWindow.cpp207 fActiveThread(NULL),
208 fActiveImage(NULL),
209 fActiveStackTrace(NULL),
210 fActiveStackFrame(NULL),
211 fThreadSelectionInfoTable(NULL),
212 fActiveBreakpoint(NULL),
213 fActiveFunction(NULL),
214 fActiveSourceCode(NULL),
217 fTraceUpdateRunner(NULL),
218 fTabView(NULL),
[all...]
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DGlobalBlockerPool.cpp34 sPool = NULL;
46 BlockerPool* GlobalBlockerPool::sPool = NULL;
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DLockerHelper.h32 fLock = NULL;
54 fLock = NULL;
/haiku/src/bin/debug/profile/
H A DOptions.h19 output(NULL),
20 callgrind_directory(NULL),
/haiku/src/kits/package/hpkg/
H A DPackageEntry.cpp19 fUserToken(NULL),
21 fSymlinkPath(NULL)
H A DPackageContentHandler.cpp24 NULL // B_HPKG_ATTRIBUTE_ID_ENUM_COUNT
37 return NULL;
/haiku/src/system/kernel/vm/
H A DPageCacheLocker.h20 bool IsLocked() { return fPage != NULL; }
34 fPage(NULL)
/haiku/src/system/libroot/posix/signal/
H A Dsigpause.cpp18 if (__pthread_sigmask_beos(SIG_SETMASK, NULL, &processSignalSet) == -1)
32 if (sigprocmask(SIG_SETMASK, NULL, &processSignalSet) == -1)
/haiku/src/system/libroot/posix/time/
H A Dclock.cpp19 get_thread_info(find_thread(NULL), &info);
30 get_thread_info(find_thread(NULL), &info);
/haiku/src/tests/kits/app/bmessagerunner/
H A DGetInfoTester.cpp42 @case 1 object is properly initialized, interval or count are NULL
48 // R5: crashes when passing a NULL parameter.
59 CHK(runner.GetInfo(&readInterval, NULL) == B_OK);
61 CHK(runner.GetInfo(NULL, &readCount) == B_OK);
63 CHK(runner.GetInfo(NULL, NULL) == B_OK);
70 NULL
76 // R5: crashes when passing a NULL parameter.
87 CHK(runner.GetInfo(&readInterval, NULL) == B_BAD_VALUE);
88 CHK(runner.GetInfo(NULL,
[all...]
/haiku/src/tests/kits/support/bautolock/
H A DAutolockLockerTest.cpp42 theLocker = NULL;
64 CPPUNIT_ASSERT(theLocker->LockingThread() == find_thread(NULL));
73 CPPUNIT_ASSERT(theLocker->LockingThread() == find_thread(NULL));
78 theAutolock = NULL;
79 CPPUNIT_ASSERT(theLocker->LockingThread() != find_thread(NULL));
84 CPPUNIT_ASSERT(theLocker->LockingThread() == find_thread(NULL));
89 theAutolock = NULL;
90 CPPUNIT_ASSERT(theLocker->LockingThread() != find_thread(NULL));
/haiku/src/tests/system/libroot/posix/
H A Dabort_test.cpp27 B_NORMAL_PRIORITY, NULL);
30 status_t status = wait_for_thread(thread, NULL);
/haiku/src/kits/package/hpkg/v1/
H A DPackageEntryV1.cpp21 fUserToken(NULL),
23 fSymlinkPath(NULL)
/haiku/src/add-ons/tracker/opentargetfolder/
H A Dopentargetfolder.cpp49 alert->Go(NULL);
57 "OK", NULL, NULL, B_WIDTH_AS_USUAL, B_WARNING_ALERT);
59 alert->Go(NULL);
67 "OK", NULL, NULL, B_WIDTH_AS_USUAL, B_WARNING_ALERT);
69 alert->Go(NULL);
79 alert->Go(NULL);
/haiku/src/apps/haikudepot/ui_generic/
H A Dsupport.h19 const char* folder = NULL);
22 const char* folder = NULL);
/haiku/src/bin/screen_blanker/
H A DScreenSaverWindow.cpp65 if (app != NULL && app->IsPasswordWindowShown()) {
67 const char* string = NULL;
92 fTopView(NULL),
93 fSaverRunner(NULL),
94 fFilter(NULL)
145 if (saver != NULL)
160 if (fSaverRunner != NULL)
163 return NULL;
/haiku/src/apps/debugger/user_interface/gui/value/value_handlers/
H A DFloatValueHandler.cpp37 return dynamic_cast<FloatValue*>(value) != NULL ? 0.5f : 0;
45 if (dynamic_cast<FloatValue*>(value) == NULL)
49 if (formatter == NULL)
61 if (dynamic_cast<FloatValue*>(value) == NULL)
64 ValueFormatter* formatter = NULL;
73 if (renderer == NULL)
86 if (value == NULL)
97 if (editor == NULL)

Completed in 156 milliseconds

<<11121314151617181920>>