HomeSort by relevance Sort by last modified time
    Searched refs:hr (Results 201 - 225 of 419) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/webrtc/webrtc/modules/audio_device/win/
audio_device_core_win.h 256 void _TraceCOMError(HRESULT hr) const;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wsdtypes.h 123 HRESULT hr; member in struct:_WSD_SYNCHRONOUS_RESPONSE_CONTEXT
429 HRESULT Hr;
wsdclient.h 509 HRESULT hr) = 0;
542 HRESULT hr);
562 #define IWSDEventingStatus_SubscriptionRenewalFailed(This,pszSubscriptionAction,hr) (This)->lpVtbl->SubscriptionRenewalFailed(This,pszSubscriptionAction,hr)
579 static FORCEINLINE void IWSDEventingStatus_SubscriptionRenewalFailed(IWSDEventingStatus* This,LPCWSTR pszSubscriptionAction,HRESULT hr) {
580 This->lpVtbl->SubscriptionRenewalFailed(This,pszSubscriptionAction,hr);
601 HRESULT hr);
    [all...]
comutil.h 47 inline void CheckError(HRESULT hr) throw() {
48 if(FAILED(hr)) { _com_issue_error(hr); }
winerror.h     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_pydoc.py 138 <hr>
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_pydoc.py 138 <hr>
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pydoc.py 138 <hr>
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pydoc.py 138 <hr>
  /external/mesa3d/src/gallium/state_trackers/nine/
stateblock9.c 40 HRESULT hr = NineUnknown_ctor(&This->base, pParams); local
44 if (FAILED(hr))
45 return hr;
nine_shader.c 3268 HRESULT hr; local
3491 HRESULT hr = D3D_OK; local
    [all...]
  /external/skia/src/ports/
SkScalerContext_win_dw.cpp 548 HRESULT hr = this->getDWriteTypeface()->fFactory2->TranslateColorGlyphRun( local
550 if (hr == DWRITE_E_NOCOLOR) {
553 HRBM(hr, "Failed to translate color glyph run");
    [all...]
  /external/skqp/src/ports/
SkScalerContext_win_dw.cpp 548 HRESULT hr = this->getDWriteTypeface()->fFactory2->TranslateColorGlyphRun( local
550 if (hr == DWRITE_E_NOCOLOR) {
553 HRBM(hr, "Failed to translate color glyph run");
    [all...]
  /external/icu/icu4c/source/test/intltest/
caltest.cpp 937 CalendarTest::test4064654(int32_t yr, int32_t mo, int32_t dt, int32_t hr, int32_t mn, int32_t sc)
1092 int32_t y = 1997, m = UCAL_FEBRUARY, d = 1, hr = 1, min = 1, sec = 0, ms = 0; local
    [all...]
calregts.cpp 721 int32_t hr = cal->get(UCAL_HOUR_OF_DAY, status); local
725 double firstMillisInDay = hr * 3600000 + min * 60000 + sec * 1000 + msec;
732 hr = cal->get(UCAL_HOUR_OF_DAY, status);
736 double millisInDay = hr * 3600000.0 + min * 60000.0 + sec * 1000.0 + msec;
866 int32_t sec = 0, min = 0, hr = 0, day = 1, month = 10, year = 1997; local
902 cal3->set(year, month, day, hr, min, sec);
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/ext/
localedata.jar 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/ext/
localedata.jar 
  /external/python/cpython3/Lib/test/
test_pydoc.py 175 <hr>
197 <hr>
217 <hr>
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
pydoc.py 723 push('<hr>\n')
725 hr = HorizontalRule()
730 hr.maybe()
740 hr.maybe()
751 hr.maybe()
760 hr.maybe()
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
pydoc.py 774 push('<hr>\n')
776 hr = HorizontalRule()
781 hr.maybe()
791 hr.maybe()
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
pydoc.py 723 push('<hr>\n')
725 hr = HorizontalRule()
730 hr.maybe()
740 hr.maybe()
751 hr.maybe()
760 hr.maybe()
    [all...]
  /external/google-breakpad/src/testing/gtest/src/
gtest.cc     [all...]
  /external/googletest/googletest/src/
gtest.cc     [all...]
  /external/libopus/doc/
customdoxygen.css 339 hr {
345 hr.footer {
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest.cc     [all...]

Completed in 1659 milliseconds

1 2 3 4 5 6 7 891011>>