Searched refs:stringVal (Results 1 – 5 of 5) sorted by relevance
34 const std::string stringVal = toString(enumVal); in TEST() local35 audio_channel_mask_t channelMask = channelMaskFromString(stringVal); in TEST()38 << "Validity of \"" << stringVal << "\" is not as expected"; in TEST()44 const std::string stringVal = toString(enumVal); in TEST() local47 if (stringVal.find("_CHANNEL_IN_") != std::string::npos) { in TEST()48 EXPECT_TRUE(InputChannelConverter::fromString(stringVal, channelMask)) in TEST()49 << "Conversion of \"" << stringVal << "\" failed (as input channel mask)"; in TEST()57 } else if (stringVal.find("_CHANNEL_OUT_") != std::string::npos) { in TEST()58 EXPECT_TRUE(OutputChannelConverter::fromString(stringVal, channelMask)) in TEST()59 << "Conversion of \"" << stringVal << "\" failed (as output channel mask)"; in TEST()[all …]
52 String stringVal = (String)input.getObjectValue(); in process() local53 data = ByteBuffer.wrap(stringVal.getBytes()); in process()
146 public static float parseBrightness(String stringVal) throws IllegalArgumentException { in parseBrightness() argument147 float value = Float.parseFloat(stringVal); in parseBrightness()149 throw new IllegalArgumentException("Brightness value out of bounds: " + stringVal); in parseBrightness()
322 , typeCode(o.typeCode), int32Val(o.int32Val), stringVal(o.stringVal) in AaptSymbolEntry()334 stringVal = o.stringVal;357 String8 stringVal; variable387 sym.stringVal = value; in addStringSymbol()
2752 flattenSymbol(name8).c_str(), sym.stringVal.c_str()); in writeSymbolClass()