/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
sysconfig.py | 427 def get_paths(scheme=_get_default_scheme(), vars=None, expand=True): 433 if expand: 438 def get_path(name, scheme=_get_default_scheme(), vars=None, expand=True): 443 return get_paths(scheme, vars, expand)[name]
|
/external/smali/smali/ |
build.gradle | 138 processResources.expand('version': version)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
ClassBrowser.py | 49 sc.frame.pack(expand=1, fill="both") 53 node.expand()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
ClassBrowser.py | 49 sc.frame.pack(expand=1, fill="both") 53 node.expand()
|
/external/llvm/lib/Analysis/ |
ScalarEvolutionExpander.cpp | 364 /// expandAddToGEP - Expand an addition expression with a pointer type into 523 // Expand the operands for a plain byte offset. 609 return expand(SE.getAddExpr(Ops)); 726 // This is the first operand. Just expand it. 727 Sum = expand(Op); 752 Sum = expandAddToGEP(NewOps.begin(), NewOps.end(), PTy, Ty, expand(Op)); 793 // This is the first operand. Just expand it. 794 Prod = expand(Op); 1595 Value *SCEVExpander::expand(const SCEV *S) { function in class:SCEVExpander [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
timelinePanel.css | 155 .timeline-tree-item-expand-arrow { 170 .timeline-tree-item-expand-arrow { 175 .timeline-tree-item-expand-arrow.parent { 179 .timeline-tree-item-expand-arrow.parent.expanded { 264 .timeline-tree-item.selected .timeline-tree-item-expand-arrow {
|
elementsPanel.css | 376 .styles-section.matched-styles .properties li.parent .expand-element { 389 .styles-section.matched-styles .properties li.parent .expand-element { 394 .styles-section.matched-styles .properties li.parent .expand-element { 398 .styles-section.matched-styles .properties li.parent.expanded .expand-element {
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/ |
BreakpointsSidebarPane.js | 143 this.expand(); 321 this.expand(); 474 this.expand(); [all...] |
/external/chromium_org/third_party/openssl/openssl/ssl/ |
s3_enc.c | 258 if (s->expand != NULL) 260 COMP_CTX_free(s->expand); 261 s->expand=NULL; 265 s->expand=COMP_CTX_new(comp); 266 if (s->expand == NULL)
|
/external/openssl/ssl/ |
s3_enc.c | 258 if (s->expand != NULL) 260 COMP_CTX_free(s->expand); 261 s->expand=NULL; 265 s->expand=COMP_CTX_new(comp); 266 if (s->expand == NULL)
|
/frameworks/opt/calendar/src/com/android/calendarcommon2/ |
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...] |
/system/core/libpixelflinger/codeflinger/ |
GGLAssembler.h | 386 void expand(integer_t& d, const integer_t& s, int dbits); 387 void expand(integer_t& d, const component_t& s, int dbits); 388 void expand(component_t& d, const component_t& s, int dbits);
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/ |
PropertyTable.java | 117 // Add support for "expand by default" : If you specify ids to be collapsed by 287 // expand/collapse 291 m_activePropertyInfo.expand(); 374 * We do expand/collapse on to events: click on state sign and on double click. But when we double 422 // check for expand/collapse 821 // expand properties using history 913 m_properties.get(index).expand(); 1434 expand(); method 1441 public void expand() throws Exception { method in class:PropertyTable.PropertyInfo 1572 expand(); method 1578 expand(); method [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
MessageHeaderView.java | [all...] |
/art/runtime/arch/arm/ |
quick_entrypoints_arm.S | 261 str r12, [sp, #-16]! @ expand the frame and pass SP 666 str r12, [sp, #-16]! @ expand the frame and pass SP 686 str r12, [sp, #-16]! @ expand the frame and pass SP 709 str r12, [sp, #-16]! @ expand the frame and pass SP 732 str r12, [sp, #-16]! @ expand the frame and pass SP 778 str r12, [sp, #-16]! @ expand the frame and pass SP [all...] |
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/ |
ShapeOutsideInfo.cpp | 54 newReferenceBoxLogicalSize.expand(m_renderer.marginWidth(), m_renderer.marginHeight()); 56 newReferenceBoxLogicalSize.expand(m_renderer.marginHeight(), m_renderer.marginWidth());
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/ |
StylesSidebarPane.js | 796 this.expand(); [all...] |
/external/checkpolicy/ |
checkmodule.c | 28 #include <sepol/policydb/expand.h> 269 /* Verify that we can successfully expand the base module. */ 281 fprintf(stderr, "%s: expand module failed\n", argv[0]);
|
/external/chromium_org/chrome/browser/resources/bookmark_manager/css/ |
bmm.css | 229 .tree-row .expand-icon { 369 .tree-row .expand-icon {
|
/external/chromium_org/chrome/browser/resources/sync_internals/ |
sync_node_browser.js | 84 // Load children on expand. 86 treeItem.addEventListener('expand',
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
Range.h | 137 // Expand range to a unit (word or sentence or block or document) boundary. 140 void expand(const String&, ExceptionState&);
|
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
bytecode.h | 49 * if <0, expand is called for any change; 50 * if >0, expand is only called when exceeds threshold 132 int (*expand) (yasm_bytecode *bc, int span, long old_val, long new_val, member in struct:yasm_bytecode_callback 265 /** Common bytecode callback expand function, for where the bytecode is
|
/external/chromium_org/tools/grit/grit/node/ |
message.py | 212 '''We always expand variables on Messages.'''
|
/external/eigen/doc/ |
eigen_navtree_hacks.js | 185 // Overloaded to automatically expand the selected node 223 // expand the "Chapters" node
|
/external/lldb/utils/vim-lldb/plugin/ |
lldb.vim | 142 return empty(a:term) ? expand('<cword>') : a:term 148 return empty(a:term) ? substitute(expand('<cWORD>'), '^\A*\(.\{-}\)\A*$', '\1', '') : a:term
|