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

  /tools/tradefederation/core/tests/src/com/android/tradefed/config/
ConfigurationDefTest.java 45 private static final String OPTION_VALUE = "val";
76 mConfigDef.addOptionDef(MAP_OPTION_NAME, OPTION_KEY, OPTION_VALUE, CONFIG_NAME);
82 assertEquals(OPTION_VALUE, test.mMapOption.get(OPTION_KEY));
89 mConfigDef.addOptionDef(COLLECTION_OPTION_NAME, null, OPTION_VALUE, CONFIG_NAME);
93 assertTrue(test.mCollectionOption.contains(OPTION_VALUE));
100 mConfigDef.addOptionDef(OPTION_NAME, null, OPTION_VALUE, CONFIG_NAME);
103 assertEquals(OPTION_VALUE, test.mOption);
115 mConfigDef.addOptionDef(OPTION_NAME, null, OPTION_VALUE, CONFIG_NAME);
119 assertEquals(OPTION_VALUE, test.mOption);
  /external/ltp/testcases/kernel/tracing/dynamic_debug/
dynamic_debug01.sh 96 local OPTION_VALUE="$3"
98 if ! echo "$OPTION_TO_SET $OPTION_VALUE $FLAG" > \
100 tst_res TFAIL "Setting '$OPTION_TO_SET $OPTION_VALUE " \
  /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/compiler/
parser.cc     [all...]
  /external/protobuf/src/google/protobuf/
descriptor.h     [all...]
descriptor_unittest.cc 202 case OPTION_VALUE : location_name = "OPTION_VALUE" ; break;
225 case OPTION_VALUE : location_name = "OPTION_VALUE" ; break;
    [all...]
descriptor.cc     [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
descriptor.h     [all...]

Completed in 958 milliseconds