OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HDR
(Results
1 - 13
of
13
) sorted by null
/external/clang/test/Modules/Inputs/declare-use/
j.h
5
#define
HDR
(x) STR(x.h)
8
#include
HDR
(a)
/external/nist-sip/java/gov/nist/javax/sip/header/
SIPHeaderList.java
49
public abstract class SIPHeaderList<
HDR
extends SIPHeader> extends SIPHeader implements java.util.List<
HDR
>, Header {
55
protected List<
HDR
> hlist;
57
private Class<
HDR
> myClass;
65
hlist = new LinkedList<
HDR
>();
76
protected SIPHeaderList(Class<
HDR
> objclass, String hname) {
88
public boolean add(
HDR
objectToAdd) {
89
hlist.add((
HDR
)objectToAdd);
100
public void addFirst(
HDR
obj) {
101
hlist.add(0,(
HDR
) obj)
[
all
...]
/external/chromium_org/third_party/sqlite/src/
Makefile.in
430
HDR
= \
535
parse.lo: parse.c $(
HDR
)
543
alter.lo: $(TOP)/src/alter.c $(
HDR
)
546
analyze.lo: $(TOP)/src/analyze.c $(
HDR
)
549
attach.lo: $(TOP)/src/attach.c $(
HDR
)
552
auth.lo: $(TOP)/src/auth.c $(
HDR
)
555
backup.lo: $(TOP)/src/backup.c $(
HDR
)
558
bitvec.lo: $(TOP)/src/bitvec.c $(
HDR
)
561
btmutex.lo: $(TOP)/src/btmutex.c $(
HDR
)
564
btree.lo: $(TOP)/src/btree.c $(
HDR
) $(TOP)/src/pager.
[
all
...]
main.mk
325
HDR
= \
419
%.o: %.c $(
HDR
)
424
%.o: $(TOP)/src/%.c $(
HDR
)
427
tclsqlite.o: $(TOP)/src/tclsqlite.c $(
HDR
)
463
icu.o: $(TOP)/ext/icu/icu.c $(
HDR
) $(EXTHDR)
466
fts2.o: $(TOP)/ext/fts2/fts2.c $(
HDR
) $(EXTHDR)
469
fts2_hash.o: $(TOP)/ext/fts2/fts2_hash.c $(
HDR
) $(EXTHDR)
472
fts2_icu.o: $(TOP)/ext/fts2/fts2_icu.c $(
HDR
) $(EXTHDR)
475
fts2_porter.o: $(TOP)/ext/fts2/fts2_porter.c $(
HDR
) $(EXTHDR)
478
fts2_tokenizer.o: $(TOP)/ext/fts2/fts2_tokenizer.c $(
HDR
) $(EXTHDR
[
all
...]
Makefile.vxworks
411
HDR
= \
504
%.o: %.c $(
HDR
)
509
%.o: $(TOP)/src/%.c $(
HDR
)
512
tclsqlite.o: $(TOP)/src/tclsqlite.c $(
HDR
)
550
icu.o: $(TOP)/ext/icu/icu.c $(
HDR
) $(EXTHDR)
553
fts2.o: $(TOP)/ext/fts2/fts2.c $(
HDR
) $(EXTHDR)
556
fts2_hash.o: $(TOP)/ext/fts2/fts2_hash.c $(
HDR
) $(EXTHDR)
559
fts2_icu.o: $(TOP)/ext/fts2/fts2_icu.c $(
HDR
) $(EXTHDR)
562
fts2_porter.o: $(TOP)/ext/fts2/fts2_porter.c $(
HDR
) $(EXTHDR)
565
fts2_tokenizer.o: $(TOP)/ext/fts2/fts2_tokenizer.c $(
HDR
) $(EXTHDR
[
all
...]
/packages/apps/Camera2/src/com/android/camera/hardware/
HardwareSpecImpl.java
44
// Cache whether
hdr
is supported.
45
mIsHdrSupported = capabilities.supports(CameraCapabilities.SceneMode.
HDR
);
47
// Cache whether
hdr
plus is supported.
/external/libpcap/
pcap-septel.c
68
HDR
*h;
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
AndroidCamera2Capabilities.java
230
return SceneMode.
HDR
;
AndroidCameraCapabilities.java
145
mSupportedSceneModes.add(SceneMode.
HDR
);
CameraCapabilities.java
189
HDR
,
AndroidCamera2Settings.java
431
case
HDR
: {
/packages/apps/Camera2/src/com/android/camera/
PhotoModule.java
275
* We keep the flash setting before entering scene modes (
HDR
)
276
* and restore it after
HDR
is off.
377
// Disable the
HDR
+ button to prevent callbacks from being
694
// If switching to back camera, and
HDR
+ is still on,
731
CameraCapabilities.SceneMode.
HDR
));
770
// PhotoModule should hard reset
HDR
+ to off,
771
// and
HDR
to off if
HDR
+ is supported.
[
all
...]
/external/chromium_org/third_party/usb_ids/
usb.ids
[
all
...]
Completed in 567 milliseconds