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

  /external/chromium_org/third_party/webrtc/modules/audio_processing/test/
unpack.cc 34 DEFINE_string(settings_file, "settings.txt", "The name of the settings file.");
203 static FILE* settings_file = OpenFile(FLAGS_settings_file, "wb"); local
206 fprintf(settings_file, "Init at frame: %d\n", frame_count);
208 fprintf(settings_file, " Input sample rate: %d\n", input_sample_rate);
210 fprintf(settings_file, " Output sample rate: %d\n", output_sample_rate);
212 fprintf(settings_file,
216 fprintf(settings_file, " Input channels: %d\n", num_input_channels);
218 fprintf(settings_file, " Output channels: %d\n", num_output_channels);
220 fprintf(settings_file, " Reverse channels: %d\n", num_reverse_channels);
222 fprintf(settings_file, "\n")
    [all...]
  /external/chromium_org/v8/tools/push-to-trunk/
auto_push.py 53 settings_file = os.path.realpath(self.Config("SETTINGS_LOCATION"))
54 if os.path.exists(settings_file):
55 settings_dict = json.loads(FileToText(settings_file))
58 % settings_file)
  /external/chromium_org/remoting/host/linux/
linux_me2me_host.py 125 settings_file = open(self.path, 'r')
126 self.data = json.load(settings_file)
128 settings_file.close()
141 settings_file = open(self.path, 'w')
142 settings_file.write(json.dumps(self.data, indent=2))
143 settings_file.close()
    [all...]

Completed in 353 milliseconds