HomeSort by relevance Sort by last modified time
    Searched refs:expand (Results 126 - 150 of 398) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
configSectionNameDialog.py 42 self.frameMain.pack(side=TOP,expand=TRUE,fill=BOTH)
47 self.messageInfo.pack(padx=5,pady=5)#,expand=TRUE,fill=BOTH)
ClassBrowser.py 49 sc.frame.pack(expand=1, fill="both")
53 node.expand()
  /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]
  /art/runtime/arch/arm/
quick_entrypoints_arm.S 223 str r12, [sp, #-16]! @ expand the frame and pass SP
486 str r12, [sp, #-16]! @ expand the frame and pass SP
506 str r12, [sp, #-16]! @ expand the frame and pass SP
529 str r12, [sp, #-16]! @ expand the frame and pass SP
552 str r12, [sp, #-16]! @ expand the frame and pass SP
597 str r12, [sp, #-16]! @ expand the frame and pass SP
732 str r12, [sp, #-16]! @ expand the frame and pass SP
753 str r12, [sp, #-16]! @ expand the frame and pass SP
773 str r12, [sp, #-16]! @ expand the frame and pass SP
    [all...]
  /prebuilts/python/darwin-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 368 /// expandAddToGEP - Expand an addition expression with a pointer type into
523 // Expand the operands for a plain byte offset.
616 return expand(SE.getAddExpr(Ops));
733 // This is the first operand. Just expand it.
734 Sum = expand(Op);
759 Sum = expandAddToGEP(NewOps.begin(), NewOps.end(), PTy, Ty, expand(Op));
800 // This is the first operand. Just expand it.
801 Prod = expand(Op);
1494 Value *SCEVExpander::expand(const SCEV *S) { function in class:SCEVExpander
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
timelinePanel.css 142 .timeline-tree-item-expand-arrow {
157 .timeline-tree-item-expand-arrow {
162 .timeline-tree-item-expand-arrow.parent {
166 .timeline-tree-item-expand-arrow.parent.expanded {
251 .timeline-tree-item.selected .timeline-tree-item-expand-arrow {
BreakpointsSidebarPane.js 134 this.expand();
310 this.expand();
463 this.expand();
678 this.expand();
679 breakpointItem.parent.element.expand();
HeapSnapshotDataGrids.js 554 this.expand();
    [all...]
elementsPanel.css 364 .styles-section.matched-styles .properties li.parent .expand-element {
377 .styles-section.matched-styles .properties li.parent .expand-element {
382 .styles-section.matched-styles .properties li.parent .expand-element {
386 .styles-section.matched-styles .properties li.parent.expanded .expand-element {
StylesSidebarPane.js 783 this.expand();
    [all...]
CSSNamedFlowView.js 47 this._regionsTreeItem.expand();
  /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 380 void expand(integer_t& d, const integer_t& s, int dbits);
381 void expand(integer_t& d, const component_t& s, int dbits);
382 void expand(component_t& d, const component_t& s, int dbits);
  /external/chromium_org/third_party/WebKit/Source/wtf/
HashTable.h 341 void expand();
644 expand();
714 // FIXME: This makes an extra copy on expand. Probably not that bad since
715 // expand is rare, but would be better to have a version of expand that can
718 expand();
732 expand();
751 // FIXME: This makes an extra copy on expand. Probably not that bad since
752 // expand is rare, but would be better to have a version of expand that ca
887 void HashTable<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>::expand() function in class:WTF::HashTable
    [all...]
  /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...]
  /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 235 .tree-row .expand-icon {
378 .tree-row .expand-icon {
  /external/chromium_org/chrome/browser/resources/enhanced_bookmark_manager/css/
bmm.css 235 .tree-row .expand-icon {
378 .tree-row .expand-icon {
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Range.h 140 // Expand range to a unit (word or sentence or block or document) boundary.
143 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/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 27 /// Return true if the given expression is safe to expand in the sense that
108 /// trying to expand the same expression into multiple BasicBlocks or
210 /// expandAddToGEP - Expand a SCEVAddExpr with a pointer type into a GEP
216 Value *expand(const SCEV *S);

Completed in 1594 milliseconds

1 2 3 4 56 7 8 91011>>