OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getRandomString
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/tools/page_cycler/database/
common.js
21
function
getRandomString
() {
59
var randomString =
getRandomString
();
/frameworks/rs/cpu_ref/
rsCpuScript.cpp
46
static std::string
getRandomString
(size_t len) {
119
newName.append(
getRandomString
(6)); // 62^6 potential filename variants.
[
all
...]
/external/chromium_org/chrome/third_party/chromevox/
chromeVoxChromeBackgroundScript.js
42
goog.string.
getRandomString
=function(){var a=2147483648;return Math.floor(Math.random()*a).toString(36)+Math.abs(Math.floor(Math.random()*a)^goog.now()).toString(36)};
[
all
...]
chromeVoxChromeOptionsScript.js
[
all
...]
chromeVoxChromePageScript.js
42
goog.string.
getRandomString
=function(){var a=2147483648;return Math.floor(Math.random()*a).toString(36)+Math.abs(Math.floor(Math.random()*a)^goog.now()).toString(36)};
[
all
...]
Completed in 1277 milliseconds