Searched defs:ret_value (Results 1 - 7 of 7) sorted by relevance

/external/chromium/chrome/browser/extensions/
H A Dextension_tts_api_util.cc20 double* ret_value) {
29 *ret_value = int_value;
31 if (!dict->GetDouble(key, ret_value))
18 ReadNumberByKey(DictionaryValue* dict, const char* key, double* ret_value) argument
/external/chromium_org/chrome/test/mini_installer_test/
H A Dinstaller_test_util.cc40 BrowserDistribution::Type ret_value = BrowserDistribution::CHROME_BINARIES; local
42 ret_value = BrowserDistribution::CHROME_BROWSER;
44 ret_value = BrowserDistribution::CHROME_FRAME;
46 ret_value = BrowserDistribution::CHROME_BINARIES;
47 return ret_value;
/external/libpng/contrib/pngminus/
H A Dpnm2png.c482 png_uint_32 ret_value; local
494 ret_value = old_value & mask;
496 ret_value = ret_value || (ret_value >> depth);
501 return ret_value;
513 png_uint_32 ret_value; local
521 sscanf ((const char *) token, "%lu", &ret_value);
523 ret_value &= mask;
527 ret_value
[all...]
/external/chromium_org/third_party/zlib/contrib/minizip/
H A Dminiunz.c531 int ret_value=0; local
626 ret_value = do_list(uf);
640 ret_value = do_extract(uf, opt_do_extract_withoutpath, opt_overwrite, password);
642 ret_value = do_extract_onefile(uf, filename_to_extract, opt_do_extract_withoutpath, opt_overwrite, password);
647 return ret_value;
/external/zlib/src/contrib/minizip/
H A Dminiunz.c543 int ret_value=0; local
638 ret_value = do_list(uf);
652 ret_value = do_extract(uf, opt_do_extract_withoutpath, opt_overwrite, password);
654 ret_value = do_extract_onefile(uf, filename_to_extract, opt_do_extract_withoutpath, opt_overwrite, password);
659 return ret_value;
/external/chromium_org/net/disk_cache/simple/
H A Dsimple_entry_impl.cc229 int ret_value = net::ERR_FAILED; local
237 ret_value = net::OK;
241 ret_value = net::ERR_IO_PENDING;
252 return ret_value;
420 int ret_value = net::ERR_FAILED; local
424 ret_value = net::ERR_IO_PENDING;
434 ret_value = buf_len;
450 return ret_value;
/external/e2fsprogs/e2fsck/
H A Dprofile.c200 char **ret_name, char **ret_value);
213 const char **ret_value);
1323 * Note: the returned character strings in ret_name and ret_value
1330 char **ret_name, char **ret_value)
1364 if (ret_value)
1365 *ret_value =0;
1441 if (ret_value)
1442 *ret_value = p->value;
1459 const char **ret_value)
1480 *ret_value
1329 profile_node_iterator(void **iter_p, struct profile_node **ret_node, char **ret_name, char **ret_value) argument
1457 profile_get_value(profile_t profile, const char *name, const char *subname, const char *subsubname, const char **ret_value) argument
1657 profile_iterator(void **iter_p, char **ret_name, char **ret_value) argument
[all...]

Completed in 3129 milliseconds