/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/ui/message_center/views/ |
message_view.cc | 42 // This allows the creation of buttons like the notification close and expand 340 ControlButton *expand = new ControlButton(this); local 341 expand->SetPadding(-kExpandIconRightPadding, -kExpandIconBottomPadding); 342 expand->SetNormalImage(IDR_NOTIFICATION_EXPAND); 343 expand->SetHoveredImage(IDR_NOTIFICATION_EXPAND_HOVER); 344 expand->SetPressedImage(IDR_NOTIFICATION_EXPAND_PRESSED); 345 expand->set_owned_by_client(); 346 expand->set_animate_on_state_change(false); 347 expand->SetAccessibleName(l10n_util::GetStringUTF16( 349 expand_button_.reset(expand); [all...] |
/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;
|
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/ |
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); }
|
IntRectExtent.h | 75 rect.expand(left() + right(), top() + bottom());
|
/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(); 123 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 95 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)
|
/external/chromium_org/third_party/openssl/openssl/crypto/comp/ |
comp.h | 22 int (*expand)(COMP_CTX *ctx, member in struct:comp_method_st
|
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
comp.h | 22 int (*expand)(COMP_CTX *ctx, member in struct:comp_method_st
|
/external/libsepol/tests/ |
helpers.c | 27 #include <sepol/policydb/expand.h>
|
test-cond.c | 27 #include <sepol/policydb/expand.h> 50 fprintf(stderr, "expand module failed\n");
|