Searched defs:expander (Results 1 - 3 of 3) sorted by relevance

/external/clang/www/analyzer/scripts/
H A Dexpandcollapse.js1 // expand/collapse button (expander) is added if height of a cell content
5 // Height in pixels of an expander image.
8 // Path to images for an expander.
60 // Create an expander and an additional wrapper for a cell content.
66 // | ---- expander ---- |
75 var expander = document.createElement("img");
76 with (expander.style) { display = "block"; paddingTop = "5px"; }
77 expander.src = imgPath + "ellipses_light.gif";
78 expander.id = "expander"
[all...]
/external/chromium_org/v8/tools/
H A Djs2c.py91 def ExpandMacroDefinition(lines, pos, name_pattern, macro, expander):
104 replacement = expander(str.strip())
129 def expander(s): function in function:ExpandMacros
131 lines = ExpandMacroDefinition(lines, 0, name_pattern, macro, expander)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 117 milliseconds