/frameworks/base/tests/StatusBar/src/com/android/statusbartest/ |
StatusBarTest.java | 202 new Test("Disable Expand in 3 sec.") { 220 new Test("Disable Expand + Notifications in 3 sec.") { 301 new Test("Expand") { 303 mStatusBarManager.expand(); 306 new Test("Expand in 3 sec.") { 310 mStatusBarManager.expand();
|
/external/llvm/include/llvm/Analysis/ |
ScalarEvolutionExpander.h | 79 /// trying to expand the same expression into multiple BasicBlocks or 157 /// expandAddToGEP - Expand a SCEVAddExpr with a pointer type into a GEP 163 Value *expand(const SCEV *S);
|
/external/webkit/Source/WebCore/inspector/front-end/ |
ScopeChainSidebarPane.js | 121 this.expand();
|
AuditsPanel.js | 39 this.auditsTreeElement.expand(); 46 this.auditResultsTreeElement.expand();
|
DataGrid.js | 767 this.selectedNode.expand(); 795 expand: function() 921 gridNode.expand(); [all...] |
StylesSidebarPane.js | [all...] |
CookiesTable.js | 110 groupNode.expand();
|
ObjectPropertiesSection.js | 271 this.expand();
|
/external/webkit/Source/WebCore/platform/graphics/ |
IntSize.h | 78 void expand(int width, int height) function in class:WebCore::IntSize
|
RoundedIntRect.cpp | 63 void RoundedIntRect::Radii::expand(int topWidth, int bottomWidth, int leftWidth, int rightWidth) function in class:WebCore::RoundedIntRect::Radii
|
/external/webkit/Source/WebCore/rendering/ |
RenderSlider.cpp | 144 baseSize.expand(thumb->style()->width().calcMinValue(0), thumb->style()->height().calcMinValue(0));
|
/external/openssl/ssl/ |
t1_enc.c | 374 if (s->expand != NULL) 376 COMP_CTX_free(s->expand); 377 s->expand=NULL; 381 s->expand=COMP_CTX_new(comp->method); 382 if (s->expand == NULL) 760 && !s->expand)
|
s3_enc.c | 257 if (s->expand != NULL) 259 COMP_CTX_free(s->expand); 260 s->expand=NULL; 264 s->expand=COMP_CTX_new(comp); 265 if (s->expand == NULL)
|
/build/tools/droiddoc/templates-pdk/assets/ |
android-developer-docs.js | 354 function toggleAllInherited(linkObj, expand) { 358 if ( (expand == null && a.text() == "[Expand]") || expand ) { 363 } else if ( (expand == null && a.text() == "[Collapse]") || (expand == false) ) { 367 a.text("[Expand]"); 376 if (a.text() == "[Expand All]") { 385 a.text("[Expand All]");
|
/frameworks/opt/calendar/src/com/android/calendarcommon/ |
RecurrenceProcessor.java | 126 // Expand the complete recurrence if there were any counts specified, 131 long[] dates = expand(dtstart, recur, 628 * @param rangeStartMillis the beginning of the range to expand, in UTC 630 * @param rangeEndMillis the non-inclusive end of the range to expand, in 636 public long[] expand(Time dtstart, method in class:RecurrenceProcessor 663 expand(dtstart, rrule, rangeStartDateValue, method 678 expand(dtstart, exrule, rangeStartDateValue, method 733 public void expand(Time dtstart, method in class:RecurrenceProcessor [all...] |
/frameworks/base/core/java/android/view/ |
VolumePanel.java | 366 private void expand() { method in class:VolumePanel 699 expand(); method 710 // Expand the dialog if it hasn't been expanded yet. 711 if (mShowCombinedVolumes && !isExpanded()) expand(); method
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/ |
DevicePanel.java | 532 // just in case, we remove it from the list of devices to expand. 548 boolean expand = false; 553 expand = true; 557 final boolean finalExpand = expand; 620 // will auto expand, but the children of device may not already exist 621 // at this time. Forcing an expand will make the TreeViewer create them.
|
/system/core/libpixelflinger/codeflinger/ |
GGLAssembler.h | 376 void expand(integer_t& d, const integer_t& s, int dbits); 377 void expand(integer_t& d, const component_t& s, int dbits); 378 void expand(component_t& d, const component_t& s, int dbits);
|
/external/webkit/Source/WebCore/dom/ |
Range.h | 125 // Expand range to a unit (word or sentence or block or document) boundary. 128 void expand(const String&, ExceptionCode&);
|
/frameworks/base/tools/localize/ |
localize_test.cpp | 7 int pseudolocalize_xliff(XLIFFFile* xliff, bool expand);
|
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
help2man | 27 use Text::Tabs qw(expand); 193 join '', map { s/ +$//; expand $_ } `$ARGV[0] $_ 2>/dev/null`
|
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/ |
jsilver.sablecc | 542 | {expand} variable bracket_open expression bracket_close 543 {->New variable.expand( 708 | {expand} [parent]:variable [child]:expression // foo["bar"]
|
/external/webkit/Source/JavaScriptCore/wtf/ |
HashTable.h | 381 void expand(); 637 expand(); 698 // FIXME: This makes an extra copy on expand. Probably not that bad since 699 // expand is rare, but would be better to have a version of expand that can 702 expand(); 722 expand(); 743 // FIXME: This makes an extra copy on expand. Probably not that bad since 744 // expand is rare, but would be better to have a version of expand that ca 900 void HashTable<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>::expand() function in class:WTF::HashTable [all...] |
/external/libvpx/vp8/encoder/x86/ |
temporal_filter_apply_sse2.asm | 153 ; expand to double words
|
/frameworks/opt/calendar/tests/src/com/android/calendarcommon/ |
RecurrenceProcessorTest.java | 74 // note that the zulu of all parameters here must be the same, expand 109 long[] out = rp.expand(dtstart, recur, rangeStart.toMillis(false /* use isDst */), 551 * This test fails because of a bug in RecurrenceProcessor.expand(). We [all...] |