/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/antlr/runtime/ObjC/Framework/ |
D | HashMap.h | 76 HashMap *hm; variable 119 HashMap *hm; variable 123 @property (retain) HashMap *hm; 139 HashMap *hm; variable 143 @property (retain) HashMap *hm; 158 HashMap *hm; variable 162 @property (retain) HashMap *hm;
|
D | HashMap.m | 142 hm = aHM; 143 expectedModCount = hm.modCount; 145 while ( idx < [hm.buffer length] ) { 146 next = (HMEntry *)hm.ptrBuffer[idx++]; 162 // if (hm.modCount != expectedModCount) 168 while ( idx < [hm.buffer length] ) { 186 [hm removeEntryForKey:k]; 187 expectedModCount = hm.modCount; 267 @synthesize hm; 279 hm = aHM; [all …]
|
/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/scapy/scapy/layers/tls/crypto/ |
D | hkdf.py | 61 hm = HMAC(finished_key, self.hash, default_backend()) 62 hm.update(hash_value) 63 return hm.finalize()
|
D | prf.py | 22 def _tls_P_hash(secret, seed, req_len, hm): argument 39 hash_len = hm.hash_alg.hash_len 43 a = hm(secret).digest(seed) # A(1) 46 res += hm(secret).digest(a + raw(seed)) 47 a = hm(secret).digest(a)
|
/external/libaom/libaom/aom_dsp/x86/ |
D | aom_convolve_copy_sse2.asm | 60 mov r4d, dword hm 126 mov r4d, dword hm 163 mov r4d, dword hm 186 mov r4d, dword hm 209 mov r4d, dword hm 234 mov r4d, dword hm 264 mov r4d, dword hm
|
/external/skia/src/compute/hs/cuda/ |
D | hs_cuda.inl | 86 // | hm | | 89 // WAITFOR(hm) | 118 // concurrent (fm_full,fm_frac) -> (fm_full) happens_before (hm) 119 // (fm_frac) happens_before (hm) 121 // concurrent (fm_full,fm_frac) -> (fm_full) happens_before (hm) 122 // (fm_frac) happens_before (hm) 124 // launch (hm) -> (hm) happens_before (hm) 125 // (hm) happens_before (bc) 145 // fm_full fm_frac (fm_full) happens_before (hm or bc) 146 // (fm_frac) happens_before (hm or bc) [all …]
|
/external/skqp/src/compute/hs/cuda/ |
D | hs_cuda.inl | 86 // | hm | | 89 // WAITFOR(hm) | 118 // concurrent (fm_full,fm_frac) -> (fm_full) happens_before (hm) 119 // (fm_frac) happens_before (hm) 121 // concurrent (fm_full,fm_frac) -> (fm_full) happens_before (hm) 122 // (fm_frac) happens_before (hm) 124 // launch (hm) -> (hm) happens_before (hm) 125 // (hm) happens_before (bc) 145 // fm_full fm_frac (fm_full) happens_before (hm or bc) 146 // (fm_frac) happens_before (hm or bc) [all …]
|
/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/swiftshader/third_party/llvm-7.0/llvm/test/MC/Sparc/ |
D | sparc-relocations.s | 45 ! CHECK: or %g1, %hm(sym), %g3 ! encoding: [0x86,0x10,0b011000AA,A] 46 … ! CHECK-NEXT: ! fixup A - offset: 0, value: %hm(sym), kind: fixup_sparc_hm 47 or %g1, %hm(sym), %g3
|
/external/skqp/src/compute/hs/vk/ |
D | hs_vk.c | 128 VkPipeline * hm[3]; member 302 uint32_t const scale_log2 = MIN_MACRO(hs->config.merge.hm.scale_max,log2_rem); in hs_hm() 310 hs->pipelines.hm[scale_log2][0]); in hs_hm() 851 for (uint32_t scale = target->config.merge.hm.scale_min; in hs_vk_create() 852 scale <= target->config.merge.hm.scale_max; in hs_vk_create() 1043 hs->pipelines.hm[0] = count_hm[0] ? pipeline_next : NULL; in hs_vk_create() 1047 hs->pipelines.hm[1] = count_hm[1] ? pipeline_next : NULL; in hs_vk_create() 1051 hs->pipelines.hm[2] = count_hm[2] ? pipeline_next : NULL; in hs_vk_create()
|
/external/skia/src/compute/hs/vk/ |
D | hs_vk.c | 128 VkPipeline * hm[3]; member 302 uint32_t const scale_log2 = MIN_MACRO(hs->config.merge.hm.scale_max,log2_rem); in hs_hm() 310 hs->pipelines.hm[scale_log2][0]); in hs_hm() 851 for (uint32_t scale = target->config.merge.hm.scale_min; in hs_vk_create() 852 scale <= target->config.merge.hm.scale_max; in hs_vk_create() 1043 hs->pipelines.hm[0] = count_hm[0] ? pipeline_next : NULL; in hs_vk_create() 1047 hs->pipelines.hm[1] = count_hm[1] ? pipeline_next : NULL; in hs_vk_create() 1051 hs->pipelines.hm[2] = count_hm[2] ? pipeline_next : NULL; in hs_vk_create()
|
/external/icu/icu4c/source/data/locales/ |
D | os.txt | 77 hm{"h:mm a"} 118 hm{ 170 hm{"h:mm a"} 277 hm{
|
D | fr_CM.txt | 23 hm{"h:mm"} 49 hm{
|
D | en_FI.txt | 29 hm{"h.mm a"} 61 hm{"h.mm a"}
|
D | en_DK.txt | 27 hm{"h.mm a"} 59 hm{"h.mm a"}
|
/external/skia/src/compute/hs/cl/ |
D | hs_cl.c | 50 cl_kernel * hm[3]; member 283 cl_kernel kernel = hs->kernels.hm[scale_log2][0]; in hs_hm_enqueue() 324 uint32_t const scale_log2 = MIN_MACRO(hs->config.merge.hm.scale_max,log2_rem); in hs_hm() 1062 for (uint32_t scale = target->config.merge.hm.scale_min; in hs_cl_create() 1063 scale <= target->config.merge.hm.scale_max; in hs_cl_create() 1179 hs->kernels.hm[0] = kernel_next; in hs_cl_create() 1190 hs->kernels.hm[1] = kernel_next; in hs_cl_create() 1201 hs->kernels.hm[2] = kernel_next; in hs_cl_create()
|
/external/skqp/src/compute/hs/cl/ |
D | hs_cl.c | 50 cl_kernel * hm[3]; member 283 cl_kernel kernel = hs->kernels.hm[scale_log2][0]; in hs_hm_enqueue() 324 uint32_t const scale_log2 = MIN_MACRO(hs->config.merge.hm.scale_max,log2_rem); in hs_hm() 1062 for (uint32_t scale = target->config.merge.hm.scale_min; in hs_cl_create() 1063 scale <= target->config.merge.hm.scale_max; in hs_cl_create() 1179 hs->kernels.hm[0] = kernel_next; in hs_cl_create() 1190 hs->kernels.hm[1] = kernel_next; in hs_cl_create() 1201 hs->kernels.hm[2] = kernel_next; in hs_cl_create()
|