HomeSort by relevance Sort by last modified time
    Searched refs:xml_path (Results 1 - 6 of 6) sorted by null

  /system/media/audio_route/include/audio_route/
audio_route.h 25 struct audio_route *audio_route_init(unsigned int card, const char *xml_path);
  /external/chromium_org/testing/gtest/test/
gtest_xml_output_unittest.py 219 xml_path = os.path.join(gtest_test_utils.GetTempDir(),
221 if os.path.isfile(xml_path):
222 os.remove(xml_path)
225 '%s=xml:%s' % (GTEST_OUTPUT_FLAG, xml_path),
240 self.assert_(not os.path.isfile(xml_path))
247 xml_path = os.path.join(gtest_test_utils.GetTempDir(),
251 command = [gtest_prog_path, '%s=xml:%s' % (GTEST_OUTPUT_FLAG, xml_path)]
262 actual = minidom.parse(xml_path)
  /ndk/sources/third_party/googletest/googletest/test/
gtest_xml_output_unittest.py 219 xml_path = os.path.join(gtest_test_utils.GetTempDir(),
221 if os.path.isfile(xml_path):
222 os.remove(xml_path)
225 '%s=xml:%s' % (GTEST_OUTPUT_FLAG, xml_path),
240 self.assert_(not os.path.isfile(xml_path))
247 xml_path = os.path.join(gtest_test_utils.GetTempDir(),
251 command = [gtest_prog_path, '%s=xml:%s' % (GTEST_OUTPUT_FLAG, xml_path)]
262 actual = minidom.parse(xml_path)
  /system/media/audio_route/
audio_route.c 647 struct audio_route *audio_route_init(unsigned int card, const char *xml_path)
676 if (xml_path == NULL)
677 xml_path = MIXER_XML_PATH;
679 file = fopen(xml_path, "r");
682 ALOGE("Failed to open %s", xml_path);
  /external/chromium_org/tools/grit/grit/tool/
android2grd.py 475 xml_path = os.path.normpath(os.path.join(
480 node.HandleAttribute('filename', xml_path)
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
msvs.py     [all...]

Completed in 202 milliseconds