HomeSort by relevance Sort by last modified time
    Searched refs:adobe (Results 26 - 50 of 109) sorted by null

12 3 4 5

  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/xpath/
XMPPath.java 2 // ADOBE SYSTEMS INCORPORATED
3 // Copyright 2006 Adobe Systems Incorporated
6 // NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
7 // of the Adobe license agreement accompanying it.
10 package com.adobe.xmp.impl.xpath;
XMPPathSegment.java 2 // ADOBE SYSTEMS INCORPORATED
3 // Copyright 2006 Adobe Systems Incorporated
6 // NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
7 // of the Adobe license agreement accompanying it.
10 package com.adobe.xmp.impl.xpath;
XMPPathParser.java 2 // ADOBE SYSTEMS INCORPORATED
3 // Copyright 2006 Adobe Systems Incorporated
6 // NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
7 // of the Adobe license agreement accompanying it.
10 package com.adobe.xmp.impl.xpath;
12 import com.adobe.xmp.XMPError;
13 import com.adobe.xmp.XMPException;
14 import com.adobe.xmp.XMPMetaFactory;
15 import com.adobe.xmp.impl.Utils;
16 import com.adobe.xmp.properties.XMPAliasInfo
    [all...]
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/
IteratorOptions.java 2 // ADOBE SYSTEMS INCORPORATED
3 // Copyright 2006 Adobe Systems Incorporated
6 // NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
7 // of the Adobe license agreement accompanying it.
10 package com.adobe.xmp.options;
PropertyOptions.java 2 // ADOBE SYSTEMS INCORPORATED
3 // Copyright 2006 Adobe Systems Incorporated
6 // NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
7 // of the Adobe license agreement accompanying it.
10 package com.adobe.xmp.options;
12 import com.adobe.xmp.XMPError;
13 import com.adobe.xmp.XMPException;
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPDateTimeFactory.java 2 // ADOBE SYSTEMS INCORPORATED
3 // Copyright 2006 Adobe Systems Incorporated
6 // NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
7 // of the Adobe license agreement accompanying it.
10 package com.adobe.xmp;
17 import com.adobe.xmp.impl.XMPDateTimeImpl;
XMPMeta.java 2 // ADOBE SYSTEMS INCORPORATED
3 // Copyright 2006 Adobe Systems Incorporated
6 // NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
7 // of the Adobe license agreement accompanying it.
10 package com.adobe.xmp;
14 import com.adobe.xmp.options.IteratorOptions;
15 import com.adobe.xmp.options.ParseOptions;
16 import com.adobe.xmp.options.PropertyOptions;
17 import com.adobe.xmp.properties.XMPProperty;
    [all...]
XMPConst.java 2 // ADOBE SYSTEMS INCORPORATED
3 // Copyright 2006 Adobe Systems Incorporated
6 // NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
7 // of the Adobe license agreement accompanying it.
10 package com.adobe.xmp;
35 // Adobe standard namespaces
37 /** The XML namespace Adobe XMP Metadata. */
38 String NS_X = "adobe:ns:meta/";
40 String NS_IX = "http://ns.adobe.com/iX/1.0/";
42 String NS_XMP = "http://ns.adobe.com/xap/1.0/"
    [all...]
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPMetaParser.java 2 // ADOBE SYSTEMS INCORPORATED
3 // Copyright 2006 Adobe Systems Incorporated
6 // NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
7 // of the Adobe license agreement accompanying it.
10 package com.adobe.xmp.impl;
31 import com.adobe.xmp.XMPConst;
32 import com.adobe.xmp.XMPError;
33 import com.adobe.xmp.XMPException;
34 import com.adobe.xmp.XMPMeta;
35 import com.adobe.xmp.options.ParseOptions
    [all...]
XMPSchemaRegistryImpl.java 2 // ADOBE SYSTEMS INCORPORATED
3 // Copyright 2006 Adobe Systems Incorporated
6 // NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
7 // of the Adobe license agreement accompanying it.
10 package com.adobe.xmp.impl;
21 import com.adobe.xmp.XMPConst;
22 import com.adobe.xmp.XMPError;
23 import com.adobe.xmp.XMPException;
24 import com.adobe.xmp.XMPSchemaRegistry;
25 import com.adobe.xmp.options.AliasOptions
    [all...]
XMPDateTimeImpl.java 2 // ADOBE SYSTEMS INCORPORATED
3 // Copyright 2006 Adobe Systems Incorporated
6 // NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
7 // of the Adobe license agreement accompanying it.
10 package com.adobe.xmp.impl;
18 import com.adobe.xmp.XMPDateTime;
19 import com.adobe.xmp.XMPException;
XMPNodeUtils.java 2 // ADOBE SYSTEMS INCORPORATED
3 // Copyright 2006 Adobe Systems Incorporated
6 // NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
7 // of the Adobe license agreement accompanying it.
10 package com.adobe.xmp.impl;
15 import com.adobe.xmp.XMPConst;
16 import com.adobe.xmp.XMPDateTime;
17 import com.adobe.xmp.XMPDateTimeFactory;
18 import com.adobe.xmp.XMPError;
19 import com.adobe.xmp.XMPException
    [all...]
XMPUtilsImpl.java 2 // ADOBE SYSTEMS INCORPORATED
3 // Copyright 2006 Adobe Systems Incorporated
6 // NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
7 // of the Adobe license agreement accompanying it.
12 package com.adobe.xmp.impl;
16 import com.adobe.xmp.XMPConst;
17 import com.adobe.xmp.XMPError;
18 import com.adobe.xmp.XMPException;
19 import com.adobe.xmp.XMPMeta;
20 import com.adobe.xmp.XMPMetaFactory
    [all...]
ISO8601Converter.java 2 // ADOBE SYSTEMS INCORPORATED
3 // Copyright 2006 Adobe Systems Incorporated
6 // NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
7 // of the Adobe license agreement accompanying it.
10 package com.adobe.xmp.impl;
17 import com.adobe.xmp.XMPDateTime;
18 import com.adobe.xmp.XMPError;
19 import com.adobe.xmp.XMPException;
XMPMetaImpl.java 2 // ADOBE SYSTEMS INCORPORATED
3 // Copyright 2006 Adobe Systems Incorporated
6 // NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
7 // of the Adobe license agreement accompanying it.
10 package com.adobe.xmp.impl;
15 import com.adobe.xmp.XMPConst;
16 import com.adobe.xmp.XMPDateTime;
17 import com.adobe.xmp.XMPError;
18 import com.adobe.xmp.XMPException;
19 import com.adobe.xmp.XMPIterator
    [all...]
Latin1Converter.java 2 // ADOBE SYSTEMS INCORPORATED
3 // Copyright 2006 Adobe Systems Incorporated
6 // NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
7 // of the Adobe license agreement accompanying it.
12 package com.adobe.xmp.impl;
XMPNode.java 2 // ADOBE SYSTEMS INCORPORATED
3 // Copyright 2006 Adobe Systems Incorporated
6 // NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
7 // of the Adobe license agreement accompanying it.
10 package com.adobe.xmp.impl;
19 import com.adobe.xmp.XMPConst;
20 import com.adobe.xmp.XMPError;
21 import com.adobe.xmp.XMPException;
22 import com.adobe.xmp.options.PropertyOptions;
ParseRDF.java 2 // ADOBE SYSTEMS INCORPORATED
3 // Copyright 2006 Adobe Systems Incorporated
6 // NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
7 // of the Adobe license agreement accompanying it.
10 package com.adobe.xmp.impl;
20 import com.adobe.xmp.XMPConst;
21 import com.adobe.xmp.XMPError;
22 import com.adobe.xmp.XMPException;
23 import com.adobe.xmp.XMPMetaFactory;
24 import com.adobe.xmp.XMPSchemaRegistry
    [all...]
XMPSerializerRDF.java 2 // ADOBE SYSTEMS INCORPORATED
3 // Copyright 2006 Adobe Systems Incorporated
6 // NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
7 // of the Adobe license agreement accompanying it.
10 package com.adobe.xmp.impl;
20 import com.adobe.xmp.XMPConst;
21 import com.adobe.xmp.XMPError;
22 import com.adobe.xmp.XMPException;
23 import com.adobe.xmp.XMPMeta;
24 import com.adobe.xmp.XMPMetaFactory
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/
XmpPresets.java 23 import com.adobe.xmp.XMPException;
24 import com.adobe.xmp.XMPMeta;
25 import com.adobe.xmp.XMPMetaFactory;
  /external/skia/tests/
ColorSpaceTest.cpp 272 sk_sp<SkColorSpace> adobe = SkColorSpace_Base::MakeNamed(SkColorSpace_Base::kAdobeRGB_Named); local
296 REPORTER_ASSERT(r, SkColorSpace::Equals(adobe.get(), adobe.get()));
305 REPORTER_ASSERT(r, !SkColorSpace::Equals(adobe.get(), srgb.get()));
311 REPORTER_ASSERT(r, !SkColorSpace::Equals(upperRight.get(), adobe.get()));
363 SkColorSpacePrimaries adobe; local
364 adobe.fRX = 0.64f;
365 adobe.fRY = 0.33f;
366 adobe.fGX = 0.21f;
367 adobe.fGY = 0.71f
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
XmpDepthDecode.java 24 import com.adobe.xmp.XMPConst;
25 import com.adobe.xmp.XMPException;
26 import com.adobe.xmp.XMPIterator;
27 import com.adobe.xmp.XMPMeta;
28 import com.adobe.xmp.XMPMetaFactory;
29 import com.adobe.xmp.properties.XMPPropertyInfo;
42 private static final String XMP_HEADER = "http://ns.adobe.com/xap/1.0/\0";
44 "http://ns.adobe.com/xmp/extension/\0";
  /frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
XmpDepthDecode.java 7 import com.adobe.xmp.XMPConst;
8 import com.adobe.xmp.XMPException;
9 import com.adobe.xmp.XMPIterator;
10 import com.adobe.xmp.XMPMeta;
11 import com.adobe.xmp.XMPMetaFactory;
12 import com.adobe.xmp.properties.XMPPropertyInfo;
32 private static final String XMP_HEADER = "http://ns.adobe.com/xap/1.0/\0";
34 "http://ns.adobe.com/xmp/extension/\0";
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterTinyPlanet.java 23 import com.adobe.xmp.XMPException;
24 import com.adobe.xmp.XMPMeta;
  /packages/apps/Camera2/src/com/android/camera/util/
XmpUtil.java 19 import com.adobe.xmp.XMPException;
20 import com.adobe.xmp.XMPMeta;
21 import com.adobe.xmp.XMPMetaFactory;
22 import com.adobe.xmp.options.SerializeOptions;
51 private static final String XMP_HEADER = "http://ns.adobe.com/xap/1.0/\0";

Completed in 751 milliseconds

12 3 4 5