/external/libunwind/src/mi/ |
mempool.c | 105 expand (struct mempool *pool) function 150 expand (pool); 162 expand (pool);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
PhoneStatusBarView.java | 160 public void onTrackingStopped(PanelView panel, boolean expand) { 161 super.onTrackingStopped(panel, expand); 162 mBar.onTrackingStopped(expand);
|
/packages/apps/Dialer/src/com/android/dialer/widget/ |
ActionBarController.java | 73 mSearchBox.expand(true /* animate */, true /* requestFocus */); 117 mSearchBox.expand(false /* animate */, false /* requestFocus */); 211 mSearchBox.expand(false, false);
|
/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/WebKit/Source/platform/geometry/ |
LayoutRect.h | 94 void expand(const LayoutSize& size) { m_size += size; } function in class:blink::LayoutRect 95 void expand(const LayoutBoxExtent& box) function in class:blink::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:blink::LayoutRect 107 void contract(LayoutUnit dw, LayoutUnit dh) { m_size.expand(-dw, -dh); }
|
FloatRect.h | 93 void expand(const FloatSize& size) { m_size += size; } function in class:blink::FloatRect 94 void expand(float dw, float dh) { m_size.expand(dw, dh); } function in class:blink::FloatRect 96 void contract(float dw, float dh) { m_size.expand(-dw, -dh); }
|
IntRect.h | 90 void expand(const IntSize& size) { m_size += size; } function in class:blink::IntRect 91 void expand(int dw, int dh) { m_size.expand(dw, dh); } function in class:blink::IntRect 93 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/devtools/front_end/audits/ |
AuditResultView.js | 84 this.expand(); 126 treeElement.expand();
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/ |
Section.js | 113 this.expand(); 189 expand: function()
|
/external/chromium_org/tools/vim/ |
clang-format.vim | 10 let s:script = expand('<sfile>:p:h') .
|
/external/chromium_org/third_party/WebKit/Source/web/ |
WebRange.cpp | 101 copy.m_private->expand("block", IGNORE_EXCEPTION);
|
/external/chromium_org/third_party/skia/src/opts/ |
SkBlurImage_opts_neon.cpp | 107 static inline uint16x4_t expand(uint32_t a) { function in namespace:__anon19944 136 sum = vaddw_u16(sum, expand(*p)); 160 sum = vsubw_u16(sum, expand(*l)); 164 sum = vaddw_u16(sum, expand(*r));
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/ |
decision_logic_fax.cc | 24 const Expand& expand,
|
/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");
|
/external/openssl/crypto/comp/ |
comp.h | 22 int (*expand)(COMP_CTX *ctx, member in struct:comp_method_st
|
/external/openssl/include/openssl/ |
comp.h | 22 int (*expand)(COMP_CTX *ctx, member in struct:comp_method_st
|
/external/skia/src/opts/ |
SkBlurImage_opts_neon.cpp | 107 static inline uint16x4_t expand(uint32_t a) { function in namespace:__anon35342 136 sum = vaddw_u16(sum, expand(*p)); 160 sum = vsubw_u16(sum, expand(*l)); 164 sum = vaddw_u16(sum, expand(*r));
|
/external/openfst/src/include/fst/extensions/pdt/ |
compose.h | 297 bool expand = false, bool keep_parens = true) 300 expand_(expand), 434 const Fst<Arc> &ifst2, bool expand = false, 440 expand, keep_parens); 464 bool expand = false, bool keep_parens = true) { 469 expand, keep_parens); 501 bool expand = opts.filter_type != PAREN_FILTER; local 504 expand, keep_parens); 524 bool expand = opts.filter_type != PAREN_FILTER; local 527 expand, keep_parens) [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
ExpandableNotificationRow.java | 278 * @param expand whether the system wants this notification to be expanded. 280 public void setSystemExpanded(boolean expand) { 281 if (expand != mIsSystemExpanded) { 283 mIsSystemExpanded = expand; 314 boolean expand = isExpanded(); 315 if (expand && mExpandable) {
|
/build/tools/droiddoc/templates-pdk/assets/ |
android-developer-reference.js | 323 * @param expand 'true' to ensure it's expanded. 'false' to ensure it's closed. 326 function toggleInherited(linkObj, expand) { 332 if ( (expand == null && a.hasClass("closed")) || expand ) { 338 } else if ( (expand == null && a.hasClass("opened")) || (expand == false) ) { 350 * @param expand 'true' to ensure it's expanded. 'false' to ensure it's closed. 353 function toggleAllInherited(linkObj, expand) { 357 if ( (expand == null && a.text() == "[Expand]") || expand ) [all...] |
/external/doclava/res/assets/templates/assets/ |
doclava-developer-reference.js | 304 * @param expand 'true' to ensure it's expanded. 'false' to ensure it's closed. 307 function toggleInherited(linkObj, expand) { 313 if ( (expand == null && a.hasClass("closed")) || expand ) { 319 } else if ( (expand == null && a.hasClass("opened")) || (expand == false) ) { 331 * @param expand 'true' to ensure it's expanded. 'false' to ensure it's closed. 334 function toggleAllInherited(linkObj, expand) { 338 if ( (expand == null && a.text() == "[Expand]") || expand ) [all...] |