Searched refs:canonical (Results 76 - 100 of 105) sorted by relevance

12345

/external/smack/src/org/xbill/DNS/
H A DAPLRecord.java261 rrToWire(DNSOutput out, Compression c, boolean canonical) { argument
H A DLOCRecord.java283 rrToWire(DNSOutput out, Compression c, boolean canonical) { argument
H A DName.java686 * Emit a Name in canonical DNS wire format (all lowercase)
696 * Emit a Name in canonical DNS wire format (all lowercase)
697 * @return The canonical form of the name.
720 * @param canonical If true, emit the name in canonicalized form
725 toWire(DNSOutput out, Compression c, boolean canonical) { argument
726 if (canonical)
789 * a value less than 0 if the argument is less than this name in the canonical
791 * name in the canonical ordering.
H A DWKSRecord.java707 rrToWire(DNSOutput out, Compression c, boolean canonical) { argument
H A DRecord.java255 * Converts a Record into canonical DNS uncompressed wire format (all names are
266 * Converts a Record into canonical DNS uncompressed wire format (all names are
275 * Converts the rdata in a Record into canonical DNS uncompressed wire format
554 rrToWire(DNSOutput out, Compression c, boolean canonical); argument
644 * canonical ordering, and a value greater than 0 if the argument is greater
645 * than this record in the canonical ordering. The canonical ordering
/external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
H A DTextFormatTest.java331 String canonical = "repeated_float: Infinity\n" +
345 assertEquals(canonical, builder.build().toString());
/external/icu/icu4c/source/i18n/
H A Ducal.cpp577 UnicodeString canonical; local
579 TimeZone::getCanonicalID(UnicodeString(id, len), canonical, systemID, *status); local
584 reslen = canonical.extract(result, resultCapacity, *status);
/external/chromium_org/third_party/skia/src/core/
H A DSkBitmap.cpp156 SkAlphaType* canonical = NULL) {
180 if (canonical) {
181 *canonical = alphaType;
/external/skia/src/core/
H A DSkBitmap.cpp156 SkAlphaType* canonical = NULL) {
180 if (canonical) {
181 *canonical = alphaType;
/external/chromium_org/third_party/libxml/src/
H A Dxmllint.c187 static int canonical = 0; variable
2544 if (canonical) {
2556 } else if (canonical) {
3014 printf("\t--c14n : save in W3C canonical format v1.0 (with comments)\n");
3015 printf("\t--c14n11 : save in W3C canonical format v1.1 (with comments)\n");
3016 printf("\t--exc-c14n : save in W3C exclusive canonical format (with comments)\n");
3278 canonical++;
/external/libxml2/
H A Dxmllint.c192 static int canonical = 0; variable
2550 if (canonical) {
2564 } else if (canonical) {
3038 printf("\t--c14n : save in W3C canonical format v1.0 (with comments)\n");
3039 printf("\t--c14n11 : save in W3C canonical format v1.1 (with comments)\n");
3040 printf("\t--exc-c14n : save in W3C exclusive canonical format (with comments)\n");
3315 canonical++;
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dusrchtst.c514 USearchAttributeValue canonical,
530 usearch_setAttribute(strsrch, USEARCH_CANONICAL_MATCH, canonical,
1270 log_err("Error setting canonical match to the default\n");
1277 log_err("Error setting canonical match true\n");
1284 log_err("Error setting canonical match false\n");
1289 log_err("Error setting canonical match to illegal value\n");
513 assertEqualWithAttribute(const SearchData search, USearchAttributeValue canonical, USearchAttributeValue overlap) argument
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dsrchtest.cpp467 USearchAttributeValue canonical,
498 strsrch->setAttribute(USEARCH_CANONICAL_MATCH, canonical, status);
1296 errln("Error setting canonical match to the default");
1301 errln("Error setting canonical match true");
1306 errln("Error setting canonical match false");
1311 errln("Error setting canonical match to illegal value");
466 assertEqualWithAttribute(const SearchData *search, USearchAttributeValue canonical, USearchAttributeValue overlap) argument
/external/clang/lib/AST/
H A DType.cpp203 // If the canonical form of this type isn't the right kind, reject it.
216 /// to getting the canonical type, but it doesn't remove *all* typedefs. For
347 /// same dynamic type as the canonical type.
439 // If the canonical form of this type isn't the right kind, reject it.
458 // If the canonical form of this type isn't the right kind, reject it.
486 // There is no sugar for ObjCObjectType's, just return the canonical
500 // There is no sugar for ObjCQualifiedIdType's, just return the canonical
510 // There is no sugar for ObjCQualifiedClassType's, just return the canonical
1341 // Note that this intentionally does not use the canonical type.
1592 QualType canonical,
1591 FunctionProtoType(QualType result, ArrayRef<QualType> params, QualType canonical, const ExtProtoInfo &epi) argument
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dsrchtest.cpp570 USearchAttributeValue canonical,
601 strsrch->setAttribute(USEARCH_CANONICAL_MATCH, canonical, status);
1389 errln("Error setting canonical match to the default");
1394 errln("Error setting canonical match true");
1399 errln("Error setting canonical match false");
1404 errln("Error setting canonical match to illegal value");
569 assertEqualWithAttribute(const SearchData *search, USearchAttributeValue canonical, USearchAttributeValue overlap) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/icu/icu4c/source/test/cintltst/
H A Dusrchtst.c613 USearchAttributeValue canonical,
629 usearch_setAttribute(strsrch, USEARCH_CANONICAL_MATCH, canonical,
1369 log_err("Error setting canonical match to the default\n");
1376 log_err("Error setting canonical match true\n");
1383 log_err("Error setting canonical match false\n");
1388 log_err("Error setting canonical match to illegal value\n");
612 assertEqualWithAttribute(const SearchData search, USearchAttributeValue canonical, USearchAttributeValue overlap) argument
/external/clang/bindings/python/clang/
H A Dcindex.py1232 def canonical(self): member in class:Cursor
1233 """Return the canonical Cursor corresponding to this Cursor.
1235 The canonical cursor is the cursor which is representative for the
1237 declarations for the same class, the canonical cursor for the forward
1741 Return the canonical type for a Type.
1744 ways a specific type can be represented. The canonical type
1746 example, if 'T' is a typedef for 'int', the canonical type for
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/external/chromium_org/third_party/yasm/source/patched-yasm/
H A Dconfigure6031 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
6064 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
/external/clang/include/clang/AST/
H A DType.h825 /// to getting the canonical type, but it doesn't remove *all* typedefs. For
1040 /// \brief The canonical type of this type. A QualType.
1131 /// with types is that each type always has a canonical type. A canonical type
1139 /// There will be a Type object created for 'int'. Since int is canonical, its
1143 /// canonical. Finally, there is a PointerType type for 'foo*' whose canonical
1144 /// type is 'int*', and there is a TypedefType for 'bar', whose canonical type
1147 /// Non-canonical types are useful for emitting diagnostics, without losing
1293 /// in non-canonical form
[all...]
/external/e2fsprogs/
H A Dconfigure2778 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2811 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...

Completed in 4397 milliseconds

12345