HomeSort by relevance Sort by last modified time
    Searched refs:inherited (Results 1 - 25 of 87) sorted by null

1 2 3 4

  /external/doclava/src/com/google/doclava/
InheritedTags.java 22 InheritedTags inherited(); method in interface:InheritedTags
TagInfo.java 75 makeHDF(data, base, tags.tags(), tags.inherited(), 0, 0);
78 private static int makeHDF(Data data, String base, TagInfo[] tags, InheritedTags inherited,
82 if (len == 0 && inherited != null) {
83 j = makeHDF(data, base, inherited.tags(), inherited.inherited(), j, depth + 1);
87 if (inherited != null && t.name().equals("@inheritDoc")) {
88 j = makeHDF(data, base, inherited.tags(), inherited.inherited(), j, depth + 1)
    [all...]
  /external/valgrind/none/tests/
fdleak_creat.stderr.exp 8 <inherited from parent>
11 <inherited from parent>
14 <inherited from parent>
fdleak_dup.stderr.exp 11 <inherited from parent>
14 <inherited from parent>
17 <inherited from parent>
fdleak_dup2.stderr.exp 14 <inherited from parent>
17 <inherited from parent>
20 <inherited from parent>
fdleak_fcntl.stderr.exp 11 <inherited from parent>
14 <inherited from parent>
17 <inherited from parent>
fdleak_open.stderr.exp 8 <inherited from parent>
11 <inherited from parent>
14 <inherited from parent>
fdleak_pipe.stderr.exp 11 <inherited from parent>
14 <inherited from parent>
17 <inherited from parent>
fdleak_socketpair.stderr.exp 11 <inherited from parent>
14 <inherited from parent>
17 <inherited from parent>
fdleak_cmsg.stderr.exp 17 <inherited from parent>
20 <inherited from parent>
23 <inherited from parent>
38 <inherited from parent>
41 <inherited from parent>
44 <inherited from parent>
fdleak_ipv4.stderr.exp 11 <inherited from parent>
14 <inherited from parent>
17 <inherited from parent>
26 <inherited from parent>
29 <inherited from parent>
32 <inherited from parent>
  /build/core/
node_fns.mk 121 # $(call get-inherited-nodes,PREFIX,A B)
128 define get-inherited-nodes
138 # get list of inherited words; if not empty:
140 # replace the first occurrence with (prefix + inherited + var)
147 define _expand-inherited-values
168 $(eval ### "If we just inherited ourselves, it's a cycle.") \
197 $(eval $(1).$(2).inherited := \
198 $(call get-inherited-nodes,$(1).$(2),$(3)))
199 $(call _import-nodes-inner,$(1),$($(1).$(2).inherited),$(3))
201 $(call _expand-inherited-values,$(1),$(2),$(3)
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/
storage.hpp 78 typedef storage1<A1> inherited; typedef in struct:boost::_bi::storage2
84 inherited::accept(v);
95 typedef storage1<A1> inherited; typedef in struct:boost::_bi::storage2
101 inherited::accept(v);
109 typedef storage1<A1> inherited; typedef in struct:boost::_bi::storage2
115 inherited::accept(v);
127 typedef storage2<A1, A2> inherited; typedef in struct:boost::_bi::storage3
133 inherited::accept(v);
144 typedef storage2<A1, A2> inherited; typedef in struct:boost::_bi::storage3
150 inherited::accept(v)
158 typedef storage2<A1, A2> inherited; typedef in struct:boost::_bi::storage3
176 typedef storage3<A1, A2, A3> inherited; typedef in struct:boost::_bi::storage4
193 typedef storage3<A1, A2, A3> inherited; typedef in struct:boost::_bi::storage4
207 typedef storage3<A1, A2, A3> inherited; typedef in struct:boost::_bi::storage4
225 typedef storage4<A1, A2, A3, A4> inherited; typedef in struct:boost::_bi::storage5
242 typedef storage4<A1, A2, A3, A4> inherited; typedef in struct:boost::_bi::storage5
256 typedef storage4<A1, A2, A3, A4> inherited; typedef in struct:boost::_bi::storage5
274 typedef storage5<A1, A2, A3, A4, A5> inherited; typedef in struct:boost::_bi::storage6
291 typedef storage5<A1, A2, A3, A4, A5> inherited; typedef in struct:boost::_bi::storage6
305 typedef storage5<A1, A2, A3, A4, A5> inherited; typedef in struct:boost::_bi::storage6
323 typedef storage6<A1, A2, A3, A4, A5, A6> inherited; typedef in struct:boost::_bi::storage7
340 typedef storage6<A1, A2, A3, A4, A5, A6> inherited; typedef in struct:boost::_bi::storage7
354 typedef storage6<A1, A2, A3, A4, A5, A6> inherited; typedef in struct:boost::_bi::storage7
372 typedef storage7<A1, A2, A3, A4, A5, A6, A7> inherited; typedef in struct:boost::_bi::storage8
389 typedef storage7<A1, A2, A3, A4, A5, A6, A7> inherited; typedef in struct:boost::_bi::storage8
403 typedef storage7<A1, A2, A3, A4, A5, A6, A7> inherited; typedef in struct:boost::_bi::storage8
421 typedef storage8<A1, A2, A3, A4, A5, A6, A7, A8> inherited; typedef in struct:boost::_bi::storage9
438 typedef storage8<A1, A2, A3, A4, A5, A6, A7, A8> inherited; typedef in struct:boost::_bi::storage9
452 typedef storage8<A1, A2, A3, A4, A5, A6, A7, A8> inherited; typedef in struct:boost::_bi::storage9
    [all...]
  /external/v8/test/mjsunit/
array-pop.js 64 // Check that pop works on inherited properties.
77 var inherited = Array.prototype.hasOwnProperty(j);
81 assertEquals(inherited, Array.prototype.hasOwnProperty(j),
82 "inherit-not-deleted-inherited" + j);
87 // Check that pop works on inherited properties for
103 var inherited = array_proto.hasOwnProperty(j);
107 assertEquals(inherited, array_proto.hasOwnProperty(j),
108 "array_proto-inherit-not-deleted-inherited" + j);
112 // Check that pop works on inherited properties for
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
example-tuple.cpp 61 typedef tuple<Tail...> inherited; typedef in class:tuple
70 : m_head(v), inherited(vtail...) { }
74 : m_head(other.head()), inherited(other.tail()) { }
85 inherited& tail() { return *this; }
86 const inherited& tail() const { return *this; }
example-bind.cpp 61 typedef tuple<Tail...> inherited; typedef in class:tuple
70 : m_head(v), inherited(vtail...) { }
74 : m_head(other.head()), inherited(other.tail()) { }
85 inherited& tail() { return *this; }
86 const inherited& tail() const { return *this; }
  /build/tools/droiddoc/templates-ds/
class.cs 18 <?cs # are there inherited members ?>
19 <?cs each:cl=class.inherited ?>
47 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhattrs">Inherited XML Attrs</a>
59 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhconstants">Inherited Constants</a>
67 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhfields">Inherited Fields</a>
87 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhmethods">Inherited Methods</a>
301 <?cs # if there are inherited attrs, write the table ?>
307 <div style="clear:left;">Inherited XML Attributes</div></th></tr>
308 <?cs each:cl=class.inherited ?>
312 <?cs call:expando_trigger("inherited-attrs-"+cl.qualified, "closed") ?>From <?cs var:cl.kind ?
    [all...]
  /build/tools/droiddoc/templates-ndk/
class.cs 21 <?cs # are there inherited members ?>
22 <?cs each:cl=class.inherited ?>
50 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhattrs">Inherited XML Attrs</a>
62 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhconstants">Inherited Constants</a>
70 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhfields">Inherited Fields</a>
90 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhmethods">Inherited Methods</a>
320 <?cs # if there are inherited attrs, write the table ?>
326 <div style="clear:left;">Inherited XML Attributes</div></th></tr>
327 <?cs each:cl=class.inherited ?>
331 <?cs call:expando_trigger("inherited-attrs-"+cl.qualified, "closed") ?>From <?cs var:cl.kind ?
    [all...]
  /build/tools/droiddoc/templates-sac/
class.cs 18 <?cs # are there inherited members ?>
19 <?cs each:cl=class.inherited ?>
47 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhattrs">Inherited XML Attrs</a>
59 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhconstants">Inherited Constants</a>
67 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhfields">Inherited Fields</a>
87 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhmethods">Inherited Methods</a>
305 <?cs # if there are inherited attrs, write the table ?>
311 <div style="clear:left;">Inherited XML Attributes</div></th></tr>
312 <?cs each:cl=class.inherited ?>
316 <?cs call:expando_trigger("inherited-attrs-"+cl.qualified, "closed") ?>From <?cs var:cl.kind ?
    [all...]
  /build/tools/droiddoc/templates-sdk/
class.cs 21 <?cs # are there inherited members ?>
22 <?cs each:cl=class.inherited ?>
50 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhattrs">Inherited XML Attrs</a>
62 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhconstants">Inherited Constants</a>
70 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhfields">Inherited Fields</a>
90 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhmethods">Inherited Methods</a>
320 <?cs # if there are inherited attrs, write the table ?>
326 <div style="clear:left;">Inherited XML Attributes</div></th></tr>
327 <?cs each:cl=class.inherited ?>
331 <?cs call:expando_trigger("inherited-attrs-"+cl.qualified, "closed") ?>From <?cs var:cl.kind ?
    [all...]
  /build/tools/droiddoc/templates-sdk-dev/
class.cs 21 <?cs # are there inherited members ?>
22 <?cs each:cl=class.inherited ?>
50 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhattrs">Inherited XML Attrs</a>
62 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhconstants">Inherited Constants</a>
70 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhfields">Inherited Fields</a>
90 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhmethods">Inherited Methods</a>
322 <?cs # if there are inherited attrs, write the table ?>
328 <div style="clear:left;">Inherited XML Attributes</div></th></tr>
329 <?cs each:cl=class.inherited ?>
333 <?cs call:expando_trigger("inherited-attrs-"+cl.qualified, "closed") ?>From <?cs var:cl.kind ?
    [all...]
  /external/doclava/res/assets/templates/
class.cs 12 <?cs # are there inherited members ?>
13 <?cs each:cl=class.inherited ?>
41 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhattrs">Inherited XML Attrs</a>
53 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhconstants">Inherited Constants</a>
61 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhfields">Inherited Fields</a>
81 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhmethods">Inherited Methods</a>
294 <?cs # if there are inherited attrs, write the table ?>
300 <div style="clear:left;">Inherited XML Attributes</div></th></tr>
301 <?cs each:cl=class.inherited ?>
305 <?cs call:expando_trigger("inherited-attrs-"+cl.qualified, "closed") ?>From <?cs var:cl.kind ?
    [all...]
  /external/clang/test/Index/
annotate-nested-name-specifier.cpp 134 typedef X8 inherited; typedef in struct:X9
136 inherited::f();
464 // CHECK: Identifier: "inherited" [136:5 - 136:14] TypeRef=inherited:134:14
  /frameworks/base/data/fonts/
fonts.mk 15 # Warning: this is actually a product definition, to be inherited from
  /frameworks/base/data/keyboards/
keyboards.mk 15 # Warning: this is actually a product definition, to be inherited from

Completed in 1012 milliseconds

1 2 3 4