HomeSort by relevance Sort by last modified time
    Searched refs:Properties (Results 326 - 350 of 397) sorted by null

<<111213141516

  /frameworks/base/media/java/android/media/videoeditor/
MediaImageItem.java 29 import android.media.videoeditor.MediaArtistNativeHelper.Properties;
105 final Properties properties = mMANativeHelper.getMediaProperties(filename); local
107 switch (mMANativeHelper.getFileType(properties.fileType)) {
886 * properties data populated.If the image has Ken Burns effect applied,
    [all...]
MediaArtistNativeHelper.java     [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
LSSerializerImpl.java 34 import java.util.Properties;
113 private Properties fDOMConfigProperties = null;
226 // New OutputFormat properties
227 fDOMConfigProperties = new Properties();
229 // Initialize properties to be passed on the underlying serializer
233 Properties configProps = OutputPropertiesFactory.getDefaultMethodProperties("xml");
238 // Get a serializer that seriailizes according the the properties,
    [all...]
DOM3TreeWalker.java 29 import java.util.Properties;
96 /** DOMConfiguration Properties */
97 private Properties fDOMConfigProperties = null;
    [all...]
  /external/harfbuzz/src/
harfbuzz-open.c 603 if ( ALLOC_ARRAY( ll->Properties, count, HB_UInt ) )
627 FREE( ll->Properties );
647 FREE( ll->Properties );
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp 931 // Parse the properties.
932 Properties = 0;
933 std::vector<Record*> PropList = R->getValueAsListOfDefs("Properties");
936 Properties |= 1 << SDNPCommutative;
938 Properties |= 1 << SDNPAssociative;
940 Properties |= 1 << SDNPHasChain;
942 Properties |= 1 << SDNPOutGlue;
944 Properties |= 1 << SDNPInGlue;
946 Properties |= 1 << SDNPOptInGlue
    [all...]
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/archives/
ArchiveInstaller.java 50 import java.util.Properties;
545 monitor.logError("Failed to generate source.properties in directory %1$s",
    [all...]
  /sdk/sdkmanager/libs/sdkuilib/tests/com/android/sdkuilib/internal/repository/sdkman2/
PackagesDiffLogicTest.java 35 import java.util.Properties;
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
SerializationStressTest4.java 673 // java.io.ObjectOutputStream.writeObject(java.util.Properties)
679 objToSave = new java.util.Properties();
680 ((java.util.Properties) objToSave).put("key1", "value1");
681 ((java.util.Properties) objToSave).put("key2", "value2");
688 Enumeration enum1 = ((java.util.Properties) objToSave).elements(), enum2 = ((java.util.Properties) objLoaded)
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
TransformerImpl.java 26 import java.util.Properties;
738 * Get the value of a property, without using the default properties. This
773 * The recognized standard output properties are:
851 * Set the output properties for the transformation. These
852 * properties will override properties set in the templates
855 * <p>If argument to this function is null, any properties
858 * @param oformat A set of output properties that will be
859 * used to override any of the same properties in effect
863 * @see java.util.Properties
    [all...]
  /external/openfst/src/include/fst/extensions/pdt/
expand.h 35 #include <fst/test-properties.h>
53 // Properties for an expanded PDT.
66 using FstImpl<A>::Properties;
97 uint64 props = fst.Properties(kFstProperties, false);
112 SetProperties(impl.Properties(), kCopyProperties);
    [all...]
shortest-path.h 404 if ((Weight::Properties() & (kPath | kRightSemiring))
719 ShortestPathProperties(ofst_->Properties(kFstProperties, false)),
  /sdk/lint/cli/src/com/android/tools/lint/
Main.java 56 import java.util.Properties;
562 // First check the Java properties (e.g. set using "java -jar ... -Dname=value")
642 "source.properties"); //$NON-NLS-1$
647 Properties properties = new Properties(); local
648 properties.load(input);
650 String revision = properties.getProperty("Pkg.Revision"); //$NON-NLS-1$
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DebugEventSocketProxy.cs 83 #region Properties
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
BufferedTreeNodeStream.cs 170 #region Properties
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
BufferedTreeNodeStream.cs 182 #region Properties
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DebugEventSocketProxy.cs 85 #region Properties
  /external/openfst/src/include/fst/
signed-log-weight.h 89 static uint64 Properties() {
  /external/srec/tools/grxmlcompile/
fst-io.h 54 accep_(accep && fst.Properties(kAcceptor, true)), ostrm_(0) {}
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
encode.h 257 uint64 Properties(uint64 props) {
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tools.pas 72 { Properties }
96 { Properties }
177 { Properties }
204 { Properties }
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/
Tool.java 43 public final Properties antlrSettings = new Properties();
103 * Load the properties file org/antlr/antlr.properties and populate any
108 in = this.getClass().getResourceAsStream("antlr.properties");
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
DB_Results.java 806 java.util.Properties info = new java.util.Properties();
    [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/curves/
CurvesHelper.java 16 import com.jme3.scene.plugins.blender.objects.Properties;
190 //reading custom properties
191 Properties properties = this.loadProperties(curveStructure, blenderContext); local
192 if(properties != null && properties.getValue() != null) {
194 geom.setUserData("properties", properties);
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/meshes/
MeshHelper.java 63 import com.jme3.scene.plugins.blender.objects.Properties;
301 //reading custom properties
302 Properties properties = this.loadProperties(structure, blenderContext); local
377 if (properties != null && properties.getValue() != null) {
378 geometry.setUserData("properties", properties);

Completed in 713 milliseconds

<<111213141516