/external/chromium_org/third_party/WebKit/Source/devtools/front_end/audits/ |
AuditsPanel.js | 50 this.auditResultsTreeElement.expand();
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/ |
CookiesTable.js | 152 groupNode.expand();
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/ |
RevisionHistoryView.js | 166 uiSourceCodeItem.expand();
|
/external/chromium_org/third_party/WebKit/Source/platform/geometry/ |
RoundedRect.cpp | 62 void RoundedRect::Radii::expand(int topWidth, int bottomWidth, int leftWidth, int rightWidth) function in class:blink::RoundedRect::Radii
|
/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/fonttools/Lib/fontTools/ |
inspect.py | 82 value.expand(self._font['glyf'])
|
/external/libsepol/src/ |
users.c | 11 #include <sepol/policydb/expand.h> 261 /* Expand roles */ 264 ERR(handle, "unable to expand role set");
|
/external/mksh/src/ |
eval.c | 37 /* not including an "int type;" member, see expand() */ 51 } Expand; 67 static int varsub(Expand *, const char *, const char *, int *, int *); 68 static int comsub(Expand *, const char *, int); 111 /* compile and expand word */ 129 * expand arg-list 146 expand(*ap++, &w, f); 152 * expand string 161 expand(cp, &w, f); 169 * expand string - return only one componen 208 expand( function [all...] |
/external/sepolicy/tools/sepolicy-analyze/ |
typecmp.c | 2 #include <sepol/policydb/expand.h>
|
/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...] |
/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 | 51 /// Helper class to expand pseudos. 55 bool expand(); 76 bool ExpandPseudo::expand() { function in class:ExpandPseudo 526 // Expand pseudo instructions which load, store or copy accumulators. 528 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);
|
/external/pdfium/core/src/fxcodec/jbig2/ |
JBig2_Context.cpp | [all...] |
/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...] |
/build/tools/droiddoc/templates-sdk/assets/js/ |
docs.js | 105 expand(); 109 var expand = function() { 427 // Set up expand/collapse behavior 721 // now expand me 729 // Stop expand/collapse behavior when clicking on nav section links 780 // Traverse up the tree and expand all parent nav-sections [all...] |
/build/tools/droiddoc/templates-sdk-dyn/assets/js/ |
docs.js | 90 expand(); 94 var expand = function() { 386 // Set up expand/collapse behavior 539 // now expand me 547 // Stop expand/collapse behavior when clicking on nav section links 598 // Traverse up the tree and expand all parent nav-sections [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/fonttools/Lib/fontTools/ttLib/tables/ |
_g_l_y_f.py | 59 glyph.expand(self) 156 glyph.expand(self) 222 def expand(self, glyfTable): member in class:Glyph
|
/external/valgrind/main/none/tests/amd64/ |
pcmpstr64w.c | 73 void expand ( V128* dst, char* summary ) function 99 expand(&argL, summL); 100 expand(&argR, summR); [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/network/ |
RequestHeadersView.js | 308 section.expand();
|