HomeSort by relevance Sort by last modified time
    Searched defs:hr (Results 1 - 25 of 70) sorted by null

1 2 3

  /external/chromium/base/
event_trace_controller_win_unittest.cc 120 HRESULT hr = controller.StartRealtimeSession(kTestSessionName, 100 * 1024); local
121 if (hr == E_ACCESSDENIED) {
140 HRESULT hr = controller.StartFileSession(kTestSessionName, local
142 if (hr == E_ACCESSDENIED) {
162 HRESULT hr = controller.StartRealtimeSession(kTestSessionName, 100 * 1024); local
163 if (hr == E_ACCESSDENIED) {
wmi_util.cc 37 HRESULT hr = wmi_locator.CreateInstance(CLSID_WbemLocator, NULL, local
39 if (FAILED(hr))
43 hr = wmi_locator->ConnectServer(StackBstr(L"ROOT\\CIMV2"), NULL, NULL, 0,
45 if (FAILED(hr))
49 hr = ::CoSetProxyBlanket(wmi_services_r,
57 if (FAILED(hr))
74 HRESULT hr; local
75 hr = wmi_services->GetObject(b_class_name, 0, NULL,
77 if (FAILED(hr))
81 hr = class_object->GetMethod(b_method_name, 0, params_def.Receive(), NULL)
97 HRESULT hr = class_method->Put(parameter_name.c_str(), 0, parameter, 0); local
125 HRESULT hr = wmi_local->ExecMethod(StackBstr(class_name), local
    [all...]
event_trace_consumer_win.h 127 HRESULT hr = S_OK; local
134 hr = HRESULT_FROM_WIN32(ret);
140 return hr;
event_trace_controller_win.cc 23 HRESULT hr = Start(session_name, prop, &session_); local
24 if (SUCCEEDED(hr))
27 return hr;
scoped_comptr_win.h 110 HRESULT hr = ::CoCreateInstance(clsid, outer, context, *interface_id, local
112 return hr;
scoped_variant_win.cc 89 HRESULT hr = ::VarCmp(const_cast<VARIANT*>(&var_), const_cast<VARIANT*>(&var), local
93 switch (hr) {
event_trace_consumer_win_unittest.cc 113 HRESULT hr = consumer_.Consume(); local
114 return hr;
130 HRESULT hr = S_OK;
155 return hr;
179 HRESULT hr = controller.StartRealtimeSession(kTestSessionName, 100 * 1024); local
180 if (hr == E_ACCESSDENIED) {
211 HRESULT hr = controller.StartRealtimeSession(kTestSessionName, 100 * 1024); local
212 if (hr == E_ACCESSDENIED) {
262 HRESULT hr = controller.StartFileSession(kTestSessionName, local
264 if (FAILED(hr))
287 HRESULT hr = consumer_.OpenFileSession(temp_file_.value().c_str()); local
299 HRESULT hr = LogEventToTempSession(header); local
329 HRESULT hr = RoundTripEvent(&event.header, &trace); local
    [all...]
  /external/quake/quake/src/QW/client/
buildnum.c 41 int hr, min; local
67 hr = (buildTime[0] - '0') * 10 + (buildTime[1] - '0');
72 b += hr * 60 + min;
  /external/webkit/WebCore/platform/graphics/chromium/
FontPlatformDataChromiumWin.cpp 136 HRESULT hr = ScriptGetFontProperties(dc, scriptCache(), local
138 if (S_OK != hr) {
141 hr = ScriptGetFontProperties(dc, scriptCache(),
143 if (S_OK != hr) {
  /bionic/libm/src/
s_exp2f.c 95 uint32_t hx, hr, ix, i0; local
132 GET_FLOAT_WORD(hr, r);
133 SET_FLOAT_WORD(r, hr + k);
137 GET_FLOAT_WORD(hr, r);
138 SET_FLOAT_WORD(r, hr + (k + (100 << 23)));
s_exp2.c 341 uint32_t hx, hr, ix, lx, i0; local
380 GET_HIGH_WORD(hr, r);
381 SET_HIGH_WORD(r, hr + k);
385 GET_HIGH_WORD(hr, r);
386 SET_HIGH_WORD(r, hr + (k + (1000 << 20)));
  /external/webkit/WebKit/win/
CFDictionaryPropertyBag.cpp 164 HRESULT hr = E_FAIL; local
167 hr = S_OK;
169 hr = E_INVALIDARG;
171 return hr;
MemoryStream.cpp 197 HRESULT hr = pstm->Write(m_buffer->data()+m_pos, read, &written); local
207 return hr;
WebDownload.cpp 297 HRESULT hr = E_FAIL; local
325 hr = S_OK;
328 return hr;
WebDataSource.cpp 178 HRESULT hr = S_OK; local
181 hr = htmlRep->QueryInterface(IID_IWebDocumentRepresentation, (void**) &m_representation);
WebHTMLRepresentation.cpp 157 HRESULT hr = m_frame->elementDoesAutoComplete(element, &doesAutoComplete); local
159 return hr;
167 HRESULT hr = m_frame->elementIsPassword(element, &isPassword); local
169 return hr;
258 HRESULT hr = this->m_frame->canProvideDocumentSource(&canProvideSource); local
260 return hr;
271 HRESULT hr = S_OK; local
274 hr = m_frame->dataSource(&dataSource);
275 if (FAILED(hr))
276 return hr;
    [all...]
WebNotificationCenter.cpp 167 HRESULT hr = notification->name(&name); local
168 if (FAILED(hr))
169 return hr;
172 hr = notification->getObject(&obj);
173 if (FAILED(hr))
174 return hr;
179 return hr;
  /external/qemu/audio/
dsound_template.h 50 HRESULT hr; local
52 hr = glue (IFACE, _Unlock) (buf, p1, blen1, p2, blen2);
53 if (FAILED (hr)) {
54 dsound_logerr (hr, "Could not unlock " NAME "\n");
73 HRESULT hr; local
85 hr = glue (IFACE, _Lock) (
96 if (FAILED (hr)) {
98 if (hr == DSERR_BUFFERLOST) {
100 dsound_logerr (hr, "Could not lock " NAME "\n");
106 dsound_logerr (hr, "Could not lock " NAME "\n")
155 HRESULT hr; local
183 HRESULT hr; local
    [all...]
  /external/webkit/WebKit/win/WebCoreSupport/
EmbeddedWidget.cpp 62 HRESULT hr = m_view->createViewWindow((OLE_HANDLE)parentWindow, &pluginSize, (OLE_HANDLE*)&window); local
64 if (FAILED(hr) || !window)
  /external/webkit/WebKitTools/DumpRenderTree/win/
AccessibilityControllerWin.cpp 112 HRESULT hr = AccessibleObjectFromEvent(hwnd, idObject, idChild, &parentObject, &vChild); local
113 ASSERT(SUCCEEDED(hr));
117 hr = parentObject->get_accName(vChild, &nameBSTR);
118 ASSERT(SUCCEEDED(hr));
129 hr = parentObject->get_accValue(vChild, &valueBSTR);
130 ASSERT(SUCCEEDED(hr));
228 HRESULT hr = AccessibleObjectFromEvent(hwnd, idObject, idChild, &parentObject, &vChild); local
229 ASSERT(SUCCEEDED(hr));
  /packages/apps/Email/src/com/android/exchange/utility/
FileLogger.java 73 int hr = d.getHours(); local
80 sb.append(hr);
  /external/e2fsprogs/lib/e2p/
ls.c 57 int hr, min, num; local
84 hr = secs / HOUR_INT;
85 secs -= hr*HOUR_INT;
89 hr, min, secs);
  /external/emma/core/java12/com/vladium/emma/report/html/doc/
HTMLDocument.java 175 final IElement hr = IElement.Factory.create (Tag.HR); local
176 hr.getAttributes ().set (Attribute.SIZE, size);
178 add (hr);
  /external/expat/xmlwf/
xmlwin32url.cxx 103 Callback::OnStopBinding(HRESULT hr, LPCWSTR szError)
113 stopHandler_(stopArg_, hr);
148 HRESULT hr = pBinding_->QueryInterface(IID_IWinInetHttpInfo, local
150 if (SUCCEEDED(hr)) {
155 hr = hp->QueryInfo(HTTP_QUERY_CONTENT_TYPE, contentType,
157 if (SUCCEEDED(hr)) {
190 HRESULT hr = pstgmed->pstm->Read(buf, nToRead, &nRead); local
191 if (SUCCEEDED(hr)) {
265 HRESULT hr;
268 hr = CreateURLMoniker(0, uri, &m)
307 HRESULT hr; member in struct:QuitInfo
371 HRESULT hr = openStream(parser, baseMoniker, url, threadQuit, &qi); local
    [all...]
  /external/libvpx/vpx_scale/leapster/
vpxscale_lf.c 543 int hr = si->HRatio; local
557 switch (hr * 10 / hs)
692 int hr = scale_vars->HRatio; local
698 int sw = (scale_vars->expanded_frame_width * hr + hs - 1) / hs;
705 if (hr == 3)
706 ew = (sw + 2) / 3 * 3 * hs / hr;
708 ew = (sw + 7) / 8 * 8 * hs / hr;

Completed in 559 milliseconds

1 2 3