Home
last modified time | relevance | path

Searched refs:real_value (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/extensions/browser/api/cast_channel/
Dcast_message_util.cc39 base::BinaryValue* real_value; in MessageInfoToCastMessage() local
50 real_value = static_cast<base::BinaryValue*>(message.data.get()); in MessageInfoToCastMessage()
51 if (real_value->GetBuffer()) { in MessageInfoToCastMessage()
53 message_proto->set_payload_binary(real_value->GetBuffer(), in MessageInfoToCastMessage()
54 real_value->GetSize()); in MessageInfoToCastMessage()
/external/llvm/test/CodeGen/X86/
D2010-02-15-ImplicitDefBug.ll10 %"struct real_value" = type { i32, [5 x i32] }
12 %"union u" = type { %"struct real_value" }
D2006-09-01-CycleInDAG.ll50 %struct.real_value = type opaque
80 %struct.tree_real_cst = type { %struct.tree_common, %struct.real_value* }
D2007-10-15-CoalescerCrash.ll42 %struct.real_value = type opaque
68 %struct.tree_real_cst = type { %struct.tree_common, %struct.real_value* }
/external/chromium_org/content/browser/download/
Dfile_metadata_unittest_linux.cc75 string real_value(buffer, len); in CheckExtendedAttributeValue() local
77 EXPECT_EQ(expected_value, real_value); in CheckExtendedAttributeValue()
/external/lldb/source/Commands/
DCommandObjectProcess.cpp1715 VerifyCommandOptionValue (const std::string &option, int &real_value) in VerifyCommandOptionValue() argument
1723 real_value = 1; in VerifyCommandOptionValue()
1725 real_value = 0; in VerifyCommandOptionValue()
1729 real_value = Args::StringToUInt32 (option.c_str(), 3); in VerifyCommandOptionValue()
1730 if (real_value != 0 && real_value != 1) in VerifyCommandOptionValue()