/external/skia/src/core/ |
SkBitmapProcState_procs.h | 15 // returns expanded * 5bits 34 // turn an expanded 565 * 5bits into SkPMColor
|
/external/skia/src/sfnt/ |
SkPanose.h | 79 ((Expanded, 5)) 269 ((Expanded, 5))
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/m4/ |
ltsugar.m4 | 48 # Note that neither SEPARATOR nor STRING are expanded; they are appended 54 # versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
|
/frameworks/base/packages/SystemUI/res/values/ |
dimens.xml | 138 <!-- Height of the status bar header bar when expanded --> 215 <!-- How far the expanded QS panel peeks from the header in collapsed state. --> 326 <!-- end margin for multi user switch in expanded quick settings --> 343 <!-- The padding bottom of the clock group when QS is expanded. --> 355 <!-- The width of the multi user switch in expanded QS header. --> 367 <!-- The width of user avatar when expanded --> 373 <!-- The font size of the time when expanded in QS --> 384 <!-- Battery level text padding end when in expanded QS and on Keyguard -->
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
NotificationContentView.java | 46 * expanded and heads up layout. This class is responsible for clipping the content and and 47 * switching between the expanded, contracted and the heads up view depending on its clipped size. 187 // the Expanded child is smaller then the collapsed. Let's remeasure it. 221 // We need to update the expanded and the collapsed header to have exactly the same with to 453 // Transition between heads-up & expanded, or pinned. 465 // Size change of the expanded version [all...] |
/packages/apps/Dialer/src/com/android/dialer/calllog/ |
CallLogAdapter.java | 116 // Tracks the position of the currently expanded list item. 118 // Tracks the rowId of the currently expanded list item, so the position can be updated if there 173 // Hide actions, if the clicked item is the expanded item. 216 // If another item is expanded, notify it that it has changed. Its actions will be 235 // Only expand if actions are not already expanded, because triggering the expand 598 // In case ViewHolders were added/removed, update the expanded position if the rowIds 599 // match so that we can restore the correct expanded state on rebind. 664 // Immediately hide the currently expanded card. [all...] |
/packages/apps/Dialer/src/com/android/dialer/widget/ |
SearchEditTextLayout.java | 259 * Updates the visibility of views depending on whether we will show the expanded or collapsed 262 * @param isExpand Whether we are about to show the expanded search box.
|
/toolchain/binutils/binutils-2.25/ |
ltsugar.m4 | 48 # Note that neither SEPARATOR nor STRING are expanded; they are appended 54 # versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
|
/external/apache-xml/src/main/java/org/apache/xpath/patterns/ |
NodeTest.java | 555 // From the draft: "Two expanded names are equal if they 563 // is expanded in the same way as with a QName using the context 565 // of the principal type whose expanded name has the URI to which 628 // From the draft: "Two expanded names are equal if they 636 // is expanded in the same way as with a QName using the context 638 // of the principal type whose expanded name has the URI to which
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/ |
name_expansion.py | 40 """Holds one fully expanded result from iterating over NameExpansionIterator. 61 source_storage_url: StorageUrl that was being expanded. 62 is_multi_source_request: bool indicator whether src_url_str expanded to 65 expanded_storage_url: StorageUrl that was expanded. 148 # (A flat listing means show all objects expanded all the way down.) 486 Each iteration yields tuple (names_container, expanded BucketListingRefs)
|
/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. 673 * Check whether this Toolbar is currently hosting an expanded action view. 675 * <p>An action view may be expanded either directly from the 677 * has an expanded action view it can be collapsed using the {@link #collapseActionView()} 680 * @return true if the Toolbar has an expanded action view 688 * Collapse a currently expanded action view. If this Toolbar does not have an 689 * expanded action view this method has no effect. 691 * <p>An action view may be expanded either directly from the [all...] |
/external/chromium-trace/catapult/tracing/tracing/ui/base/ |
table.html | 183 .button-expanded { 285 * The callback should return true if the row should be expanded, 708 Polymer.dom(expandButton).classList.add('button-expanded'); 908 setExpandedForTableRow: function(userRow, expanded) { 914 userRow, expanded); 918 userRow, expanded) { 925 rowInfo.isExpanded = !!expanded; 938 Polymer.dom(expandButton).classList.add('button-expanded'); 948 Polymer.dom(expandButton).classList.remove('button-expanded'); [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
|