/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/ |
D | HandlerBox.java | 45 HashMap<String, String> hm = new HashMap<String, String>(); 46 …hm.put("odsm", "ObjectDescriptorStream - defined in ISO/IEC JTC1/SC29/WG11 - CODING OF MOVING PICT… 47 …hm.put("crsm", "ClockReferenceStream - defined in ISO/IEC JTC1/SC29/WG11 - CODING OF MOVING PICTUR… 48 …hm.put("sdsm", "SceneDescriptionStream - defined in ISO/IEC JTC1/SC29/WG11 - CODING OF MOVING PICT… 49 …hm.put("m7sm", "MPEG7Stream - defined in ISO/IEC JTC1/SC29/WG11 - CODING OF MOVING PICTURES AND AU… 50 …hm.put("ocsm", "ObjectContentInfoStream - defined in ISO/IEC JTC1/SC29/WG11 - CODING OF MOVING PIC… 51 …hm.put("ipsm", "IPMP Stream - defined in ISO/IEC JTC1/SC29/WG11 - CODING OF MOVING PICTURES AND AU… 52 …hm.put("mjsm", "MPEG-J Stream - defined in ISO/IEC JTC1/SC29/WG11 - CODING OF MOVING PICTURES AND … 53 hm.put("mdir", "Apple Meta Data iTunes Reader"); 54 hm.put("mp7b", "MPEG-7 binary XML"); [all …]
|
/external/clang/test/SemaCXX/ |
D | member-pointer.cpp | 82 HasMembers hm; in g() local 86 int *pmii = &hm.i; in g() 90 &hm.f; // expected-error {{cannot create a non-constant pointer to member function}} in g() 102 HasMembers hm, *phm = &hm; in h() local 105 hm.*pi = 0; in h() 107 (void)&(hm.*pi); in h() 109 (void)&((&hm)->*pi); in h() 112 (hm.*pf)(); in h() 115 …(void)(hm->*pi); // expected-error {{left hand operand to ->* must be a pointer to class compatibl… in h() 132 (void)(hm.*i); // expected-error {{pointer-to-member}} in h()
|
/external/kmod/testsuite/ |
D | test-loaded.c | 61 struct kmod_module *hm = kmod_module_get_module(hitr); in loaded_1() local 68 fputs(kmod_module_get_name(hm), stdout); in loaded_1() 69 kmod_module_unref(hm); in loaded_1()
|
/external/kmod/tools/ |
D | lsmod.c | 70 struct kmod_module *hm = kmod_module_get_module(hitr); in do_lsmod() local 79 fputs(kmod_module_get_name(hm), stdout); in do_lsmod() 80 kmod_module_unref(hm); in do_lsmod()
|
D | remove.c | 67 struct kmod_module *hm = kmod_module_get_module(itr); in check_module_inuse() local 68 fprintf(stderr, " %s", kmod_module_get_name(hm)); in check_module_inuse() 69 kmod_module_unref(hm); in check_module_inuse()
|
D | rmmod.c | 86 struct kmod_module *hm = kmod_module_get_module(itr); in check_module_inuse() local 87 fprintf(stderr, " %s", kmod_module_get_name(hm)); in check_module_inuse() 88 kmod_module_unref(hm); in check_module_inuse()
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | vpx_convolve_copy_sse2.asm | 51 mov r4d, dword hm 89 mov r4d, dword hm 112 mov r4d, dword hm 135 mov r4d, dword hm 160 mov r4d, dword hm 190 mov r4d, dword hm
|
/external/python/cpython2/PC/os2emx/ |
D | dlfcn.c | 73 HMODULE hm; in dlopen() local 93 switch (rc = DosLoadModule((PSZ)&err, sizeof(err), filename, &hm)) in dlopen() 96 tmp->handle = hm; in dlopen()
|
/external/llvm/test/MC/Sparc/ |
D | sparc-relocations.s | 44 ! CHECK: or %g1, %hm(sym), %g3 ! encoding: [0x86,0x10,0b011000AA,A] 45 … ! CHECK-NEXT: ! fixup A - offset: 0, value: %hm(sym), kind: fixup_sparc_hm 46 or %g1, %hm(sym), %g3
|
/external/icu/icu4c/source/data/locales/ |
D | fr_CM.txt | 23 hm{"h:mm"} 49 hm{
|
D | os.txt | 76 hm{"h:mm a"} 117 hm{ 169 hm{"h:mm a"} 276 hm{
|
D | en_DK.txt | 27 hm{"h.mm a"} 59 hm{"h.mm a"}
|
D | en_FI.txt | 28 hm{"h.mm a"} 60 hm{"h.mm a"}
|
D | vai.txt | 60 hm{"h:mm a"} 100 hm{"h:mm a"}
|
D | ks.txt | 68 hm{"h:mm a"} 114 hm{"h:mm a"}
|
D | brx.txt | 72 hm{"h:mm a"} 124 hm{"h:mm a"}
|
D | bem.txt | 45 hm{"h:mm a"} 95 hm{"h:mm a"}
|
D | nd.txt | 45 hm{"h:mm a"} 85 hm{"h:mm a"}
|
D | twq.txt | 48 hm{"h:mm a"} 97 hm{"h:mm a"}
|
D | vai_Latn.txt | 54 hm{"h:mm a"} 95 hm{"h:mm a"}
|
D | bs_Cyrl.txt | 245 hm{"hh:mm a"} 304 hm{ 395 hm{"hh:mm a"} 500 hm{ 703 hm{"hh:mm a"}
|
/external/snakeyaml/src/test/resources/pyyaml/ |
D | invalid-escape-numbers.loader-error | 1 "hm.... \u123?"
|
/external/icu/icu4c/source/data/unit/ |
D | yi.txt | 6 hm{"h:mm"}
|
D | lrc.txt | 6 hm{"h:mm"}
|
/external/protobuf/objectivec/DevTools/ |
D | full_mac_build.sh | 193 if ! objectivec/DevTools/pddm.py --dry-run objectivec/*.[hm] objectivec/Tests/*.[hm] ; then
|