/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/arpa/ |
inet.h | 33 /* Convert Internet host address from numbers-and-dots notation in CP 72 /* Convert Internet host address from numbers-and-dots notation in CP
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/arpa/ |
inet.h | 33 /* Convert Internet host address from numbers-and-dots notation in CP 72 /* Convert Internet host address from numbers-and-dots notation in CP
|
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
XSLTElementProcessor.java | 99 * Receive notification of a notation declaration. 103 * @param name The notation name. 104 * @param publicId The notation public identifier, or null if not 106 * @param systemId The notation system identifier. 125 * @param notationName The name of the associated notation.
|
/libcore/luni/src/main/java/org/xml/sax/helpers/ |
DefaultHandler.java | 104 * Receive notification of a notation declaration. 110 * @param name The notation name. 111 * @param publicId The notation public identifier, or null if not 113 * @param systemId The notation system identifier. 136 * @param notationName The name of the associated notation.
|
XMLFilterImpl.java | 394 * Filter a notation declaration event. 396 * @param name The notation name. 397 * @param publicId The notation's public identifier, or null. 398 * @param systemId The notation's system identifier, or null. 417 * @param notationName The name of the associated notation.
|
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/ |
DecimalFormat.java | 32 * numbers ("123.4"), scientific notation ("1.23E4"), percentages ("12%"), and currency 181 * <td>Separates mantissa and exponent in scientific notation. 282 * Notation: 338 * not use <a href="#sci">scientific notation</a> or <a href="#sigdig">significant 374 * <a name="sci"><h4>Scientific Notation</h4></a> 376 * <p>Numbers in scientific notation are expressed as the product of a mantissa and a 380 * <code>DecimalFormat</code> can be instructed to use scientific notation through the API 382 * one or more digit characters indicates scientific notation. Example: "0.###E0" formats 401 * The most common use of this is to generate <em>engineering notation</em>, in which the 405 * <li>When using scientific notation, the formatter controls the digit counts usin [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/xml/dom/ |
expatbuilder.py | 12 # no way to create Entity and Notation nodes via the DOM Level 2 666 notation = doctype.notations.item(i) 669 s = "%s<!NOTATION %s" % (s, notation.nodeName) 670 if notation.publicId: 672 % (s, notation.publicId, notation.systemId) 674 s = '%s SYSTEM "%s">' % (s, notation.systemId) 688 s = "%s NOTATION %s" % (s, entity.notationName) [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/xml/dom/ |
expatbuilder.py | 12 # no way to create Entity and Notation nodes via the DOM Level 2 666 notation = doctype.notations.item(i) 669 s = "%s<!NOTATION %s" % (s, notation.nodeName) 670 if notation.publicId: 672 % (s, notation.publicId, notation.systemId) 674 s = '%s SYSTEM "%s">' % (s, notation.systemId) 688 s = "%s NOTATION %s" % (s, entity.notationName) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/ |
expatbuilder.py | 12 # no way to create Entity and Notation nodes via the DOM Level 2 666 notation = doctype.notations.item(i) 669 s = "%s<!NOTATION %s" % (s, notation.nodeName) 670 if notation.publicId: 672 % (s, notation.publicId, notation.systemId) 674 s = '%s SYSTEM "%s">' % (s, notation.systemId) 688 s = "%s NOTATION %s" % (s, entity.notationName) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/ |
expatbuilder.py | 12 # no way to create Entity and Notation nodes via the DOM Level 2 666 notation = doctype.notations.item(i) 669 s = "%s<!NOTATION %s" % (s, notation.nodeName) 670 if notation.publicId: 672 % (s, notation.publicId, notation.systemId) 674 s = '%s SYSTEM "%s">' % (s, notation.systemId) 688 s = "%s NOTATION %s" % (s, entity.notationName) [all...] |
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/regression/ |
AbstractMultipleLinearRegression.java | 310 * Calculates the beta of multiple linear regression in matrix notation. 318 * notation. 353 * notation.
|
/external/kernel-headers/original/uapi/linux/ |
map_to_7segment.h | 23 * of (ASCII) characters to a 7-segments notation. 25 * The 7 segment's wikipedia notation below is used as standard. 28 * Notation: +-a-+
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
map_to_7segment.h | 23 * of (ASCII) characters to a 7-segments notation. 25 * The 7 segment's wikipedia notation below is used as standard. 28 * Notation: +-a-+
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
map_to_7segment.h | 23 * of (ASCII) characters to a 7-segments notation. 25 * The 7 segment's wikipedia notation below is used as standard. 28 * Notation: +-a-+
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
msasn1.h | 365 ASN1open_t notation; member in union:tagASN1external_t::ASN1external_data_value_s::__anon43673 403 ASN1open_t notation; member in union:tagASN1embeddedpdv_t::ASN1embeddedpdv_data_value_s::__anon43675 442 ASN1open_t notation; member in union:tagASN1characterstring_t::ASN1characterstring_data_value_s::__anon43677
|
/external/libxml2/ |
valid.c | 6653 xmlChar *notation = cur->content; local [all...] |
/docs/source.android.com/src/devices/audio/ |
data_formats.jd | 127 <h3 id="q">Q and U notation</h3> 131 <a href="https://en.wikipedia.org/wiki/Fixed-point_arithmetic#Notation">notations</a> 133 We use <a href="https://en.wikipedia.org/wiki/Q_(number_format)">Q notation</a>: 190 <th colspan="5"><center>Notation</center></th>
|
/external/antlr/antlr-3.4/runtime/C/doxygen/ |
using.dox | 56 /// notation, you will rarely need to override the default implementation of runtime methods. The
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/ |
JavaScriptTarget.java | 35 * notation in String literals, although some implementations support it.
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/fitting/ |
GaussianDerivativeFunction.java | 33 * Notation key:
|
/external/bison/po/ |
Makevars | 41 # - Strings which make invalid assumptions about notation of date, time or
|
/external/bison/runtime-po/ |
Makevars | 43 # - Strings which make invalid assumptions about notation of date, time or
|
/external/chromium-libpac/src/ |
net_util.cc | 62 // We expect CIDR notation to match one of these two templates:
|
/external/doclava/src/com/google/doclava/ |
SourcePositionInfo.java | 85 * Build a SourcePositionInfo from the XML source= notation
|
/external/expat/tests/ |
xmltest.sh | 21 # and does not generate notation declarations.
|