/external/webrtc/webrtc/modules/audio_coding/neteq/ |
normal.cc | 63 AudioMultiVector expanded(output->Channels()); 64 expand_->Process(&expanded); 129 // Interpolate the expanded data into the new vector. 141 (32 - fraction) * expanded[channel_ix][i] + 8) >> 5);
|
/frameworks/base/packages/SystemUI/res/layout/ |
status_bar_expanded_header.xml | 106 android:textAppearance="@style/TextAppearance.StatusBar.Expanded.EmergencyCallsOnly" 122 android:textAppearance="@style/TextAppearance.StatusBar.Expanded.Date" 132 android:textAppearance="@style/TextAppearance.StatusBar.Expanded.Date" 155 android:textAppearance="@style/TextAppearance.StatusBar.Expanded.Date"
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
QSContainer.java | 211 public void setExpanded(boolean expanded) { 212 if (DEBUG) Log.d(TAG, "setExpanded " + expanded); 213 mQsExpanded = expanded; 261 // If the QS is already expanded we don't need to slide in the header as it's already
|
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/Finder/ |
Containers_and_folders.py | 101 """completely expanded - (NOT AVAILABLE YET) Are the container and all of its children opened as outlines? (can only be set for containers viewed as lists) """ 113 """expandable - (NOT AVAILABLE YET) Is the container capable of being expanded as an outline? """ 117 """expanded - (NOT AVAILABLE YET) Is the container opened as an outline? (can only be set for containers viewed as lists) """ 215 'expanded' : _Prop_expanded,
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Finder/ |
Containers_and_folders.py | 101 """completely expanded - (NOT AVAILABLE YET) Are the container and all of its children opened as outlines? (can only be set for containers viewed as lists) """ 113 """expandable - (NOT AVAILABLE YET) Is the container capable of being expanded as an outline? """ 117 """expanded - (NOT AVAILABLE YET) Is the container opened as an outline? (can only be set for containers viewed as lists) """ 215 'expanded' : _Prop_expanded,
|
/system/media/audio_utils/include/audio_utils/ |
channels.h | 26 * Expanded channels are filled with zeros and put at the end of each audio frame.
|
/cts/tests/tests/text/src/android/text/cts/ |
TextUtilsTest.java | 565 assertEquals("value1 template to be expanded", 566 TextUtils.expandTemplate("^1 template to be expanded", "value1").toString()); 568 assertEquals("template to be expanded value1", 569 TextUtils.expandTemplate("template to be expanded ^1", "value1").toString()); 571 assertEquals("template value1 to be expanded", 572 TextUtils.expandTemplate("template ^1 to be expanded", "value1").toString()); 574 assertEquals("template value10 to be expanded", 575 TextUtils.expandTemplate("template ^10 to be expanded", "value1").toString()); 577 assertEquals("template value1a to be expanded", 578 TextUtils.expandTemplate("template ^1a to be expanded", "value1").toString()) [all...] |
/build/core/ |
pathmap.mk | 96 # A version of FRAMEWORKS_BASE_SUBDIRS that is expanded to full paths from 134 # A version of FRAMEWORKS_SUPPORT_SUBDIRS that is expanded to full paths from 166 # A version of FRAMEWORKS_DATA_BINDING_SUBDIRS that is expanded to full paths from
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/direct/ |
MultiDirectional.java | 77 // compute the expanded simplex 79 final RealPointValuePair expanded = evaluateNewSimplex(original, khi, comparator); local 80 if (comparator.compare(reflected, expanded) <= 0) {
|
NelderMead.java | 122 final RealPointValuePair expanded = new RealPointValuePair(xE, evaluate(xE), false); local 124 if (comparator.compare(expanded, reflected) < 0) { 126 replaceWorstPoint(expanded, comparator);
|
/external/c-ares/ |
ares_expand_name.c | 45 * expanded name; the goal is to tell the caller how many bytes to 61 * Since the expanded name uses '.' as a label separator, we use 62 * backslashes to escape periods or backslashes in the expanded name.
|
/external/clang/include/clang/Lex/ |
MacroArgs.h | 43 /// PreExpArgTokens - Pre-expanded tokens for arguments that need them. Empty 81 /// getArgLength - Given a pointer to an expanded or unexpanded argument, 86 /// getPreExpArgument - Return the pre-expanded form of the specified
|
/external/kernel-headers/original/uapi/linux/ |
kd.h | 8 #define GIO_FONT 0x4B60 /* gets font in expanded form */ 9 #define PIO_FONT 0x4B61 /* use font in expanded form */ 16 char __user *chardata; /* font data in expanded form */
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
LegalizeTypesGeneric.cpp | 70 // Convert the expanded pieces of the input. 161 assert(NOutVT.isByteSized() && "Expanded type not byte sized!"); 164 // the source and expanded destination types. 210 "Type twice as big as expanded type not itself expanded!"); 222 // Convert to a vector of the expanded element type, for example 271 assert(NVT.isByteSized() && "Expanded type not byte sized!"); 348 // Make a two element vector out of the expanded parts and convert that 391 // Build a vector of twice the length out of the expanded elements. 433 // Bitconvert to a vector of twice the length with elements of the expanded [all...] |
/external/skia/bench/ |
BlurImageFilterBench.cpp | 31 // When 'expanded' is set we apply a cropRect to the input of the blurImageFilter (a noOp 40 bool expanded) 43 , fIsExpanded(expanded)
|
/frameworks/base/core/java/com/android/internal/view/menu/ |
MenuPresenter.java | 120 * @param menu Menu containing the item to be expanded 121 * @param item Item to be expanded 122 * @return true if this presenter expanded the action view, false otherwise.
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
NotificationsQuickSettingsContainer.java | 137 public void setQsExpanded(boolean expanded) { 138 if (mQsExpanded != expanded) { 139 mQsExpanded = expanded;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
HeadsUpManager.java | 385 // The touchable region is always the full area when expanded 500 * intrinsic height, which also includes whether the notification is system expanded and 590 * Set an entry to be expanded and therefore stick in the heads up area if it's pinned 593 public void setExpanded(NotificationData.Entry entry, boolean expanded) { 595 if (headsUpEntry != null && headsUpEntry.expanded != expanded) { 596 headsUpEntry.expanded = expanded; 597 if (expanded) { 615 public boolean expanded; field in class:HeadsUpManager.HeadsUpEntry [all...] |
/frameworks/support/v7/appcompat/src/android/support/v7/view/menu/ |
MenuPresenter.java | 119 * @param menu Menu containing the item to be expanded 120 * @param item Item to be expanded 121 * @return true if this presenter expanded the action view, false otherwise.
|
/frameworks/support/v7/appcompat/tests/src/android/support/v7/app/ |
BaseKeyEventsTestCase.java | 92 assertTrue("SearchView expanded", getActivity().expandSearchView()); 102 // If the SearchView is still expanded, it's probably because it had focus and the 108 // Check that the Activity is still running and the SearchView is not expanded
|
/ndk/build/core/ |
setup-app.mk | 69 $(call ndk_log,Remove the following abis expanded from 'all' due to no toolchain: $(_abis_without_toolchain)) 77 $(call ndk_log,Remove the following abis expanded from 'all32' due to no toolchain: $(_abis_without_toolchain)) 85 $(call ndk_log,Remove the following abis expanded from 'all64' due to no toolchain: $(_abis_without_toolchain))
|
/packages/apps/Dialer/tests/src/com/android/dialer/widget/ |
ActionBarControllerTest.java | 131 // displaying the expanded search box by sliding it down, displaying the unexpanded search box, 148 // Something typed in the dialpad - so remain in search UI and slide the expanded search 166 // In Search UI, with expanded search box and something currently typed in the search box
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
ConversationViewState.java | 47 public static int EXPANDED = 1; 54 return state == EXPANDED; 102 * @return 1 = expanded, 2 = collapsed, 3 = super collapsed, or null otherwise
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
kd.h | 8 #define GIO_FONT 0x4B60 /* gets font in expanded form */ 9 #define PIO_FONT 0x4B61 /* use font in expanded form */ 16 char *chardata; /* font data in expanded form */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
kd.h | 8 #define GIO_FONT 0x4B60 /* gets font in expanded form */ 9 #define PIO_FONT 0x4B61 /* use font in expanded form */ 16 char *chardata; /* font data in expanded form */
|