HomeSort by relevance Sort by last modified time
    Searched refs:expand (Results 51 - 75 of 232) sorted by null

1 23 4 5 6 7 8 910

  /external/libsepol/tests/
test-downgrade.c 29 #include <sepol/policydb/expand.h>
test-expander.c 42 #include <sepol/policydb/expand.h>
121 fprintf(stderr, "expand modules failed\n");
  /external/llvm/utils/TableGen/
TableGen.cpp 156 const std::vector<Record*> *Elts = Sets.expand(Recs[i]);
157 assert(Elts && "Couldn't expand Set instance");
  /external/mksh/src/
emacsfn.h 37 FN(expand, "expand-file", 0)
  /external/webkit/Source/WebCore/inspector/front-end/
treeoutline.js 389 this.selectedTreeElement.expand();
411 TreeOutline.prototype.expand = function()
558 this.expand();
625 this.expand();
666 element.treeElement.expand();
680 element.treeElement.expand();
708 TreeElement.prototype.expand = function()
764 item.expand();
789 currentAncestor.expand();
ScopeChainSidebarPane.js 121 this.expand();
AuditsPanel.js 39 this.auditsTreeElement.expand();
46 this.auditResultsTreeElement.expand();
DataGrid.js 767 this.selectedNode.expand();
795 expand: function()
921 gridNode.expand();
    [all...]
  /system/core/libpixelflinger/
buffer.cpp 37 static uint32_t expand(uint32_t v, int sbits, int dbits);
193 u = expand(u, pixelSize, h-l);
254 return expand(v, sbits, dbits);
290 // expand a component from sbits to dbits
291 uint32_t expand(uint32_t v, int sbits, int dbits) function in namespace:android
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp 369 /// expandAddToGEP - Expand an addition expression with a pointer type into
524 // Expand the operands for a plain byte offset.
617 return expand(SE.getAddExpr(Ops));
734 // This is the first operand. Just expand it.
735 Sum = expand(Op);
760 Sum = expandAddToGEP(NewOps.begin(), NewOps.end(), PTy, Ty, expand(Op));
801 // This is the first operand. Just expand it.
802 Prod = expand(Op);
1495 Value *SCEVExpander::expand(const SCEV *S) { function in class:SCEVExpander
    [all...]
  /external/e2fsprogs/debugfs/
debug_cmds.ct 100 request do_expand_dir, "Expand directory",
101 expand_dir, expand;
  /external/grub/docs/
help2man 26 use Text::Tabs qw(expand);
165 join '', map { s/ +$//; expand $_ } `$ARGV[0] --$_ 2>/dev/null`
  /external/smali/smali/
build.gradle 134 processResources.expand('version': version)
  /external/webkit/Source/JavaScriptCore/heap/
MarkStack.h 130 void expand() function in struct:JSC::MarkStack::MarkStackArray
144 expand();
  /external/webkit/Source/WebCore/dom/
Range.idl 122 void expand(in DOMString unit)
  /external/tinyxml2/
tinyxml2.cpp 1698 int expand = 1000; local
    [all...]
  /external/libsepol/src/
assertion.c 25 #include <sepol/policydb/expand.h>
  /external/openfst/src/extensions/pdt/
pdtscript.cc 30 #include <fst/extensions/pdt/expand.h>
  /external/webkit/Source/WebCore/platform/graphics/
IntSize.h 78 void expand(int width, int height) function in class:WebCore::IntSize
RoundedIntRect.cpp 63 void RoundedIntRect::Radii::expand(int topWidth, int bottomWidth, int leftWidth, int rightWidth) function in class:WebCore::RoundedIntRect::Radii
  /external/webkit/Source/WebCore/rendering/
RenderSlider.cpp 144 baseSize.expand(thumb->style()->width().calcMinValue(0), thumb->style()->height().calcMinValue(0));
  /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/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...]

Completed in 526 milliseconds

1 23 4 5 6 7 8 910