HomeSort by relevance Sort by last modified time
    Searched full:canonical (Results 201 - 225 of 1369) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/webkit/LayoutTests/dom/xhtml/level3/core/
canonicalform07.js 81 Normalize document with canonical-form set to true and validation set to true, check that
86 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-canonical-form
110 canSet = domConfig.canSetParameter("canonical-form",true);
115 domConfig.setParameter("canonical-form", true);
canonicalform09.js 82 Normalize document based on section 3.1 with canonical-form set to true
87 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-canonical-form
114 canSet = domConfig.canSetParameter("canonical-form",true);
120 domConfig.setParameter("canonical-form", true);
canonicalform10.js 83 normalized with canonical-form = true.
87 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-canonical-form
108 canSet = domConfig.canSetParameter("canonical-form",true);
114 domConfig.setParameter("canonical-form", true);
canonicalform12.js 81 Normalize document with 'canonical-form' set to true, check that
86 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-canonical-form
105 canSet = domConfig.canSetParameter("canonical-form",true);
110 domConfig.setParameter("canonical-form", true);
canonicalform02.js 86 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-canonical-form
111 canSet = domConfig.canSetParameter("canonical-form",true);
116 domConfig.setParameter("canonical-form", true);
canonicalform11.js 86 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-canonical-form
109 canSet = domConfig.canSetParameter("canonical-form",true);
115 domConfig.setParameter("canonical-form", true);
domconfigcanonicalform1.js 71 * Checks behavior of "canonical-form" configuration parameter.
73 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-canonical-form
87 var parameter = "cAnOnical-form";
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
limits.h 9 #define MAX_CANON 255 /* size of the canonical input queue */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
limits.h 9 #define MAX_CANON 255 /* size of the canonical input queue */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
limits.h 9 #define MAX_CANON 255 /* size of the canonical input queue */
  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 28 /// rewrite expressions in canonical form.
51 /// non-canonical mode.
66 /// CanonicalMode - When true, expressions are expanded in "canonical"
68 /// a canonical induction variable. When false, expression are expanded
87 /// SCEVExpander - Construct a SCEVExpander in "canonical" mode.
112 /// canonical induction variable of the specified type for the specified
113 /// loop (inserting one if there is none). A canonical induction variable
124 /// replaceCongruentIVs - replace congruent phis with their most canonical
144 /// given loops. Post-inc expansion is only supported in non-canonical
162 /// canonical form rather than in a more literal form. Non-canonical mod
    [all...]
  /external/chromium/chrome/browser/
character_encoding.h 38 // Return canonical encoding name according to the command ID.
43 // Return display name of canonical encoding according to the command
48 // Return count number of all supported canonical encoding.
51 // Return canonical encoding name according to the index, which starts
56 // Return display name of canonical encoding according to the index,
66 // Return canonical encoding name according to the encoding alias name. THIS
  /external/clang/include/clang/AST/
TypeNodes.def 17 // and might be dependent, canonical, or non-canonical. All clients
24 // anywhere in the AST but will never be a part of a canonical
25 // type. Clients that only need to deal with canonical types
35 // is non-canonical unless it is dependent. Defaults to TYPE because
36 // it is neither reliably dependent nor reliably non-canonical.
  /libcore/luni/src/main/java/java/nio/charset/
Charset.java 114 * <p>A charset has a canonical name, returned by {@link #name}. Most charsets will
116 * by canonical name or any of its aliases using {@link #forName}.
169 * the canonical name of the charset.
178 // check whether the given canonical name is legal
209 * Returns an immutable case-insensitive map from canonical names to {@code Charset} instances.
210 * If multiple charsets have the same canonical name, it is unspecified which is returned in
213 * @return an immutable case-insensitive map from canonical names to {@code Charset} instances
240 // Get the canonical name for this charset, and the canonical instance from the table.
247 // Cache the charset by its canonical name..
    [all...]
  /external/chromium/chrome/browser/history/
top_sites_cache.h 52 // Returns the canonical URL for |url|.
88 // Generates the set of canonical urls from |top_sites_|.
100 // The images. These map from canonical url to image.
  /external/clang/test/Driver/
freebsd.c 2 // RUN: %clang -ccc-clang-archs powerpc -no-canonical-prefixes \
10 // RUN: %clang -ccc-clang-archs powerpc64 -no-canonical-prefixes \
21 // RUN: %clang -no-canonical-prefixes -target x86_64-pc-freebsd8 -m32 %s \
  /external/expat/tests/
xmltest.sh 13 # from the expected result. Test cases where only the canonical
19 # However, one has to take into account that the canonical output
20 # produced by xmlwf conforms to an older definition of canonical XML
  /libcore/luni/src/test/java/libcore/java/text/
NormalizerTest.java 25 // Should already be canonical composed
28 // Composed to canonical decomposed
39 // Decomposed to canonical composed
  /external/nist-sip/java/gov/nist/javax/sip/header/
Route.java 80 * Encode into canonical form.
84 *@return a canonical encoding of the header.
  /external/protobuf/src/google/protobuf/compiler/java/
java_enum.h 66 // given numeric value as "canonical" and the rest as aliases of that
67 // canonical value.
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_enum.h 69 // given numeric value as "canonical" and the rest as aliases of that
70 // canonical value.
  /external/apache-harmony/auth/src/test/java/common/javax/security/auth/x500/
X500PrincipalTest.java 189 assertEquals(principal.getName(X500Principal.CANONICAL).hashCode(),
252 * gets Name in CANONICAL format
259 String s = principal.getName(X500Principal.CANONICAL);
297 * gets Name in CANONICAL format
307 String s = principal.getName(X500Principal.CANONICAL);
419 * gets Name in CANONICAL format
441 String s = principal.getName(X500Principal.CANONICAL);
511 * gets Name in CANONICAL format
534 String s = principal.getName(X500Principal.CANONICAL);
580 * gets string in CANONICAL forma
2249 String canonical = (String) obj[3]; local
2678 String canonical = (String) values[3]; local
    [all...]
  /external/bison/lib/
stpcpy.c 4 NOTE: The canonical source of this file is maintained with the GNU C Library.
  /external/chromium/android/content/common/
url_constants.h 15 // Canonical schemes you can use as input to GURL.SchemeIs().
  /external/chromium/third_party/libjingle/source/talk/session/phone/
videocommon.h 62 // Canonical fourcc codes used in our code.
82 // Aliases for canonical fourcc codes, replaced with their canonical
97 // Converts fourcc aliases into canonical ones.

Completed in 1718 milliseconds

1 2 3 4 5 6 7 891011>>