HomeSort by relevance Sort by last modified time
    Searched full:specification (Results 1701 - 1725 of 8295) sorted by null

<<61626364656667686970>>

  /external/opencv3/doc/pattern_tools/
svgfig.py     [all...]
  /libcore/ojluni/src/main/java/java/lang/
Character.java 62 * original Unicode specification, which defined characters as
191 * General category "Cn" in the Unicode specification.
197 * General category "Lu" in the Unicode specification.
203 * General category "Ll" in the Unicode specification.
209 * General category "Lt" in the Unicode specification.
215 * General category "Lm" in the Unicode specification.
221 * General category "Lo" in the Unicode specification.
227 * General category "Mn" in the Unicode specification.
233 * General category "Me" in the Unicode specification.
239 * General category "Mc" in the Unicode specification
    [all...]
  /external/ImageMagick/MagickCore/
geometry.c 67 % GetGeometry() parses a geometry specification and returns the width,
73 % The value must form a proper geometry style specification of WxH+X+Y
92 % o x,y: The x and y offset as determined by the geometry specification.
95 % specification.
116 Remove whitespace and meta characters from geometry specification.
586 % IsGeometry() returns MagickTrue if the geometry specification is valid.
595 % o geometry: This string is the geometry specification.
625 % specification (e.g. [1], [1-9], [1,7,4]).
634 % o geometry: This string is the geometry specification.
637 % conditions for a valid specification (e.g. [1], [1-4], [4-1])
    [all...]
  /cts/tools/dasm/src/java_cup/
Main.java 18 * <li> Parse the specification from standard input.
158 System.err.println("Parsing specification from standard input...");
167 if (print_progress) System.err.println("Checking specification...");
219 " and expects a specification file on standard input.\n" +
419 /** Parse the grammar specification from standard input. This produces
516 /** Build the (internal) parser from the previously parsed specification.
611 * summarizes what was found in the specification, how many states were
  /external/tpm2/
PCR.c 13 // specification In this implementation, we assume the total number of implemented PCR is 24.
40 // platform specification.
59 // Specification Level 00 Revision 00.43".
68 // platform specification.
91 // Specification Level 00 Revision 00.43".
111 // Platform specification decides if a PCR belongs to a TCB group. In this
113 // in Table 4. If the platform specification requires differently, the
    [all...]
  /libcore/luni/src/main/java/org/w3c/dom/ls/
LSParser.java 62 * specification does not attempt to define exactly when progress events
73 * <p ><b>Note:</b> All events defined in this specification use the
77 * error-handler</a>" parameter). This specification does in no way try to define all possible
80 * errors and warnings defined by this specification are:
139 and Save Specification</a>.
321 * behavior is not defined by this specification, future versions of
322 * this specification may define the behavior.
  /ndk/docs/Additional_library_docs/openmaxal/
index.html 56 Any known cases where Android behaves differently than the specification
94 The OpenMAX AL 1.0.1 specification contains example code in the
96 specification). However, the examples in Appendix D: Sample Code
493 Part 1 specification.
550 These notes supplement the OpenMAX AL 1.0.1 specification,
748 Khronos Group OpenMAX AL 1.0.1 specification</a>
754 specification with the NDK in
  /external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/doc/
pyasn1-tutorial.html 75 The pyasn1 library was designed to follow the pre-1995 ASN.1 specification
197 ;; type specification
238 ;; type specification
279 ;; values specification
566 specification, this type is similar to BIT STRING, the major difference
744 explicit prohibition imposed by ASN.1 specification.
1094 default tagSet specification can be ignored and effectively replaced by some
    [all...]
scalar.html 89 ;; type specification
130 ;; type specification
171 ;; values specification
458 specification, this type is similar to BIT STRING, the major difference
636 explicit prohibition imposed by ASN.1 specification.
  /libcore/ojluni/src/main/java/java/net/
HttpCookie.java 167 * cookie specification. The version can be changed with the
216 * specification's syntax, or the cookie
672 * cookie specification drafted by Netscape. Cookies provided
677 * original Netscape specification; 1
694 * specification. Version 1 complies with RFC 2965/2109.
698 * the original Netscape specification;
746 * <p>This concept is described in the cookie specification.
844 * which is in the format defined by corresponding cookie specification,
973 * specification
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/patterns/
NodeTest.java 156 * @see <a href="http://www.w3.org/TR/xslt#conflict">XSLT Specification - 5.5 Conflict Resolution for Template Rules</a>
163 * @see <a href="http://www.w3.org/TR/xslt#conflict">XSLT Specification - 5.5 Conflict Resolution for Template Rules</a>
171 * @see <a href="http://www.w3.org/TR/xslt#conflict">XSLT Specification - 5.5 Conflict Resolution for Template Rules</a>
179 * @see <a href="http://www.w3.org/TR/xslt#conflict">XSLT Specification - 5.5 Conflict Resolution for Template Rules</a>
186 * @see <a href="http://www.w3.org/TR/xslt#conflict">XSLT Specification - 5.5 Conflict Resolution for Template Rules</a>
  /external/deqp/modules/gles2/functional/
es2fBufferWriteTests.cpp 707 tcu::TestCaseGroup* const partialSpecifyGroup = new tcu::TestCaseGroup(m_testCtx, "partial_specify", "Partial buffer data specification with glBufferSubData()");
718 PARTIAL_SPECIFY_CASE(whole_1, "Whole buffer specification with single glBufferSubData()", GL_ARRAY_BUFFER, GL_STATIC_DRAW, 996,
720 PARTIAL_SPECIFY_CASE(whole_2, "Whole buffer specification with two calls", GL_ELEMENT_ARRAY_BUFFER, GL_DYNAMIC_DRAW, 1728,
723 PARTIAL_SPECIFY_CASE(whole_3, "Whole buffer specification with three calls", GL_ARRAY_BUFFER, GL_STREAM_DRAW, 1944,
727 PARTIAL_SPECIFY_CASE(whole_4, "Whole buffer specification with three calls", GL_ELEMENT_ARRAY_BUFFER, GL_STREAM_DRAW, 1200,
  /external/deqp/modules/gles3/functional/
es3fBufferWriteTests.cpp 707 tcu::TestCaseGroup* const partialSpecifyGroup = new tcu::TestCaseGroup(m_testCtx, "partial_specify", "Partial buffer data specification with glBufferSubData()");
718 PARTIAL_SPECIFY_CASE(whole_1, "Whole buffer specification with single glBufferSubData()", GL_ARRAY_BUFFER, GL_STATIC_DRAW, 996,
720 PARTIAL_SPECIFY_CASE(whole_2, "Whole buffer specification with two calls", GL_UNIFORM_BUFFER, GL_DYNAMIC_READ, 1728,
723 PARTIAL_SPECIFY_CASE(whole_3, "Whole buffer specification with three calls", GL_TRANSFORM_FEEDBACK_BUFFER, GL_STREAM_COPY, 1944,
727 PARTIAL_SPECIFY_CASE(whole_4, "Whole buffer specification with three calls", GL_TRANSFORM_FEEDBACK_BUFFER, GL_STREAM_COPY, 1200,
  /external/jetty/src/java/org/eclipse/jetty/server/handler/
IPAccessHandler.java 74 * Internet address specification is separated from the URI pattern using the "|" (pipe)
75 * character. URI patterns follow the servlet specification for simple * prefix and
78 * Earlier versions of the handler used internet address prefix wildcard specification
95 * Earlier versions of the handler used internet address prefix wildcard specification
249 LOG.debug(toString() +" - deprecated specification syntax: "+entry);
  /external/libnfc-nxp/src/
phFriNfc_NdefRecord.h 89 * Flags of the first record byte, as defined by the NDEF specification.
145 * The Type Name Format, according to the NDEF specification, e.g. \ref PH_FRINFC_NDEFRECORD_TNF_NFCWELLKNOWN .
149 * NDEF specification.
168 * as defined in the NDEF specification of the NFC Forum.
195 * as written in the NDEF specification of the NFC Forum.
  /external/libogg/doc/
oggstream.html 272 increases container specification complexity, fragility, and rigidity.
282 <p>Ogg's design goes the opposite direction, where the specification
287 specification.
300 specification without altering the container itself, or without stream
403 <p>The <a href="framing.html">framing specification</a> defines
  /external/mesa3d/src/egl/docs/
EGL_MESA_screen_surface 130 Resolution: Omit. The EGL 1.2 specification includes queries for
166 The EGL 1.x specification doesn't seem to be totally consistent
318 Additions to Chapter X of the EGL 1.1 Specification
320 [XXX this all has to be rewritten to fit into the EGL specification
347 in the EGL specification for more information.
  /external/opencv3/3rdparty/libjpeg/
jcmarker.c 287 /* Emit an LSE inverse color transform specification marker */
298 emit_byte(cinfo, 0x0D); /* ID inverse transform specification */
561 /* Check for a non-baseline specification.
596 /* Check to emit LSE inverse color transform specification marker */
664 * Write an abbreviated table-specification datastream.
  /hardware/intel/common/libva/va/
va_enc_h264.h 131 * defined by the H.264 specification.
268 * defined by the H.264 specification.
379 * specification.
753 * H.264 specification.
766 * H.264 specification.
  /libcore/ojluni/src/main/java/java/lang/reflect/
Constructor.java 120 * <cite>The Java&trade; Virtual Machine Specification</cite>
161 * <cite>The Java&trade; Virtual Machine Specification</cite>
200 * <cite>The Java&trade; Virtual Machine Specification</cite>
392 * <cite>The Java&trade; Language Specification</cite>.
461 * <cite>The Java&trade; Language Specification</cite>.
  /docs/source.android.com/src/devices/accessories/headset/
specification.jd 1 page.title=Wired Audio Headset Specification (v1.1)
187 actual resistor values (R1 - R4) are altered to meet this specification.</p>
209 headset specification, devices that include a 4 conductor 3.5mm audio jack
  /external/ImageMagick/coders/
xps.c 13 % Read/Write Microsoft XML Paper Specification Format %
359 % RegisterXPSImage() adds attributes for the Microsoft XML Paper Specification
376 entry=AcquireMagickInfo("XPS","XPS","Microsoft XML Paper Specification");
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemNumber.java 72 * @see <a href="http://www.w3.org/TR/xslt#number">number in XSLT Specification</a>
308 * @see <a href="http://www.w3.org/TR/xslt#convert">convert in XSLT Specification</a>
317 * @see <a href="http://www.w3.org/TR/xslt#convert">convert in XSLT Specification</a>
330 * @see <a href="http://www.w3.org/TR/xslt#convert">convert in XSLT Specification</a>
353 * @see <a href="http://www.w3.org/TR/xslt#convert">convert in XSLT Specification</a>
369 * @see <a href="http://www.w3.org/TR/xslt#convert">convert in XSLT Specification</a>
389 * @see <a href="http://www.w3.org/TR/xslt#convert">convert in XSLT Specification</a>
402 * @see <a href="http://www.w3.org/TR/xslt#convert">convert in XSLT Specification</a>
424 * @see <a href="http://www.w3.org/TR/xslt#convert">convert in XSLT Specification</a>
438 * @see <a href="http://www.w3.org/TR/xslt#convert">convert in XSLT Specification</a
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
XML11Char.java 156 * as amdended in the XML 1.1 specification.
226 * specification.
238 * specification.
  /external/apache-xml/src/main/java/org/apache/xml/utils/
XML11Char.java 151 * as amdended in the XML 1.1 specification.
221 * specification.
233 * specification.

Completed in 2036 milliseconds

<<61626364656667686970>>