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

1 23 4 5 6 7 8 9

  /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/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)
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/
Android.mk 39 DEBUGFLAGS = -O2 -g -DDEBUG -DTI_DBG -fno-builtin # "-O" is needed to expand inlines
  /external/tinyxml2/
tinyxml2.cpp 1698 int expand = 1000; local
    [all...]
  /external/libsepol/src/
assertion.c 25 #include <sepol/policydb/expand.h>
  /external/libsepol/tests/
test-expander.c 42 #include <sepol/policydb/expand.h>
121 fprintf(stderr, "expand modules failed\n");
  /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));
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-docs.js 354 function toggleAllInherited(linkObj, expand) {
358 if ( (expand == null && a.text() == "[Expand]") || expand ) {
363 } else if ( (expand == null && a.text() == "[Collapse]") || (expand == false) ) {
367 a.text("[Expand]");
376 if (a.text() == "[Expand All]") {
385 a.text("[Expand All]");
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js 63 expand();
67 var expand = function() {
259 // Set up expand/collapse behavior
278 // now expand me
372 // Stop expand/collapse behavior when clicking on nav section links (since we're navigating away
    [all...]
  /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...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
DevicePanel.java 553 // just in case, we remove it from the list of devices to expand.
570 boolean expand = false;
575 expand = true;
579 final boolean finalExpand = expand;
645 // will auto expand, but the children of device may not already exist
646 // at this time. Forcing an expand will make the TreeViewer create them.
  /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);

Completed in 586 milliseconds

1 23 4 5 6 7 8 9