/aosp_15_r20/external/cronet/base/ |
H A D | command_line_unittest.cc | 230 CommandLine cl(CommandLine::NO_PROGRAM); in TEST() 518 auto initial = std::make_unique<CommandLine>(CommandLine::NO_PROGRAM); in TEST() 533 CommandLine source(CommandLine::NO_PROGRAM); in TEST() 542 CommandLine cl(CommandLine::NO_PROGRAM); in TEST() 565 CommandLine initial(CommandLine::NO_PROGRAM); in TEST() 575 initial = CommandLine(CommandLine::NO_PROGRAM); in TEST() 584 move_constructed = CommandLine(CommandLine::NO_PROGRAM); in TEST()
|
H A D | scoped_add_feature_flags_unittest.cc | 29 CommandLine command_line(CommandLine::NO_PROGRAM); in TEST() 66 CommandLine command_line(CommandLine::NO_PROGRAM); in TEST()
|
H A D | command_line.cc | 236 current_process_commandline_ = new CommandLine(NO_PROGRAM); in InitUsingArgvForTesting() 254 current_process_commandline_ = new CommandLine(NO_PROGRAM); in Init() 286 CommandLine cmd(NO_PROGRAM); in FromArgvWithoutProgram() 294 CommandLine cmd(NO_PROGRAM); in FromString()
|
H A D | command_line_fuzzer.cc | 63 CommandLine command_line(CommandLine::NO_PROGRAM); in LLVMFuzzerTestOneInput()
|
H A D | command_line.h | 66 enum NoProgram { NO_PROGRAM }; enumerator
|
/aosp_15_r20/external/libchrome/base/ |
H A D | command_line.cc | 196 current_process_commandline_ = new CommandLine(NO_PROGRAM); in InitUsingArgvForTesting() 214 current_process_commandline_ = new CommandLine(NO_PROGRAM); in Init() 247 CommandLine cmd(NO_PROGRAM); in FromString()
|
H A D | command_line_unittest.cc | 198 CommandLine cl(CommandLine::NO_PROGRAM); in TEST() 336 CommandLine cl2(CommandLine::NO_PROGRAM); in TEST() 395 new CommandLine(CommandLine::NO_PROGRAM)); in TEST()
|
H A D | command_line.h | 46 enum NoProgram { NO_PROGRAM }; enumerator
|
/aosp_15_r20/external/cronet/base/nix/ |
H A D | xdg_util_unittest.cc | 440 CommandLine command_line(CommandLine::NO_PROGRAM); in TEST() 446 CommandLine command_line(CommandLine::NO_PROGRAM); in TEST() 466 CommandLine cmd_line(CommandLine::NO_PROGRAM); in TEST()
|
/aosp_15_r20/external/cronet/net/test/ |
H A D | python_utils_unittest.cc | 36 base::CommandLine cmd_line(base::CommandLine::NO_PROGRAM); in TEST()
|
/aosp_15_r20/external/cronet/net/test/spawned_test_server/ |
H A D | local_test_server_win.cc | 57 base::CommandLine python_command(base::CommandLine::NO_PROGRAM); in LaunchPython()
|
H A D | local_test_server_posix.cc | 98 base::CommandLine python_command(base::CommandLine::NO_PROGRAM); in LaunchPython()
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/ |
D | command_line.h | 49 enum NoProgram { NO_PROGRAM }; enumerator
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/0/external/libchrome/base/ |
D | command_line.h | 49 enum NoProgram { NO_PROGRAM }; enumerator
|
/aosp_15_r20/external/libchrome/base/test/ |
H A D | test_suite.cc | 86 : old_command_line_(CommandLine::NO_PROGRAM) { in TestClientInitializer()
|
/aosp_15_r20/external/cronet/components/nacl/zygote/ |
H A D | nacl_fork_delegate_linux.cc | 206 base::CommandLine cmd_line(base::CommandLine::NO_PROGRAM); in Init()
|
/aosp_15_r20/external/cronet/base/test/ |
H A D | test_suite.cc | 126 ResetCommandLineBetweenTests() : old_command_line_(CommandLine::NO_PROGRAM) { in ResetCommandLineBetweenTests()
|
/aosp_15_r20/external/cronet/base/test/launcher/ |
H A D | test_launcher_unittest.cc | 124 : command_line(new CommandLine(CommandLine::NO_PROGRAM)), in TestLauncherTest() 149 .WillRepeatedly(testing::Return(CommandLine(CommandLine::NO_PROGRAM))); in SetUpExpectCalls()
|
/aosp_15_r20/external/cronet/base/mac/ |
H A D | launch_application_unittest.mm | 352 CommandLine command_line(CommandLine::NO_PROGRAM);
|