/external/libchrome/ipc/ |
D | ipc_message_templates_impl.h | 25 template <typename Meta, typename... Ins> 26 MessageT<Meta, std::tuple<Ins...>, void>::MessageT(Routing routing, in MessageT() 32 template <typename Meta, typename... Ins> 33 bool MessageT<Meta, std::tuple<Ins...>, void>::Read(const Message* msg, in Read() 39 template <typename Meta, typename... Ins> 40 void MessageT<Meta, std::tuple<Ins...>, void>::Log(std::string* name, in Log() 44 *name = Meta::kName; in Log() 52 template <typename Meta, typename... Ins, typename... Outs> 53 MessageT<Meta, std::tuple<Ins...>, std::tuple<Outs...>>::MessageT( in MessageT() 65 template <typename Meta, typename... Ins, typename... Outs> [all …]
|
D | ipc_message_templates.h | 107 template <typename Meta, 108 typename InTuple = typename Meta::InTuple, 109 typename OutTuple = typename Meta::OutTuple> 113 template <typename Meta, typename... Ins> 114 class MessageT<Meta, std::tuple<Ins...>, void> : public Message { 117 enum { ID = Meta::ID }; 123 IPC_MESSAGET_SFINAE(Meta::kKind == MessageKind::CONTROL) 125 DCHECK(Meta::kKind == MessageKind::CONTROL) << Meta::kName; in MessageT() 128 IPC_MESSAGET_SFINAE(Meta::kKind == MessageKind::ROUTED) 131 DCHECK(Meta::kKind == MessageKind::ROUTED) << Meta::kName; in MessageT() [all …]
|
/external/python/cpython3/Lib/test/ |
D | test_super.py | 152 class Meta(type): class 159 class A(metaclass=Meta): 170 class Meta(type): class 179 class A(metaclass=Meta): 194 class Meta(type): class 200 class A(metaclass=Meta): 209 class Meta(type): class 218 class WithoutClassRef(metaclass=Meta): 226 class WithClassRef(metaclass=Meta): 242 class Meta(type): class [all …]
|
D | test_genericclass.py | 118 class Meta(type): class 127 class D(c, metaclass=Meta): 129 self.assertEqual(meta_args[0], Meta) 136 self.assertEqual(D.__class__, Meta) 246 class Meta(type): class 249 self.assertEqual(Meta[int], 'Meta[int]') 252 class Meta(type): pass class 253 class C(metaclass=Meta): 259 class Meta(type): class 262 class C(metaclass=Meta):
|
D | ann_module.py | 42 class Meta(type): class 46 class S(metaclass = Meta):
|
D | test_subclassinit.py | 116 class Meta(type): class 128 class A(metaclass=Meta): 180 class Meta(type): class 192 class B(A, metaclass=Meta):
|
/external/python/cpython2/Lib/idlelib/ |
D | config-keys.def | 17 close-window=<Alt-Key-F4> <Meta-Key-F4> 22 history-next=<Alt-Key-n> <Meta-Key-n> <Alt-Key-N> <Meta-Key-N> 23 history-previous=<Alt-Key-p> <Meta-Key-p> <Alt-Key-P> <Meta-Key-P> 27 open-class-browser=<Alt-Key-c> <Meta-Key-c> <Alt-Key-C> <Meta-Key-C> 28 open-module=<Alt-Key-m> <Meta-Key-m> <Alt-Key-M> <Meta-Key-M> 43 find-in-files=<Alt-Key-F3> <Meta-Key-F3> 46 goto-line=<Alt-Key-g> <Meta-Key-g> <Alt-Key-G> <Meta-Key-G> 52 comment-region=<Alt-Key-3> <Meta-Key-3> 53 uncomment-region=<Alt-Key-4> <Meta-Key-4> 54 tabify-region=<Alt-Key-5> <Meta-Key-5> [all …]
|
/external/syzkaller/prog/ |
D | minimization_test.go | 29 if p.Calls[len(p.Calls)-1].Meta.Name != "pipe2" { 47 return len(p.Calls) == 2 && p.Calls[0].Meta.Name == "mmap" && p.Calls[1].Meta.Name == "pipe2" 61 … if len(p.Calls) == 2 && p.Calls[0].Meta.Name == "mmap" && p.Calls[1].Meta.Name == "sched_yield" { 64 if len(p.Calls) == 1 && p.Calls[0].Meta.Name == "sched_yield" { 147 if ci1 < 0 || ci1 >= len(p1.Calls) || p.Calls[ci].Meta.Name != p1.Calls[ci1].Meta.Name {
|
D | validation.go | 34 if c.Meta == nil { 38 return fmt.Errorf("call %v: %v", c.Meta.Name, err) 50 if len(c.Args) != len(c.Meta.Args) { 52 len(c.Meta.Args), len(c.Args)) 55 if err := ctx.validateArg(arg, c.Meta.Args[i]); err != nil { 63 if c.Meta.Ret == nil { 78 return ctx.validateArg(c.Ret, c.Meta.Ret)
|
/external/python/cpython3/Lib/idlelib/ |
D | config-keys.def | 17 close-window=<Alt-Key-F4> <Meta-Key-F4> 22 history-next=<Alt-Key-n> <Meta-Key-n> <Alt-Key-N> <Meta-Key-N> 23 history-previous=<Alt-Key-p> <Meta-Key-p> <Alt-Key-P> <Meta-Key-P> 27 open-class-browser=<Alt-Key-c> <Meta-Key-c> <Alt-Key-C> <Meta-Key-C> 28 open-module=<Alt-Key-m> <Meta-Key-m> <Alt-Key-M> <Meta-Key-M> 43 find-in-files=<Alt-Key-F3> <Meta-Key-F3> 46 goto-line=<Alt-Key-g> <Meta-Key-g> <Alt-Key-G> <Meta-Key-G> 52 comment-region=<Alt-Key-3> <Meta-Key-3> 53 uncomment-region=<Alt-Key-4> <Meta-Key-4> 54 tabify-region=<Alt-Key-5> <Meta-Key-5> [all …]
|
/external/markdown/docs/extensions/ |
D | Meta-Data.txt | 1 Meta-Data 8 a document. The Meta-Data extension is inspired by and follows the syntax of 10 way, but simply provides it as a `Meta` attribute of a markdown instance for 20 Meta-data consists of a series of keywords and values defined at the beginning 42 Accessing the Meta-Data 45 The meta-data is made available as a python Dict in the `Meta` attribute of an 50 >>> # Meta-data has been stripped from output 55 >>> print md.Meta 69 `Meta` attribute. 78 The following are extensions currently known to work with the Meta-Data
|
/external/markdown/markdown/extensions/ |
D | wikilinks.py | 139 if self.md.Meta.has_key('wiki_base_url'): 140 base_url = self.md.Meta['wiki_base_url'][0] 141 if self.md.Meta.has_key('wiki_end_url'): 142 end_url = self.md.Meta['wiki_end_url'][0] 143 if self.md.Meta.has_key('wiki_html_class'): 144 html_class = self.md.Meta['wiki_html_class'][0]
|
D | headerid.py | 129 if self.md.Meta.has_key('header_level'): 130 level = int(self.md.Meta['header_level'][0]) - 1 131 if self.md.Meta.has_key('header_forceid'): 132 force = self._str2bool(self.md.Meta['header_forceid'][0])
|
/external/clang/test/CXX/temp/temp.param/ |
D | p11-0x.cpp | 57 template<template<int> class... Meta> struct X1tt; 58 template<template<int> class... Meta, template<int> class M> 59 struct X1tt<M, Meta...> { }; 67 template<template<int> class... Meta, template<int> class M> 68 void f1tt(X1tt<M, Meta...>);
|
/external/libxkbcommon/xkbcommon/test/data/compat/ |
D | misc | 3 virtual_modifiers Alt,Meta,Super,Hyper,ScrollLock; 35 // Sets the "Meta" virtual modifier. 39 virtualModifier= Meta; 44 action = SetMods(modifiers=Meta); 49 virtualModifier= Meta; 54 action = SetMods(modifiers=Meta);
|
/external/python/six/ |
D | test_six.py | 717 class Meta(type): class 719 class X(six.with_metaclass(Meta)): 721 assert type(X) is Meta 725 class X(six.with_metaclass(Meta, Base)): 727 assert type(X) is Meta 731 class X(six.with_metaclass(Meta, Base, Base2)): 733 assert type(X) is Meta 737 class X(six.with_metaclass(Meta)): 739 class MetaSub(Meta): 754 class Meta(type): class [all …]
|
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
D | metafunctions.cpp | 171 template<typename T, template<class> class ...Meta> 173 typedef tuple<typename Meta<T>::type...> type; 195 template<typename T, template<class> class ...Meta> 197 typedef typename apply_each<T, Meta...>::type type; 204 template<typename T, typename ...Meta> 206 typedef typename apply_each<T, Meta::template apply...>::type type;
|
/external/autotest/frontend/tko/ |
D | models.py | 131 class Meta: class in Machine 143 class Meta: class in Kernel 155 class Meta: class in Patch 165 class Meta: class in Status 184 class Meta: class in Job 195 class Meta: class in JobKeyval 235 class Meta: class in Test 249 class Meta: class in TestAttribute 265 class Meta: class in IterationAttribute 280 class Meta: class in IterationResult [all …]
|
/external/syzkaller/sys/targets/ |
D | common.go | 18 Meta: meta, 36 Meta: meta, 71 switch c.Meta.CallName { 83 if c.Meta.CallName == "mknodat" {
|
/external/autotest/frontend/afe/ |
D | models.py | 92 class Meta: class in AtomicGroup 144 class Meta: class in Label 194 class Meta: class in StaticLabel 209 class Meta: class in ReplacedLabel 227 class Meta: class in Shard 256 class Meta: class in Drone 354 class Meta: class in DroneSet 465 class Meta: class in User 914 class Meta: class in Host 934 class Meta: class in HostAttribute [all …]
|
D | admin.py | 28 model = self.Meta.model 33 needs_remove = bool(self.Meta.model.objects.filter(**filter_data)) 42 class Meta: class in AtomicGroupForm 58 class Meta: class in LabelForm 147 class Meta: class in HostForm
|
/external/autotest/frontend/server/ |
D | models.py | 41 class Meta: class in Server 126 class Meta: class in ServerRole 140 class Meta: class in ServerAttribute
|
/external/libxkbcommon/xkbcommon/test/data/symbols/ |
D | altwin | 1 // Meta is mapped to second level of Alt keys. 42 // Meta is mapped to the Win keys. 54 // Meta is mapped to the left Win key.
|
/external/googletest/googletest/docs/ |
D | PumpManual.md | 28 Pump (for Pump is Useful for Meta Programming, Pretty Useful for Meta 29 Programming, or Practical Utility for Meta Programming, whichever you 55 $$ Meta loop. 130 | `[[ code ]]` | Meta lexical block. … 132 | `$$ comment` | Meta comment. …
|
/external/mesa3d/src/mesa/drivers/common/ |
D | meta.c | 405 assert(!ctx->Meta); in _mesa_meta_init() 407 ctx->Meta = CALLOC_STRUCT(gl_meta_state); in _mesa_meta_init() 419 _mesa_meta_glsl_blit_cleanup(ctx, &ctx->Meta->Blit); in _mesa_meta_free() 420 meta_glsl_clear_cleanup(ctx, &ctx->Meta->Clear); in _mesa_meta_free() 421 _mesa_meta_glsl_generate_mipmap_cleanup(ctx, &ctx->Meta->Mipmap); in _mesa_meta_free() 422 cleanup_temp_texture(ctx, &ctx->Meta->TempTex); in _mesa_meta_free() 423 meta_decompress_cleanup(ctx, &ctx->Meta->Decompress); in _mesa_meta_free() 424 meta_drawpix_cleanup(ctx, &ctx->Meta->DrawPix); in _mesa_meta_free() 429 free(ctx->Meta); in _mesa_meta_free() 430 ctx->Meta = NULL; in _mesa_meta_free() [all …]
|