/frameworks/base/core/java/android/view/ |
VolumePanel.java | 358 private void expand() { method in class:VolumePanel 689 expand(); method
|
/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 */), [all...] |
RRuleTest.java | 77 * @param rrule The rule to expand 79 * @param limit Maximum number of entries to expand. if there are more, "..." is appended to 118 long[] out = rp.expand(dtstart, recur, rangeStart.toMillis(false /* use isDst */), [all...] |
/system/core/libpixelflinger/codeflinger/ |
blending.cpp | 126 // expand fb -or- fragment to the larger of the two 128 // for now we expand 'fb' to min(fragment, 8) 130 expand(fb, fb, new_size); 587 // we need to expand a 599 expand(add, a, ms); // extracts and expands 621 // not sure if we should expand the mul instead?
|
texturing.cpp | [all...] |
/external/mksh/src/ |
eval.c | 35 typedef struct Expand { 36 /* int type; */ /* see expand() */ 44 } Expand; 59 static int varsub(Expand *, const char *, const char *, int *, int *); 60 static int comsub(Expand *, const char *); 100 /* compile and expand word */ 118 * expand arg-list 134 expand(*ap++, &w, f); 140 * expand string 149 expand(cp, &w, f) 196 expand(const char *cp, \/* input word *\/ function [all...] |
/external/llvm/utils/TableGen/ |
CodeGenRegisters.cpp | 164 void expand(SetTheory &ST, Record *Def, SetTheory::RecSet &Elts) { function in struct:__anon8703::TupleExpander 277 const SetTheory::RecVec *Elements = RegBank.getSets().expand(R); 530 // Expand tuples and number the new registers. 534 const std::vector<Record*> *TupRegs = Sets.expand(Tups[i]);
|
/packages/apps/Browser/src/com/android/browser/ |
BrowserBookmarksPage.java | 139 boolean expand = true; 141 expand = mState.getBoolean(accountName != null ? accountName 144 mGrid.addAccount(accountName, adapter, expand);
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/ |
Workspace.java | 691 private static void expandAll(JTree tree, boolean expand) { 693 expandAll(tree, new TreePath(root), expand); 696 private static void expandAll(JTree tree, TreePath parent, boolean expand) { 702 expandAll(tree, path, expand); 706 if (expand) { [all...] |
/external/guava/src/com/google/common/collect/ |
CustomConcurrentHashMap.java | 930 expand(); method 972 void expand() { method in class:CustomConcurrentHashMap.Impl.Segment [all...] |
/external/icu4c/test/intltest/ |
wbnf.cpp | 57 inline void expand(int add_size = 100){ // size unit is byte function in class:Buffer_byte 71 expand(r); // simply expand, no block alignment 78 expand(); [all...] |
/external/webkit/Source/WebCore/inspector/front-end/ |
ElementsTreeOutline.js | 608 // (not the Expand All button or the closing tag). 730 this.expand(); [all...] |
BreakpointsSidebarPane.js | 567 breakpointItem.parent.element.expand();
|
ResourcesPanel.js | 904 this.expand(); [all...] |
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
SVals.h | 147 void expand();
|
/external/libvpx/vp8/common/arm/armv6/ |
idct_v6.asm | 35 mov r5, r4 ; expand expand
|
/frameworks/base/services/java/com/android/server/ |
StatusBarManagerService.java | 120 public void expand() { method in class:StatusBarManagerService
|
/external/openssl/ssl/ |
s3_pkt.c | 505 if (s->expand != NULL) 562 i=COMP_expand_block(ssl->expand,rr->comp, [all...] |
ssl_lib.c | [all...] |
ssl.h | 1109 COMP_CTX *expand; \/* uncompress *\/ member in struct:ssl_st 1111 char *expand; member in struct:ssl_st [all...] |
/external/qemu/distrib/sdl-1.2.12/src/hermes/ |
mmxp2_32.asm | 273 ; much more trouble to expand/coil the loop than I did, so theirs
|
/external/icu4c/i18n/ |
ucol_tok.cpp | 2070 const UChar *expand = s.pos; local [all...] |
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
ToStream.java | [all...] |
/external/libvpx/vp8/common/x86/ |
idctllm_sse2.asm | 392 ; Duplicate and expand dc across
|
/external/openssl/include/openssl/ |
ssl.h | 1109 COMP_CTX *expand; \/* uncompress *\/ member in struct:ssl_st 1111 char *expand; member in struct:ssl_st [all...] |