/build/tools/droiddoc/templates-pdk/assets/ |
D | android-developer-docs.js | 103 function readCookie(cookie) { argument 104 var myCookie = cookie_namespace+"_"+cookie+"="; 105 if (document.cookie) { 106 var index = document.cookie.indexOf(myCookie); 109 var valEnd = document.cookie.indexOf(";", valStart); 111 valEnd = document.cookie.length; 113 var val = document.cookie.substring(valStart, valEnd); 120 function writeCookie(cookie, val, section, expiration) { argument 128 …document.cookie = cookie_namespace + section + cookie + "=" + val + "; expires=" + expiration+"; p…
|
/build/core/tasks/check_boot_jars/ |
D | package_whitelist.txt | 135 org\.apache\.http\.cookie 136 org\.apache\.http\.cookie\.params 144 org\.apache\.http\.impl\.cookie
|
/build/tools/droiddoc/templates-ds/assets/js/ |
D | docs.js | 789 function readCookie(cookie) { argument 790 var myCookie = cookie_namespace+"_"+cookie+"="; 791 if (document.cookie) { 792 var index = document.cookie.indexOf(myCookie); 795 var valEnd = document.cookie.indexOf(";", valStart); 797 valEnd = document.cookie.length; 799 var val = document.cookie.substring(valStart, valEnd); 806 function writeCookie(cookie, val, section, expiration) { argument 814 var cookieValue = cookie_namespace + section + cookie + "=" + val 816 document.cookie = cookieValue;
|
D | global-libraries-combined.js | 11 …cookie:null,collapsible:!1,disable:null,disabled:[],enable:null,event:"click",fx:null,idPrefix:"ui… property
|
/build/tools/droiddoc/templates-sac/assets/js/ |
D | docs.js | 854 function readCookie(cookie) { argument 855 var myCookie = cookie_namespace+"_"+cookie+"="; 856 if (document.cookie) { 857 var index = document.cookie.indexOf(myCookie); 860 var valEnd = document.cookie.indexOf(";", valStart); 862 valEnd = document.cookie.length; 864 var val = document.cookie.substring(valStart, valEnd); 871 function writeCookie(cookie, val, section, expiration) { argument 879 var cookieValue = cookie_namespace + section + cookie + "=" + val 881 document.cookie = cookieValue;
|
D | android_3p-bundle.js | 2702 …cookie:null,collapsible:!1,disable:null,disabled:[],enable:null,event:"click",fx:null,idPrefix:"ui… property
|
/build/tools/droiddoc/templates-sdk-dyn/assets/js/ |
D | docs.js | 854 function readCookie(cookie) { argument 855 var myCookie = cookie_namespace+"_"+cookie+"="; 856 if (document.cookie) { 857 var index = document.cookie.indexOf(myCookie); 860 var valEnd = document.cookie.indexOf(";", valStart); 862 valEnd = document.cookie.length; 864 var val = document.cookie.substring(valStart, valEnd); 871 function writeCookie(cookie, val, section, expiration) { argument 879 var cookieValue = cookie_namespace + section + cookie + "=" + val 881 document.cookie = cookieValue;
|
D | android_3p-bundle.js | 2702 …cookie:null,collapsible:!1,disable:null,disabled:[],enable:null,event:"click",fx:null,idPrefix:"ui… property
|
/build/tools/droiddoc/templates-sdk/assets/js/ |
D | docs.js | 1036 function readCookie(cookie) { argument 1037 var myCookie = cookie_namespace+"_"+cookie+"="; 1038 if (document.cookie) { 1039 var index = document.cookie.indexOf(myCookie); 1042 var valEnd = document.cookie.indexOf(";", valStart); 1044 valEnd = document.cookie.length; 1046 var val = document.cookie.substring(valStart, valEnd); 1053 function writeCookie(cookie, val, section) { argument 1057 var cookieValue = cookie_namespace + section + cookie + "=" + val 1059 document.cookie = cookieValue;
|
D | android_3p-bundle.js | 2702 …cookie:null,collapsible:!1,disable:null,disabled:[],enable:null,event:"click",fx:null,idPrefix:"ui… property
|