/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");
|
hierarchy.c | 35 #include <sepol/policydb/expand.h>
|
/external/mksh/src/ |
eval.c | 37 /* not including an "int type;" member, see expand() */ 51 } Expand; 66 static int varsub(Expand *, const char *, const char *, int *, int *); 67 static int comsub(Expand *, const char *, int); 110 /* compile and expand word */ 128 * expand arg-list 145 expand(*ap++, &w, f); 151 * expand string 160 expand(cp, &w, f); 168 * expand string - return only one componen 207 expand( 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...] |
/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 | 94 expand(); 98 var expand = function() { 414 // Set up expand/collapse behavior 571 // now expand me 579 // Stop expand/collapse behavior when clicking on nav section links 630 // 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/ui/file_manager/file_manager/foreground/js/ |
directory_tree.js | 175 ' <span class="expand-icon"></span>' + 192 this.addEventListener('expand', this.onExpand_.bind(this), false); 262 if (!e.target.classList.contains('expand-icon'))
|
/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 | 307 section.expand();
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/ |
CanvasReplayStateView.js | 463 node.expand();
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/resources/ |
ResourcesPanel.js | 684 manifestTreeElement.expand(); [all...] |
/external/chromium_org/v8/tools/ |
grokdump.py | [all...] |