Searched defs:canonical (Results 1 - 25 of 28) sorted by relevance

12

/external/libyuv/files/source/
H A Dvideo_common.cc22 uint32 canonical; member in struct:libyuv::FourCCAliasEntry
41 return kFourCCAliases[i].canonical;
/external/emma/core/java12/com/vladium/util/
H A DFiles.java76 * entries are removed. The definition of duplicates depends on 'canonical':
78 * <li> if 'canonical'=true, the pathnames are canonicalized via {@link #canonicalizePathname}
80 * <li> if 'canonical'=false, the pathnames are compared as case-sensitive strings
88 public static File [] pathToFiles (final String [] path, final boolean canonical) argument
108 if (canonical) pathname = canonicalizePathname (pathname);
124 * Converts 'pathname' into the canonical OS form. This wrapper function
H A DIPathEnumerator.java68 public static IPathEnumerator create (final File [] path, final boolean canonical, final IPathHandler handler) argument
70 return new PathEnumerator (path, canonical, handler);
124 PathEnumerator (final File [] path, final boolean canonical, final IPathHandler handler) argument
129 m_canonical = canonical;
141 m_pathSet.add (path [p].getPath ()); // set of [possibly canonical] paths
/external/guava/guava/src/com/google/common/collect/
H A DCut.java59 * The canonical form is a BelowValue cut whenever possible, otherwise ABOVE_ALL, or
62 Cut<C> canonical(DiscreteDomain<C> domain) { method in class:Cut
153 @Override Cut<Comparable<?>> canonical( method in class:Cut.BelowAll
338 @Override Cut<C> canonical(DiscreteDomain<C> domain) { method in class:Cut.AboveValue
H A DRange.java425 * Returns the canonical form of this range in the given domain. The canonical
429 * <li>equivalence: {@code a.canonical().contains(v) == a.contains(v)} for
431 * a.canonical(domain).asSet(domain).equals(a.asSet(domain))}
434 * {@code a.canonical(domain).equals(b.canonical(domain))}
436 * a.canonical(domain).canonical(domain).equals(a.canonical(domain))}
440 * of the following canonical form
449 public Range<C> canonical(DiscreteDomain<C> domain) { method in class:Range
[all...]
/external/chromium/googleurl/src/
H A Dgurl.cc48 // The input spec is given, and the canonical version will be placed in
49 // |*canonical|, along with the parsing of the canonical spec in |*parsed|.
52 std::string* canonical,
56 canonical->reserve(input_spec.size() + 32);
57 url_canon::StdStringCanonOutput output(canonical);
131 // For testing purposes, check that the parsed canonical URL is identical to
296 // We could optimize this since we know that the URL is canonical, and we are
297 // appending a canonical path, so avoiding re-parsing.
51 InitCanonical(const STR& input_spec, std::string* canonical, url_parse::Parsed* parsed) argument
/external/emma/core/java12/com/vladium/emma/instr/
H A DInstrProcessor.java53 * @param canonical
55 public synchronized final void setInstrPath (final String [] path, final boolean canonical) argument
60 m_instrPath = Files.pathToFiles (path, canonical);
62 m_canonical = canonical;
/external/emma/core/java12/com/vladium/emma/rt/
H A DClassPathProcessorST.java287 ClassPathProcessorST (final File [] path, final boolean canonical, argument
295 m_canonical = canonical;
H A DAppRunner.java112 * @param canonical
114 public synchronized void setCoveragePath (String [] path, final boolean canonical) argument
119 m_coveragePath = Files.pathToFiles (path, canonical);
121 m_canonical = canonical;
/external/regex-re2/re2/
H A Dprefilter_tree.cc195 Prefilter* canonical = CanonicalNode(node); local
196 if (canonical == NULL) {
198 // will find this node as the canonical node.
206 node->set_unique_id(canonical->unique_id());
250 Prefilter* canonical = CanonicalNode(child); local
251 if (canonical == NULL) {
252 LOG(DFATAL) << "Null canonical node";
255 int child_id = canonical->unique_id();
/external/srec/portable/src/
H A DPFileSystem.c158 LCHAR canonical[P_PATH_MAX]; local
167 LSTRCPY(canonical, path);
168 CHKLOG(rc, PFileSystemCanonicalSlashes(canonical));
170 *isAbsolute = (canonical[0] == '/' ||
171 (LISALPHA(canonical[0]) && canonical[1] == ':' && canonical[2] == '/'));
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-main.c397 the platform-specific in-guest-state format to the canonical
401 void getSyscallArgsFromGuestState ( /*OUT*/SyscallArgs* canonical, argument
407 canonical->sysno = gst->guest_EAX;
408 canonical->arg1 = gst->guest_EBX;
409 canonical->arg2 = gst->guest_ECX;
410 canonical->arg3 = gst->guest_EDX;
411 canonical->arg4 = gst->guest_ESI;
412 canonical->arg5 = gst->guest_EDI;
413 canonical->arg6 = gst->guest_EBP;
414 canonical
601 putSyscallArgsIntoGuestState( SyscallArgs* canonical, VexGuestArchState* gst_vanilla ) argument
704 getSyscallStatusFromGuestState( SyscallStatus* canonical, VexGuestArchState* gst_vanilla ) argument
811 putSyscallStatusIntoGuestState( ThreadId tid, SyscallStatus* canonical, VexGuestArchState* gst_vanilla ) argument
1943 SyscallStatus canonical; local
[all...]
/external/icu4c/test/intltest/
H A Dtzfmttst.cpp175 UnicodeString canonical; local
176 TimeZone::getCanonicalID(*tzid, canonical, status);
181 } else if (outtzid != canonical) {
184 if (canonical.indexOf((UChar)0x27 /*'/'*/) == -1) {
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
H A Dtztest.cpp522 StringEnumeration *any, *canonical, *canonicalLoc; local
533 any = canonical = canonicalLoc = any_US = canonical_US = canonicalLoc_US = any_W5 = any_CA_W5 = any_US_E14 = NULL;
541 canonical = TimeZone::createTimeZoneIDEnumeration(UCAL_ZONE_TYPE_CANONICAL, NULL, NULL, ec);
591 checkContainsAll(any, "ANY", canonical, "CANONICAL");
592 checkContainsAll(canonical, "CANONICAL", canonicalLoc, "CANONICALLOC");
595 checkContainsAll(canonical, "CANONICAL", canonical_US, "CANONICAL_US");
604 // And ID in any set, but not in canonical set must not be a canonical ID
608 canonical->reset(ec);
609 while ((id2 = canonical
[all...]
/external/icu4c/i18n/
H A Ducal.cpp553 UnicodeString canonical; local
555 TimeZone::getCanonicalID(UnicodeString(id, len), canonical, systemID, *status); local
560 reslen = canonical.extract(result, resultCapacity, *status);
H A Dzonemeta.cpp266 // If not, resolve CLDR canonical ID with resource data
287 // type entry (canonical) found
288 // the input is the canonical ID. resolve to const UChar*
298 const UChar *canonical = ures_getStringByKey(rb,id,NULL,&tmpStatus); local
300 // canonical map found
301 canonicalID = canonical;
326 canonical = ures_getStringByKey(rb,id,NULL,&tmpStatus);
328 // canonical map for the dereferenced ID found
329 canonicalID = canonical;
343 // Put the resolved canonical I
[all...]
/external/apache-harmony/auth/src/test/java/common/javax/security/auth/x500/
H A DX500PrincipalTest.java2249 String canonical = (String) obj[3];
2277 if (canonical != null) {
2278 if (!canonical.equals(p.getName(X500Principal.CANONICAL))) {
2283 errorMsg.append("\t\texpected: " + canonical + "'");
2678 String canonical = (String) values[3];
2703 if (!canonical.equals(p.getName(X500Principal.CANONICAL))) {
2706 errorMsg.append("\t\texpected: " + canonical + "'");
2739 String canonical) {
2740 add(param, rfc2253, rfc1779, canonical, null);
2756 String canonical, byt
2738 add(String param, String rfc2253, String rfc1779, String canonical) argument
2755 add(String param, String rfc2253, String rfc1779, String canonical, byte[] encoded) argument
2761 add(String param, String rfc2253, String rfc1779, String canonical, byte[] encoded, byte mask) argument
2773 add(byte[] encoding, String rfc2253, String rfc1779, String canonical) argument
2778 add(byte[] encoding, String rfc2253, String rfc1779, String canonical, byte mask) argument
[all...]
/external/icu4c/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.py1161 def canonical(self): member in class:Cursor
1162 """Return the canonical Cursor corresponding to this Cursor.
1164 The canonical cursor is the cursor which is representative for the
1166 declarations for the same class, the canonical cursor for the forward
1525 Return the canonical type for a Type.
1528 ways a specific type can be represented. The canonical type
1530 example, if 'T' is a typedef for 'int', the canonical type for
/external/clang/lib/AST/
H A DType.cpp182 // If the canonical form of this type isn't the right kind, reject it.
195 /// to getting the canonical type, but it doesn't remove *all* typedefs. For
315 /// same dynamic type as the canonical type.
420 // If the canonical form of this type isn't the right kind, reject it.
439 // If the canonical form of this type isn't the right kind, reject it.
467 // There is no sugar for ObjCObjectType's, just return the canonical
481 // There is no sugar for ObjCQualifiedIdType's, just return the canonical
491 // There is no sugar for ObjCQualifiedClassType's, just return the canonical
1293 // Note that this intentionally does not use the canonical type.
1536 unsigned numArgs, QualType canonical,
1535 FunctionProtoType(QualType result, const QualType *args, unsigned numArgs, QualType canonical, const ExtProtoInfo &epi) argument
[all...]
/external/icu4c/common/
H A Duloc_tag.c869 /* look up the canonical type */
1197 the canonical format is lowercase in BCP47 */
1915 /* Private use in the canonical format is lowercase in BCP47 */
2666 /* char canonical[ULOC_FULLNAME_CAPACITY]; */ /* See #6822 */
2667 char canonical[256]; local
2674 canonical[0] = 0;
2676 uloc_canonicalize(localeID, canonical, sizeof(canonical), &tmpStatus);
2684 pKeywordStart = locale_getKeywordsStart(canonical);
2685 if (pKeywordStart == canonical) {
[all...]
/external/libxml2/
H A Dxmllint.c191 static int canonical = 0; variable
2548 if (canonical) {
2562 } else if (canonical) {
3035 printf("\t--c14n : save in W3C canonical format v1.0 (with comments)\n");
3036 printf("\t--c14n11 : save in W3C canonical format v1.1 (with comments)\n");
3037 printf("\t--exc-c14n : save in W3C exclusive canonical format (with comments)\n");
3307 canonical++;
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/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 ...

Completed in 514 milliseconds

12