Home
last modified time | relevance | path

Searched refs:tmp_error (Results 1 – 3 of 3) sorted by relevance

/external/lldb/source/Symbol/
DVariable.cpp341 Error tmp_error; in GetValuesForVariableExpressionPath() local
342 … ValueObjectSP valobj_sp (valobj_list.GetValueObjectAtIndex(i)->Dereference(tmp_error)); in GetValuesForVariableExpressionPath()
343 if (tmp_error.Fail()) in GetValuesForVariableExpressionPath()
375 Error tmp_error; in GetValuesForVariableExpressionPath() local
376 … ValueObjectSP valobj_sp (valobj_list.GetValueObjectAtIndex(i)->AddressOf(tmp_error)); in GetValuesForVariableExpressionPath()
377 if (tmp_error.Fail()) in GetValuesForVariableExpressionPath()
/external/chromium_org/chrome/browser/supervised_user/
Dsupervised_user_service.cc346 base::string16 tmp_error; in UserMayLoad() local
347 if (ExtensionManagementPolicyImpl(extension, &tmp_error)) in UserMayLoad()
369 *error = tmp_error; in UserMayLoad()
/external/chromium_org/third_party/libevent/
Dhttp.c2803 int tmp_error = WSAGetLastError(); in socket_connect() local
2804 if (tmp_error != WSAEWOULDBLOCK && tmp_error != WSAEINVAL && in socket_connect()
2805 tmp_error != WSAEINPROGRESS) { in socket_connect()