HomeSort by relevance Sort by last modified time
    Searched full:notation (Results 26 - 50 of 978) sorted by null

12 3 4 5 6 7 8 91011>>

  /libcore/luni/src/test/java/tests/org/w3c/dom/
GetNamedItemNS.java 107 // Notation notation;
114 // notation = (Notation) notations.getNamedItemNS(nullNS, "notation1");
115 // assertNotNull("notationNull", notation);
NamedNodeMapGetNamedItemNS.java 34 * Using the method getNamedItemNS, retreive the entity "ent1" and notation
85 // Notation notation;
97 // notation = (Notation) notations.getNamedItemNS(nullNS, "notation1");
98 // assertNotNull("notationNull", notation);
NamedNodeMapSetNamedItemNS.java 197 // Notation notation;
206 // notation = (Notation) notations.getNamedItem("notation1");
221 // notations.setNamedItemNS(notation);
379 // Notation notation;
387 // notation = (Notation) notations.getNamedItem("notation1");
396 // attributes.setNamedItemNS(notation);
    [all...]
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
nodenotationnodeattributes.java 31 * The "getAttributes()" method invoked on a Notation
33 * Retrieve the Notation declaration inside the DocumentType
35 * Notation Node. It should return null.
notationgetpublicid.java 31 * Retrieve the notation named "notation1" and access its
63 Notation notationNode;
70 notationNode = (Notation) notations.getNamedItem("notation1");
documenttypegetnotationstype.java 32 * method implements the Notation interface.
66 Node notation; local
74 notation = (Node) notationList.item(indexN10049);
75 notationType = (int) notation.getNodeType();
entitygetpublicid.java 72 String notation; local
83 notation = entityNode.getNotationName();
84 assertEquals("notation", "notation1", notation);
documenttypegetnotations.java 67 Node notation; local
81 notation = (Node) notationList.item(indexN1005B);
82 notationName = notation.getNodeName();
nodenotationnodename.java 32 * Notation Node is the name of the notation.
33 * Retrieve the Notation declaration inside the
notationgetnotationname.java 31 * Retrieve the notation named "notation1" and access its
64 Notation notationNode;
71 notationNode = (Notation) notations.getNamedItem("notation1");
nodenotationnodevalue.java 32 * Notation Node is null.
33 * Retrieve the Notation declaration inside the
  /external/iptables/extensions/
libxt_string.man 18 Matches the given pattern in hex notation.
libxt_HMARK.man 33 The source address mask in CIDR notation.
36 The destination address mask in CIDR notation.
  /external/libbrillo/brillo/
make_unique_ptr.h 13 // Doing e.g. make_unique_ptr(new FooBarBaz<type>(arg)) is a shorter notation
  /external/ppp/pppd/plugins/radius/
ip_util.c 23 * Purpose: return an IP address in host long notation from a host
24 * name or address in dot notation.
48 * Purpose: check for valid IP address in standard dot notation.
98 * Purpose: Return a printable host name (or IP address in dot notation)
  /libcore/dom/src/test/resources/
staff.xml 9 <!NOTATION notation1 PUBLIC "notation1File">
10 <!NOTATION notation2 SYSTEM "notation2File">
  /libcore/luni/src/test/resources/nwf/
staff.xml 9 <!NOTATION notation1 PUBLIC "notation1File">
10 <!NOTATION notation2 SYSTEM "notation2File">
  /libcore/luni/src/test/resources/wf/
staff.xml 9 <!NOTATION notation1 PUBLIC "notation1File">
10 <!NOTATION notation2 SYSTEM "notation2File">
  /prebuilts/tools/common/m2/repository/org/json/json/20080701/
json-20080701.pom 9 <name>JSON (JavaScript Object Notation)</name>
11 JSON (JavaScript Object Notation) is a lightweight data-interchange format.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
inttypes.h 59 /* Decimal notation. */
91 /* Octal notation. */
123 /* lowercase hexadecimal notation. */
139 /* UPPERCASE hexadecimal notation. */
176 /* Signed decimal notation. */
192 /* Signed decimal notation. */
208 /* Unsigned decimal notation. */
224 /* Octal notation. */
240 /* Hexadecimal notation. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
inttypes.h 59 /* Decimal notation. */
91 /* Octal notation. */
123 /* lowercase hexadecimal notation. */
139 /* UPPERCASE hexadecimal notation. */
176 /* Signed decimal notation. */
192 /* Signed decimal notation. */
208 /* Unsigned decimal notation. */
224 /* Octal notation. */
240 /* Hexadecimal notation. */
  /external/icu/icu4c/source/i18n/unicode/
scientificnumberformatter.h 20 * \brief C++ API: Formats in scientific notation.
32 * A formatter that formats numbers in user-friendly scientific notation.
57 * scientific notation.
83 * scientific notation.
130 * Formats a number into user friendly scientific notation.
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
namednodemapremovenameditemns05.java 34 * Retreive an entity and notation node and remove the first notation from the
35 * entity node map and first entity node from the notation map. Since both these
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/regression/
MultipleLinearRegression.java 20 * The multiple linear regression can be represented in matrix-notation.
28 * The notation is quite standard in literature,
  /external/chromium-libpac/src/
net_util.h 38 // Parses an IP block specifier from CIDR notation to an
43 // CIDR notation literals can use either IPv4 or IPv6 literals. Some examples:

Completed in 694 milliseconds

12 3 4 5 6 7 8 91011>>