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

  /tools/tradefederation/core/tests/src/com/android/tradefed/config/
ConfigurationDefTest.java 36 private static final String OPTION_VALUE = "val";
69 mConfigDef.addOptionDef(MAP_OPTION_NAME, OPTION_KEY, OPTION_VALUE, CONFIG_NAME);
75 assertEquals(OPTION_VALUE, test.mMapOption.get(OPTION_KEY));
83 mConfigDef.addOptionDef(COLLECTION_OPTION_NAME, null, OPTION_VALUE, CONFIG_NAME);
87 assertTrue(test.mCollectionOption.contains(OPTION_VALUE));
95 mConfigDef.addOptionDef(OPTION_NAME, null, OPTION_VALUE, CONFIG_NAME);
98 assertEquals(OPTION_VALUE, test.mOption);
110 mConfigDef.addOptionDef(OPTION_NAME, null, OPTION_VALUE, CONFIG_NAME);
114 assertEquals(OPTION_VALUE, test.mOption);
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
descriptor.h     [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
descriptor.h     [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
descriptor.h     [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
descriptor.h     [all...]
  /external/protobuf/src/google/protobuf/
descriptor.h     [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
descriptor.h     [all...]

Completed in 160 milliseconds