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

  /external/libmojo/base/android/javatests/src/org/chromium/base/
CommandLineTest.java 43 Assert.assertFalse(cl.hasSwitch("init_command"));
44 Assert.assertFalse(cl.hasSwitch("switch"));
45 Assert.assertTrue(cl.hasSwitch("SWITCH"));
46 Assert.assertFalse(cl.hasSwitch("--SWITCH"));
47 Assert.assertFalse(cl.hasSwitch("Arg"));
48 Assert.assertFalse(cl.hasSwitch("actually_an_arg"));
60 Assert.assertFalse(cl.hasSwitch(CL_ADDED_SWITCH));
62 Assert.assertTrue(cl.hasSwitch(CL_ADDED_SWITCH));
65 Assert.assertFalse(cl.hasSwitch(CL_ADDED_SWITCH_2));
72 Assert.assertFalse(cl.hasSwitch("dummy"))
    [all...]
  /hardware/libhardware/modules/input/evdev/
InputHub.cpp 95 virtual bool hasSwitch(int32_t sw) const override;
296 bool EvdevDeviceNode::hasSwitch(int32_t sw) const {
  /external/libmojo/base/android/java/src/org/chromium/base/
CommandLine.java 48 public abstract boolean hasSwitch(String switchString);
308 public boolean hasSwitch(String switchString) {
374 public boolean hasSwitch(String switchString) {

Completed in 111 milliseconds