Home
last modified time | relevance | path

Searched full:code (Results 1 – 25 of 29703) sorted by relevance

12345678910>>...1189

/external/javassist/tutorial/
Dtutorial2.html32 <p><code>CtClass</code> provides methods for introspection. The
34 the Java reflection API. <code>CtClass</code> provides
35 <code>getName()</code>, <code>getSuperclass()</code>,
36 <code>getMethods()</code>, and so on.
37 <code>CtClass</code> also provides methods for modifying a class
42 Methods are represented by <code>CtMethod</code> objects.
43 <code>CtMethod</code> provides several methods for modifying
46 the same <code>CtMethod</code> object
49 A <code>CtMethod</code> object corresponds to every method declaration.
52 For example, if class <code>Point</code> declares method <code>move()</code>
[all …]
Dtutorial.html42 <p>The class <code>Javassist.CtClass</code> is an abstract
43 representation of a class file. A <code>CtClass</code> (compile-time
54 <p>This program first obtains a <code>ClassPool</code> object, which
56 <code>ClassPool</code> object is a container of <code>CtClass</code>
58 constructing a <code>CtClass</code> object and records the
62 from a <code>ClassPool</code> object
63 a reference to a <code>CtClass</code> object representing that class.
64 <code>get()</code> in <code>ClassPool</code> is used for this purpose.
66 <code>CtClass</code> object representing a class
67 <code>test.Rectangle</code> is obtained from the
[all …]
Dtutorial3.html17 <li><a href="#classfile">Obtaining a <code>ClassFile</code> object</a>
49 <code>javassist.bytecode.ClassFileWriter</code> might provide
51 <code>javassist.bytecode.ClassFile</code> although its API
55 <h3>5.1 Obtaining a <code>ClassFile</code> object</h3>
57 <p>A <code>javassist.bytecode.ClassFile</code> object represents
58 a class file. To obtian this object, <code>getClassFile()</code>
59 in <code>CtClass</code> should be called.
62 <code>javassist.bytecode.ClassFile</code> directly from a class file.
72 This code snippet creats a <code>ClassFile</code> object from
73 <code>Point.class</code>.
[all …]
/external/angle/third_party/vulkan-headers/src/registry/
Dvalidusage.json13 …"text": "If <code>instance</code> is not <code>NULL</code>, <code>instance</code> <strong class=\"…
18 …"text": "<code>pName</code> <strong class=\"purple\">must</strong> be a null-terminated UTF-8 stri…
27 …"text": "<code>device</code> <strong class=\"purple\">must</strong> be a valid <a href=\"#VkDevice…
32 …"text": "<code>pName</code> <strong class=\"purple\">must</strong> be a null-terminated UTF-8 stri…
41 …"text": "<code>pApiVersion</code> <strong class=\"purple\">must</strong> be a valid pointer to a <
50 … href=\"#VkInstanceCreateInfo\">VkInstanceCreateInfo</a>::<code>ppEnabledExtensionNames</code> lis…
55 …"text": "<code>pCreateInfo</code> <strong class=\"purple\">must</strong> be a valid pointer to a v…
60 …"text": "If <code>pAllocator</code> is not <code>NULL</code>, <code>pAllocator</code> <strong clas…
65 …"text": "<code>pInstance</code> <strong class=\"purple\">must</strong> be a valid pointer to a <a …
74code>pNext</code> chain of <code>VkInstanceCreateInfo</code> includes a <code>VkDebugReportCallbac…
[all …]
/external/cronet/third_party/libxml/src/include/libxml/
Dxmlunicode.h26 XMLPUBFUN int xmlUCSIsAegeanNumbers (int code);
27 XMLPUBFUN int xmlUCSIsAlphabeticPresentationForms (int code);
28 XMLPUBFUN int xmlUCSIsArabic (int code);
29 XMLPUBFUN int xmlUCSIsArabicPresentationFormsA (int code);
30 XMLPUBFUN int xmlUCSIsArabicPresentationFormsB (int code);
31 XMLPUBFUN int xmlUCSIsArmenian (int code);
32 XMLPUBFUN int xmlUCSIsArrows (int code);
33 XMLPUBFUN int xmlUCSIsBasicLatin (int code);
34 XMLPUBFUN int xmlUCSIsBengali (int code);
35 XMLPUBFUN int xmlUCSIsBlockElements (int code);
[all …]
/external/vulkan-headers/registry/
Dvalidusage.json13 …"text": "If <code>instance</code> is not <code>NULL</code>, <code>instance</code> <strong class=\"…
18 …"text": "<code>pName</code> <strong class=\"purple\">must</strong> be a null-terminated UTF-8 stri…
27 …"text": "<code>device</code> <strong class=\"purple\">must</strong> be a valid <a href=\"#VkDevice…
32 …"text": "<code>pName</code> <strong class=\"purple\">must</strong> be a null-terminated UTF-8 stri…
41 …"text": "<code>pApiVersion</code> <strong class=\"purple\">must</strong> be a valid pointer to a <
50 … href=\"#VkInstanceCreateInfo\">VkInstanceCreateInfo</a>::<code>ppEnabledExtensionNames</code> lis…
55 …"text": "<code>pCreateInfo</code> <strong class=\"purple\">must</strong> be a valid pointer to a v…
60 …"text": "If <code>pAllocator</code> is not <code>NULL</code>, <code>pAllocator</code> <strong clas…
65 …"text": "<code>pInstance</code> <strong class=\"purple\">must</strong> be a valid pointer to a <a …
74code>pNext</code> chain of <code>VkInstanceCreateInfo</code> includes a <code>VkDebugReportCallbac…
[all …]
/external/aws-sdk-java-v2/services/machinelearning/src/main/resources/codegen-resources/
Dservice-2.json30 … a tag using a key that is already associated with the ML object, <code>AddTags</code> updates the…
45code>DataSource</code>. This operation creates a new <code>BatchPrediction</code>, and uses an <co…
60code>DataSource</code> object from an <a href=\"http://aws.amazon.com/rds/\"> Amazon Relational Da…
75code>DataSource</code> from a database hosted on an Amazon Redshift cluster. A <code>DataSource</c…
90code>DataSource</code> object. A <code>DataSource</code> references data that can be used to perfo…
105code>Evaluation</code> of an <code>MLModel</code>. An <code>MLModel</code> is evaluated on a set o…
120code>MLModel</code> using the <code>DataSource</code> and the recipe as information sources. </p> …
135code>MLModel</code>. The endpoint contains the URI of the <code>MLModel</code>; that is, the locat…
150code>BatchPrediction</code>, rendering it unusable.</p> <p>After using the <code>DeleteBatchPredic…
165code>DataSource</code>, rendering it unusable.</p> <p>After using the <code>DeleteDataSource</code
[all …]
/external/libxml2/include/libxml/
Dxmlunicode.h27 XMLPUBFUN int xmlUCSIsAegeanNumbers (int code);
29 XMLPUBFUN int xmlUCSIsAlphabeticPresentationForms (int code);
31 XMLPUBFUN int xmlUCSIsArabic (int code);
33 XMLPUBFUN int xmlUCSIsArabicPresentationFormsA (int code);
35 XMLPUBFUN int xmlUCSIsArabicPresentationFormsB (int code);
37 XMLPUBFUN int xmlUCSIsArmenian (int code);
39 XMLPUBFUN int xmlUCSIsArrows (int code);
41 XMLPUBFUN int xmlUCSIsBasicLatin (int code);
43 XMLPUBFUN int xmlUCSIsBengali (int code);
45 XMLPUBFUN int xmlUCSIsBlockElements (int code);
[all …]
/external/regex-re2/doc/
Dsyntax.html16 <tr><td><code>.</code></td><td>any character, possibly including newline (s=true)</td></tr>
17 <tr><td><code>[xyz]</code></td><td>character class</td></tr>
18 <tr><td><code>[^xyz]</code></td><td>negated character class</td></tr>
19 <tr><td><code>\d</code></td><td>Perl character class</td></tr>
20 <tr><td><code>\D</code></td><td>negated Perl character class</td></tr>
21 <tr><td><code>[[:alpha:]]</code></td><td>ASCII character class</td></tr>
22 <tr><td><code>[[:^alpha:]]</code></td><td>negated ASCII character class</td></tr>
23 <tr><td><code>\pN</code></td><td>Unicode character class (one-letter name)</td></tr>
24 <tr><td><code>\p{Greek}</code></td><td>Unicode character class</td></tr>
25 <tr><td><code>\PN</code></td><td>negated Unicode character class (one-letter name)</td></tr>
[all …]
/external/sdv/vsomeip/third_party/boost/numeric/interval/doc/
Dincludes.htm26 <code>&lt;boost/numeric/interval.hpp&gt;</code> is the only header to be
27 located directly under <code>boost/numeric</code>; all the other headers
28 are located in the subdirectory <code>boost/numeric/interval</code>. And
30 <code>interval/something.hpp</code>, it is
31 <code>&lt;boost/numeric/interval/something.hpp&gt;</code>.</p>
40 <code>interval</code> class and all the friendly functions and
43 <h3><code>interval/interval.hpp</code></h3>
46 <code>interval</code> class. However, this class is templated and the
49 <code>interval</code> class for the floating-point types
50 (<code>interval&lt;float&gt;</code>, <code>interval&lt;double&gt;</code>
[all …]
Dchecking.htm16 <p>A checking policy controls how the <code>interval</code> class will deal
20 <p>For example, let's consider <code>operator+(interval, T)</code>. The
50 <p>The first two functions, <code>pos_inf</code> and <code>neg_inf</code>,
52 interval. For example, <code>interval::whole</code> computes
53 <code>interval(checking::neg_inf(), checking::pos_inf())</code>. If
55 <code>std::numeric_limits&lt;T&gt;::infinity()</code> returns a correct
58 <p>Next comes <code>nan</code>. This function is used each time a function
59 need to return a value of type <code>T</code> but is unable to compute it.
62 <code>nan</code> will be used. But please remember: <code>lower</code> and
63 <code>upper</code> directly return the value stocked in the interval; so,
[all …]
/external/javassist/src/main/javassist/bytecode/annotation/
DAnnotationsWriter.java27 * <code>..Annotations_attribute</code>.
28 * See the source code of the <code>AnnotationsAttribute.Copier</code> class.
30 * <p>The following code snippet is an example of use of this class:
51 * <p>The code snippet above generates the annotation attribute
92 * Writes <code>num_parameters</code> in
93 * <code>Runtime(In)VisibleParameterAnnotations_attribute</code>.
94 * This method must be followed by <code>num</code> calls to
95 * <code>numAnnotations()</code>.
102 * Writes <code>num_annotations</code> in
103 * <code>Runtime(In)VisibleAnnotations_attribute</code>.
[all …]
/external/selinux/secilc/docs/
Dcil_constraint_statements.md24 <td align="left"><p><code>constrain</code></p></td>
25 <td align="left"><p>The <code>constrain</code> keyword.</p></td>
28 <td align="left"><p><code>classpermissionset_id</code></p></td>
29 … single named or anonymous <code>classpermissionset</code> or a single set of <code>classmap</code
32 <td align="left"><p><code>expression</code></p></td>
33 …td align="left"><p>There must be one constraint <code>expression</code> or one or more <code>expr<…
34 <p><code> (op u1 u2)</code></p>
35 <p><code> (role_op r1 r2)</code></p>
36 <p><code> (op t1 t2)</code></p>
37 <p><code> (op u1 user_id | (user_id ...))</code></p>
[all …]
/external/sdv/vsomeip/third_party/boost/variant/doc/reference/
Dvariant.xml15 <simpara>The <code>variant</code> class template (inspired by Andrei
22 <code>variant</code> whose bounded types are each convertible to one
23 of the destination <code>variant</code>'s bounded types. As well,
24 through <code><functionname>apply_visitor</functionname></code>,
25 <code>variant</code> supports compile-time checked, type-safe
26 visitation; and through <code><functionname>get</functionname></code>,
27 <code>variant</code> supports run-time checked, type-safe value
32 <listitem>The bounded types of the <code>variant</code> are exposed
33 via the nested typedef <code>types</code>, which is an
37 the <code>variant</code>.</listitem>
[all …]
/external/python/cpython2/Mac/Demo/
Dtextedit.html6 In this document we use the <CODE>FrameWork</CODE> and <CODE>TextEdit</CODE>
20 <dt> <CODE>Application</CODE>
23 the main event handling code. Normal use is to override the <code>__init__</code> routine
24 to do your own initializations and override <code>makeusermenus</code> to create your menus
26 The event handling code can be overridden at various levels, from very low-level (the
27 <code>dispatch</code> method) to intermediate level (<code>do_keyDown</code>, for instance)
28 to high-level (<code>do_key</code>). The application class knows about the <code>Window</code>
30 would have a <code>do_key</code> method in your window object, not your application object).
32 <dt> <CODE>MenuBar</CODE>, <CODE>Menu</CODE> and <CODE>MenuItem</CODE>
34 These classes (and a few friends like <CODE>SubMenu</CODE>) handle your menus. You would not
[all …]
/external/obex/src/com/android/obex/
DServerRequestHandler.java9 * - Redistributions of source code must retain the above copyright notice,
36 * The <code>ServerRequestHandler</code> class defines an event listener that
39 * The <code>onConnect()</code>, <code>onSetPath()</code>,
40 * <code>onDelete()</code>, <code>onGet()</code>, and <code>onPut()</code>
41 * methods may return any response code defined in the
42 * <code>ResponseCodes</code> class except for <code>OBEX_HTTP_CONTINUE</code>.
43 * If <code>OBEX_HTTP_CONTINUE</code> or a value not defined in the
44 * <code>ResponseCodes</code> class is returned, the server implementation will
45 * send an <code>OBEX_HTTP_INTERNAL_ERROR</code> response to the client.
53 * application adds a Target header to a <code>HeaderSet</code> object used in
[all …]
/external/lua/doc/
Dmanual.html67 The Lua distribution includes a host program called <code>lua</code>,
80 (Frequently, this host is the stand-alone <code>lua</code> program.)
81 The host program can invoke functions to execute a piece of Lua code,
83 and can register C&nbsp;functions to be called by Lua code.
94 at Lua's official web site, <code>www.lua.org</code>.
158 (See macro <code>LUA_32BITS</code> in file <code>luaconf.h</code>.)
185 including embedded zeros ('<code>\0</code>').
231 undefined numerical results, such as <code>0/0</code>.)
245 providing <code>a.name</code> as syntactic sugar for <code>a["name"]</code>.
262 The expressions <code>a[i]</code> and <code>a[j]</code>
[all …]
/external/ltp/testcases/kernel/device-drivers/v4l/user_space/doc/spec/
Dc14595.htm112 driver writers to port or update their code.</P
323 > error code. The
344 >The V4L <CODE
346 >VIDIOCGCAP</CODE
350 ><CODE
352 >VIDIOC_QUERYCAP</CODE
356 >The <CODE
358 >name</CODE
360 <CODE
362 >video_capability</CODE
[all …]
Dx15446.htm101 ><CODE
103 >select()</CODE
109 >1998-09-18: The <CODE
111 >VIDIOC_NONCAP</CODE
113 was replaced by the otherwise meaningless <CODE
115 >O_TRUNC</CODE
119 ><CODE
121 >open()</CODE
123 > flag, and the aliases <CODE
125 >O_NONCAP</CODE
[all …]
/external/cronet/third_party/re2/src/doc/
Dsyntax.html16 <tr><td><code>.</code></td><td>any character, possibly including newline (s=true)</td></tr>
17 <tr><td><code>[xyz]</code></td><td>character class</td></tr>
18 <tr><td><code>[^xyz]</code></td><td>negated character class</td></tr>
19 <tr><td><code>\d</code></td><td>Perl character class</td></tr>
20 <tr><td><code>\D</code></td><td>negated Perl character class</td></tr>
21 <tr><td><code>[[:alpha:]]</code></td><td>ASCII character class</td></tr>
22 <tr><td><code>[[:^alpha:]]</code></td><td>negated ASCII character class</td></tr>
23 <tr><td><code>\pN</code></td><td>Unicode character class (one-letter name)</td></tr>
24 <tr><td><code>\p{Greek}</code></td><td>Unicode character class</td></tr>
25 <tr><td><code>\PN</code></td><td>negated Unicode character class (one-letter name)</td></tr>
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/re2/doc/
Dsyntax.html16 <tr><td><code>.</code></td><td>any character, possibly including newline (s=true)</td></tr>
17 <tr><td><code>[xyz]</code></td><td>character class</td></tr>
18 <tr><td><code>[^xyz]</code></td><td>negated character class</td></tr>
19 <tr><td><code>\d</code></td><td>Perl character class</td></tr>
20 <tr><td><code>\D</code></td><td>negated Perl character class</td></tr>
21 <tr><td><code>[[:alpha:]]</code></td><td>ASCII character class</td></tr>
22 <tr><td><code>[[:^alpha:]]</code></td><td>negated ASCII character class</td></tr>
23 <tr><td><code>\pN</code></td><td>Unicode character class (one-letter name)</td></tr>
24 <tr><td><code>\p{Greek}</code></td><td>Unicode character class</td></tr>
25 <tr><td><code>\PN</code></td><td>negated Unicode character class (one-letter name)</td></tr>
[all …]
/external/aws-sdk-java-v2/services/cloudsearchdomain/src/main/resources/codegen-resources/
Dservice-2.json26code>simple</code>: search all <code>text</code> and <code>text-array</code> fields for the specif…
39code>Suggest</code> requests is domain-specific. You submit suggest requests to a domain's search …
52code>UploadDocuments</code> requests is domain-specific. To get the document endpoint for your dom…
103 …n":"<p>The return status of a document upload request, <code>error</code> or <code>success</code>.…
145code>int</code>, <code>int-array</code>, <code>double</code>, or <code>double-array</code>), <code
149code>int</code>, <code>int-array</code>, <code>double</code>, or <code>double-array</code>), <code
161 …The sum of the field values across the documents in the result set. <code>null</code> for date fie…
169code>int</code>, <code>int-array</code>, <code>double</code>, or <code>double-array</code>), <code
273code>size</code> parameter to control the number of hits to include in each response. You can spec…
279code>{\"EXPRESSIONNAME\":\"EXPRESSION\"}</code>. You can define and use multiple expressions in a …
[all …]
/external/sdv/vsomeip/third_party/boost/utility/
Doperators.htm19 several sets of class templates (in namespace <code>boost</code>). These
117 can write <code>x&nbsp;+&nbsp;y</code>, you probably also want to be able
118 to write <code>x += y</code>. If you can write <code>x &lt; y,</code> you
119 also want <code>x &gt; y, x &gt;= y,</code> and <code>x &lt;= y</code>.
121 related operators can be defined in terms of others (e.g. <code>x &gt;= y
122 is equivalent to !(x &lt; y)</code>). Replicating this boilerplate for
151 <p>then the <code><a href="#operators1">operators&lt;&gt;</a></code>
153 <code>operator&gt;</code>, <code>&lt;=</code>, <code>&gt;=</code>, and
154 (binary) <code>+</code>. <a href="#two_arg">Two-argument forms</a> of the
179 <code>addable</code> template requires <code>operator+=(T
[all …]
/external/pigweed/pw_bloat/
Dtest_label.csv6 .code,FLASH,_dtoa_r,3036,3036
7 .code,FLASH,[section .code],2967,2967
8 .code,FLASH,_printf_float,1132,1132
9 .code,FLASH,__adddf3,632,632
10 .code,FLASH,_vfiprintf_r,608,608
11 .code,FLASH,__aeabi_dmul,596,596
12 .code,FLASH,_printf_i,588,588
13 .code,FLASH,_svfprintf_r,512,512
14 .code,FLASH,__aeabi_ddiv,464,464
15 .code,FLASH,pw_assert_basic_HandleFailure,388,388
[all …]
/external/fonttools/Tests/subset/data/
Dgoogle_color.ttx133 <map code="0x78" name="x"/>
134 <map code="0x79" name="y"/>
137 <map code="0x0" name=".notdef"/>
138 <map code="0x1" name=".notdef"/>
139 <map code="0x2" name=".notdef"/>
140 <map code="0x3" name=".notdef"/>
141 <map code="0x4" name=".notdef"/>
142 <map code="0x5" name=".notdef"/>
143 <map code="0x6" name=".notdef"/>
144 <map code="0x7" name=".notdef"/>
[all …]

12345678910>>...1189