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

1234

/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Dvideo_common.cc23 uint32 canonical; member in struct:libyuv::FourCCAliasEntry
53 return kFourCCAliases[i].canonical;
/external/chromium_org/third_party/libyuv/source/
H A Dvideo_common.cc23 uint32 canonical; member in struct:libyuv::FourCCAliasEntry
53 return kFourCCAliases[i].canonical;
/external/libyuv/files/source/
H A Dvideo_common.cc23 uint32 canonical; member in struct:libyuv::FourCCAliasEntry
44 return kFourCCAliases[i].canonical;
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
H A DSessionDescription.java45 public static Type fromCanonicalForm(String canonical) { argument
46 return Type.valueOf(Type.class, canonical.toUpperCase());
/external/chromium_org/third_party/skia/src/core/
H A DSkImageInfo.cpp43 SkAlphaType* canonical) {
67 if (canonical) {
68 *canonical = alphaType;
42 SkColorTypeValidateAlphaType(SkColorType colorType, SkAlphaType alphaType, SkAlphaType* canonical) argument
/external/smack/src/org/xbill/DNS/
H A DEmptyRecord.java39 rrToWire(DNSOutput out, Compression c, boolean canonical) { argument
H A DSingleCompressedNameBase.java27 rrToWire(DNSOutput out, Compression c, boolean canonical) { argument
28 singleName.toWire(out, c, canonical);
H A DMXRecord.java47 rrToWire(DNSOutput out, Compression c, boolean canonical) { argument
49 nameField.toWire(out, c, canonical);
H A DUNKRecord.java50 rrToWire(DNSOutput out, Compression c, boolean canonical) { argument
H A DA6Record.java115 rrToWire(DNSOutput out, Compression c, boolean canonical) { argument
124 prefix.toWire(out, null, canonical);
H A DAAAARecord.java63 rrToWire(DNSOutput out, Compression c, boolean canonical) { argument
H A DARecord.java86 rrToWire(DNSOutput out, Compression c, boolean canonical) { argument
H A DDHCIDRecord.java48 rrToWire(DNSOutput out, Compression c, boolean canonical) { argument
H A DHINFORecord.java78 rrToWire(DNSOutput out, Compression c, boolean canonical) { argument
H A DISDNRecord.java88 rrToWire(DNSOutput out, Compression c, boolean canonical) { argument
H A DKEYBase.java153 rrToWire(DNSOutput out, Compression c, boolean canonical) { argument
H A DMINFORecord.java85 rrToWire(DNSOutput out, Compression c, boolean canonical) { argument
86 responsibleAddress.toWire(out, null, canonical);
87 errorAddress.toWire(out, null, canonical);
H A DNSAPRecord.java97 rrToWire(DNSOutput out, Compression c, boolean canonical) { argument
H A DNSEC3PARAMRecord.java80 rrToWire(DNSOutput out, Compression c, boolean canonical) { argument
H A DNSECRecord.java55 rrToWire(DNSOutput out, Compression c, boolean canonical) { argument
H A DNULLRecord.java63 rrToWire(DNSOutput out, Compression c, boolean canonical) { argument
H A DNXTRecord.java99 rrToWire(DNSOutput out, Compression c, boolean canonical) { argument
100 next.toWire(out, null, canonical);
H A DOPTRecord.java151 rrToWire(DNSOutput out, Compression c, boolean canonical) { argument
/external/chromium_org/device/bluetooth/
H A Dbluetooth_uuid.cc18 // Returns the canonical, 128-bit canonical, and the format of the UUID
19 // in |canonical|, |canonical_128|, and |format| based on |uuid|.
21 std::string* canonical,
25 canonical->clear();
49 canonical->assign(uuid);
20 GetCanonicalUuid(std::string uuid, std::string* canonical, std::string* canonical_128, BluetoothUUID::Format* format) argument
/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

Completed in 9747 milliseconds

1234