Home
last modified time | relevance | path

Searched full:class (Results 1 – 25 of 13822) sorted by relevance

12345678910>>...553

/external/clang/test/Parser/
Drecursion-limits.cpp3 class outer {
4 class inner1 { inner1(); };
5 class inner2 { inner2(); };
6 class inner3 { inner3(); };
7 class inner4 { inner4(); };
8 class inner5 { inner5(); };
9 class inner6 { inner6(); };
10 class inner7 { inner7(); };
11 class inner8 { inner8(); };
12 class inner9 { inner9(); };
[all …]
/external/icu/icu4c/
DAPIChangeReport.html42 <table BORDER="1" class="genTable">
48 <tr class="row1">
49 <td class="file">bytestrie.h</td><td class="proto">const StringPiece&amp; icu::BytesTrie::Iterator:…
50 <span class=""><span></span></span></td>
52 <tr class="row0">
53class="file">bytestriebuilder.h</td><td class="proto">BytesTrieBuilder&amp; icu::BytesTrieBuilder:…
54 <span class=""><span></span></span></td>
56 <tr class="row1">
57class="file">compactdecimalformat.h</td><td class="proto">UnicodeString&amp; icu::CompactDecimalFo…
58 <span class=""><span></span></span></td>
[all …]
/external/llvm/test/CodeGen/Thumb2/
Dconstant-islands.ll20 %class.btVector3 = type { [4 x float] }
21 %class.btTransform = type { %class.btMatrix3x3, %class.btVector3 }
22 %class.btMatrix3x3 = type { [3 x %class.btVector3] }
23 %class.btCapsuleShape = type { %class.btConvexInternalShape, i32 }
24 %class.btConvexInternalShape = type { %class.btConvexShape, %class.btVector3, %class.btVector3, flo…
25 %class.btConvexShape = type { %class.btCollisionShape }
26 %class.btCollisionShape = type { i32 (...)**, i32, i8* }
27 %class.RagDoll = type { i32 (...)**, %class.btDynamicsWorld*, [11 x %class.btCollisionShape*], [11 …
28 %class.btDynamicsWorld = type { %class.btCollisionWorld, void (%class.btDynamicsWorld*, float)*, vo…
29class.btCollisionWorld = type { i32 (...)**, %class.btAlignedObjectArray, %class.btDispatcher*, %s…
[all …]
/external/libmojo/base/android/jni_generator/
Dandroid_jar.classes1 java/lang/AbstractMethodError.class
2 java/lang/AbstractStringBuilder.class
3 java/lang/Appendable.class
4 java/lang/ArithmeticException.class
5 java/lang/ArrayIndexOutOfBoundsException.class
6 java/lang/ArrayStoreException.class
7 java/lang/AssertionError.class
8 java/lang/AutoCloseable.class
9 java/lang/Boolean.class
10 java/lang/Byte.class
[all …]
/external/llvm/test/CodeGen/PowerPC/
Dpr15031.ll19 %"class.llvm::MachineMemOperand" = type { %"struct.llvm::MachinePointerInfo", i64, i32, %"class.llv…
20 %"struct.llvm::MachinePointerInfo" = type { %"class.llvm::Value"*, i64 }
21 %"class.llvm::Value" = type { i32 (...)**, i8, i8, i16, %"class.llvm::Type"*, %"class.llvm::Use"*, …
22 %"class.llvm::Type" = type { %"class.llvm::LLVMContext"*, i32, i32, %"class.llvm::Type"** }
23 %"class.llvm::LLVMContext" = type { %"class.llvm::LLVMContextImpl"* }
24 %"class.llvm::LLVMContextImpl" = type opaque
25 %"class.llvm::Use" = type { %"class.llvm::Value"*, %"class.llvm::Use"*, %"class.llvm::PointerIntPai…
26 %"class.llvm::PointerIntPair" = type { i64 }
27 %"class.llvm::StringMapEntry" = type opaque
28 %"class.llvm::MDNode" = type { %"class.llvm::Value", %"class.llvm::FoldingSetImpl::Node", i32, i32 }
[all …]
/external/libcxx/include/experimental/
Dtype_traits25 template <class T> constexpr bool is_void_v
27 template <class T> constexpr bool is_null_pointer_v
29 template <class T> constexpr bool is_integral_v
31 template <class T> constexpr bool is_floating_point_v
33 template <class T> constexpr bool is_array_v
35 template <class T> constexpr bool is_pointer_v
37 template <class T> constexpr bool is_lvalue_reference_v
39 template <class T> constexpr bool is_rvalue_reference_v
41 template <class T> constexpr bool is_member_object_pointer_v
43 template <class T> constexpr bool is_member_function_pointer_v
[all …]
/external/llvm/lib/Target/Hexagon/
DHexagonInstrEnc.td1 class Enc_COPROC_VX_3op_v<bits<15> opc> : OpcodeHexagon {
10 class V6_vtmpyb_enc : Enc_COPROC_VX_3op_v<0b000110010000000>;
11 class V6_vtmpybus_enc : Enc_COPROC_VX_3op_v<0b000110010000001>;
12 class V6_vdmpyhb_enc : Enc_COPROC_VX_3op_v<0b000110010000010>;
13 class V6_vrmpyub_enc : Enc_COPROC_VX_3op_v<0b000110010000011>;
14 class V6_vrmpybus_enc : Enc_COPROC_VX_3op_v<0b000110010000100>;
15 class V6_vdsaduh_enc : Enc_COPROC_VX_3op_v<0b000110010000101>;
16 class V6_vdmpybus_enc : Enc_COPROC_VX_3op_v<0b000110010000110>;
17 class V6_vdmpybus_dv_enc : Enc_COPROC_VX_3op_v<0b000110010000111>;
18 class V6_vtmpyb_acc_enc : Enc_COPROC_VX_3op_v<0b000110010001000>;
[all …]
/external/mockito/src/test/java/org/mockito/internal/util/reflection/
DGenericTypeExtractorTest.java13 public class GenericTypeExtractorTest extends TestBase {
15 class Base<T> {}
16 static class StaticBase<T> {}
20 class IntImpl extends Base<Integer> {}
21 static class StaticIntImpl extends StaticBase<Integer> {}
22 class NestedImpl extends Base<Base<String>> {}
23 class NonGeneric extends Base {}
25 class IIntImpl implements IBase<Integer>{}
26 class INestedImpl implements IBase<IBase<String>>{}
27 class INonGeneric implements IBase {}
[all …]
/external/tinyxml/docs/
Dtinyxml_8h-source.html7class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="hi…
8 <h1>tinyxml.h</h1><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span clas…
9 <a name="l00002"></a>00002 <span class="comment">www.sourceforge.net/projects/tinyxml</span>
10 <a name="l00003"></a>00003 <span class="comment">Original code (2.0 and earlier )copyright (c) 2000…
11 <a name="l00004"></a>00004 <span class="comment"></span>
12 <a name="l00005"></a>00005 <span class="comment">This software is provided 'as-is', without any exp…
13 <a name="l00006"></a>00006 <span class="comment">warranty. In no event will the authors be held lia…
14 <a name="l00007"></a>00007 <span class="comment">damages arising from the use of this software.</sp…
15 <a name="l00008"></a>00008 <span class="comment"></span>
16 <a name="l00009"></a>00009 <span class="comment">Permission is granted to anyone to use this softwa…
[all …]
DclassTiXmlNode.html3 <title>TinyXml: TiXmlNode Class Reference</title>
7class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="hi…
8 <h1>TiXmlNode Class Reference</h1><!-- doxytag: class="TiXmlNode" --><!-- doxytag: inherits="TiXmlB…
11 <code>#include &lt;<a class="el" href="tinyxml_8h-source.html">tinyxml.h</a>&gt;</code>
27 <tr><td class="memItemLeft" nowrap align="right" valign="top">enum &nbsp;</td><td class="memItemRig…
29 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The types of XML nodes supported by Tin…
31 <tr><td class="memItemLeft" nowrap align="right" valign="top">const char *&nbsp;</td><td class="mem…
33 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The meaning of 'value' changes for the …
34 <tr><td class="memItemLeft" nowrap align="right" valign="top">const std::string &amp;&nbsp;</td><td…
36 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Return <a class="el" href="classTiXmlNo…
[all …]
/external/testng/src/test/resources/
Dtestng.xml18 <class name="NoPackageTest" />
36 <class name="test.parameters.ParameterSample" />
37 <class name="test.parameters.ParameterTest" />
38 <class name="test.Test1" />
39 <class name="test.Test2" />
40 <class name="test.CtorCalledOnce" />
41 <class name="test.expectedexceptions.ExpectedExceptionsTest" />
42 <class name="test.access.PrivateAccessConfigurationMethods" />
43 <class name="test.expectedexceptions.WrappedExpectedExceptionTest" />
44 <class name="test.parameters.OptionalParameterTest"/>
[all …]
/external/python/cpython2/Lib/test/
Dtest_difflib_expect.html24 <table class="diff" id="difflib_chg_to0__top"
28 …ead><tr><th class="diff_next"><br /></th><th colspan="2" class="diff_header">from</th><th class="d…
30class="diff_next" id="difflib_chg_to0__0"><a href="#difflib_chg_to0__0">f</a></td><td class="diff_…
31class="diff_next"><a href="#difflib_chg_to0__1">n</a></td><td class="diff_header" id="from0_2">2</…
32class="diff_next"></td><td class="diff_header" id="from0_3">3</td><td nowrap="nowrap"><span class=…
33class="diff_next"></td><td class="diff_header" id="from0_4">4</td><td nowrap="nowrap">&nbsp;&nbsp;…
34class="diff_next"></td><td class="diff_header" id="from0_5">5</td><td nowrap="nowrap"><span class=…
35class="diff_next"></td><td class="diff_header"></td><td nowrap="nowrap"></td><td class="diff_next"…
36 …<tr><td class="diff_next"></td><td class="diff_header" id="from0_6">6</td><td nowrap="nowrap">123<…
37 …<tr><td class="diff_next"></td><td class="diff_header" id="from0_7">7</td><td nowrap="nowrap">123<…
[all …]
Dtest_calendar.py68 <table border="0" cellpadding="0" cellspacing="0" class="year">
69 <tr><th colspan="3" class="year">2004</th></tr><tr><td><table border="0" cellpadding="0" cellspacin…
70 <tr><th colspan="7" class="month">January</th></tr>
71 …h class="mon">Mon</th><th class="tue">Tue</th><th class="wed">Wed</th><th class="thu">Thu</th><th
72class="noday">&nbsp;</td><td class="noday">&nbsp;</td><td class="noday">&nbsp;</td><td class="thu"…
73 …tr><td class="mon">5</td><td class="tue">6</td><td class="wed">7</td><td class="thu">8</td><td cla…
74 …><td class="mon">12</td><td class="tue">13</td><td class="wed">14</td><td class="thu">15</td><td c…
75 …><td class="mon">19</td><td class="tue">20</td><td class="wed">21</td><td class="thu">22</td><td c…
76 …><td class="mon">26</td><td class="tue">27</td><td class="wed">28</td><td class="thu">29</td><td c…
78 </td><td><table border="0" cellpadding="0" cellspacing="0" class="month">
[all …]
/external/libcxx/include/
Diosfwd20 template<class charT> struct char_traits;
21 template<class T> class allocator;
23 class ios_base;
24 template <class charT, class traits = char_traits<charT> > class basic_ios;
26 template <class charT, class traits = char_traits<charT> > class basic_streambuf;
27 template <class charT, class traits = char_traits<charT> > class basic_istream;
28 template <class charT, class traits = char_traits<charT> > class basic_ostream;
29 template <class charT, class traits = char_traits<charT> > class basic_iostream;
31 template <class charT, class traits = char_traits<charT>, class Allocator = allocator<charT> >
32 class basic_stringbuf;
[all …]
Dtype_traits20 // helper class:
21 template <class T, T v> struct integral_constant;
31 template <bool, class T = void> struct enable_if;
32 template <bool, class T, class F> struct conditional;
35 template <class T> struct is_void;
36 template <class T> struct is_null_pointer; // C++14
37 template <class T> struct is_integral;
38 template <class T> struct is_floating_point;
39 template <class T> struct is_array;
40 template <class T> struct is_pointer;
[all …]
D__functional_base27 template <class _Arg1, class _Arg2, class _Result>
35 template <class _Tp>
40 template <class _Up> static __two __test(...);
41 template <class _Up> static char __test(typename _Up::result_type* = 0);
47 template <class _Tp = void>
49 template <class _Tp>
62 template <class _T1, class _T2>
74 template <class _Tp>
80 template <class _Ap, class _Rp>
88 template <class _Tp>
[all …]
/external/androidplot/.idea/inspectionProfiles/
DProject_Default.xml5 …<inspection_tool class="AbstractBeanReferencesInspection" enabled="false" level="ERROR" enabled_by…
6 …<inspection_tool class="AssertEqualsBetweenInconvertibleTypesTestNG" enabled="false" level="WARNIN…
7 …<inspection_tool class="AutowiredDependenciesInspection" enabled="false" level="WARNING" enabled_b…
8 …<inspection_tool class="ComponentNotRegistered" enabled="false" level="WARNING" enabled_by_default…
12 …<inspection_tool class="ComponentRegistrationProblems" enabled="false" level="ERROR" enabled_by_de…
13 …<inspection_tool class="ContextComponentScanInconsistencyInspection" enabled="false" level="ERROR"…
14 …<inspection_tool class="ContextJavaBeanUnresolvedMethodsInspection" enabled="false" level="WARNING…
15 …<inspection_tool class="DialogTitleCapitalization" enabled="false" level="WARNING" enabled_by_defa…
16 …<inspection_tool class="DuplicatedBeanNamesInspection" enabled="false" level="ERROR" enabled_by_de…
17 …<inspection_tool class="ELDeferredExpressionsInspection" enabled="false" level="WARNING" enabled_b…
[all …]
/external/libxml2/doc/
Dxmllint.html1class="refentry"><a name="idm1"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name<…
2 …The <span class="command"><strong>xmllint</strong></span> program parses one or more <acronym clas…
3 specified on the command line as <em class="replaceable"><code>XML-FILE</code></em>
5 is <span class="bold"><strong>-</strong></span> ). It prints various types of
7 errors both in <acronym class="acronym">XML</acronym> code and in
8 the <acronym class="acronym">XML</acronym> parser itself.
9class="command"><strong>xmllint</strong></span> is included in <span class="citerefentry"><span cl…
10 …<span class="command"><strong>xmllint</strong></span> accepts the following options (in alphabetic…
11class="variablelist"><dl class="variablelist"><dt><span class="term"><code class="option">--auto</…
12 …Use the <acronym class="acronym">SGML</acronym> catalog(s) from <code class="envar">SGML_CATALOG_F…
[all …]
Dxmlcatalog_man.html1 …="#840084" alink="#0000FF"><div class="refentry"><a name="idm45940765506544"></a><div class="title…
2 Command line tool to parse and manipulate <acronym class="acronym">XML</acronym>
3 or <acronym class="acronym">SGML</acronym> catalog files.
4class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p><code class="command">xmlcatal…
6 <code class="option">--add
7 <em class="replaceable"><code>TYPE</code></em>
8 <em class="replaceable"><code>ORIG</code></em>
9 <em class="replaceable"><code>REPLACE</code></em>
11 | <code class="option">--add <em class="replaceable"><code>FILENAME</code></em></code> ]
12 | <code class="option">--noout</code> | <code class="option">--no-super-update</code> |
[all …]
/external/libjpeg-turbo/doc/html/
Dgroup___turbo_j_p_e_g.html39 <div id="navrow1" class="tabs">
40 <ul class="tablist">
45 <div id="MSearchBox" class="MSearchBoxInactive">
46 <span class="left">
55 </span><span class="right">
68class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="Sele…
77 <div class="header">
78 <div class="summary">
85 <div class="headertitle">
86 <div class="title">TurboJPEG</div> </div>
[all …]
/external/guava/guava-testlib/test/com/google/common/testing/
DArbitraryInstancesTest.java137 public class ArbitraryInstancesTest extends TestCase {
140 assertNull(ArbitraryInstances.get(void.class)); in testGet_primitives()
141 assertNull(ArbitraryInstances.get(Void.class)); in testGet_primitives()
142 assertEquals(Boolean.FALSE, ArbitraryInstances.get(boolean.class)); in testGet_primitives()
143 assertEquals(Boolean.FALSE, ArbitraryInstances.get(Boolean.class)); in testGet_primitives()
144 assertEquals(Character.valueOf('\0'), ArbitraryInstances.get(char.class)); in testGet_primitives()
145 assertEquals(Character.valueOf('\0'), ArbitraryInstances.get(Character.class)); in testGet_primitives()
146 assertEquals(Byte.valueOf((byte) 0), ArbitraryInstances.get(byte.class)); in testGet_primitives()
147 assertEquals(Byte.valueOf((byte) 0), ArbitraryInstances.get(Byte.class)); in testGet_primitives()
148 assertEquals(Short.valueOf((short) 0), ArbitraryInstances.get(short.class)); in testGet_primitives()
[all …]
/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/cycle/
DLongCycle.java22 final class LongCycle {
23 static class Class1 { @Inject Class1(Class2 class2) {} } in Class1()
24 static class Class2 { @Inject Class2(Class3 class3) {} } in Class2()
25 static class Class3 { @Inject Class3(Class4 class4) {} } in Class3()
26 static class Class4 { @Inject Class4(Class5 class5) {} } in Class4()
27 static class Class5 { @Inject Class5(Class6 class6) {} } in Class5()
28 static class Class6 { @Inject Class6(Class7 class7) {} } in Class6()
29 static class Class7 { @Inject Class7(Class8 class8) {} } in Class7()
30 static class Class8 { @Inject Class8(Class9 class9) {} } in Class8()
31 static class Class9 { @Inject Class9(Class10 class10) {} } in Class9()
[all …]
/external/python/cpython2/Lib/test/decimaltestdata/
Dclass.decTest2 -- class.decTest -- Class operations --
31 clasx001 class 0 -> +Zero
32 clasx002 class 0.00 -> +Zero
33 clasx003 class 0E+5 -> +Zero
34 clasx004 class 1E-1007 -> +Subnormal
35 clasx005 class 0.1E-999 -> +Subnormal
36 clasx006 class 0.99999999E-999 -> +Subnormal
37 clasx007 class 1.00000000E-999 -> +Normal
38 clasx008 class 1E-999 -> +Normal
39 clasx009 class 1E-100 -> +Normal
[all …]
/external/dng_sdk/source/
Ddng_classes.h15 * Forward class declarations to avoid having to include many .h files in most places.
25 class dng_1d_function;
26 class dng_1d_table;
27 class dng_abort_sniffer;
28 class dng_area_task;
29 class dng_basic_tag_set;
30 class dng_camera_profile;
31 class dng_camera_profile_id;
32 class dng_camera_profile_info;
33 class dng_color_space;
[all …]
/external/clang/www/analyzer/
Dpotential_checkers.html25 <table class="checkers">
26 <col class="namedescr"><col class="example"><col class="progress">
29 <tr><td><div class="namedescr expandable"><span class="name">
30 memory.LeakEvalOrder</span><span class="lang">
31 (C, C++)</span><div class="descr">
35 <td><div class="exampleContainer expandable">
36 <div class="example"><pre>
48 <div class="example"><pre>
60 <td class="aligned"></td></tr>
63 <tr><td><div class="namedescr expandable"><span class="name">
[all …]

12345678910>>...553