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

  /external/llvm/unittests/Support/
CommandLineTest.cpp 1 //===- llvm/unittest/Support/CommandLineTest.cpp - CommandLine tests ------===//
74 TEST(CommandLineTest, ModifyExisitingOption) {
116 TEST(CommandLineTest, ParseEnvironment) {
119 cl::ParseEnvironmentOptions("CommandLineTest", test_env_var);
131 TEST(CommandLineTest, ParseEnvironmentToLocalVar) {
136 cl::ParseEnvironmentOptions("CommandLineTest", test_env_var);
142 TEST(CommandLineTest, UseOptionCategory) {
172 TEST(CommandLineTest, TokenizeGNUCommandLine) {
182 TEST(CommandLineTest, TokenizeWindowsCommandLine) {
191 TEST(CommandLineTest, AliasesWithArguments)
    [all...]
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
CommandLineTest.java 17 public class CommandLineTest extends AwTestBase {
  /external/chromium_org/base/
command_line_unittest.cc 27 TEST(CommandLineTest, CommandLineConstructor) {
103 TEST(CommandLineTest, CommandLineFromString) {
168 TEST(CommandLineTest, EmptyString) {
183 TEST(CommandLineTest, GetArgumentsString) {
246 TEST(CommandLineTest, AppendSwitches) {
286 TEST(CommandLineTest, AppendSwitchesDashDash) {
311 TEST(CommandLineTest, AppendArguments) {
336 TEST(CommandLineTest, ProgramQuotes) {
356 TEST(CommandLineTest, Init) {
  /external/chromium_org/base/android/javatests/src/org/chromium/base/
CommandLineTest.java 12 public class CommandLineTest extends InstrumentationTestCase {

Completed in 697 milliseconds