HomeSort by relevance Sort by last modified time
    Searched refs:configFile (Results 1 - 25 of 151) sorted by null

1 2 3 4 5 6 7

  /external/google-breakpad/src/client/mac/sender/
uploader.h 66 - (id)initWithConfigFile:(const char *)configFile;
70 // Reads the file |configFile| and returns the corresponding NSDictionary.
71 // |configFile| will be deleted after reading.
72 + (NSDictionary *)readConfigurationDataFromFile:(NSString *)configFile;
  /external/libxml2/os400/
make.sh 56 configFile()
66 configFile include/libxml/xmlversion.h
67 configFile os400/os400config.h
  /external/jmonkeyengine/engine/src/android/com/jme3/system/android/
JmeAndroidSystem.java 28 public AssetManager newAssetManager(URL configFile) {
29 logger.log(Level.INFO, "newAssetManager({0})", configFile);
30 return new AndroidAssetManager(configFile);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/lint/
ProjectLintConfigurationTest.java 151 File configFile = new File(dir, "lint.xml");
152 assertTrue(configFile.getPath(), configFile.exists());
153 long lastModified = configFile.lastModified();
164 assertFalse(lastModified < configFile.lastModified());
165 assertEquals(lastModified, configFile.lastModified());
168 assertTrue(lastModified < configFile.lastModified());
  /hardware/ti/omap4-aah/security/tf_daemon/
smc_properties.c 264 * @param configFile the path of the configuration file
267 int smcPropertiesParse(const char *configFile)
273 nResult=SMCPropParseConfigFile((char *)configFile, &gConfFile);
276 printf("Parsing error in file %s : %x.\n", configFile, nResult);
  /hardware/ti/omap4xxx/security/tf_daemon/
smc_properties.c 264 * @param configFile the path of the configuration file
267 int smcPropertiesParse(const char *configFile)
273 nResult=SMCPropParseConfigFile((char *)configFile, &gConfFile);
276 printf("Parsing error in file %s : %x.\n", configFile, nResult);
  /external/jmonkeyengine/engine/src/core/com/jme3/system/
JmeSystem.java 96 public static AssetManager newAssetManager(URL configFile) {
98 return systemDelegate.newAssetManager(configFile);
JmeSystemDelegate.java 99 public abstract AssetManager newAssetManager(URL configFile);
  /libcore/luni/src/main/java/java/util/logging/
LogManager.java 322 String configFile = System.getProperty("java.util.logging.config.file");
324 if (configFile == null) {
325 // if cannot find configFile, use default logging.properties
326 configFile = System.getProperty("java.home") + File.separator + "lib" +
333 input = new FileInputStream(configFile);
  /external/jmonkeyengine/engine/src/core/com/jme3/asset/
DesktopAssetManager.java 82 public DesktopAssetManager(URL configFile){
83 if (configFile != null){
87 stream = configFile.openStream();
  /external/jmonkeyengine/engine/src/android/com/jme3/asset/
AndroidAssetManager.java 73 * @param configFile
75 public AndroidAssetManager(URL configFile) {
  /external/jmonkeyengine/engine/src/desktop/com/jme3/system/
JmeDesktopSystem.java 55 public AssetManager newAssetManager(URL configFile) {
56 return new DesktopAssetManager(configFile);
  /external/sonivox/jet_tools/JetCreator/
JetFile.py 657 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)
    [all...]
JetUtils.py 239 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) + "/"
  /libcore/luni/src/main/java/javax/xml/datatype/
FactoryFinder.java 60 String configFile = javah + File.separator + "lib" + File.separator + "jaxp.properties";
61 File f = new File(configFile);
  /libcore/luni/src/main/java/javax/xml/validation/
SchemaFactoryFinder.java 61 String configFile = javah + File.separator + "lib" + File.separator + "jaxp.properties";
62 File f = new File(configFile);
  /libcore/luni/src/main/java/javax/xml/xpath/
XPathFactoryFinder.java 68 String configFile = javah + File.separator + "lib" + File.separator + "jaxp.properties";
69 File f = new File(configFile);
  /external/vogar/src/vogar/
OptionParser.java 210 public static String[] readFile(File configFile) {
211 if (!configFile.exists()) {
217 configFileLines = Strings.readFileLines(configFile);
Vogar.java 40 private File configFile = Vogar.dotFile(".vogarconfig");
385 configArgs = optionParser.readFile(configFile);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-weblogic.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.simpleconfigurator.manipulator_2.0.0.v20100503.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.simpleconfigurator.manipulator_2.0.0.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.simpleconfigurator.manipulator_2.0.0.v20130327-2119.jar 
  /external/lldb/test/
dotest.py 147 configFile = None
152 # The dictionary as a result of sourcing configFile.
158 # The 'archs' and 'compilers' can be specified via either command line or configFile,
159 # with the command line overriding the configFile. The corresponding options can be
391 global configFile
568 configFile = args.c
569 if not os.path.isfile(configFile):
570 print 'Config file:', configFile, 'does not exist!'
737 # Source the configFile if specified.
749 if configFile
    [all...]
  /prebuilts/devtools/tools/lib/
lint-tests.jar 

Completed in 1444 milliseconds

1 2 3 4 5 6 7