Searched refs:NULL (Results 251 - 275 of 5974) sorted by relevance

<<11121314151617181920>>

/haiku/src/tests/system/kernel/unit/
H A DTestSuite.cpp19 fTests(NULL),
43 return index >= 0 && index < fTestCount ? fTests[index] : NULL;
60 return NULL;
67 if (test == NULL)
71 if (tests == NULL) {
101 bool result = _Run(context, test, NULL);
114 Test* test = FindTest(name, separator != NULL ? separator - name : -1);
115 if (test == NULL) {
117 int(separator != NULL ? separator - name : strlen(name)), name);
121 return _Run(context, test, separator != NULL
[all...]
/haiku/src/apps/debuganalyzer/gui/thread_window/
H A DThreadWindow.cpp42 fMainTabView(NULL),
43 fGeneralPage(NULL),
44 fWaitObjectsPage(NULL),
45 fActivityPage(NULL),
48 fThreadModel(NULL),
49 fThreadModelLoader(NULL)
69 BMessenger(this), NULL);
75 if (fThreadModelLoader != NULL)
93 fThreadModelLoader = NULL;
103 fThreadModelLoader = NULL;
[all...]
/haiku/src/add-ons/kernel/bus_managers/ps2/
H A Dps2_alps.cpp100 static alps_model_info* sFoundModel = NULL;
212 if (ps2_dev_command(dev, PS2_CMD_MOUSE_SET_RES, val, 1, NULL, 0) != B_OK
213 || ps2_dev_command(dev, PS2_CMD_MOUSE_SET_SCALE11, NULL, 0, NULL, 0)
215 || ps2_dev_command(dev, PS2_CMD_MOUSE_SET_SCALE11, NULL, 0, NULL, 0)
217 || ps2_dev_command(dev, PS2_CMD_MOUSE_SET_SCALE11, NULL, 0, NULL, 0)
221 if (ps2_dev_command(dev, PS2_CMD_MOUSE_GET_INFO, NULL, 0, val, 3)
229 if (ps2_dev_command(dev, PS2_CMD_MOUSE_SET_RES, val, 1, NULL,
[all...]
/haiku/src/system/libnetwork/netresolv/net/
H A Dgetnetent.c100 if (netf == NULL)
113 netf = NULL;
124 if (netf == NULL && (netf = fopen(_PATH_NETWORKS, "re")) == NULL)
125 return (NULL);
134 if (p == NULL)
135 return (NULL);
139 if (cp == NULL)
144 if (cp == NULL)
150 if (p != NULL)
[all...]
/haiku/src/system/kernel/fs/
H A DKPath.cpp33 fBuffer(NULL),
41 SetTo(NULL, DEFAULT, bufferSize);
47 fBuffer(NULL),
61 fBuffer(NULL),
86 if (fBuffer != NULL && fBufferSize != bufferSize) {
95 fIsNull = path == NULL;
97 if (path != NULL || !fLazy) {
119 other.fBuffer = NULL;
131 if (fBuffer != NULL || (fLazy && !fFailed && fBufferSize != 0))
147 if (path == NULL
[all...]
/haiku/src/add-ons/kernel/network/protocols/l2cap/
H A Dl2cap_address.cpp27 bool replaceWithZeros = false, const sockaddr *mask = NULL)
31 if (*to == NULL)
38 if (from == NULL)
44 if (*to == NULL)
57 if (address == NULL || address->sa_len == 0
70 if (address == NULL)
80 if (a == NULL && b == NULL)
82 if (a != NULL && b == NULL)
26 l2cap_copy_address(const sockaddr *from, sockaddr **to, bool replaceWithZeros = false, const sockaddr *mask = NULL) argument
[all...]
/haiku/src/tests/kits/support/barchivable/
H A DFindInstantiationFuncTester.cpp8 setting that parameter to NULL.
14 case 1 NULL NULL
15 case 2 bogus NULL
16 case 3 NULL bogus
18 case 5 local NULL
19 case 6 remote NULL
44 @case Both parameters NULL
45 @param name NULL
46 @param sig NULL
[all...]
/haiku/src/system/libroot/posix/locale/
H A Dlocale_t.cpp33 if (newObj == NULL) {
38 newObj->backend = NULL;
39 newObj->databridge = NULL;
44 if (backend == NULL)
49 const char* localeDescription = backend->SetLocale(LC_ALL, NULL);
61 if (newBackend == NULL) {
69 if (newDataBridge == NULL) {
81 newBackend->SetLocale(lc, backend->SetLocale(lc, NULL));
105 if (((category_mask | LC_ALL_MASK) != LC_ALL_MASK) || (locale == NULL)) {
113 if (localeObject == NULL) {
[all...]
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Dutosi.c203 {"Windows 2000", NULL, 0, ACPI_OSI_WIN_2000}, /* Windows 2000 */
204 {"Windows 2001", NULL, 0, ACPI_OSI_WIN_XP}, /* Windows XP */
205 {"Windows 2001 SP1", NULL, 0, ACPI_OSI_WIN_XP_SP1}, /* Windows XP SP1 */
206 {"Windows 2001.1", NULL, 0, ACPI_OSI_WINSRV_2003}, /* Windows Server 2003 */
207 {"Windows 2001 SP2", NULL, 0, ACPI_OSI_WIN_XP_SP2}, /* Windows XP SP2 */
208 {"Windows 2001.1 SP1", NULL, 0, ACPI_OSI_WINSRV_2003_SP1}, /* Windows Server 2003 SP1 - Added 03/2006 */
209 {"Windows 2006", NULL, 0, ACPI_OSI_WIN_VISTA}, /* Windows Vista - Added 03/2006 */
210 {"Windows 2006.1", NULL, 0, ACPI_OSI_WINSRV_2008}, /* Windows Server 2008 - Added 09/2009 */
211 {"Windows 2006 SP1", NULL, 0, ACPI_OSI_WIN_VISTA_SP1}, /* Windows Vista SP1 - Added 09/2009 */
212 {"Windows 2006 SP2", NULL,
[all...]
/haiku/src/kits/mail/
H A DProtocolConfigView.cpp53 B_TRANSLATE_COMMENT("KB", "kilo byte"), "", NULL);
119 fHostControl(NULL),
120 fUserControl(NULL),
121 fPasswordControl(NULL),
122 fFlavorField(NULL),
123 fAuthenticationField(NULL),
124 fLeaveOnServerCheckBox(NULL),
125 fRemoveFromServerCheckBox(NULL),
126 fBodyDownloadConfig(NULL)
165 B_TRANSLATE("Remove mail from server when deleted"), NULL);
[all...]
/haiku/headers/os/be_apps/Tracker/
H A DRecentItems.h63 virtual BMenuItem *GetNextMenuItem(const BMessage *fileOpenMessage = NULL,
64 const BMessage *containerOpenMessage = NULL,
65 BHandler *target = NULL, entry_ref *currentItemRef = NULL);
105 const char *ofType = NULL, const char *openedByAppSig = NULL);
107 int32 ofTypeListCount, const char *openedByAppSig = NULL);
112 BMessage *openFileMessage = NULL, BMessage *openFolderMessage = NULL,
113 BHandler *target = NULL,
[all...]
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DFileInfo.cpp21 if (fParent != NULL)
28 if (fParent != NULL)
36 mutex_init(&fLock, NULL);
54 while (current != NULL) {
61 if (newName == NULL)
73 InodeName* previous = NULL;
75 while (current != NULL) {
93 fNames(NULL)
100 if (fNames != NULL)
111 if (fNames != NULL)
[all...]
/haiku/src/kits/tracker/
H A DRecentItems.h64 virtual BMenuItem* GetNextMenuItem(const BMessage* fileOpenMessage = NULL,
65 const BMessage* containerOpenMessage = NULL,
66 BHandler* target = NULL, entry_ref* currentItemRef = NULL);
104 const char* ofType = NULL, const char* openedByAppSig = NULL);
107 const char* openedByAppSig = NULL);
112 BMessage* openFileMessage = NULL, BMessage* openFolderMessage = NULL,
113 BHandler* target = NULL,
[all...]
/haiku/src/kits/debugger/model/
H A DStackFrame.cpp28 fPreviousCpuState(NULL),
33 fImage(NULL),
34 fFunction(NULL),
35 fValues(NULL),
36 fValueInfos(NULL)
51 SetImage(NULL);
52 SetFunction(NULL);
53 SetPreviousCpuState(NULL);
58 if (fValues != NULL)
61 if (fValueInfos != NULL)
[all...]
/haiku/src/libs/compat/openbsd_wlan/
H A Dsubr_tree.c73 RBE_LEFT(rbe) = RBE_RIGHT(rbe) = NULL;
93 if (t->t_augment != NULL)
106 if (RBE_RIGHT(rbe) != NULL)
111 if (parent != NULL) {
122 if (t->t_augment != NULL) {
126 if (parent != NULL)
140 if (RBE_LEFT(rbe) != NULL)
145 if (parent != NULL) {
156 if (t->t_augment != NULL) {
160 if (parent != NULL)
[all...]
/haiku/src/add-ons/kernel/drivers/common/
H A Dnull.c22 *cookie = NULL;
78 NULL
98 NULL,
99 NULL,
100 NULL,
101 NULL
107 return NULL;
H A Dzero.c21 *cookie = NULL;
79 NULL
99 NULL,
100 NULL,
101 NULL,
102 NULL
108 return NULL;
/haiku/src/kits/device/
H A DUSBConfiguration.cpp20 fInterfaces(NULL),
21 fConfigurationString(NULL)
32 if (fInterfaces == NULL)
45 if (fInterfaces != NULL) {
78 if (fConfigurationString == NULL)
102 if (index >= fDescriptor.number_interfaces || fInterfaces == NULL)
103 return NULL;
/haiku/src/tests/add-ons/print/ppd/model/
H A DValue.cpp16 , fTranslation(NULL)
58 if (fValue != NULL) {
61 return NULL;
66 if (fTranslation != NULL) {
69 return NULL;
86 return "NULL";
92 if (fValue != NULL) {
96 if (fTranslation != NULL) {
/haiku/src/tests/kits/interface/layout/widget_layout_test/tests/
H A DTextViewTest.cpp31 : Test("TextView", NULL),
40 fUseInsetsCheckBox(NULL),
41 fTextCheckBox(NULL),
42 fFontCheckBox(NULL)
116 if (fUseInsetsCheckBox == NULL)
129 if (fTextCheckBox == NULL)
142 if (fFontCheckBox == NULL)
/haiku/src/add-ons/kernel/drivers/display/
H A Ddisplay.cpp87 if (device == NULL)
95 || gAcpi->get_handle(NULL, path, &device->acpi_device) != B_OK) {
119 NULL
124 NULL,
131 NULL,
134 NULL,
135 NULL
/haiku/src/libs/compat/freebsd_iflib/
H A Dkobj.c31 kobj_method_t* ret = NULL;
37 for (i = 0; class->methods[i].name != NULL; i++) {
45 if (ret == NULL || ret->method == NULL)
47 if (ret == NULL || ret->method == NULL)
50 if (cep != NULL)
/haiku/src/add-ons/media/plugins/ape_reader/LibMonkeysAudio/
H A DPositionBridgeIO.cpp23 mPositionIO = NULL;
53 if ( mPositionIO == NULL )
60 if ( mPositionIO == NULL )
78 if ( mPositionIO == NULL )
86 if ( mPositionIO == NULL )
93 if ( mPositionIO == NULL )
110 if ( mPositionIO == NULL )
/haiku/src/apps/haikudepot/model/
H A DCaptcha.cpp21 fPngImageData(NULL)
41 fPngImageData(NULL)
76 if (fPngImageData != NULL)
78 fPngImageData = NULL;
79 if (data != NULL) {
90 if (result == B_OK && into == NULL)
94 if (result == B_OK && fPngImageData != NULL) {
/haiku/src/tests/kits/opengl/glinfo/
H A DInfoView.cpp41 if (glRenderer == NULL)
43 BStringView* rendererView = new BStringView(NULL, glRenderer);
48 if (glVendor == NULL)
50 BStringView* vendorNameView = new BStringView(NULL, glVendor);
54 if (glVersion == NULL)
56 BStringView* glVersionView = new BStringView(NULL, glVersion);
63 BStringView* apiVersionView = new BStringView(NULL, apiString.String());

Completed in 303 milliseconds

<<11121314151617181920>>