/frameworks/base/docs/html/guide/ |
guide_toc.cs | 1 <?cs # Table of contents for Dev Guide. 21 <li><a href="<?cs var:toroot ?>guide/basics/what-is-android.html"> 50 <li><a href="<?cs var:toroot ?>guide/topics/fundamentals.html"> 64 <div><a href="<?cs var:toroot ?>guide/topics/ui/index.html"> 68 <li><a href="<?cs var:toroot ?>guide/topics/ui/declaring-layout.html"> 71 <li><a href="<?cs var:toroot ?>guide/topics/ui/menus.html"> 74 <li><a href="<?cs var:toroot ?>guide/topics/ui/dialogs.html"> 77 <li><a href="<?cs var:toroot ?>guide/topics/ui/ui-events.html"> 81 <div><a href="<?cs var:toroot ?>guide/topics/ui/notifiers/index.html"> 85 <li><a href="<?cs var:toroot ?>guide/topics/ui/notifiers/toasts.html" [all...] |
/external/webkit/WebCore/html/ |
HTMLViewSourceDocument.cpp | 123 Vector<UChar>* guide = token->m_sourceInfo.get(); local 124 if (!guide || !guide->size()) 129 // Walk our guide string that tells us where attribute names/values should go. 130 if (guide && guide->size()) { 131 unsigned size = guide->size(); 136 if (guide->at(i) == 'a' || guide->at(i) == 'x' || guide->at(i) == 'v') [all...] |
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/ |
TutorialEN.java | 95 int backgroundResource, int bx, int by, int description, int guide) { 98 init(context, inputView, backgroundResource, bx, by, text, guide, false); 102 CharSequence description, int guide, boolean leftAlign) { 103 init(context, inputView, backgroundResource, bx, by, description, guide, leftAlign); 107 int bx, int by, CharSequence description, int guide, boolean leftAlign) { 116 .append(context.getResources().getText(guide));
|
/build/tools/droiddoc/templates/ |
sample.cs | 12 <div id="jd-header" class="guide-header">
|
docpage.cs | 10 <div id="jd-header" class="guide-header">
|
macros.cs | 138 Since: <a href="<?cs var:toroot ?>guide/appendix/api-levels.html#level<?cs var:obj.since ?>">API Level <?cs var:obj.since ?></a>
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/ |
TutorialJAJP.java | 97 int backgroundResource, int bx, int by, int description, int guide) { 100 init(context, inputView, backgroundResource, bx, by, text, guide, false); 104 CharSequence description, int guide, boolean leftAlign) { 105 init(context, inputView, backgroundResource, bx, by, description, guide, leftAlign); 109 int bx, int by, CharSequence description, int guide, boolean leftAlign) { 118 .append(context.getResources().getText(guide));
|
/dalvik/vm/compiler/codegen/arm/Thumb2/ |
Gen.c | 117 * is executed if the condition is met. The string "guide" consists 124 char *guide) 134 switch(strlen(guide)) { 136 mask1 = (guide[2] == 'T') ? condBit : altBit; 138 mask2 = (guide[1] == 'T') ? condBit : altBit; 140 mask3 = (guide[0] == 'T') ? condBit : altBit; 149 (1 << (3 - strlen(guide)));
|
/build/tools/droiddoc/templates/assets/ |
android-developer-docs.js | 142 } else if (location.href.indexOf("/guide/") != -1) { 165 if (devdocNav.length) { // only dev guide and sdk 173 if (fullPageName.indexOf("/guide/") != -1) { 174 firstSlashPos = fullPageName.indexOf("/guide/"); 186 if ((link.length == 0) && ((fullPageName.indexOf("/guide/") != -1) || (fullPageName.indexOf("/resources/") != -1))) { 187 // if there's no match, then let's backstep through the directory until we find an index.html page that matches our ancestor directories (only for dev guide) 252 // If in the dev guide docs, also resize the "devdoc-nav" div 253 } else if (href.indexOf("/guide/") != -1) { 344 } else if (path.indexOf("/guide/") != -1) { 345 writeCookie("lastpage", path, "guide", null) [all...] |
android-developer-core.css | 279 .guide #guide-link a, 293 .guide #guide-link a:hover,
|
android-developer-reference.js | 74 + "<p><a href='" +toRoot+ "guide/appendix/api-levels.html'>What is the API Level?</a></p></div>");
|
android-developer-docs.css | 275 #jd-header.guide-header {
|
/build/tools/droiddoc/templates-pdk/assets/ |
android-developer-docs.js | 122 } else if (location.href.indexOf("/guide/") != -1) { 143 if (devdocNav.length) { // only dev guide and sdk 158 if ((link.length == 0) && (fullPageName.indexOf("/guide/") != -1)) { 159 // if there's no match, then let's backstep through the directory until we find an index.html page that matches our ancestor directories (only for dev guide) 263 } else if (path.indexOf("/guide/") != -1) { 264 writeCookie("lastpage", path, "guide", null);
|
/build/tools/droiddoc/templates-sdk/ |
customization.cs | 131 include:"../../../../frameworks/base/docs/html/guide/guide_toc.cs" ?> 212 if:guide ?><?cs
|
sdkpage.cs | 34 <div id="jd-header" class="guide-header" >
|
/external/iproute2/doc/ |
ip-cref.tex | 25 from the \verb|iproute2| package. It is not a tutorial or user's guide. [all...] |
/external/v8/test/mjsunit/ |
unicode-test.js | [all...] |