Home
last modified time | relevance | path

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

12345678910>>...14

/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/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/
DProviderService_ImplTest.java46 HashMap hm = new HashMap(); in testToString() local
47 hm.put("attribute", "value"); in testToString()
48 hm.put("KeySize", "1024"); in testToString()
49 hm.put("AAA", "BBB"); in testToString()
52 null, hm); in testToString()
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
DProviderServiceTest.java88 HashMap hm = new HashMap(); in testGetAttribute() local
89 hm.put("attribute", "value"); in testGetAttribute()
90 hm.put("KeySize", "1024"); in testGetAttribute()
91 hm.put("AAA", "BBB"); in testGetAttribute()
94 null, hm); in testGetAttribute()
DProviderTest.java97 HashMap hm = new HashMap(); in testPutAllMap() local
98 hm.put("MessageDigest.SHA-1", "aaa.bbb.ccc.ddd"); in testPutAllMap()
99 hm.put("Property 1", "value 1"); in testPutAllMap()
100 hm.put("serviceName.algName attrName", "attrValue"); in testPutAllMap()
101 hm.put("Alg.Alias.engineClassName.aliasName", "standardName"); in testPutAllMap()
102 p.putAll(hm); in testPutAllMap()
/external/apache-harmony/security/src/test/impl/java.injected/java/security/
DProvider_ImplTest.java52 HashMap hm = new HashMap(); in testImplementsAlg() local
53 hm.put("KeySize", "1024"); in testImplementsAlg()
54 hm.put("AAA", "BBB"); in testImplementsAlg()
56 "className", null, hm); in testImplementsAlg()
/external/libvpx/libvpx/vpx_dsp/x86/
Dvpx_convolve_copy_sse2.asm47 mov r4d, dword hm
85 mov r4d, dword hm
108 mov r4d, dword hm
131 mov r4d, dword hm
157 mov r4d, dword hm
183 mov r4d, dword hm
/external/apache-harmony/security/src/test/api/java.injected/java/security/
DProviderTest.java149 HashMap hm = new HashMap(); in testPutService() local
150 hm.put("KeySize", "1024"); in testPutService()
151 hm.put("AAA", "BBB"); in testPutService()
153 "className", null, hm); in testPutService()
/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/
Dos.txt82 hm{"h:mm a"}
123 hm{
171 hm{"h:mm a"}
278 hm{
Den_FI.txt34 hm{"h.mm a"}
66 hm{"h.mm a"}
Den_DK.txt33 hm{"h.mm a"}
65 hm{"h.mm a"}
Dvai.txt66 hm{"h:mm a"}
106 hm{"h:mm a"}
Dks.txt74 hm{"h:mm a"}
120 hm{"h:mm a"}
Dbrx.txt78 hm{"h:mm a"}
126 hm{"h:mm a"}
Dbs_Cyrl.txt251 hm{"hh:mm a"}
310 hm{
397 hm{"hh:mm a"}
502 hm{
705 hm{"hh:mm a"}
Dvai_Latn.txt60 hm{"h:mm a"}
101 hm{"h:mm a"}
Dbem.txt51 hm{"h:mm a"}
97 hm{"h:mm a"}
Dja.txt275 hm{"aK:mm"}
346 hm{"aK:mm"}
545 hm{
1149 hm{"aK:mm"}
1214 hm{
1325 hm{"aK:mm"}
1562 hm{
2128 hm{"aK:mm"}
Ddz.txt144 hm{"h:mm a"}
203 hm{
295 hm{"h:mm a"}
437 hm{
Dksh.txt213 hm{"h:mm a"}
240 hm{
303 hm{"h:mm a"}
415 hm{
/external/snakeyaml/src/test/resources/pyyaml/
Dinvalid-escape-numbers.loader-error1 "hm.... \u123?"
/external/icu/icu4c/source/data/unit/
Dlrc.txt12 hm{"ساأت:دئقه"}
Dyi.txt12 hm{"h:mm"}
/external/opencv3/3rdparty/jinja2/
DAUTHORS24 - Axel Böhm

12345678910>>...14