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

12 3 4 5 6 7 8 91011>>

  /ndk/build/tools/
dev-platform-expand-all.sh 17 # dev-platform-expand-all.sh
19 # Call dev-platform-expand.sh for all API levels.
40 "Call dev-platform-expand.sh for all API levels."
59 $PROGDIR/dev-platform-expand.sh --platform=$PLATFORM --src-dir=$SRCDIR --dst-dir=$DSTDIR --arch=$(spaces_to_commas $ARCHS)
60 fail_panic "Could not expand android-$PLATFORM files!"
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
FloatRoundedRect.h 63 void expand(float topWidth, float bottomWidth, float leftWidth, float rightWidth);
64 void expand(float size) { expand(size, size, size, size); } function in class:WebCore::FloatRoundedRect::Radii
65 void shrink(float topWidth, float bottomWidth, float leftWidth, float rightWidth) { expand(-topWidth, -bottomWidth, -leftWidth, -rightWidth); }
89 void expandRadii(float size) { m_radii.expand(size); }
RoundedRect.h 66 void expand(int topWidth, int bottomWidth, int leftWidth, int rightWidth);
67 void expand(int size) { expand(size, size, size, size); } function in class:WebCore::RoundedRect::Radii
68 void shrink(int topWidth, int bottomWidth, int leftWidth, int rightWidth) { expand(-topWidth, -bottomWidth, -leftWidth, -rightWidth); }
96 void expandRadii(int size) { m_radii.expand(size); }
LayoutRect.h 94 void expand(const LayoutSize& size) { m_size += size; } function in class:WebCore::LayoutRect
95 void expand(const LayoutBoxExtent& box) function in class:WebCore::LayoutRect
98 m_size.expand(box.left() + box.right(), box.top() + box.bottom());
100 void expand(LayoutUnit dw, LayoutUnit dh) { m_size.expand(dw, dh); } function in class:WebCore::LayoutRect
107 void contract(LayoutUnit dw, LayoutUnit dh) { m_size.expand(-dw, -dh); }
FloatRect.h 96 void expand(const FloatSize& size) { m_size += size; } function in class:WebCore::FloatRect
97 void expand(float dw, float dh) { m_size.expand(dw, dh); } function in class:WebCore::FloatRect
99 void contract(float dw, float dh) { m_size.expand(-dw, -dh); }
IntRect.h 91 void expand(const IntSize& size) { m_size += size; } function in class:WebCore::IntRect
92 void expand(int dw, int dh) { m_size.expand(dw, dh); } function in class:WebCore::IntRect
94 void contract(int dw, int dh) { m_size.expand(-dw, -dh); }
  /external/chromium_org/ui/webui/resources/css/
tree.css 24 .expand-icon {
40 html[dir=rtl] .expand-icon {
44 .tree-item[expanded] > .tree-row > .expand-icon {
50 .tree-row .expand-icon {
54 .tree-row[may-have-children] .expand-icon {
58 .tree-row[has-children=false] .expand-icon {
  /build/core/tasks/
vendor_module_check.mk 41 $(call expand-required-modules,_vendor_check_modules,$(_vendor_check_modules))
43 # Expand the target modules installed via LOCAL_SHARED_LIBRARIES
44 # $(1): the list of modules to expand.
45 define expand-required-shared-libraries
51 $(call expand-required-shared-libraries,$(_ersl_new_modules)))
53 $(call expand-required-shared-libraries,$(_vendor_check_modules))
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
SerializationHandler.java 138 * Default behavior is to expand DTD entities,
140 * @param expand true if DTD entities are to be expanded,
143 public void setDTDEntityExpansion(boolean expand);
  /packages/apps/Camera/src/com/android/camera/ui/
PreviewSurfaceView.java 38 public void expand() { method in class:PreviewSurfaceView
  /external/smali/baksmali/
build.gradle 46 processResources.expand('version': version)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
ScrolledText.py 27 self.pack(side=LEFT, fill=BOTH, expand=True)
50 stext.pack(fill=BOTH, side=LEFT, expand=True)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
ScrolledText.py 27 self.pack(side=LEFT, fill=BOTH, expand=True)
50 stext.pack(fill=BOTH, side=LEFT, expand=True)
  /external/chromium_org/sandbox/win/tests/validation_tests/
suite.cc 54 wchar_t expand[MAX_PATH +1]; local
55 DWORD len =::ExpandEnvironmentStringsW(any_path, expand, _countof(expand));
57 if (len > _countof(expand)) return false;
58 if (!::PathStripToRootW(expand)) return false;
60 if (!::GetVolumeInformationW(expand, NULL, 0, 0, NULL, &fs_flags, NULL, 0))
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/xmlpool/
gen_xmlpool.py 38 # Expand escape sequences in C strings (needed for gettext lookup)
99 # Expand matches. The first match is always a DESC or DESC_BEGIN match.
108 # Expand the description+enums for all translations
115 not matches[0].expand (r'\7').endswith('\\'):
117 # Expand the description line. Need to use ugettext in order to allow
120 matches[0].expand (r'\5')), "utf-8"))).encode("utf-8")
121 print matches[0].expand (r'\1' + lang + r'\3"' + text + r'"\7') + suffix
122 # Expand any subsequent enum lines
125 match.expand (r'\3')), "utf-8"))).encode("utf-8")
126 print match.expand (r'\1"' + text + r'"\5'
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/common/xmlpool/
gen_xmlpool.py 38 # Expand escape sequences in C strings (needed for gettext lookup)
99 # Expand matches. The first match is always a DESC or DESC_BEGIN match.
108 # Expand the description+enums for all translations
115 not matches[0].expand (r'\7').endswith('\\'):
117 # Expand the description line. Need to use ugettext in order to allow
120 matches[0].expand (r'\5')), "utf-8"))).encode("utf-8")
121 print matches[0].expand (r'\1' + lang + r'\3"' + text + r'"\7') + suffix
122 # Expand any subsequent enum lines
125 match.expand (r'\3')), "utf-8"))).encode("utf-8")
126 print match.expand (r'\1"' + text + r'"\5'
    [all...]
  /external/hyphenation/
substrings.pl 108 sub expand { subroutine
129 my @exp = expand shift;
130 my @subexp = expand shift;
  /cts/tools/dasm/src/dasm/
Scanner.java 45 private void expand() { method in class:Scanner.CharBuffer
55 if (cur_pos == buffer_size) expand(); method
  /external/chromium-trace/trace-viewer/src/tcmalloc/
tcmalloc_snapshot_view.css 32 background-image: url(../images/expand.png);
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XMLViewer.css 73 .expand-button {
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
AuditResultView.js 89 this.expand();
122 treeElement.expand();
Section.js 113 this.expand();
189 expand: function()
SidebarPane.js 67 expand: function()
140 this._pane.expand();
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/
concatenate_css_files.py 63 def expand(self, filename): member in class:PathExpander
93 full_path = expander.expand(input_file_name)
concatenate_js_files.py 63 def expand(self, filename): member in class:PathExpander
93 full_path = expander.expand(input_file_name)

Completed in 754 milliseconds

12 3 4 5 6 7 8 91011>>