HomeSort by relevance Sort by last modified time
    Searched refs:out_value (Results 51 - 71 of 71) sorted by null

1 23

  /external/chromium/chrome/browser/prefs/
pref_value_store.h 81 const Value** out_value) const;
201 const Value** out_value) const;
  /system/core/libcorkscrew/arch-x86/
backtrace-x86.c 118 static bool try_get_byte(const memory_t* memory, uintptr_t ptr, uint8_t* out_value, uint32_t* cursor) {
130 *out_value = (uint8_t)((buf >> ((ptr & 3) * 8)) & 0xff);
136 static bool try_get_xbytes(const memory_t* memory, uintptr_t ptr, uint32_t* out_value, uint8_t bytes, uint32_t* cursor) {
149 *out_value = data;
154 static bool try_get_leb128(const memory_t* memory, uintptr_t ptr, uint32_t* out_value, uint32_t* cursor, bool sign_extend) {
174 *out_value = val;
179 static bool try_get_sleb128(const memory_t* memory, uintptr_t ptr, uint32_t* out_value, uint32_t* cursor) {
180 return try_get_leb128(memory, ptr, out_value, cursor, true);
184 static bool try_get_uleb128(const memory_t* memory, uintptr_t ptr, uint32_t* out_value, uint32_t* cursor) {
185 return try_get_leb128(memory, ptr, out_value, cursor, false)
    [all...]
  /external/chromium_org/remoting/host/mac/
me2me_preference_pane.h 28 bool GetString(const std::string& path, std::string* out_value) const;
  /system/core/libcorkscrew/arch-arm/
backtrace-arm.c 210 static bool try_next_byte(const memory_t* memory, byte_stream_t* stream, uint8_t* out_value) {
215 *out_value = 0;
218 *out_value = stream->word >> 24;
222 *out_value = stream->word >> 16;
226 *out_value = stream->word >> 8;
230 *out_value = stream->word;
234 ALOGV("next_byte: ptr=0x%08x, value=0x%02x", stream->ptr, *out_value);
441 static bool try_get_half_word(const memory_t* memory, uint32_t pc, uint16_t* out_value) {
444 *out_value = pc & 2 ? word >> 16 : word & 0xffff;
  /external/chromium/chrome/browser/extensions/
extension_prefs.h 368 int* out_value);
373 int* out_value);
378 const ListValue** out_value);
extension_prefs.cc 377 const DictionaryValue* ext, const std::string& pref_key, int* out_value) {
378 if (!ext->GetInteger(pref_key, out_value))
381 return out_value != NULL;
386 int* out_value) {
392 return ReadIntegerFromPref(ext, pref_key, out_value);
397 const ListValue** out_value) {
402 *out_value = out;
404 return out_value != NULL;
    [all...]
  /external/chromium_org/chrome/browser/extensions/
extension_prefs.h 214 bool* out_value) const OVERRIDE;
218 int* out_value) const OVERRIDE;
222 std::string* out_value) const OVERRIDE;
226 const base::ListValue** out_value) const OVERRIDE;
231 const base::DictionaryValue** out_value) const OVERRIDE;
extension_prefs.cc 443 bool* out_value) const {
445 if (!ext || !ext->GetBoolean(pref_key, out_value))
453 int* out_value) const {
455 if (!ext || !ext->GetInteger(pref_key, out_value))
463 std::string* out_value) const {
465 if (!ext || !ext->GetString(pref_key, out_value))
473 const ListValue** out_value) const {
478 if (out_value)
479 *out_value = out;
487 const DictionaryValue** out_value) const
525 bool out_value = false; local
    [all...]
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_model_unittest.cc 1100 std::string out_value; local
    [all...]
  /external/chromium_org/chrome/installer/util/
master_preferences.cc 26 bool GetURLFromValue(const base::Value* in_value, std::string* out_value) {
27 return in_value && out_value && in_value->GetAsString(out_value);
  /external/chromium/chrome/browser/chromeos/
proxy_cros_settings_provider.cc 197 Value** out_value) const {
255 *out_value = list;
262 *out_value = dict;
265 *out_value = NULL;
user_cros_settings_provider.cc 554 Value** out_value) const {
557 *out_value = CreateSettingsBooleanValue(
565 *out_value = user_list;
  /external/chromium/chrome/browser/ui/webui/options/chromeos/
system_settings_provider.cc 215 Value** out_value) const {
217 *out_value = Value::CreateStringValue(GetKnownTimezoneID(
  /external/chromium/chrome/browser/printing/
print_dialog_cloud.cc 104 double* out_value) {
105 if (!dictionary.GetDouble(path, out_value)) {
109 *out_value = int_value;
  /external/chromium_org/chrome/browser/chromeos/
proxy_cros_settings_parser.cc 289 base::Value** out_value) {
359 *out_value = NULL;
375 *out_value = dict;
  /external/chromium_org/base/json/
json_parser.cc 140 virtual bool GetAsString(std::string* out_value) const OVERRIDE {
141 string_piece_.CopyToString(out_value);
144 virtual bool GetAsString(string16* out_value) const OVERRIDE {
145 *out_value = UTF8ToUTF16(string_piece_);
  /external/chromium_org/chrome/test/chromedriver/
commands.cc 81 scoped_ptr<base::Value>* out_value) {
127 out_value->reset(session->capabilities->DeepCopy());
  /external/chromium_org/ppapi/proxy/
ppapi_param_traits.cc 676 bool out_value = false; local
677 bool result = p.GetBool(&out_value);
682 ParamTraits<bool>::Write(m, out_value);
686 int32_t out_value = 0; local
687 bool result = p.GetInt32(&out_value);
692 ParamTraits<int32_t>::Write(m, out_value);
  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_stream.c 61 stream_cid_t *out_value);
916 void *out_value)
919 mm_evt_paylod_stream_parm_t *payload = (mm_evt_paylod_stream_parm_t *)out_value;
925 stream_cid_t *value = (stream_cid_t *)out_value;
930 mm_camera_rect_t *crop = (mm_camera_rect_t *)out_value;
958 void *out_value)
961 mm_evt_paylod_stream_parm_t *payload = (mm_evt_paylod_stream_parm_t *)out_value;
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/print_preview/
print_preview_ui.cc 63 // Returns true and sets |out_value| on success.
64 bool Get(int32 preview_id, int* out_value) {
69 *out_value = it->second;
  /art/runtime/gc/
heap.cc 257 static bool ReadStaticInt(JNIEnvExt* env, jclass clz, const char* name, int* out_value) {
258 CHECK(out_value != NULL);
264 *out_value = env->GetStaticIntField(clz, field);
    [all...]

Completed in 1248 milliseconds

1 23