/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
p5.cpp | 7 // expansion is expanded by that pack expansion. An appearance of the 8 // name of a parameter pack is only expanded by the innermost 10 // name one or more parameter packs that are not expanded by a nested 19 // All of the parameter packs expanded by a pack expansion shall have 37 // An appearance of a name of a parameter pack that is not expanded is 409 f(const_cast<const Args*>(&args)...); // OK: "Args" and "args" are expanded within f
|
/external/llvm/unittests/Analysis/ |
LazyCallGraphTest.cpp | 359 // Force the graph to be fully expanded. 400 // Force the graph to be fully expanded. 449 // Force the graph to be fully expanded. 597 // Force the graph to be fully expanded. 636 // Force the graph to be fully expanded. 689 // Force the graph to be fully expanded.
|
/frameworks/base/docs/html/design/patterns/ |
notifications_k.jd | 46 <h4>Expanded layouts</h4> 51 order to toggle between base and expanded layouts. For single event 52 notifications, Android provides two expanded layout templates (text and image) 94 notification expandable, even if the notification doesn't have an expanded 95 layout. Since actions are only shown for expanded notifications and are 188 a stack by using the expanded digest layout. This allows users to gain a better
|
/ndk/sources/host-tools/make-3.81/doc/ |
make.texi | 266 * Value Function:: Return the un-expanded value of a variable. [all...] |
make.info-1 | 240 * Value Function:: Return the un-expanded value of a variable. [all...] |
/packages/services/Telephony/assets/ |
eri.xml | 534 EriText="Expanded Services" 541 EriText="Expanded Network" 604 EriText="Expanded Services" 611 EriText="Expanded Network" 674 EriText="Expanded Services" 681 EriText="Expanded Network" [all...] |
/frameworks/base/core/java/android/widget/ |
Toolbar.java | 181 // Used to hold views that will be removed while we have an expanded action view. 672 * Check whether this Toolbar is currently hosting an expanded action view. 674 * <p>An action view may be expanded either directly from the 676 * has an expanded action view it can be collapsed using the {@link #collapseActionView()} 679 * @return true if the Toolbar has an expanded action view 687 * Collapse a currently expanded action view. If this Toolbar does not have an 688 * expanded action view this method has no effect. 690 * <p>An action view may be expanded either directly from the [all...] |
/frameworks/base/docs/html/guide/topics/ui/notifiers/ |
notifications.jd | 16 <li><a href="#ApplyStyle">Applying an expanded layout to a notification</a></li> 231 <h3 id="ApplyStyle">Applying an expanded layout to a notification</h3> 233 To have a notification appear in an expanded view, first create a 236 Builder.setStyle()} with an expanded layout object as its argument. 239 Remember that expanded notifications are not available on platforms prior to Android 4.1. To 245 in the previous snippet to use the expanded layout: 255 // Sets a title for the Inbox in expanded layout 258 // Moves events into the expanded layout 263 // Moves the expanded layout object into the notification object. 275 For example, action buttons, which depend on expanded notifications, only appear on Androi [all...] |
/external/bison/data/m4sugar/ |
m4sugar.m4 | 475 # Similar to m4_if, except that each TEST is expanded when encountered. 956 # any macro expanded during this time that relies on nested [] quoting [all...] |
/ndk/sources/host-tools/make-3.81/ |
NEWS | 35 prerequisites are expanded again, this time with all the automatic 115 is expanded. The first true (non-empty) argument is returned; no 116 further arguments are expanded. Expands to empty if there are no 119 argument is expanded. The first false (empty) argument is 120 returned; no further arguments are expanded. Expands to the last 171 * The argument to the "ifdef" conditional is now expanded before it's 175 definition context) and "unexport" are also now expanded. 179 the value of the variable, without having been expanded. 195 expanded it returns a complete list of variable names defined by all 203 etc. as recursive variables, even though they are fully expanded [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
LegalizeTypes.h | 102 /// ExpandedIntegers - For integer nodes that need to be expanded this map 103 /// indicates which operands are the expanded version of the input. 115 /// ExpandedFloats - For float nodes that need to be expanded this map 116 /// indicates which operands are the expanded version of the input. 124 /// which operands are the expanded version of the input. 325 /// GetExpandedInteger - Given a processed operand Op which was expanded into 328 /// For example, if Op is an i64 which was expanded into two i32's, then this 490 /// GetExpandedFloat - Given a processed operand Op which was expanded into 493 /// exactly equal Hi. For example, if Op is a ppcf128 which was expanded [all...] |
/frameworks/base/services/core/java/com/android/server/notification/ |
NotificationUsageStats.java | [all...] |
/toolchain/binutils/binutils-2.25/gas/config/ |
tc-i860.c | 73 /* Indicates error if a pseudo operation was expanded after a branch. */ 76 /* If true, then warn if any pseudo operations were expanded. */ 397 /* Warn if an opcode is expanded after a delayed branch. */ 399 as_warn (_("Expanded opcode after delayed branch: `%s'"), str); 401 /* Warn if an opcode is expanded in dual mode. */ 403 as_warn (_("Expanded opcode in dual mode: `%s'"), str); 407 as_warn (_("An instruction was expanded (%s)"), str); 421 /* Check for expanded opcode after branch or in dual mode. */ 1137 -mwarn-expand warn if pseudo operations are expanded\n\ [all...] |
/build/tools/droiddoc/templates-pdk/assets/design/ |
default.css | 236 /* expanded section header divs */ 269 #nav li.expanded .nav-section-header { 271 #nav li.expanded .nav-section-header:after { 286 #nav > li.expanded > ul { 288 #nav > li.expanded > ul li {
|
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
OutputFinisher.java | 329 * expanded instructions)</li> 456 * The instruction will need to be expanded, so reserve 474 * to indicate that the instruction will need to be expanded. This 556 * expanded to deal with high registers. 566 * problems) is expanded into a series of instances that together
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
StatusBarHeaderView.java | 59 * The view to manage the header area in the expanded status bar. 307 public void setExpanded(boolean expanded) { 309 expanded = false; 311 boolean changed = expanded != mExpanded; 312 mExpanded = expanded; [all...] |
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/ |
ScrollController.java | 127 * starts from center of first child, ends at center of last child; expanded views are 179 * 3. size of expanded view of "transition from"<p> 180 * 4. size of expanded view of "transition to"<p> 541 // right edge of last children (plus expanded size) to view port's right 578 // right edge of last children (plus expanded size) to view port's right [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
LintList.java | 370 // (otherwise preserving expanded paths etc won't work) 543 List<IMarker> expanded = new ArrayList<IMarker>(mExpandedIds.size()); local 549 expanded.add(marker); 553 if (!expanded.isEmpty()) { 554 mTreeViewer.setExpandedElements(expanded.toArray()); [all...] |
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
DTMDefaultBase.java | 60 /** The expanded names, one array element for each node. */ 314 * @param expandedTypeID The expanded type ID of the node. 471 * Get the expanded type ID for the given node identity. 475 * @return The expanded type ID, or DTM.NULL. 667 ps.println("Expanded Type ID: " [all...] |
/dalvik/dx/src/com/android/dx/dex/code/ |
DalvInsn.java | 254 * Gets the instruction prefix required, if any, to use in an expanded 279 * Gets the instruction suffix required, if any, to use in an expanded 303 * surrounding the result of a call to this method are the expanded
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ |
DTMIterator.java | 151 * expanded and does not expose the entity reference node itself, use 159 * <p>NOTE: In Xalan's use of DTM we will generally have fully expanded 163 * @return true if entity references will be expanded. */
|
/external/clang/include/clang/Lex/ |
PreprocessingRecord.h | 175 /// \brief The name of the macro being expanded. 182 /// \brief The definition of the macro being expanded. May return null if 289 /// expanded, etc.
|
/external/clang/lib/Lex/ |
PPMacroExpansion.cpp | 270 /// table and mark it as a builtin macro to be expanded. 347 // If the token isn't an identifier, it's always literally expanded. 356 // expanded so it's not a trivial expansion. 418 /// expanded as a macro, handle it and return the next token as 'Identifier'. 468 // Remember where the token is expanded. 524 // Otherwise, if this macro expands into a single trivially-expanded 532 // identifier to the expanded token. 563 // Since this is not an identifier token, it can't be macro expanded, so [all...] |
/external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
DalvInsn.java | 253 * Gets the instruction prefix required, if any, to use in an expanded 278 * Gets the instruction suffix required, if any, to use in an expanded 302 * surrounding the result of a call to this method are the expanded
|
/external/llvm/lib/Target/AArch64/ |
AArch64ISelLowering.h | 266 /// should be stack expanded. 328 /// instructions. fmuladd intrinsics will be expanded to FMAs when this method 329 /// returns true, otherwise fmuladd is expanded to fmul + fadd.
|