Searched refs:result (Results 1 - 25 of 1393) sorted by path

1234567891011>>

/haiku/3rdparty/mmu_man/scripts/
H A Dbebook11 LASTWIN=$(hey BeHappy count Window | grep result | cut -d ' ' -f 7)
H A Dbman11 LASTWIN=$(hey BeHappy count Window | grep result | cut -d ' ' -f 7)
H A Ddumpwin.sh17 local CNT="$(hey "$APP" count View of $1 Window $WIN | grep result | cut -d" " -f 7)"
33 local INAME="$(hey "$APP" get InternalName of View $C of $1 Window $WIN | grep result | sed 's/.* : //')"
40 # hey "$APP" get Label of View $C of $1 Window $WIN | grep result | awk " { print \" $2\" \$0 } "
45 # hey "$APP" get Text of View $C of $1 Window $WIN | grep result | awk " { print \" $2\" \$0 } "
50 hey "$APP" get Value of View $C of $1 Window $WIN | grep result | awk " { print \" $2\" \$0 } "
/haiku/headers/libs/agg/
H A Dagg_simul_eq.h83 double result[Size][RightCols])
132 result[m][k] = tmp[m][Size + k];
135 result[m][k] -= tmp[m][j] * result[j][k];
81 solve(const double left[Size][Size], const double right[Size][RightCols], double result[Size][RightCols]) argument
/haiku/headers/libs/alm/
H A DALMLayout.h185 LinearProgramming::ResultType result,
194 LinearProgramming::ResultType result,
/haiku/headers/libs/print/libprint/
H A DDialogWindow.h29 void SetResult(status_t result);
38 status_t fPreviousResult; // holds the result as long as fResult == NULL
/haiku/headers/os/app/
H A DMessenger.h25 status_t* result = NULL);
28 status_t* result = NULL);
86 team_id team, status_t* result);
89 status_t* result);
/haiku/headers/os/interface/
H A DAffineTransform.h433 BAffineTransform result(*this);
434 return result.Invert();
/haiku/headers/os/locale/
H A DLanguage.h47 status_t GetIcon(BBitmap* result) const;
/haiku/headers/os/storage/
H A DMimeType.h137 status_t GetSnifferRule(BString* result) const;
H A DNode.h74 BString* result) const;
/haiku/headers/os/support/
H A DObjectList.h261 Result result = 0; local
265 if ((result = (list->ItemAt(index)->*func)(p1)) != 0)
269 return result;
278 Result result = 0; local
282 if ((result = (*func)(list->ItemAt(index), p1)) != 0)
286 return result;
295 Result result = 0; local
299 if ((result = (list->ItemAt(index)->*func)(p1, p2)) != 0)
303 return result;
312 Result result local
331 Result result = 0; local
460 BObjectList<T> &result = (BObjectList<T>&)_PointerList_::operator=(list); local
512 bool result = _PointerList_::RemoveItem((void*)item); local
552 T* result = ItemAt(index); local
[all...]
/haiku/headers/posix/
H A Dpwd.h35 size_t bufferSize, struct passwd **result);
38 size_t bufferSize, struct passwd **result);
/haiku/headers/private/bluetooth/
H A DCommandManager.h69 NonParameterCommandRequest(uint8 ofg, uint8 ocf, int32* result, hci_id hId,
75 int32* result, hci_id hId, BMessenger* messenger)
97 if (result != NULL)
98 reply.FindInt32("result", result);
74 SingleParameterCommandRequest(uint8 ofg, uint8 ocf, PARAMETERTYPE parameter, int32* result, hci_id hId, BMessenger* messenger) argument
/haiku/headers/private/debugger/model/
H A DExpressionInfo.h75 void NotifyExpressionEvaluated(status_t result,
92 status_t result,
H A DTeam.h268 const char* reportPath, status_t result);
H A DTeamMemoryBlock.h47 void NotifyDataRetrieved(status_t result = B_OK);
74 status_t result);
/haiku/headers/private/debugger/value/value_nodes/
H A DBMessageValueNode.h46 BMessage::field_header** result) const;
/haiku/headers/private/fs_shell/
H A DSinglyLinkedList.h241 Element* result = NULL; local
243 result = sGetLink(element)->next;
244 return result;
/haiku/headers/private/interface/
H A Dutf8_functions.h173 uint32 result; local
176 result = (*bytes)[0];
177 if (result != '\0') {
182 return result;
193 result = (uint32)((*bytes)[0] & 0xff);
196 while (result & mask) {
202 result &= ~mask;
207 result <<= 6;
208 result += (*bytes)[0] & 0x3f;
213 return result;
[all...]
/haiku/headers/private/kernel/util/
H A DAVLTreeMap.h614 Node* result = fAllocator.Allocate(); local
615 if (result)
616 fAllocator.Construct(result, key, value);
617 return result;
H A DHeap.h252 status_t result = _GrowHeap(); local
253 if (result != B_OK)
254 return result;
H A DMinMaxHeap.h296 status_t result = _GrowHeap(); local
297 if (result != B_OK)
298 return result;
H A DSinglyLinkedList.h294 Element* result = NULL; local
296 result = sGetLink(element)->next;
297 return result;
/haiku/headers/private/media/
H A DServerInterface.h188 status_t SendReply(status_t result, reply_data* reply,
194 status_t result; member in struct:BPrivate::media::reply_data

Completed in 118 milliseconds

1234567891011>>