/external/clang/include/clang/Basic/ |
SourceManager.h | 28 /// was expanded (the return statement), the spelling location is the 189 /// This can be 0 if the MemBuffer was not actually expanded. 232 /// expanded from. The main include file has an invalid IncludeLoc. 293 /// the token was ultimately expanded, and the SpellingLoc - where the actual 345 /// expanded), and SpellingLoc specifies the spelling location (where 361 /// expanded). This doesn't need to be a range because a macro is always 362 /// expanded at a macro parameter reference, and macro parameters are 536 /// where the expanded token came from and the expansion location specifies 537 /// where it was expanded. 649 /// \brief Associates a FileID with its "included/expanded in" decompose [all...] |
/development/samples/training/notify-user/src/com/example/android/pingme/ |
PingService.java | 74 // expanded view of the notification. 93 * in the detail area of the expanded notification.
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
KeyDeclaration.java | 60 * of the name attribute is a QName, which is expanded as 73 * of the name attribute is a QName, which is expanded as
|
/external/bison/m4/ |
unistd_h.m4 | 11 dnl Use AC_REQUIRE here, so that the default behavior below is expanded 55 dnl Use AC_REQUIRE here, so that the default settings are expanded once only.
|
/external/chromium/chrome/browser/resources/shared/css/ |
tree.css | 40 .tree-item[expanded] > .tree-row > .expand-icon { 88 .tree-children[expanded] {
|
/external/chromium/chrome/browser/sidebar/ |
sidebar_container.h | 74 // Notifies hosting window that this sidebar was expanded. 77 // Notifies hosting window that this sidebar was expanded.
|
/external/chromium/chrome/browser/ui/cocoa/ |
status_bubble_mac.h | 147 // True if the status bubble has been expanded. If the bubble is in the 148 // expanded state and encounters a new URL, change size immediately,
|
/external/chromium/chrome/browser/ui/gtk/ |
status_bubble_gtk.h | 103 // currently expanded or in the process of expanding). 104 bool expanded() { function in class:StatusBubbleGtk
|
/external/chromium/chrome/browser/ui/webui/ |
shown_sections_handler.cc | 108 // Default to have expanded APPS and all other sections are minimized. 131 // able to show only one expanded at a time. The only two expandable
|
/external/chromium-trace/trace-viewer/src/tcmalloc/ |
tcmalloc_snapshot_view.js | 122 // Don't allow leaf nodes to be expanded. 131 this.classList.toggle('expanded');
|
/external/chromium_org/chrome/browser/ui/gtk/ |
status_bubble_gtk.h | 104 // currently expanded or in the process of expanding). 105 bool expanded() { function in class:StatusBubbleGtk
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
VisibleSelection.h | 136 Position m_start; // Leftmost position when expanded to respect granularity 137 Position m_end; // Rightmost position when expanded to respect granularity
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
AuditResultView.js | 119 if (result.expanded) { 121 treeElement.listItemElement.classList.add("parent-expanded");
|
ExtensionAuditCategory.js | 113 var addedNode = parent.addChild(contents, node.expanded); 175 section.expanded = true;
|
/external/chromium_org/third_party/skia/include/gpu/ |
GrConfig.h | 96 * GR_STRING makes a string of X where X is expanded before conversion to a string 103 * GR_CONCAT concatenates X and Y where each is expanded before
|
/external/chromium_org/tools/cr/cr/base/ |
host.py | 49 issues. The command is expanded in the context, so that context variables 74 print 'Command expanded the following variables:'
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/ |
envset.cmd | 40 the equal sign will be oprionally expanded. 42 If the parameter is the minus sign, the next parameter will not be expanded.
|
/external/skia/include/gpu/ |
GrConfig.h | 96 * GR_STRING makes a string of X where X is expanded before conversion to a string 103 * GR_CONCAT concatenates X and Y where each is expanded before
|
/external/tcpdump/ |
smb.h | 67 #define SMBsetattrE 0x22 /* set file attributes expanded */ 68 #define SMBgetattrE 0x23 /* get file attributes expanded */
|
/frameworks/base/core/java/android/view/ |
MenuItem.java | 63 * When expanded, the action view temporarily takes over 92 * expanded or collapsed. 101 * is expanded. 102 * @param item Item that was expanded 561 * @return true if the action view was expanded, false otherwise. 578 * Returns true if this menu item's action view has been expanded. 580 * @return true if the item's action view is expanded, false otherwise. 591 * the associated action view is expanded or collapsed. The menu item must
|
/frameworks/base/core/java/com/android/internal/view/menu/ |
ActionMenuView.java | 176 lp.expanded = false; 199 // When we have overflow and a single expanded (text) item, we want to try centering it 229 // Items that get expanded will always be in the set of smallest items when we're done. 251 lp.expanded = true; 289 lp.expanded = true; 298 lp.expanded = true; 323 if (!lp.expanded) continue; 595 public boolean expanded; field in class:ActionMenuView.LayoutParams
|
/frameworks/base/docs/html/training/notify-user/ |
expanded.jd | 44 notification is expanded. This happens when the notification is at the top of 154 * in the detail area of the expanded notification.
|
managing.jd | 6 next.title=Creating Expanded Notifications 7 next.link=expanded.html
|
/frameworks/compile/libbcc/lib/Renderscript/ |
RSExecutable.cpp | 95 // Resolve addresses of expanded RS foreach function. 108 // ALOGW("Expanded RS foreach at entry #%u named %s cannot be found in the "
|
/libcore/luni/src/main/java/org/xml/sax/ext/ |
DeclHandler.java | 84 * references expanded. </p> 109 * will be expanded, but general entities will not.</p>
|