Home
last modified time | relevance | path

Searched refs:NO_PROGRAM (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/cronet/base/
H A Dcommand_line_unittest.cc230 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 Dscoped_add_feature_flags_unittest.cc29 CommandLine command_line(CommandLine::NO_PROGRAM); in TEST()
66 CommandLine command_line(CommandLine::NO_PROGRAM); in TEST()
H A Dcommand_line.cc236 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 Dcommand_line_fuzzer.cc63 CommandLine command_line(CommandLine::NO_PROGRAM); in LLVMFuzzerTestOneInput()
H A Dcommand_line.h66 enum NoProgram { NO_PROGRAM }; enumerator
/aosp_15_r20/external/libchrome/base/
H A Dcommand_line.cc196 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 Dcommand_line_unittest.cc198 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 Dcommand_line.h46 enum NoProgram { NO_PROGRAM }; enumerator
/aosp_15_r20/external/cronet/base/nix/
H A Dxdg_util_unittest.cc440 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 Dpython_utils_unittest.cc36 base::CommandLine cmd_line(base::CommandLine::NO_PROGRAM); in TEST()
/aosp_15_r20/external/cronet/net/test/spawned_test_server/
H A Dlocal_test_server_win.cc57 base::CommandLine python_command(base::CommandLine::NO_PROGRAM); in LaunchPython()
H A Dlocal_test_server_posix.cc98 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/
Dcommand_line.h49 enum NoProgram { NO_PROGRAM }; enumerator
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/0/external/libchrome/base/
Dcommand_line.h49 enum NoProgram { NO_PROGRAM }; enumerator
/aosp_15_r20/external/libchrome/base/test/
H A Dtest_suite.cc86 : old_command_line_(CommandLine::NO_PROGRAM) { in TestClientInitializer()
/aosp_15_r20/external/cronet/components/nacl/zygote/
H A Dnacl_fork_delegate_linux.cc206 base::CommandLine cmd_line(base::CommandLine::NO_PROGRAM); in Init()
/aosp_15_r20/external/cronet/base/test/
H A Dtest_suite.cc126 ResetCommandLineBetweenTests() : old_command_line_(CommandLine::NO_PROGRAM) { in ResetCommandLineBetweenTests()
/aosp_15_r20/external/cronet/base/test/launcher/
H A Dtest_launcher_unittest.cc124 : 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 Dlaunch_application_unittest.mm352 CommandLine command_line(CommandLine::NO_PROGRAM);