Searched refs:configFile (Results 1 - 18 of 18) sorted by relevance

/external/qemu/android/avd/
H A Dhw-config.h48 IniFile* configFile );
55 IniFile* configFile );
/external/jmonkeyengine/engine/src/android/com/jme3/system/android/
H A DJmeAndroidSystem.java28 public AssetManager newAssetManager(URL configFile) { argument
29 logger.log(Level.INFO, "newAssetManager({0})", configFile);
30 return new AndroidAssetManager(configFile);
/external/jmonkeyengine/engine/src/core/com/jme3/system/
H A DJmeSystem.java96 public static AssetManager newAssetManager(URL configFile) { argument
98 return systemDelegate.newAssetManager(configFile);
H A DJmeSystemDelegate.java99 public abstract AssetManager newAssetManager(URL configFile); argument
/external/jmonkeyengine/engine/src/core/com/jme3/asset/
H A DDesktopAssetManager.java82 public DesktopAssetManager(URL configFile){ argument
83 if (configFile != null){
87 stream = configFile.openStream();
/external/jmonkeyengine/engine/src/android/com/jme3/asset/
H A DAndroidAssetManager.java73 * @param configFile
75 public AndroidAssetManager(URL configFile) { argument
/external/jmonkeyengine/engine/src/desktop/com/jme3/system/
H A DJmeDesktopSystem.java55 public AssetManager newAssetManager(URL configFile) { argument
56 return new DesktopAssetManager(configFile);
/external/sonivox/jet_tools/JetCreator/
H A DJetFile.py657 def SaveJetConfig(self, configFile):
660 self.config.filename = FileJustRoot(configFile) + ".JET"
722 FileKillClean(configFile)
723 cfgfile = open(configFile,'w')
727 def InitializeConfig(self, configFile):
729 self.config.filename = FileJustRoot(configFile) + ".JET"
736 self.config_file = configFile
737 self.SaveJetConfig(configFile)
H A DJetUtils.py239 def IniSetValue(configFile, section, option, value):
242 config.read(configFile)
246 cfgfile = open(configFile,'w')
250 def IniGetValue(configFile, section, option, retType='str', default=''):
254 config.read(configFile)
383 def SegmentOutputFile(segName, configFile):
385 configPath = FileJustPath(configFile) + "/"
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-weblogic.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.simpleconfigurator.manipulator_2.0.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.reconciler.dropins_1.1.2.R36x_v20101111-1430.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.security_1.0.200.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/libxslt/win32/
H A Dconfigure.js22 var configFile = baseDir + "\\configure.in"; variable
156 cf = fso.OpenTextFile(configFile, 1);
/external/chromium_org/third_party/libxml/src/win32/
H A Dconfigure.js17 var configFile = srcDirXml + "\\configure.in"; variable
195 cf = fso.OpenTextFile(configFile, 1);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...

Completed in 162 milliseconds