/libcore/luni/src/main/java/java/io/ |
CharArrayWriter.java | 78 private void expand(int i) { method in class:CharArrayWriter 79 /* Can the buffer handle @i more chars, if not expand it */ 169 expand(len); 186 expand(1); 211 expand(count);
|
/packages/apps/Dialer/tests/src/com/android/dialer/widget/ |
ActionBarControllerTest.java | 80 public void expand(boolean animate, boolean requestFocus) { method in class:ActionBarControllerTest.MockSearchBox 105 // expand the search box because isInSearchUi is not true. 116 mSearchBox.expand(true, false); 154 mSearchBox.expand(false, false); 169 mSearchBox.expand(true, false);
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/ |
decision_logic_normal.h | 45 // Returns the operation that should be done next. |sync_buffer| and |expand| 55 const Expand& expand, 65 const Expand& expand, 85 // operation was done (i.e., accelerate or preemptive expand).
|
merge.h | 23 class Expand; 27 // When a packet is not available for decoding when needed, the expand operation 30 // end of the expanded data (thanks to how the Expand class operates). However, 36 Merge(int fs_hz, size_t num_channels, Expand* expand, SyncBuffer* sync_buffer) 41 expand_(expand), 100 Expand* expand_;
|
decision_logic_normal.cc | 20 #include "webrtc/modules/audio_coding/neteq/expand.h" 29 const Expand& expand, 63 // If the expand period was very long, reset NetEQ since it is likely that the 74 return FuturePacketAvailable(sync_buffer, expand, decoder_frame_length, 79 // happen when a new stream or codec is received. Do Expand instead, and 124 // Nothing to play, do expand. 151 const Expand& expand, 158 // Check if we should continue with an ongoing expand because the new packe [all...] |
decision_logic.h | 25 class Expand; 65 // Returns the operation that should be done next. |sync_buffer| and |expand| 77 const Expand& expand, 91 // Reports back to DecisionLogic whether the decision to do expand remains or 92 // not. Note that this is necessary, since an expand decision can be changed 125 // Returns the operation that should be done next. |sync_buffer| and |expand| 136 const Expand& expand,
|
decision_logic.cc | 19 #include "webrtc/modules/audio_coding/neteq/expand.h" 106 const Expand& expand, 114 // If last mode was CNG (or Expand, since this could be covering up for 127 sync_buffer.FutureLength() - expand.overlap_length()); 143 return GetDecisionSpecialized(sync_buffer, expand, decoder_frame_length,
|
/external/llvm/include/llvm/TableGen/ |
SetTheory.h | 88 virtual void expand(SetTheory&, Record*, RecSet &Elts) =0; 133 /// expand - Expand a record into a set of elements if possible. Return a 136 const RecVec *expand(Record *Set);
|
/external/openssl/crypto/comp/ |
comp_lib.c | 60 if (ctx->meth->expand == NULL) 65 ret=ctx->meth->expand(ctx,out,olen,in,ilen);
|
/ndk/build/tools/ |
dev-platform-expand-all.sh | 17 # dev-platform-expand-all.sh 19 # Call dev-platform-expand.sh for all API levels. 41 "Call dev-platform-expand.sh for all API levels." 60 $PROGDIR/dev-platform-expand.sh --platform=$PLATFORM --src-dir=$SRCDIR --dst-dir=$DSTDIR --arch=$(spaces_to_commas $ARCHS) 61 fail_panic "Could not expand android-$PLATFORM files!"
|
/external/chromium_org/third_party/WebKit/Source/platform/geometry/ |
FloatRoundedRect.h | 72 void expand(float topWidth, float bottomWidth, float leftWidth, float rightWidth); 73 void expand(float size) { expand(size, size, size, size); } function in class:blink::FloatRoundedRect::Radii 74 void shrink(float topWidth, float bottomWidth, float leftWidth, float rightWidth) { expand(-topWidth, -bottomWidth, -leftWidth, -rightWidth); } 98 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:blink::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); }
|
/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 {
|
/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);
|
/external/chromium_org/chrome/browser/resources/chromeos/network_ui/ |
network_ui.css | 48 .state-table-expand-button-cell { 52 .state-table-expand-button {
|
/external/chromium_org/third_party/polymer/components/paper-checkbox/ |
paper-checkbox.css | 102 -webkit-animation: checkmark-expand 140ms ease-out forwards; 103 animation: checkmark-expand 140ms ease-out forwards; 106 @-webkit-keyframes checkmark-expand { 125 @keyframes checkmark-expand { 203 -webkit-animation: box-expand 140ms ease-out forwards; 204 animation: box-expand 140ms ease-out forwards; 207 @-webkit-keyframes box-expand { 224 @keyframes box-expand {
|
/external/chromium_org/third_party/polymer/components-chromium/paper-checkbox/ |
paper-checkbox.css | 102 -webkit-animation: checkmark-expand 140ms ease-out forwards; 103 animation: checkmark-expand 140ms ease-out forwards; 106 @-webkit-keyframes checkmark-expand { 125 @keyframes checkmark-expand { 203 -webkit-animation: box-expand 140ms ease-out forwards; 204 animation: box-expand 140ms ease-out forwards; 207 @-webkit-keyframes box-expand { 224 @keyframes box-expand {
|
/packages/apps/Camera/src/com/android/camera/ui/ |
PreviewSurfaceView.java | 38 public void expand() { method in class:PreviewSurfaceView
|
/external/chromium_org/third_party/polymer/components/paper-tabs/ |
paper-tabs.css | 42 #selectionBar.expand {
|
/external/chromium_org/third_party/polymer/components-chromium/paper-tabs/ |
paper-tabs.css | 42 #selectionBar.expand {
|
/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/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/lldb/tools/lldb-perf/lib/ |
Xcode.cpp | 17 Xcode::FetchVariable (SBValue value, uint32_t expand, bool verbose) 31 if (expand > 0) 37 FetchVariable (child,expand-1,verbose); 61 Xcode::FetchVariables (SBFrame frame, uint32_t expand, bool verbose) 68 FetchVariable (value,expand,verbose);
|
/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...] |