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

1 2 3 4

  /external/shflags/examples/
hello_world.sh 14 DEFINE_string 'name' 'world' 'name to say hello to' 'n'
  /external/google-breakpad/src/client/linux/sender/
google_crash_report_sender.cc 37 DEFINE_string(crash_server, "https://clients2.google.com/cr",
39 DEFINE_string(product_name, "",
41 DEFINE_string(product_version, "",
43 DEFINE_string(client_id, "",
45 DEFINE_string(minidump_path, "",
47 DEFINE_string(ptime, "",
49 DEFINE_string(ctime, "",
51 DEFINE_string(email, "",
53 DEFINE_string(comments, "",
55 DEFINE_string(proxy_host, ""
    [all...]
  /external/autotest/client/site_tests/firmware_TouchMTB/tools/
print_syn.sh 15 DEFINE_string device "touchpad" "the touch device (touchpad or touchscreen)" "d"
16 DEFINE_string file "/tmp/interval_event.dat" "the event data filename" "f"
  /external/webrtc/webrtc/examples/peerconnection/client/
flagdefs.h 26 DEFINE_string(server, "localhost", "The server to connect to.");
  /external/skia/tools/flags/
SkCommonFlags.cpp 19 DEFINE_string(images, "", "List of images and/or directories to decode. A directory with no images"
22 DEFINE_string(colorImages, "", "List of images and/or directories to decode with color correction. "
50 DEFINE_string(skps, "skps", "Directory to read skps from.");
52 DEFINE_string(svgs, "", "Directory to read SVGs from, or a single SVG file.");
63 DEFINE_string(key, "",
65 DEFINE_string(properties, "",
  /external/shflags/bin/
continuous_build.sh 30 DEFINE_string 'command' '' 'the command to start a build' 'c'
31 DEFINE_string 'watch' '' 'file to watch for changes' 'w'
32 DEFINE_string 'watch_from' '' 'file containing filenames to watch' 'W'
33 DEFINE_string 'output' "${OUTPUT_FILE}" 'output file to write to' 'o'
34 DEFINE_string 'output_dir' '.' 'directory to write output file' 'O'
gen_test_results.sh 36 DEFINE_string output_dir "`pwd`" 'output dir' d
37 DEFINE_string output_file "${os_name}-${os_version}.txt" 'output file' o
  /external/webrtc/webrtc/video/
video_loopback.cc 67 DEFINE_string(codec, "VP8", "Video codec to use.");
87 DEFINE_string(output_filename, "", "Target graph data filename.");
92 DEFINE_string(graph_title,
147 DEFINE_string(stream0,
154 DEFINE_string(stream1,
161 DEFINE_string(sl0,
168 DEFINE_string(sl1,
179 DEFINE_string(
188 DEFINE_string(clip,
screenshare_loopback.cc 65 DEFINE_string(codec, "VP8", "Video codec to use.");
85 DEFINE_string(output_filename, "", "Target graph data filename.");
90 DEFINE_string(graph_title,
145 DEFINE_string(stream0,
152 DEFINE_string(stream1,
159 DEFINE_string(sl0,
166 DEFINE_string(sl1,
177 DEFINE_string(
  /system/update_engine/payload_generator/
generate_delta_main.cc 251 DEFINE_string(old_image, "", "Path to the old rootfs");
252 DEFINE_string(new_image, "", "Path to the new rootfs");
253 DEFINE_string(old_kernel, "", "Path to the old kernel partition image");
254 DEFINE_string(new_kernel, "", "Path to the new kernel partition image");
255 DEFINE_string(old_partitions, "",
260 DEFINE_string(new_partitions, "",
265 DEFINE_string(old_mapfiles,
272 DEFINE_string(new_mapfiles,
276 DEFINE_string(partition_names,
283 DEFINE_string(in_file, ""
    [all...]
  /external/vboot_reference/scripts/image_signing/
tag_image.sh 15 DEFINE_string from "chromiumos_image.bin" \
17 DEFINE_string dev_mode "" \
19 DEFINE_string update_firmware "" \
21 DEFINE_string leave_firmware_alone "" \
23 DEFINE_string leave_core "" \
25 DEFINE_string crosh_workarounds "" \
tofactory.sh 23 # DEFINE_string name default_value description flag
24 DEFINE_string bios "" "Path of system firmware (BIOS) binary to write" "b"
25 DEFINE_string ec "" "Path of EC shellball to execute" "e"
26 DEFINE_string backup_dir "" "Path of directory in whoch to store backups" "k"
27 DEFINE_string asset_tag "unspecified_tag" \
29 DEFINE_string ssd "/dev/sda" "Path to SSD / target drive" "s"
strip_boot_from_image.sh 15 DEFINE_string image "chromiumos_image.bin" \
make_dev_firmware.sh 19 # DEFINE_string name default_value description flag
20 DEFINE_string from "" "Path of input file (empty for system live firmware)" "f"
21 DEFINE_string to "" "Path of output file (empty for system live firmware)" "t"
22 DEFINE_string keys "$DEFAULT_KEYS_FOLDER" "Path to folder of dev keys" "k"
23 DEFINE_string preamble_flags "" "Override preamble flags value. Known values:
30 DEFINE_string backup_dir \
  /external/skia/tools/
imgblur.cpp 18 DEFINE_string(in, "input.png", "Input image");
19 DEFINE_string(out, "blurred.png", "Output image");
  /external/webrtc/webrtc/test/
test_main.cc 17 DEFINE_string(force_fieldtrials, "",
test_suite.cc 23 DEFINE_string(force_fieldtrials, "",
  /external/webrtc/webrtc/modules/video_coding/test/
tester_main.cc 19 DEFINE_string(codec, "VP8", "Codec to use (VP8 or I420).");
23 DEFINE_string(input_filename,
26 DEFINE_string(output_filename,
  /system/update_engine/scripts/
brillo_update_payload 138 DEFINE_string payload "" \
140 DEFINE_string target_image "" \
142 DEFINE_string source_image "" \
144 DEFINE_string metadata_size_file "" \
148 DEFINE_string unsigned_payload "" "Path to the input unsigned payload."
149 DEFINE_string signature_size "" \
153 DEFINE_string metadata_hash_file "" \
155 DEFINE_string payload_hash_file "" \
159 DEFINE_string payload "" \
161 DEFINE_string metadata_signature_file ""
    [all...]
  /external/shflags/src/
shflags_test_public.sh 73 DEFINE_string test_str '' 'test string' s
74 DEFINE_string long_desc 'blah' \
76 DEFINE_string long_default \
113 DEFINE_string test_str '' 'test string' s
114 DEFINE_string long_desc 'blah' \
116 DEFINE_string long_default \
  /external/webrtc/webrtc/modules/audio_processing/beamformer/
nonlinear_beamformer_test.cc 21 DEFINE_string(i, "", "The name of the input file to read from.");
22 DEFINE_string(o, "out.wav", "Name of the output file to write to.");
23 DEFINE_string(mic_positions, "",
  /external/autotest/client/site_tests/firmware_TouchMTB/
version.sh 9 DEFINE_string "remote" "" "remote machine IP address" "r"
summary.sh 9 DEFINE_string "log_root_dir" "" "the log root directory" "d"
16 DEFINE_string "verbose" "2" "$VERBOSE_MSG" "v"
  /external/regex-re2/util/
test.cc 9 DEFINE_string(test_tmpdir, "/var/tmp", "temp directory");
  /external/webrtc/webrtc/modules/audio_coding/test/
insert_packet_with_timing.cc 25 DEFINE_string(codec, "opus", "Codec Name");
30 DEFINE_string(input, "", "Input PCM file at 16 kHz.");
33 DEFINE_string(output, "insert_rtp_with_timing_out.pcm", "OutputFile");
37 DEFINE_string(seq_num, "seq_num", "Sequence number file.");
38 DEFINE_string(send_ts, "send_timestamp", "Send timestamp file.");
39 DEFINE_string(receive_ts, "last_rec_timestamp", "Receive timestamp file");
42 DEFINE_string(delay, "", "Log for delay.");

Completed in 513 milliseconds

1 2 3 4