/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/ |
RoundedRect.cpp | 64 void RoundedRect::Radii::expand(int topWidth, int bottomWidth, int leftWidth, int rightWidth) function in class:WebCore::RoundedRect::Radii
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
AuditsPanel.js | 51 this.auditResultsTreeElement.expand();
|
CookiesTable.js | 153 groupNode.expand();
|
RevisionHistoryView.js | 152 uiSourceCodeItem.expand();
|
ScriptsPanel.js | [all...] |
ResourcesPanel.js | 670 manifestTreeElement.expand(); [all...] |
RequestHeadersView.js | 305 section.expand();
|
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
bytecode.c | 296 return bc->callback->expand(bc, span, old_val, new_val, neg_thres,
|
/external/libsepol/src/ |
users.c | 11 #include <sepol/policydb/expand.h> 261 /* Expand roles */ 264 ERR(handle, "unable to expand role set");
|
hierarchy.c | 35 #include <sepol/policydb/expand.h>
|
/external/mksh/src/ |
eval.c | 36 typedef struct Expand { 37 /* int type; */ /* see expand() */ 45 } Expand; 60 static int varsub(Expand *, const char *, const char *, int *, int *); 61 static int comsub(Expand *, const char *, int); 104 /* compile and expand word */ 122 * expand arg-list 139 expand(*ap++, &w, f); 145 * expand string 154 expand(cp, &w, f) 201 expand(const char *cp, \/* input word *\/ function [all...] |
/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/ |
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...] |
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
MessageHeaderView.java | 261 * Expand mode is DEFAULT_MODE by default. [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
ColorDelegator.py | 260 text.pack(expand=1, fill="both")
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
Tkdnd.py | 273 self.canvas.pack(fill="both", expand=1)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
ColorDelegator.py | 260 text.pack(expand=1, fill="both")
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
Tkdnd.py | 273 self.canvas.pack(fill="both", expand=1)
|
/external/chromium_org/third_party/sqlite/src/contrib/ |
sqlitecon.tcl | 77 pack $w.t -side right -fill both -expand 1 659 -side left -padx 5 -pady 5 -expand 1 665 pack $w.t -side left -fill both -expand 1
|
/external/llvm/lib/Target/Mips/ |
MipsSEFrameLowering.cpp | 35 /// Helper class to expand pseudos. 39 bool expand(); 59 bool ExpandPseudo::expand() { function in class:ExpandPseudo 513 // Expand pseudo instructions which load, store or copy accumulators. 515 if (ExpandPseudo(MF).expand()) {
|
/packages/apps/Browser/src/com/android/browser/ |
BrowserBookmarksPage.java | 130 boolean expand = true; 132 expand = mState.getBoolean(accountName != null ? accountName 135 mGrid.addAccount(accountName, adapter, expand);
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/ |
Workspace.java | 693 private static void expandAll(JTree tree, boolean expand) { 695 expandAll(tree, new TreePath(root), expand); 698 private static void expandAll(JTree tree, TreePath parent, boolean expand) { 704 expandAll(tree, path, expand); 708 if (expand) { [all...] |
/external/chromium_org/third_party/icu/source/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/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/valgrind/main/none/tests/amd64/ |
pcmpstr64.c | 70 void expand ( V128* dst, char* summary ) function 96 expand(&argL, summL); 97 expand(&argR, summR); [all...] |
pcmpstr64w.c | 73 void expand ( V128* dst, char* summary ) function 99 expand(&argL, summL); 100 expand(&argR, summR); [all...] |