Searched refs:tmp_value (Results 1 - 14 of 14) sorted by relevance

/external/lldb/test/lang/cpp/dynamic-value/
H A Dpass-to-base.cpp26 int tmp_value = anotherA.Value(); local
27 printf ("Also have another A at %p: %d.\n", &anotherA, tmp_value); // Break here in doSomething.
/external/chromium_org/third_party/cython/src/Cython/Utility/
H A DExceptions.c17 PyObject *tmp_type, *tmp_value, *tmp_tb; local
21 tmp_value = tstate->curexc_value;
27 Py_XDECREF(tmp_value);
256 PyObject *tmp_type, *tmp_value, *tmp_tb; local
290 tmp_value = tstate->exc_value;
298 Py_XDECREF(tmp_value);
373 PyObject *tmp_type, *tmp_value, *tmp_tb; local
376 tmp_value = tstate->exc_value;
382 Py_XDECREF(tmp_value);
396 PyObject *tmp_type, *tmp_value, *tmp_t local
[all...]
/external/lldb/source/Commands/
H A DCommandObjectExpression.cpp101 bool tmp_value = Args::StringToBoolean(option_arg, true, &success); local
103 ignore_breakpoints = tmp_value;
123 bool tmp_value = Args::StringToBoolean(option_arg, true, &success); local
125 unwind_on_error = tmp_value;
H A DCommandObjectProcess.cpp1720 bool tmp_value = Args::StringToBoolean (option.c_str(), false, &success); local
1722 if (success && tmp_value)
1724 else if (success && !tmp_value)
H A DCommandObjectThread.cpp1286 bool tmp_value = Args::StringToBoolean (option_arg, false, &success); local
1288 m_from_expression = tmp_value;
/external/chromium_org/dbus/
H A Dmessage.cc779 char* tmp_value = NULL; local
780 const bool success = PopBasic(DBUS_TYPE_STRING, &tmp_value);
782 value->assign(tmp_value);
787 char* tmp_value = NULL; local
788 const bool success = PopBasic(DBUS_TYPE_OBJECT_PATH, &tmp_value);
790 *value = ObjectPath(tmp_value);
918 char* tmp_value = NULL; local
919 const bool success = PopVariantOfBasic(DBUS_TYPE_STRING, &tmp_value);
921 value->assign(tmp_value);
926 char* tmp_value local
[all...]
/external/chromium_org/chrome/installer/util/
H A Dchannel_info.cc182 std::wstring tmp_value = value_; local
184 SetModifier(static_cast<ModifierIndex>(i), false, &tmp_value); local
186 if (tmp_value.empty()) {
/external/chromium_org/base/prefs/
H A Dpref_value_store.cc187 const base::Value* tmp_value = NULL; local
188 return GetValueFromStore(name, store, &tmp_value);
/external/chromium_org/base/json/
H A Djson_reader_unittest.cc300 Value* tmp_value = NULL; local
301 ASSERT_TRUE(list->Get(0, &tmp_value));
302 EXPECT_TRUE(tmp_value->IsType(Value::TYPE_BOOLEAN));
304 EXPECT_TRUE(tmp_value->GetAsBoolean(&bool_value));
/external/chromium_org/third_party/bintrees/bintrees/
H A Dcwalker.c2882 PyObject *tmp_type, *tmp_value, *tmp_tb; local
2885 tmp_value = tstate->curexc_value;
2891 Py_XDECREF(tmp_value);
H A Dqavltree.c2364 PyObject *tmp_type, *tmp_value, *tmp_tb; local
2367 tmp_value = tstate->curexc_value;
2373 Py_XDECREF(tmp_value);
H A Dqbintree.c2359 PyObject *tmp_type, *tmp_value, *tmp_tb; local
2362 tmp_value = tstate->curexc_value;
2368 Py_XDECREF(tmp_value);
H A Dqrbtree.c2361 PyObject *tmp_type, *tmp_value, *tmp_tb; local
2364 tmp_value = tstate->curexc_value;
2370 Py_XDECREF(tmp_value);
/external/lldb/source/Core/
H A DValueObject.cpp455 Value tmp_value(m_value);
456 scalar = tmp_value.ResolveValue(&exe_ctx);

Completed in 333 milliseconds