HomeSort by relevance Sort by last modified time
    Searched refs:tmp_value (Results 1 - 17 of 17) sorted by null

  /external/libchrome/dbus/
message.cc 791 char* tmp_value = NULL; local
792 const bool success = PopBasic(DBUS_TYPE_STRING, &tmp_value);
794 value->assign(tmp_value);
799 char* tmp_value = NULL; local
800 const bool success = PopBasic(DBUS_TYPE_OBJECT_PATH, &tmp_value);
802 *value = ObjectPath(tmp_value);
949 char* tmp_value = NULL; local
950 const bool success = PopVariantOfBasic(DBUS_TYPE_STRING, &tmp_value);
952 value->assign(tmp_value);
957 char* tmp_value = NULL local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
ConfigParser.py 739 tmp_value = value.replace('%%', '')
740 tmp_value = self._interpvar_re.sub('', tmp_value)
742 if '%' in tmp_value:
744 "position %d" % (value, tmp_value.find('%')))
  /external/libchrome/base/json/
json_reader_unittest.cc 320 Value* tmp_value = nullptr; local
321 ASSERT_TRUE(list->Get(0, &tmp_value));
322 EXPECT_TRUE(tmp_value->IsType(Value::TYPE_BOOLEAN));
324 EXPECT_TRUE(tmp_value->GetAsBoolean(&bool_value));
  /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('%')))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
sysmodule.c 173 PyObject *tmp_type, *tmp_value, *tmp_tb; local
181 tmp_value = tstate->exc_value;
187 Py_XDECREF(tmp_value);
    [all...]
ceval.c 3386 PyObject *tmp_type, *tmp_value, *tmp_tb; local
3430 PyObject *tmp_type, *tmp_value, *tmp_tb; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
sysmodule.c 173 PyObject *tmp_type, *tmp_value, *tmp_tb; local
181 tmp_value = tstate->exc_value;
187 Py_XDECREF(tmp_value);
    [all...]
ceval.c 3372 PyObject *tmp_type, *tmp_value, *tmp_tb; local
3416 PyObject *tmp_type, *tmp_value, *tmp_tb; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
cPickle.c 3903 PyObject *tp, *v, *tb, *tmp_value; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
cPickle.c 3868 PyObject *tp, *v, *tb, *tmp_value; local
    [all...]
  /art/compiler/optimizing/
intrinsics_arm64.cc 1173 Register tmp_value = temps.AcquireSameSizeAs(value); \/\/ Value in memory. local
    [all...]
code_generator_arm64.cc 1083 Register tmp_value = temps.AcquireW(); \/\/ Value in memory. variable
    [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 701 JValue tmp_value; local
    [all...]

Completed in 622 milliseconds