Home
last modified time | relevance | path

Searched defs:expand (Results 1 – 25 of 79) sorted by relevance

1234

/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
Dexpand_unittest.cc28 Expand expand(&bgn, &sync_buffer, &random_vector, fs, channels); in TEST() local
38 Expand* expand = in TEST() local
Dnormal_unittest.cc39 Expand expand(&bgn, &sync_buffer, &random_vector, fs, channels); in TEST() local
52 MockExpand expand(&bgn, &sync_buffer, &random_vector, fs, channels); in TEST() local
96 MockExpand expand(&bgn, &sync_buffer, &random_vector, fs, channels); in TEST() local
Ddecision_logic_normal.cc29 const Expand& expand, in GetDecisionSpecialized()
151 const Expand& expand, in FuturePacketAvailable()
Dmerge_unittest.cc31 Expand expand(&bgn, &sync_buffer, &random_vector, fs, channels); in TEST() local
Ddecision_logic_fax.cc24 const Expand& expand, in GetDecisionSpecialized()
Dnormal.h37 Expand* expand) in Normal()
Dmerge.h36 Merge(int fs_hz, size_t num_channels, Expand* expand, SyncBuffer* sync_buffer) in Merge()
/external/mesa3d/src/glsl/glcpp/tests/
D037-finalize-unexpanded-macro.c1 #define expand(x) expand(x once) macro
/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/
D037-finalize-unexpanded-macro.c1 #define expand(x) expand(x once) macro
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
Dnode_state.js33 cvox.NodeStateUtil.expand = function(state) { function
/external/doclava/res/assets/templates/assets/
Ddoclava-developer-reference.js307 function toggleInherited(linkObj, expand) { argument
334 function toggleAllInherited(linkObj, expand) { argument
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DSerializationHandler.java143 public void setDTDEntityExpansion(boolean expand); in setDTDEntityExpansion()
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DLayoutRect.h94 void expand(const LayoutSize& size) { m_size += size; } in expand() function
95 void expand(const LayoutBoxExtent& box) in expand() function
100 void expand(LayoutUnit dw, LayoutUnit dh) { m_size.expand(dw, dh); } in expand() function
DIntRect.h90 void expand(const IntSize& size) { m_size += size; } in expand() function
91 void expand(int dw, int dh) { m_size.expand(dw, dh); } in expand() function
DIntSize.h59 void expand(int width, int height) in expand() function
DFloatRoundedRect.cpp80 void FloatRoundedRect::Radii::expand(float topWidth, float bottomWidth, float leftWidth, float righ… in expand() function in blink::FloatRoundedRect::Radii
DFloatRect.h93 void expand(const FloatSize& size) { m_size += size; } in expand() function
94 void expand(float dw, float dh) { m_size.expand(dw, dh); } in expand() function
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
DSection.js189 expand: function() method in WebInspector.Section
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
DHeapSnapshotGridNodes.js155 expand: function() method in WebInspector.HeapSnapshotGridNode
157 WebInspector.DataGridNode.prototype.expand.call(this); method in WebInspector.DataGridNode
873 expand: function() method in WebInspector.HeapSnapshotRetainingObjectNode
897 WebInspector.HeapSnapshotGenericObjectNode.prototype.expand.call(this); method in WebInspector.HeapSnapshotGenericObjectNode
1471 expand: function() method in WebInspector.AllocationGridNode
1473 WebInspector.HeapSnapshotGridNode.prototype.expand.call(this); method in WebInspector.HeapSnapshotGridNode
/external/valgrind/main/none/tests/amd64/
Dpcmpxstrx64w.c26 void expand ( V128* dst, char* summary ) in expand() function
Dpcmpxstrx64.c25 void expand ( V128* dst, char* summary ) in expand() function
/external/lldb/tools/lldb-perf/lib/
DXcode.cpp17 Xcode::FetchVariable (SBValue value, uint32_t expand, bool verbose) in FetchVariable()
61 Xcode::FetchVariables (SBFrame frame, uint32_t expand, bool verbose) in FetchVariables()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
DSidebarPane.js67 expand: function() method in WebInspector.SidebarPane
/external/lldb/www/python_reference/
Depydoc.js92 function expand(id) { function
/external/libunwind/src/mi/
Dmempool.c105 expand (struct mempool *pool) in expand() function

1234