OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HR
(Results
1 - 8
of
8
) sorted by null
/packages/apps/Camera/jni/
mosaic_renderer_jni.h
21
const int
HR
= 1; // High-resolution mode
/packages/apps/Camera2/jni/
mosaic_renderer_jni.h
21
const int
HR
= 1; // High-resolution mode
/packages/apps/LegacyCamera/jni/
mosaic_renderer_jni.h
21
const int
HR
= 1; // High-resolution mode
/external/chromium_org/third_party/skia/include/utils/win/
SkHRESULT.h
14
HRESULT
hr
, const char* msg);
37
The
HR
variants will return the HRESULT when FAILED.
43
#define
HR
(ex) HR_GENERAL(ex, NULL, _hr)
/external/skia/include/utils/win/
SkHRESULT.h
14
HRESULT
hr
, const char* msg);
37
The
HR
variants will return the HRESULT when FAILED.
43
#define
HR
(ex) HR_GENERAL(ex, NULL, _hr)
/external/emma/core/java12/com/vladium/emma/report/html/doc/
Tag.java
45
public static final Tag
HR
= new TagImpl ("
HR
");
/external/llvm/include/llvm/ADT/
ImmutableSet.h
192
unsigned
HR
= getRight() ? getRight()->validateTree() : 0;
194
(void)
HR
;
196
assert(getHeight() == ( HL >
HR
? HL :
HR
) + 1
199
assert((HL >
HR
? HL-
HR
:
HR
-HL) <= 2
438
unsigned
hr
= getHeight(R);
local
439
return (hl >
hr
? hl :
hr
) + 1
496
unsigned
hr
= getHeight(R);
local
[
all
...]
/external/emma/lib/
emma.jar
Completed in 972 milliseconds