Home
last modified time | relevance | path

Searched refs:B_OK (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/hgl/
DGLRendererRoster.cpp50 parameter, &parameterLength) == B_OK) { in GLRendererRoster()
58 parameter, &parameterLength) == B_OK) { in GLRendererRoster()
69 if (get_system_info(&info) == B_OK in GLRendererRoster()
124 if (status == B_OK && path.Append("opengl") == B_OK) in AddDefaultPaths()
135 if (status < B_OK) in AddPath()
143 if (status != B_OK) in AddPath()
150 if (status < B_OK) in AddPath()
158 while (directory.GetNextRef(&ref) == B_OK) { in AddPath()
160 if (entry.InitCheck() == B_OK && !entry.IsFile()) in AddPath()
163 if (CreateRenderer(ref) == B_OK) in AddPath()
[all …]
/third_party/libuv/src/unix/
Dhaiku.c46 if (status != B_OK) in uv_exepath()
63 if (status != B_OK) in uv_get_free_memory()
75 if (status != B_OK) in uv_get_total_memory()
94 if (status != B_OK) in uv_resident_set_memory()
99 while (get_next_area_info(thread.team, &cookie, &area) == B_OK) in uv_resident_set_memory()
126 if (status != B_OK) in uv_cpu_info()
134 if (status != B_OK) { in uv_cpu_info()
150 if (status != B_OK) in uv_cpu_info()
/third_party/node/deps/uv/src/unix/
Dhaiku.c46 if (status != B_OK) in uv_exepath()
63 if (status != B_OK) in uv_get_free_memory()
75 if (status != B_OK) in uv_get_total_memory()
94 if (status != B_OK) in uv_resident_set_memory()
99 while (get_next_area_info(thread.team, &cookie, &area) == B_OK) in uv_resident_set_memory()
126 if (status != B_OK) in uv_cpu_info()
134 if (status != B_OK) { in uv_cpu_info()
150 if (status != B_OK) in uv_cpu_info()
/third_party/mesa3d/src/gallium/targets/haiku-softpipe/
DGalliumContext.cpp87 return B_OK; in CreateDisplay()
118 return B_OK; in CreateDisplay()
306 return B_OK; in SetCurrentContext()
322 return B_OK; in SetCurrentContext()
354 return B_OK; in SwapBuffers()
DSoftwareRenderer.cpp224 if (GLView()->LockLooperWithTimeout(1000) == B_OK) { in Display()
/third_party/gn/src/util/
Dexe_path.cc89 while (get_next_image_info(B_CURRENT_TEAM, &image_cookie, &i_info) == B_OK) { in GetExePath()
/third_party/mesa3d/src/util/
Dos_misc.c258 if (ret != B_OK || info.max_pages <= 0) in os_get_total_physical_memory()
/third_party/rust/crates/libc/src/unix/haiku/
Dnative.rs622 pub const B_OK: status_t = 0; constant
/third_party/chromium/patch/
D0001-cve.patch132649 if ((tok->sem = create_sem(1, "xmlMutex")) < B_OK) {