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

1 2 3 4 5 6 78 91011>>

  /external/e2fsprogs/misc/
badblocks.c 189 int hr,min,sec; local
194 hr = diff / 60;
196 if (hr)
197 sprintf(buf, "%d:%02d:%02d", hr, min, sec);
    [all...]
  /external/golang-protobuf/ptypes/duration/
duration.pb.go 93 // 60 sec/min * 60 min/hr * 24 hr/day * 365.25 days/year * 10000 years
  /external/markdown/markdown/extensions/
footnotes.py 122 hr = etree.SubElement(div, "hr")
  /external/webrtc/webrtc/modules/video_render/windows/
video_render_direct3d9.cc 732 HRESULT hr = _pd3dDevice->TestCooperativeLevel(); local
734 if (SUCCEEDED(hr))
739 if (hr == D3DERR_DEVICELOST)
744 else if (hr == D3DERR_DEVICENOTRESET)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dsadmin.h 68 STDMETHOD(OnError)(THIS_ HWND hWnd,HRESULT hr,ULONG uContext) PURE;
wsddisco.h 226 HRESULT hr,
263 HRESULT hr,
285 #define IWSDiscoveryProviderNotify_SearchFailed(This,hr,pszTag) (This)->lpVtbl->SearchFailed(This,hr,pszTag)
305 static FORCEINLINE HRESULT IWSDiscoveryProviderNotify_SearchFailed(IWSDiscoveryProviderNotify* This,HRESULT hr,LPCWSTR pszTag) {
306 return This->lpVtbl->SearchFailed(This,hr,pszTag);
334 HRESULT hr,
    [all...]
callobj.h 134 virtual void WINAPI SetReturnValue(HRESULT hr) = 0;
160 void (WINAPI *SetReturnValue)(ICallFrame *This,HRESULT hr);
188 #define ICallFrame_SetReturnValue(This,hr) (This)->lpVtbl->SetReturnValue(This,hr)
214 void WINAPI ICallFrame_SetReturnValue_Proxy(ICallFrame *This,HRESULT hr);
txdtc.h     [all...]
_dbdao.h 332 #define DAOMFC_CALL(hr) do { HRESULT hresult = (hr); if(FAILED(hresult)) { TRACE0("\nDBDAO Call Failed.\n\t"); TRACE2("\nIn file %s on line %d\n",_T("DBDAO.CPP"),__LINE__); TRACE1("hResult = %X\n",hresult); if(GetScode(hresult)==E_OUTOFMEMORY) AfxThrowMemoryException(); else throw CdbException(hresult); } } while (0)
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/measurement/
measurement.go 230 case "nanosecond", "ns", "microsecond", "millisecond", "ms", "s", "second", "sec", "hr", "day", "week", "year":
297 case "hour", "hr":
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/measurement/
measurement.go 230 case "nanosecond", "ns", "microsecond", "millisecond", "ms", "s", "second", "sec", "hr", "day", "week", "year":
297 case "hour", "hr":
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-internal.h 539 long hr); // NOLINT
541 long hr); // NOLINT
    [all...]
  /external/libnl/doc/stylesheets/
xhtml11.css 60 hr {
asciidoc.css 75 hr {
320 #footnotes hr {
flask.css 77 hr {
319 #footnotes hr {
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 568 long hr); // NOLINT
570 long hr); // NOLINT
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-internal.h 464 long hr); // NOLINT
466 long hr); // NOLINT
    [all...]
  /external/shflags/doc/
rst2html.css 151 hr.docutils {
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 559 long hr); // NOLINT
561 long hr); // NOLINT
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-internal.h 464 long hr); // NOLINT
466 long hr); // NOLINT
    [all...]
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-internal.h 453 long hr); // NOLINT
455 long hr); // NOLINT
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/include/gtest/internal/
gtest-internal.h 464 long hr); // NOLINT
466 long hr); // NOLINT
    [all...]
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-powerpc/
aix52.exp 197 {{objdump -hr aix-rel-1.od}} "aix-rel-1.ro"}
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_pydoc.py 130 <hr>
  /external/python/cpython3/PC/
launcher.c 1360 HRESULT hr; local
    [all...]

Completed in 1491 milliseconds

1 2 3 4 5 6 78 91011>>