Home
last modified time | relevance | path

Searched refs:HDR (Results 1 – 25 of 49) sorted by relevance

12

/external/nist-sip/java/gov/nist/javax/sip/header/
DSIPHeaderList.java49 public abstract class SIPHeaderList<HDR extends SIPHeader> extends SIPHeader implements java.util.L…
55 protected List<HDR> hlist;
57 private Class<HDR> myClass;
65 hlist = new LinkedList<HDR>(); in SIPHeaderList()
76 protected SIPHeaderList(Class<HDR> objclass, String hname) { in SIPHeaderList()
88 public boolean add(HDR objectToAdd) { in add()
89 hlist.add((HDR)objectToAdd); in add()
100 public void addFirst(HDR obj) { in addFirst()
101 hlist.add(0,(HDR) obj); in addFirst()
112 public void add(HDR sipheader, boolean top) { in add()
[all …]
/external/ImageMagick/coders/
Dmat.c619 HDR; in ReadMATImageV4() local
652 HDR.Type[3]=ldblk % 10; ldblk /= 10; /* T digit */ in ReadMATImageV4()
653 HDR.Type[2]=ldblk % 10; ldblk /= 10; /* P digit */ in ReadMATImageV4()
654 HDR.Type[1]=ldblk % 10; ldblk /= 10; /* O digit */ in ReadMATImageV4()
655 HDR.Type[0]=ldblk; /* M digit */ in ReadMATImageV4()
656 if (HDR.Type[3] != 0) in ReadMATImageV4()
658 if (HDR.Type[2] != 0) in ReadMATImageV4()
660 if (HDR.Type[0] == 0) in ReadMATImageV4()
662 HDR.nRows=ReadBlobLSBLong(image); in ReadMATImageV4()
663 HDR.nCols=ReadBlobLSBLong(image); in ReadMATImageV4()
[all …]
Dhdr.h29 MagickCoderExports(HDR)
Dcoders-list.h78 AddMagickCoder(HDR)
/external/llvm-project/clang/test/Modules/Inputs/declare-use/
Dj.h5 #define HDR(x) STR(x.h) macro
8 #include HDR(a)
/external/clang/test/Modules/Inputs/declare-use/
Dj.h5 #define HDR(x) STR(x.h) macro
8 #include HDR(a)
/external/llvm-project/lld/test/ELF/
Drelocatable-many-sections.s10 # RUN: llvm-readobj --file-headers %t | FileCheck %s --check-prefix=HDR
11 # HDR: ElfHeader {
12 # HDR: SectionHeaderCount: 0 (65544)
13 # HDR-NEXT: StringTableSectionIndex: 65535 (65542)
/external/llvm-project/libc/include/
DCMakeLists.txt4 HDR
10 HDR
16 HDR
/external/webrtc/docs/native-code/rtp-hdrext/color-space/
DREADME.md5 dynamic range (HDR) video stream. Contact <kron@google.com> for more info.
18 Data layout without HDR metadata (one-byte RTP header extension)
29 Data layout of color space with HDR metadata (two-byte RTP header extension)
63 The extension may optionally include HDR metadata written in the following order,
/external/llvm-project/libc/cmake/modules/
DLLVMLibCHeaderRules.cmake7 # HDR <header file>
13 "HDR" # Single value arguments
18 message(FATAL_ERROR "'add_header' rules requires the HDR argument specifying a headef file.")
/external/llvm-project/llvm/test/DebugInfo/X86/
Dfission-cu.ll4 ; RUN: llvm-objdump -h %t | FileCheck --check-prefix=HDR %s
115 ; HDR-NOT: .debug_aranges
116 ; HDR-NOT: .rela.{{.*}}.dwo
Dfission-ranges.ll3 ; RUN: llvm-objdump -h %t | FileCheck --check-prefix=HDR %s
66 ; HDR-NOT: .rela.{{.*}}.dwo
72 ; HDR: .debug_addr 00000058
73 ; HDR-NOT: .rela.{{.*}}.dwo
/external/llvm-project/llvm/test/DebugInfo/WebAssembly/
Dfission-cu.ll4 ; RUN: llvm-objdump -h %t | FileCheck --check-prefix=HDR %s
117 ; HDR-NOT: .debug_aranges
118 ; HDR-NOT: .rela.{{.*}}.dwo
/external/llvm/test/DebugInfo/X86/
Dfission-cu.ll4 ; RUN: llvm-objdump -h %t | FileCheck --check-prefix=HDR %s
115 ; HDR-NOT: .debug_aranges
116 ; HDR-NOT: .rela.{{.*}}.dwo
Dfission-ranges.ll3 ; RUN: llvm-objdump -h %t | FileCheck --check-prefix=HDR %s
45 ; HDR-NOT: .rela.{{.*}}.dwo
51 ; HDR: .debug_addr 00000038
52 ; HDR-NOT: .rela.{{.*}}.dwo
/external/libpcap/rpcapd/
DMakefile.in91 HDR = $(PUBHDR) log.h
94 $(SRC) $(HDR)
/external/llvm-project/libc/config/linux/
DCMakeLists.txt15 HDR
/external/tcpdump/
DMakefile.in253 HDR = \
313 TAGFILES = $(SRC) $(HDR) $(TAGHDR)
455 … tar cf - $(CSRC) $(HDR) $(LIBNETDISSECT_SRC) $(EXTRA_DIST) $(TEST_DIST) | (cd $$name; tar xf -); \
/external/libpcap/
Dpcap-septel.c53 HDR *h; in septel_read()
/external/libpcap/testprogs/
DMakefile.in97 $(SRC) $(HDR)
/external/rust/crates/libz-sys/src/zlib/os400/
Dmake.sh81 do if action_needed \"${MODIFSNAME}\" \"${IFSDIR}/include/${HDR}\"
/external/deqp/doc/testspecs/GLES31/
Dfunctional.copy_image.txt42 + HDR ASTC blocks
/external/angle/extensions/
DANGLE_yuv_internal_format.txt88 including new platforms that support HDR content. A subset of those were
/external/igt-gpu-tools/
Dmeson.build322 warning('Pixman < 0.36.0 found, cannot test HDR formats')
324 warning('Cairo < 1.17.2 found, cannot test HDR formats')
Dconfigure.ac154 [AC_MSG_WARN([Cairo too old, HDR formats not available. Upgrade to cairo 1.17.2])
160 AC_MSG_WARN([Pixman too old, HDR formats not available. Upgrade to pixman 0.36.0])

12