/prebuilts/go/linux-x86/doc/ |
go1compat.html | 95 in a separate package should use the keyed notation.
|
/prebuilts/tools/common/m2/repository/com/sun/xml/fastinfoset/FastInfoset/1.2.13/ |
FastInfoset-1.2.13-sources.jar | |
/prebuilts/tools/common/m2/repository/xml-apis/xml-apis/1.0.b2/ |
xml-apis-1.0.b2-sources.jar | |
/system/connectivity/shill/ |
connection.h | 131 // notation (|excluded_ips_cidr_|).
|
/external/chromium-trace/catapult/third_party/webapp2/docs/guide/ |
routing.rst | 59 can also be a string in dotted notation to be lazily imported when needed 148 defined as a string in dotted notation to be lazily imported when needed. 327 prefix in dotted notation and a list of routes that use that module.
|
/external/libxml2/ |
testHTML.c | 289 * @name: The name of the notation 293 * What to do when a notation declaration has been parsed. 309 * @notationName: the name of the notation
|
testSAX.c | 506 * @name: The name of the notation 510 * What to do when a notation declaration has been parsed. 529 * @notationName: the name of the notation
|
/libcore/luni/src/test/java/libcore/xml/ |
PullParserDtdTest.java | 416 + " <!NOTATION type-a PUBLIC \"application/a\"> \n" 417 + " <!NOTATION type-b PUBLIC \"image/b\">\n" 418 + " <!NOTATION type-c PUBLIC \"-//W3C//DTD SVG 1.1//EN\"\n"
|
/libcore/ojluni/src/main/java/java/text/ |
DigitList.java | 266 * This method supports fixed-point notation. 279 * This method supports both fixed-point and exponential notation. 550 * This method supports both fixed-point and exponential notation.
|
/libcore/ojluni/src/main/java/javax/security/auth/x500/ |
X500Principal.java | 178 * ASN.1 DER encoded form. The ASN.1 notation for this structure is as 224 * The ASN.1 notation for this structure is supplied in the 408 * notation for this structure is supplied in the documentation for
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
string.py | 345 interpreted as in slice notation. 356 arguments start and end are interpreted as in slice notation. 369 arguments start and end are interpreted as in slice notation.
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
string.py | 345 interpreted as in slice notation. 356 arguments start and end are interpreted as in slice notation. 369 arguments start and end are interpreted as in slice notation.
|
/prebuilts/go/darwin-x86/src/net/ |
ip.go | 265 // If IPv4, use dotted notation. 476 // String returns the CIDR notation of n like "192.168.100.1/24" 651 // ParseCIDR parses s as a CIDR notation IP address and mask,
|
/prebuilts/go/linux-x86/src/net/ |
ip.go | 265 // If IPv4, use dotted notation. 476 // String returns the CIDR notation of n like "192.168.100.1/24" 651 // ParseCIDR parses s as a CIDR notation IP address and mask,
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
string.py | 345 interpreted as in slice notation. 356 arguments start and end are interpreted as in slice notation. 369 arguments start and end are interpreted as in slice notation.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
string.py | 345 interpreted as in slice notation. 356 arguments start and end are interpreted as in slice notation. 369 arguments start and end are interpreted as in slice notation.
|
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
StylesheetHandler.java | 318 * Receive notification of a notation declaration. 324 * @param name The notation name. 325 * @param publicId The notation public identifier, or null if not 327 * @param systemId The notation system identifier. 342 * @param notationName The name of the associated notation. [all...] |
/libcore/luni/src/main/java/org/w3c/dom/ |
Node.java | 111 * <td valign='top' rowspan='1' colspan='1'><code>Notation</code></td> 112 * <td valign='top' rowspan='1' colspan='1'>notation name</td> 183 * The node is a <code>Notation</code>. 222 * <code>Entity</code>, and <code>Notation</code> may have a parent. 431 * <code>Notation</code> nodes is implementation dependent. [all...] |
/external/chromium-trace/catapult/third_party/webapp2/ |
webapp2.py | 741 #: The handler or string in dotted notation to be lazily imported. 754 A callable or string in dotted notation to be lazily imported, 919 A callable or string in dotted notation to be lazily imported, [all...] |
/libcore/xml/src/main/java/org/kxml2/io/ |
KXmlParser.java | 79 private static final char[] NOTATION = new char[]{ 'N', 'O', 'T', 'A', 'T', 'I', 'O', 'N' }; 791 * baz NOTATION (a|b|c) #FIXED "c"> 797 * or NOTATION followed by an enumerated type. 823 if (buffer[position] == NOTATION[0] && buffer[position + 1] == NOTATION[1]) { 824 read(NOTATION); 958 "Expected external ID or public ID for notation", this, null); [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
DecimalFormat.java | 45 * numbers ("123.4"), scientific notation ("1.23E4"), percentages ("12%"), and currency 194 * <td>Separates mantissa and exponent in scientific notation. 295 * Notation: 358 * not use <a href="#sci">scientific notation</a> or <a href="#sigdig">significant 394 * <h4><a name="sci">Scientific Notation</a></h4> 396 * <p>Numbers in scientific notation are expressed as the product of a mantissa and a 400 * <code>DecimalFormat</code> can be instructed to use scientific notation through the API 402 * one or more digit characters indicates scientific notation. Example: "0.###E0" formats 421 * The most common use of this is to generate <em>engineering notation</em>, in which the 425 * <li>When using scientific notation, the formatter controls the digit counts usin [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
DecimalFormat.java | 44 * numbers ("123.4"), scientific notation ("1.23E4"), percentages ("12%"), and currency 193 * <td>Separates mantissa and exponent in scientific notation. 294 * Notation: 357 * not use <a href="#sci">scientific notation</a> or <a href="#sigdig">significant 393 * <h4><a name="sci">Scientific Notation</a></h4> 395 * <p>Numbers in scientific notation are expressed as the product of a mantissa and a 399 * <code>DecimalFormat</code> can be instructed to use scientific notation through the API 401 * one or more digit characters indicates scientific notation. Example: "0.###E0" formats 420 * The most common use of this is to generate <em>engineering notation</em>, in which the 424 * <li>When using scientific notation, the formatter controls the digit counts usin [all...] |
/libcore/ojluni/src/main/java/java/security/cert/ |
X509CertSelector.java | 244 * notation for this structure is as follows. 334 * notation for this structure, see 362 * The ASN.1 notation for this structure follows. 402 * The ASN.1 notation for this structure follows. 542 * The ASN.1 notation for this structure is as follows. 733 * supplied using dotted quad notation. OID address names are represented [all...] |
/external/clang/utils/ |
FindSpecRefs | 27 ('6.1 Notation', '29'), 305 ('1.6 Syntax notation', '5'), 355 ('5.4 Explicit type conversion (cast notation)', '104'), [all...] |
/external/libxml2/include/libxml/ |
parser.h | 421 * @name: The name of the notation 425 * What to do when a notation declaration has been parsed. 469 * @notationName: the name of the notation [all...] |