Home
last modified time | relevance | path

Searched refs:hm (Results 1 – 25 of 367) sorted by relevance

12345678910>>...15

/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
DHandlerBox.java45 HashMap<String, String> hm = new HashMap<String, String>();
46hm.put("odsm", "ObjectDescriptorStream - defined in ISO/IEC JTC1/SC29/WG11 - CODING OF MOVING PICT…
47hm.put("crsm", "ClockReferenceStream - defined in ISO/IEC JTC1/SC29/WG11 - CODING OF MOVING PICTUR…
48hm.put("sdsm", "SceneDescriptionStream - defined in ISO/IEC JTC1/SC29/WG11 - CODING OF MOVING PICT…
49hm.put("m7sm", "MPEG7Stream - defined in ISO/IEC JTC1/SC29/WG11 - CODING OF MOVING PICTURES AND AU…
50hm.put("ocsm", "ObjectContentInfoStream - defined in ISO/IEC JTC1/SC29/WG11 - CODING OF MOVING PIC…
51hm.put("ipsm", "IPMP Stream - defined in ISO/IEC JTC1/SC29/WG11 - CODING OF MOVING PICTURES AND AU…
52hm.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/
Dmember-pointer.cpp82 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/
Dtest-loaded.c61 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/
Dlsmod.c70 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()
Dremove.c67 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()
Drmmod.c86 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/
Dvpx_convolve_copy_sse2.asm51 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/
Ddlfcn.c73 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/
Dsparc-relocations.s44 ! 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/
Dfr_CM.txt23 hm{"h:mm"}
49 hm{
Dos.txt76 hm{"h:mm a"}
117 hm{
169 hm{"h:mm a"}
276 hm{
Den_DK.txt27 hm{"h.mm a"}
59 hm{"h.mm a"}
Den_FI.txt28 hm{"h.mm a"}
60 hm{"h.mm a"}
Dvai.txt60 hm{"h:mm a"}
100 hm{"h:mm a"}
Dks.txt68 hm{"h:mm a"}
114 hm{"h:mm a"}
Dbrx.txt72 hm{"h:mm a"}
124 hm{"h:mm a"}
Dbem.txt45 hm{"h:mm a"}
95 hm{"h:mm a"}
Dnd.txt45 hm{"h:mm a"}
85 hm{"h:mm a"}
Dtwq.txt48 hm{"h:mm a"}
97 hm{"h:mm a"}
Dvai_Latn.txt54 hm{"h:mm a"}
95 hm{"h:mm a"}
Dbs_Cyrl.txt245 hm{"hh:mm a"}
304 hm{
395 hm{"hh:mm a"}
500 hm{
703 hm{"hh:mm a"}
/external/snakeyaml/src/test/resources/pyyaml/
Dinvalid-escape-numbers.loader-error1 "hm.... \u123?"
/external/icu/icu4c/source/data/unit/
Dyi.txt6 hm{"h:mm"}
Dlrc.txt6 hm{"h:mm"}
/external/protobuf/objectivec/DevTools/
Dfull_mac_build.sh193 if ! objectivec/DevTools/pddm.py --dry-run objectivec/*.[hm] objectivec/Tests/*.[hm] ; then

12345678910>>...15