HomeSort by relevance Sort by last modified time
    Searched refs:Hd (Results 1 - 23 of 23) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
typelist.h 66 template<typename Hd, typename Typelist>
69 typedef Hd head;
147 template<typename Fn, typename Hd, typename Tl>
148 struct apply_<Fn, chain<Hd, Tl> >
153 f.operator()(Hd());
169 template<typename Gn, typename Hd, typename Tl>
170 struct apply_generator1_<Gn, chain<Hd, Tl> >
175 g.template operator()<Hd>();
213 template<typename Hd, typename Tl, typename Typelist_Chain>
214 struct append_<chain<Hd, Tl>, Typelist_Chain
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
typelist.h 66 template<typename Hd, typename Typelist>
69 typedef Hd head;
147 template<typename Fn, typename Hd, typename Tl>
148 struct apply_<Fn, chain<Hd, Tl> >
153 f.operator()(Hd());
169 template<typename Gn, typename Hd, typename Tl>
170 struct apply_generator1_<Gn, chain<Hd, Tl> >
175 g.template operator()<Hd>();
213 template<typename Hd, typename Tl, typename Typelist_Chain>
214 struct append_<chain<Hd, Tl>, Typelist_Chain
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
typelist.h 66 template<typename Hd, typename Typelist>
69 typedef Hd head;
147 template<typename Fn, typename Hd, typename Tl>
148 struct apply_<Fn, chain<Hd, Tl> >
153 f.operator()(Hd());
169 template<typename Gn, typename Hd, typename Tl>
170 struct apply_generator1_<Gn, chain<Hd, Tl> >
175 g.template operator()<Hd>();
213 template<typename Hd, typename Tl, typename Typelist_Chain>
214 struct append_<chain<Hd, Tl>, Typelist_Chain
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
typelist.h 66 template<typename Hd, typename Typelist>
69 typedef Hd head;
147 template<typename Fn, typename Hd, typename Tl>
148 struct apply_<Fn, chain<Hd, Tl> >
153 f.operator()(Hd());
169 template<typename Gn, typename Hd, typename Tl>
170 struct apply_generator1_<Gn, chain<Hd, Tl> >
175 g.template operator()<Hd>();
213 template<typename Hd, typename Tl, typename Typelist_Chain>
214 struct append_<chain<Hd, Tl>, Typelist_Chain
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
typelist.h 66 template<typename Hd, typename Typelist>
69 typedef Hd head;
147 template<typename Fn, typename Hd, typename Tl>
148 struct apply_<Fn, chain<Hd, Tl> >
153 f.operator()(Hd());
169 template<typename Gn, typename Hd, typename Tl>
170 struct apply_generator1_<Gn, chain<Hd, Tl> >
175 g.template operator()<Hd>();
213 template<typename Hd, typename Tl, typename Typelist_Chain>
214 struct append_<chain<Hd, Tl>, Typelist_Chain
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
typelist.h 66 template<typename Hd, typename Typelist>
69 typedef Hd head;
147 template<typename Fn, typename Hd, typename Tl>
148 struct apply_<Fn, chain<Hd, Tl> >
153 f.operator()(Hd());
169 template<typename Gn, typename Hd, typename Tl>
170 struct apply_generator1_<Gn, chain<Hd, Tl> >
175 g.template operator()<Hd>();
213 template<typename Hd, typename Tl, typename Typelist_Chain>
214 struct append_<chain<Hd, Tl>, Typelist_Chain
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ufs/UfsBlockIoPei/
UfsHci.h 499 UINT8 Hd:1;
540 UINT8 Hd:1;
587 UINT8 Hd:1;
634 UINT8 Hd:1;
681 UINT8 Hd:1;
728 UINT8 Hd:1;
777 UINT8 Hd:1;
871 UINT8 Hd:1;
930 UINT8 Hd:1;
989 UINT8 Hd:1;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ufs/UfsPassThruDxe/
UfsPassThruHci.h 499 UINT8 Hd:1;
540 UINT8 Hd:1;
587 UINT8 Hd:1;
634 UINT8 Hd:1;
681 UINT8 Hd:1;
728 UINT8 Hd:1;
777 UINT8 Hd:1;
871 UINT8 Hd:1;
930 UINT8 Hd:1;
989 UINT8 Hd:1;
    [all...]
  /external/syslinux/gnu-efi/gnu-efi-3.0/lib/
dpath.c 756 HARDDRIVE_DEVICE_PATH *Hd;
758 Hd = DevPath;
759 switch (Hd->SignatureType) {
761 CatPrint(Str, L"HD(Part%d,Sig%08X)",
762 Hd->PartitionNumber,
763 *((UINT32 *)(&(Hd->Signature[0])))
767 CatPrint(Str, L"HD(Part%d,Sig%g)",
768 Hd->PartitionNumber,
769 (EFI_GUID *) &(Hd->Signature[0])
773 CatPrint(Str, L"HD(Part%d,MBRType=%02x,SigType=%02x)",
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DevicePathToText.c     [all...]
DevicePathFromText.c     [all...]
  /external/opencv/cv/src/
cvpyramids.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c     [all...]
  /external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
llvm_ocaml.c     [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCommandLib/
ConsistMapping.c 141 L"HD"
457 HARDDRIVE_DEVICE_PATH *Hd;
462 Hd = (HARDDRIVE_DEVICE_PATH *) DevicePathNode;
467 AppendCSDNum (MappingItem, Hd->PartitionNumber);
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
Map.c 255 && (SearchList(MapList, L"HD*", NULL, TRUE, TRUE, L";")
359 SearchList(TempSpot, L"HD*", &CurrentName, TRUE, FALSE, L";");
493 CONST CHAR16 Hd[] = L"hd*";
541 Test = (CHAR16*)Hd;
    [all...]
  /build/make/tools/droiddoc/templates-pdk/assets/
prettify.js 7 bd="c",cd="cc",dd="cpp",ed="cxx",fd="cyc",gd="m",hd="null true false",id="json",jd="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try boolean byte extends final finally implements import instanceof null native package strictfp super synchronized throws transient as base by checked decimal delegate descending event fixed foreach from group implicit in interface internal into is lock object out override orderby params partial readonly ref sbyte sealed stackalloc string select uint ulong unchecked unsafe ushort var ",
10 zd="rb",Ad="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try debugger eval export function get null set undefined var with Infinity NaN ",Bd="js",Cd="regex",Dd="pre",Ed="code",Fd="xmp",Gd="prettyprint",Hd="class",Id="br",Jd="\r";
28 [$c]);y(C({keywords:ad,hashComments:o,cStyleComments:o}),[bd,cd,dd,ed,fd,gd]);y(C({keywords:hd}),[id]);y(C({keywords:jd,hashComments:o,cStyleComments:o}),[kd]);y(C({keywords:ld,cStyleComments:o}),[md]);y(C({keywords:nd,hashComments:o,multiLineStrings:o}),[od,pd,qd]);y(C({keywords:rd,hashComments:o,multiLineStrings:o,tripleQuotedStrings:o}),[sd,td]);y(C({keywords:ud,hashComments:o,multiLineStrings:o,regexLiterals:o}),[vd,wd,xd]);y(C({keywords:yd,hashComments:o,multiLineStrings:o,regexLiterals:o}),
31 P);q={e:e,d:s,g:f};Sa(q);w()}}}if(n<d.length)setTimeout(v,250);else a&&a()}function w(){var j=q.a;if(j){var f=q.g;if(Ma(f)){for(var s=document.createElement(gc),k=0;k<f.attributes.length;++k){var h=f.attributes[k];if(h.specified){var e=h.name.toLowerCase();if(e===Hd)s.className=h.value;else s.setAttribute(h.name,h.value)}}s.innerHTML=j;f.parentNode.replaceChild(s,f);f=s}else f.innerHTML=j;if(b&&f.tagName===gc)for(var p=f.getElementsByTagName(Id),t=p.length;--t>=0;){var u=p[t];u.parentNode.replaceChild(document.createTextNode(Jd),
  /external/doclava/res/assets/templates/assets/
prettify.js 7 bd="c",cd="cc",dd="cpp",ed="cxx",fd="cyc",gd="m",hd="null true false",id="json",jd="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try boolean byte extends final finally implements import instanceof null native package strictfp super synchronized throws transient as base by checked decimal delegate descending event fixed foreach from group implicit in interface internal into is lock object out override orderby params partial readonly ref sbyte sealed stackalloc string select uint ulong unchecked unsafe ushort var ",
10 zd="rb",Ad="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try debugger eval export function get null set undefined var with Infinity NaN ",Bd="js",Cd="regex",Dd="pre",Ed="code",Fd="xmp",Gd="prettyprint",Hd="class",Id="br",Jd="\r";
28 [$c]);y(C({keywords:ad,hashComments:o,cStyleComments:o}),[bd,cd,dd,ed,fd,gd]);y(C({keywords:hd}),[id]);y(C({keywords:jd,hashComments:o,cStyleComments:o}),[kd]);y(C({keywords:ld,cStyleComments:o}),[md]);y(C({keywords:nd,hashComments:o,multiLineStrings:o}),[od,pd,qd]);y(C({keywords:rd,hashComments:o,multiLineStrings:o,tripleQuotedStrings:o}),[sd,td]);y(C({keywords:ud,hashComments:o,multiLineStrings:o,regexLiterals:o}),[vd,wd,xd]);y(C({keywords:yd,hashComments:o,multiLineStrings:o,regexLiterals:o}),
31 P);q={e:e,d:s,g:f};Sa(q);w()}}}if(n<d.length)setTimeout(v,250);else a&&a()}function w(){var j=q.a;if(j){var f=q.g;if(Ma(f)){for(var s=document.createElement(gc),k=0;k<f.attributes.length;++k){var h=f.attributes[k];if(h.specified){var e=h.name.toLowerCase();if(e===Hd)s.className=h.value;else s.setAttribute(h.name,h.value)}}s.innerHTML=j;f.parentNode.replaceChild(s,f);f=s}else f.innerHTML=j;if(b&&f.tagName===gc)for(var p=f.getElementsByTagName(Id),t=p.length;--t>=0;){var u=p[t];u.parentNode.replaceChild(document.createTextNode(Jd),
  /external/syslinux/bios/dos/
syslinux.com 36 )~??N6???n?sHDv???V??@?5L??BM???8??????????????,?+?]?????™ ? ?0?+=??????B?D@??? ?
168 ??@????????1?z??/?2???0xK_s?oz? ?Hd?`p24,?Z???Y?s`F?1??K'??Q???u?????6<A??/??in?vLj=?9>r?,l?O&?:??l?)~????6/????? ?'5H9??
    [all...]
  /prebuilts/tools/linux-x86_64/kythe/web/ui/js/
main.js     [all...]
  /external/webrtc/data/voice_engine/stereo_rtp_files/
hrtf_g722_1C_48_jitterT2.rtp 522 ??n??f? o? ?8?>?J?[>?y?%?Bs???R?6????Qi??)?-? ?.0?u\?4????????8` (?T??ln?/??????VG0?B?b?(????`?>????`?$ ???T???b2?D?)j ?.:0???H#?????fc*?.3??????}e?EI??X??`?4 ?hD4G?D??9E??x? ?[re8V?f?? ????2Q??`0nJ:??MT1?r-??X@ z4a?#lO^??$?u;?4??Y$?H?N:3??'m??\ ???k ???????"g?w?}??^y? kS ? ????? ?>????R??2"??D?l?+(? H??H-F ??????]`L2??pa???.X ??}g?EI??X?)?%\S?"(??Y@?????1??#???)h?22??j
596 p?M2?HD??{N?A?????/tJ?8?R ??&?bXp?_fB"?r????|^??Mk??^??f?-9{/2`5\( D?V???(?????}t?6?I??X{FC? ?ª"?G?QK??{O??h?!AR?!?@?? ?@?:?K?v"2?B
    [all...]
toggling_stereo_g729_pt18_pt125.rtp 319 ?'??r8S[( '?}?JuI??X w??y?x? w??y?x?'??J?I??X ?$?*cw'??KI??Xe????r?t?'$??KeI??XrW??B?r??'.??K?I??XS? b0???'8??LI??Xy??:6R????'B??LUI??X3???/$??'L??L?I??X3cW1C????'V??L?I??X S??1???'`??MEI??X(?|?q?Y?'j??M?I??Xa?V? ???'t??M?I??X2/UP?K??'~??N5I??X????????'???N?I??XDN'?'?'???OuI??X?D'???O?I??X?????0?'?? ?PI??X?hd??9??'?!?PeI??X?h2*??'?"?P?I??X?h>P@?$:'?#?QI??X?9>????<>'?$?QUI??X??q~?Z?E'?%?Q?I??X0?pq?^?Xc'??&?Q?I??X??k??dY?(?'?REI??X?{?}????(
    [all...]
  /external/webrtc/talk/media/testdata/
h264-svc-99-640x360.rtpdump 381 ?O?_z\?????H?~t?'?????@b??/??[qA??????B?K'??]?;? ??E?X????Hd?|???}?no?<W?)x??J??f?S_{A?+LO???oS?Mx==a???,`??^X?$?Pk?"???j????R?? L????j?c?<????6?)????] =???VG??i ??????&mc'??{?<??E?'?1??]??c????6/j?d???3z?V?-???$??g?g?[C[?G?1??$??f)3?R??&29/??q??|(Pt? Pq??bV?M?jg??%???V>?l??_?x???c?^j?$?dw ??TcS?f????u??S?????a?
507 KB???!??Vs?.???F????k???m??T;????r?O?\?#?k?u>k_?•?hd?8?Z??(???x??=?7??k
    [all...]

Completed in 1573 milliseconds