/external/libchrome/dbus/ |
message.cc | 778 char* tmp_value = NULL; local 779 const bool success = PopBasic(DBUS_TYPE_STRING, &tmp_value); 781 value->assign(tmp_value); 786 char* tmp_value = NULL; local 787 const bool success = PopBasic(DBUS_TYPE_OBJECT_PATH, &tmp_value); 789 *value = ObjectPath(tmp_value); 917 char* tmp_value = NULL; local 918 const bool success = PopVariantOfBasic(DBUS_TYPE_STRING, &tmp_value); 920 value->assign(tmp_value); 925 char* tmp_value = NULL local [all...] |
/system/connectivity/shill/test-rpc-proxy/ |
proxy_util.cc | 53 XmlRpc::XmlRpcValue tmp_value; local 54 GetXmlRpcValueFromBrilloAnyValue(value.second, &tmp_value); 55 (*xml_rpc_value_out)[value.first] = tmp_value;
|
/external/llvm/test/CodeGen/PowerPC/ |
pr24546.ll | 36 %tmp_value.1 = phi double [ %div, %php_intpow10.exit ], [ %mul, %if.else ] 37 ret double %tmp_value.1, !dbg !57 75 !16 = !DILocalVariable(name: "tmp_value", scope: !6, file: !1, line: 18, type: !4)
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
ConfigParser.py | 747 tmp_value = value.replace('%%', '') 748 tmp_value = self._interpvar_re.sub('', tmp_value) 750 if '%' in tmp_value: 752 "position %d" % (value, tmp_value.find('%')))
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
ConfigParser.py | 747 tmp_value = value.replace('%%', '') 748 tmp_value = self._interpvar_re.sub('', tmp_value) 750 if '%' in tmp_value: 752 "position %d" % (value, tmp_value.find('%')))
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
ConfigParser.py | 747 tmp_value = value.replace('%%', '') 748 tmp_value = self._interpvar_re.sub('', tmp_value) 750 if '%' in tmp_value: 752 "position %d" % (value, tmp_value.find('%')))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
ConfigParser.py | 747 tmp_value = value.replace('%%', '') 748 tmp_value = self._interpvar_re.sub('', tmp_value) 750 if '%' in tmp_value: 752 "position %d" % (value, tmp_value.find('%')))
|
/external/libchrome/base/json/ |
json_reader_unittest.cc | 304 Value* tmp_value = NULL; local 305 ASSERT_TRUE(list->Get(0, &tmp_value)); 306 EXPECT_TRUE(tmp_value->IsType(Value::TYPE_BOOLEAN)); 308 EXPECT_TRUE(tmp_value->GetAsBoolean(&bool_value));
|
/external/libweave/third_party/chromium/base/json/ |
json_reader_unittest.cc | 299 Value* tmp_value = NULL; local 300 ASSERT_TRUE(list->Get(0, &tmp_value)); 301 EXPECT_TRUE(tmp_value->IsType(Value::TYPE_BOOLEAN)); 303 EXPECT_TRUE(tmp_value->GetAsBoolean(&bool_value));
|
/art/compiler/optimizing/ |
intrinsics_arm64.cc | 1044 Register tmp_value = temps.AcquireSameSizeAs(value); \/\/ Value in memory. local [all...] |
intrinsics_mips64.cc | [all...] |
intrinsics_mips.cc | [all...] |
/toolchain/binutils/binutils-2.25/opcodes/ |
nds32-asm.c | 1738 int rt_value, ret, tmp_value, tmp1, tmp2; local [all...] |
/art/runtime/entrypoints/quick/ |
quick_trampoline_entrypoints.cc | 655 JValue tmp_value; local [all...] |