Searched refs:hash (Results 1 - 16 of 16) sorted by relevance

/build/make/tools/droiddoc/templates-pdk/assets/
H A Djquery-history.js15 return msie.getDoc().location.hash;
17 setHash: function(hash) {
21 d.location.hash = hash;
26 var hash = msie.iframe ? msie.getHash() : location.hash;
27 if (hash != currentHash) {
28 currentHash = hash;
30 location.hash = currentHash;
39 add: function(hash) {
[all...]
/build/tools/droiddoc/templates-pdk/assets/
H A Djquery-history.js15 return msie.getDoc().location.hash;
17 setHash: function(hash) {
21 d.location.hash = hash;
26 var hash = msie.iframe ? msie.getHash() : location.hash;
27 if (hash != currentHash) {
28 currentHash = hash;
30 location.hash = currentHash;
39 add: function(hash) {
[all...]
/build/kati/
H A Dsymtab.h86 struct hash<Symbol> { struct in namespace:std
H A Dstring_piece.h210 struct hash<StringPiece> { struct in namespace:std
/build/make/tools/signapk/src/com/android/signapk/
H A DSignApk.java128 // bitmasks for which hash algorithms we need the manifest to include.
156 X509Certificate cert, int hash) {
158 switch (hash) {
166 throw new IllegalArgumentException("Unknown hash ID: " + hash);
310 CMSTypedData data, X509Certificate publicKey, PrivateKey privateKey, int hash,
323 getJcaSignatureAlgorithmForOta(publicKey, hash))
640 private final int hash; field in class:SignApk.CMSSigner
652 X509Certificate publicKey, PrivateKey privateKey, int hash,
658 this.hash
155 getJcaSignatureAlgorithmForOta( X509Certificate cert, int hash) argument
309 writeSignatureBlock( CMSTypedData data, X509Certificate publicKey, PrivateKey privateKey, int hash, OutputStream out) argument
651 CMSSigner(JarFile inputJar, File publicKeyFile, X509Certificate publicKey, PrivateKey privateKey, int hash, long timestamp, OutputStream outputStream) argument
709 signWholeFile(JarFile inputJar, File publicKeyFile, X509Certificate publicKey, PrivateKey privateKey, int hash, long timestamp, OutputStream outputStream) argument
[all...]
/build/tools/signapk/src/com/android/signapk/
H A DSignApk.java128 // bitmasks for which hash algorithms we need the manifest to include.
156 X509Certificate cert, int hash) {
158 switch (hash) {
166 throw new IllegalArgumentException("Unknown hash ID: " + hash);
310 CMSTypedData data, X509Certificate publicKey, PrivateKey privateKey, int hash,
323 getJcaSignatureAlgorithmForOta(publicKey, hash))
640 private final int hash; field in class:SignApk.CMSSigner
652 X509Certificate publicKey, PrivateKey privateKey, int hash,
658 this.hash
155 getJcaSignatureAlgorithmForOta( X509Certificate cert, int hash) argument
309 writeSignatureBlock( CMSTypedData data, X509Certificate publicKey, PrivateKey privateKey, int hash, OutputStream out) argument
651 CMSSigner(JarFile inputJar, File publicKeyFile, X509Certificate publicKey, PrivateKey privateKey, int hash, long timestamp, OutputStream outputStream) argument
709 signWholeFile(JarFile inputJar, File publicKeyFile, X509Certificate publicKey, PrivateKey privateKey, int hash, long timestamp, OutputStream outputStream) argument
[all...]
/build/make/tools/droiddoc/templates-ndk/
H A Dsdkpage.cs193 location.hash = "download";
226 if (location.hash == "") {
399 if (location.hash == "#Requirements") {
401 } else if (location.hash == "#ExistingIDE") {
449 location.hash = "top";
477 location.hash = "";
478 location.hash = "top";
504 if (location.hash == "") {
/build/tools/droiddoc/templates-ndk/
H A Dsdkpage.cs193 location.hash = "download";
226 if (location.hash == "") {
399 if (location.hash == "#Requirements") {
401 } else if (location.hash == "#ExistingIDE") {
449 location.hash = "top";
477 location.hash = "";
478 location.hash = "top";
504 if (location.hash == "") {
/build/make/tools/droiddoc/templates-ndk/assets/design/
H A Ddefault.js166 document.location.hash = id;
/build/make/tools/droiddoc/templates-pdk/assets/design/
H A Ddefault.js166 document.location.hash = id;
/build/tools/droiddoc/templates-ndk/assets/design/
H A Ddefault.js166 document.location.hash = id;
/build/tools/droiddoc/templates-pdk/assets/design/
H A Ddefault.js166 document.location.hash = id;
/build/make/tools/droiddoc/templates-ndk/assets/js/
H A Ddocs.js508 document.location.hash = id;
776 // look for URL in sidenav, including the hash
777 var $selNavLink = $('#nav').find('a[href="' + mPagePath + location.hash + '"]');
779 // If the selNavLink is still empty, look for it without the hash
2557 location.hash = 'q=' + query;
2567 location.hash = '';
2655 location.hash = 'q=' + query;
2667 searchControl.execute(decodeURI(getQuery(location.hash)));
2676 if (location.hash.indexOf("q=") == -1) {
2688 /* Adjust the scroll position to account for sticky header, only if the hash matche
[all...]
H A Dandroid_3p-bundle.js985 if (hc > 1) { // multiline hash comments
1657 [PR['PR_KEYWORD'], /^(?:def|if|do|let|quote|var|fn|loop|recur|throw|try|monitor-enter|monitor-exit|defmacro|defn|defn-|macroexpand|macroexpand-1|for|doseq|dosync|dotimes|and|or|when|not|assert|doto|proxy|defstruct|first|rest|cons|defprotocol|deftype|defrecord|reify|defmulti|defmethod|meta|with-meta|ns|in-ns|create-ns|import|intern|refer|alias|namespace|resolve|ref|deref|refset|new|set!|memfn|to-array|into-array|aset|gen-class|reduce|map|filter|find|nil?|empty?|hash-map|hash-set|vec|vector|seq|flatten|reverse|assoc|dissoc|list|list?|disj|get|union|difference|intersection|extend|extend-type|extend-protocol|prn)\b/, null],
2515 locationHash: function(hash) {
2516 if (!hash) hash = '#';
2517 else if (hash.charAt(0) != '#') hash = '#' + hash;
2518 location.hash
[all...]
/build/tools/droiddoc/templates-ndk/assets/js/
H A Ddocs.js508 document.location.hash = id;
776 // look for URL in sidenav, including the hash
777 var $selNavLink = $('#nav').find('a[href="' + mPagePath + location.hash + '"]');
779 // If the selNavLink is still empty, look for it without the hash
2557 location.hash = 'q=' + query;
2567 location.hash = '';
2655 location.hash = 'q=' + query;
2667 searchControl.execute(decodeURI(getQuery(location.hash)));
2676 if (location.hash.indexOf("q=") == -1) {
2688 /* Adjust the scroll position to account for sticky header, only if the hash matche
[all...]
H A Dandroid_3p-bundle.js985 if (hc > 1) { // multiline hash comments
1657 [PR['PR_KEYWORD'], /^(?:def|if|do|let|quote|var|fn|loop|recur|throw|try|monitor-enter|monitor-exit|defmacro|defn|defn-|macroexpand|macroexpand-1|for|doseq|dosync|dotimes|and|or|when|not|assert|doto|proxy|defstruct|first|rest|cons|defprotocol|deftype|defrecord|reify|defmulti|defmethod|meta|with-meta|ns|in-ns|create-ns|import|intern|refer|alias|namespace|resolve|ref|deref|refset|new|set!|memfn|to-array|into-array|aset|gen-class|reduce|map|filter|find|nil?|empty?|hash-map|hash-set|vec|vector|seq|flatten|reverse|assoc|dissoc|list|list?|disj|get|union|difference|intersection|extend|extend-type|extend-protocol|prn)\b/, null],
2515 locationHash: function(hash) {
2516 if (!hash) hash = '#';
2517 else if (hash.charAt(0) != '#') hash = '#' + hash;
2518 location.hash
[all...]

Completed in 255 milliseconds