HomeSort by relevance Sort by last modified time
    Searched refs:expand (Results 51 - 75 of 137) sorted by null

1 23 4 5 6

  /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 97 /// trying to expand the same expression into multiple BasicBlocks or
184 /// expandAddToGEP - Expand a SCEVAddExpr with a pointer type into a GEP
190 Value *expand(const SCEV *S);
  /external/llvm/utils/TableGen/
TableGen.cpp 174 const std::vector<Record*> *Elts = Sets.expand(Recs[i]);
175 assert(Elts && "Couldn't expand Set instance");
  /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...]
  /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/make-3.81/
build_w32.bat 47 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c expand.c
48 echo WinDebug\expand.obj >>link.dbg
91 rem link.exe kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib w32\subproc\windebug\subproc.lib /NOLOGO /SUBSYSTEM:console /INCREMENTAL:yes /PDB:.\WinDebug/%make%.pdb /DEBUG /MACHINE:I386 /OUT:.\WinDebug/%make%.exe .\WinDebug/variable.obj .\WinDebug/rule.obj .\WinDebug/remote-stub.obj .\WinDebug/commands.obj .\WinDebug/file.obj .\WinDebug/getloadavg.obj .\WinDebug/default.obj .\WinDebug/signame.obj .\WinDebug/expand.obj .\WinDebug/dir.obj .\WinDebug/main.obj .\WinDebug/getopt1.obj .\WinDebug/job.obj .\WinDebug/read.obj .\WinDebug/version.obj .\WinDebug/getopt.obj .\WinDebug/arscan.obj .\WinDebug/remake.obj .\WinDebug/hash.obj .\WinDebug/strcache.obj .\WinDebug/misc.obj .\WinDebug/ar.obj .\WinDebug/function.obj .\WinDebug/vpath.obj .\WinDebug/implicit.obj .\WinDebug/dirent.obj .\WinDebug/glob.obj .\WinDebug/fnmatch.obj .\WinDebug/pathstuff.obj
114 cl.exe /nologo /MT /W4 /GX /YX /O2 /I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/%make%.pch /Fo.\WinRel/ /c expand.c
115 echo WinRel\expand.obj >>link.rel
158 rem link.exe kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib w32\subproc\winrel\subproc.lib /NOLOGO /SUBSYSTEM:console /INCREMENTAL:no /PDB:.\WinRel/%make%.pdb /MACHINE:I386 /OUT:.\WinRel/%make%.exe .\WinRel/variable.obj .\WinRel/rule.obj .\WinRel/remote-stub.obj .\WinRel/commands.obj .\WinRel/file.obj .\WinRel/getloadavg.obj .\WinRel/default.obj .\WinRel/signame.obj .\WinRel/expand.obj .\WinRel/dir.obj .\WinRel/main.obj .\WinRel/getopt1.obj .\WinRel/job.obj .\WinRel/read.obj .\WinRel/version.obj .\WinRel/getopt.obj .\WinRel/arscan.obj .\WinRel/remake.obj .\WinRel/misc.obj .\WinRel/hash.obj .\WinRel/strcache.obj .\WinRel/ar.obj .\WinRel/function.obj .\WinRel/vpath.obj .\WinRel/implicit.obj .\WinRel/dirent.obj .\WinRel/glob.obj .\WinRel/fnmatch.obj .\WinRel/pathstuff.obj
175 gcc -mthreads -Wall -gstabs+ -ggdb3 -O2 -I. -I./glob -I./w32/include -DWINDOWS32 -DHAVE_CONFIG_H -c expand.c
195 gcc -mthreads -gstabs+ -ggdb3 -o gnumake.exe variable.o rule.o remote-stub.o commands.o file.o getloadavg.o default.o signame.o expand.o dir.o main.o getopt1.o job.o read.o version.o getopt.o arscan.o remake.o misc.o hash.o strcache.o ar.o function.o vpath.o implicit.o glob.o fnmatch.o pathstuff.o w32_misc.o sub_proc.o w32err.o -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -luuid -lodbc32 -lodbccp32
  /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

Completed in 654 milliseconds

1 23 4 5 6