Searched refs:tmp_value (Results 1 – 3 of 3) sorted by relevance
/external/libchrome/dbus/ |
D | message.cc | 791 char* tmp_value = NULL; in PopString() local 792 const bool success = PopBasic(DBUS_TYPE_STRING, &tmp_value); in PopString() 794 value->assign(tmp_value); in PopString() 799 char* tmp_value = NULL; in PopObjectPath() local 800 const bool success = PopBasic(DBUS_TYPE_OBJECT_PATH, &tmp_value); in PopObjectPath() 802 *value = ObjectPath(tmp_value); in PopObjectPath() 949 char* tmp_value = NULL; in PopVariantOfString() local 950 const bool success = PopVariantOfBasic(DBUS_TYPE_STRING, &tmp_value); in PopVariantOfString() 952 value->assign(tmp_value); in PopVariantOfString() 957 char* tmp_value = NULL; in PopVariantOfObjectPath() local [all …]
|
/external/llvm/test/CodeGen/PowerPC/ |
D | pr24546.ll | 36 %tmp_value.1 = phi double [ %div, %php_intpow10.exit ], [ %mul, %if.else ] 37 ret double %tmp_value.1, !dbg !57 74 !16 = !DILocalVariable(name: "tmp_value", scope: !6, file: !1, line: 18, type: !4)
|
/external/libchrome/base/json/ |
D | json_reader_unittest.cc | 320 Value* tmp_value = nullptr; in TEST() local 321 ASSERT_TRUE(list->Get(0, &tmp_value)); in TEST() 322 EXPECT_TRUE(tmp_value->IsType(Value::TYPE_BOOLEAN)); in TEST() 324 EXPECT_TRUE(tmp_value->GetAsBoolean(&bool_value)); in TEST()
|