OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:currentHash
(Results
1 - 4
of
4
) sorted by null
/build/tools/droiddoc/templates-pdk/assets/
jquery-history.js
7
var
currentHash
, previousNav, timer, hashTrim = /^.*#/;
27
if (hash !=
currentHash
) {
28
currentHash
= hash;
30
location.hash =
currentHash
;
41
if (
currentHash
!= hash) {
43
location.hash =
currentHash
= hash;
45
msie.setHash(
currentHash
);
54
if (
currentHash
) {
55
return
currentHash
.replace(hashTrim, '');
71
currentHash
= location.hash
[
all
...]
/build/tools/droiddoc/templates-sdk/assets/
jquery-history.js
7
var
currentHash
, previousNav, timer, hashTrim = /^.*#/;
27
if (hash !=
currentHash
) {
28
currentHash
= hash;
30
location.hash =
currentHash
;
41
if (
currentHash
!= hash) {
43
location.hash =
currentHash
= hash;
45
msie.setHash(
currentHash
);
54
if (
currentHash
) {
55
return
currentHash
.replace(hashTrim, '');
71
currentHash
= location.hash
[
all
...]
/external/doclava/res/assets/templates/assets/
jquery-history.js
7
var
currentHash
, previousNav, timer, hashTrim = /^.*#/;
27
if (hash !=
currentHash
) {
28
currentHash
= hash;
30
location.hash =
currentHash
;
41
if (
currentHash
!= hash) {
43
location.hash =
currentHash
= hash;
45
msie.setHash(
currentHash
);
54
if (
currentHash
) {
55
return
currentHash
.replace(hashTrim, '');
71
currentHash
= location.hash
[
all
...]
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
SamplePackage.java
318
String
currentHash
= computeContentHash(installFolder);
320
if (!storedHash.equals(
currentHash
)) {
Completed in 97 milliseconds