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

  /build/make/tools/
auto_gen_test_config.py 47 'target_config android_manifest empty_config '
52 empty_config = argv[2]
61 shutil.copyfile(empty_config, target_config)
auto_gen_test_config_test.py 140 with open(EMPTY_TEST_CONFIG) as empty_config:
141 self.assertEqual(config_file.read(), empty_config.read())
  /external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
run_config_test.py 228 empty_config = run_config_lib.RunConfig()
229 self.assertIsNone(empty_config.model_dir)
  /external/webrtc/talk/media/webrtc/
fakewebrtcvoiceengine.h 337 webrtc::Config empty_config; local
338 return AddChannel(empty_config);

Completed in 646 milliseconds