Searched refs:StringInfo (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/gpu/config/
H A Dgpu_control_list_string_info_unittest.cc15 typedef GpuControlList::StringInfo StringInfo; typedef in class:gpu::StringInfoTest
27 StringInfo info(op[i], std::string());
31 StringInfo info(op[i], "hello");
46 StringInfo info(op[i], "hello");
53 StringInfo info("contains", "happy");
63 StringInfo info("beginwith", "happy");
73 StringInfo info("endwith", "happy");
83 StringInfo info("=", "happy");
H A Dgpu_control_list.h198 class GPU_EXPORT StringInfo { class in class:gpu::GpuControlList
200 StringInfo(const std::string& string_op, const std::string& string_value);
202 // Determines if a given string is included in the StringInfo.
205 // Determines if the StringInfo contains valid information.
214 kUnknown // Indicates StringInfo data is invalid.
276 scoped_ptr<StringInfo> name_info_;
445 scoped_ptr<StringInfo> driver_vendor_info_;
448 scoped_ptr<StringInfo> gl_vendor_info_;
449 scoped_ptr<StringInfo> gl_renderer_info_;
450 scoped_ptr<StringInfo> gl_extensions_info
[all...]
H A Dgpu_control_list.cc267 name_info_.reset(new StringInfo(name_op, name_value));
287 GpuControlList::StringInfo::StringInfo(const std::string& string_op, function in class:gpu::GpuControlList::StringInfo
293 bool GpuControlList::StringInfo::Contains(const std::string& value) const {
309 bool GpuControlList::StringInfo::IsValid() const {
313 GpuControlList::StringInfo::Op GpuControlList::StringInfo::StringToOp(
883 driver_vendor_info_.reset(new StringInfo(vendor_op, vendor_value));
909 gl_vendor_info_.reset(new StringInfo(vendor_op, vendor_value));
916 gl_renderer_info_.reset(new StringInfo(renderer_o
[all...]
/external/javassist/src/main/javassist/bytecode/
H A DConstPool.java82 public static final int CONST_String = StringInfo.tag;
514 if (constInfo instanceof StringInfo)
581 StringInfo si = (StringInfo)getItem(index);
904 return addItem(new StringInfo(addUtf8Info(str)));
1074 case StringInfo.tag : // 8
1075 info = new StringInfo(in);
1396 class StringInfo extends ConstInfo { class in inherits:ConstInfo
1400 public StringInfo(int str) { method in class:StringInfo
1404 public StringInfo(DataInputStrea method in class:StringInfo
[all...]
H A DClassFileWriter.java655 output.write(StringInfo.tag);
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 391 milliseconds