Home
last modified time | relevance | path

Searched refs:expand (Results 1 – 25 of 478) sorted by relevance

12345678910>>...20

/external/valgrind/main/none/tests/amd64/
Daes.c29 static void expand ( V128* dst, char* summary ) in expand() function
76 expand(&argL, s_argL); in AESDEC()
77 expand(&argR, s_argR); in AESDEC()
91 expand(&exp, s_exp); in AESDEC()
108 expand(&argL, s_argL); in AESDECLAST()
109 expand(&argR, s_argR); in AESDECLAST()
123 expand(&exp, s_exp); in AESDECLAST()
140 expand(&argL, s_argL); in AESENC()
141 expand(&argR, s_argR); in AESENC()
155 expand(&exp, s_exp); in AESENC()
[all …]
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
Dnormal_unittest.cc39 Expand expand(&bgn, &sync_buffer, &random_vector, fs, channels); in TEST() local
40 Normal normal(fs, &db, bgn, &expand); in TEST()
52 MockExpand expand(&bgn, &sync_buffer, &random_vector, fs, channels); in TEST() local
53 Normal normal(fs, &db, bgn, &expand); in TEST()
69 EXPECT_CALL(expand, SetParametersForNormalAfterExpand()); in TEST()
70 EXPECT_CALL(expand, Process(_)); in TEST()
71 EXPECT_CALL(expand, Reset()); in TEST()
85 EXPECT_CALL(expand, Die()); // Called when |expand| goes out of scope. in TEST()
96 MockExpand expand(&bgn, &sync_buffer, &random_vector, fs, channels); in TEST() local
97 Normal normal(fs, &db, bgn, &expand); in TEST()
[all …]
Dexpand_unittest.cc28 Expand expand(&bgn, &sync_buffer, &random_vector, fs, channels); in TEST() local
38 Expand* expand = in TEST() local
40 EXPECT_TRUE(expand != NULL); in TEST()
41 delete expand; in TEST()
Ddecision_logic_normal.cc29 const Expand& expand, in GetDecisionSpecialized() argument
74 return FuturePacketAvailable(sync_buffer, expand, decoder_frame_length, in GetDecisionSpecialized()
151 const Expand& expand, in FuturePacketAvailable() argument
176 expand.overlap_length()); in FuturePacketAvailable()
Dmerge_unittest.cc31 Expand expand(&bgn, &sync_buffer, &random_vector, fs, channels); in TEST() local
32 Merge merge(fs, channels, &expand, &sync_buffer); in TEST()
/external/chromium-trace/trace-viewer/src/tracing/tracks/
Dprocess_track_base.css22 .process-track-header > expand-button {
27 .process-track-header > expand-button.expand-button-expanded {
32 .process-track-header> expand-button:not(.expand-button-expanded) {
33 content: url(../../images/expand.png);
/external/chromium_org/ui/file_manager/file_manager/foreground/css/
Dtree.css20 .expand-icon {
33 html[dir=rtl] .expand-icon {
37 .tree-item[expanded] > .tree-row > .expand-icon {
42 .tree-row .expand-icon {
46 .tree-row[may-have-children] .expand-icon {
50 .tree-row[has-children=false] .expand-icon {
/external/mesa3d/src/glsl/glcpp/tests/
D037-finalize-unexpanded-macro.c1 #define expand(x) expand(x once) macro
3 foo(expand(just))
/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/
D037-finalize-unexpanded-macro.c1 #define expand(x) expand(x once) macro
3 foo(expand(just))
/external/eigen/Eigen/src/SparseLU/
DSparseLU_Memory.h64 Index SparseLUImpl<Scalar,Index>::expand(VectorType& vec, Index& length, Index nbElts, Index keep_… in expand() function
181 if( (expand<ScalarVector>(glu.lusup, glu.nzlumax, 0, 0, num_expansions)<0) in memInit()
182 || (expand<ScalarVector>(glu.ucol, glu.nzumax, 0, 0, num_expansions)<0) in memInit()
183 || (expand<IndexVector> (glu.lsub, glu.nzlmax, 0, 0, num_expansions)<0) in memInit()
184 || (expand<IndexVector> (glu.usub, glu.nzumax, 0, 1, num_expansions)<0) ) in memInit()
214 failed_size = this->expand<VectorType>(vec, maxlen, nbElts, 1, num_expansions); in memXpand()
216 failed_size = this->expand<VectorType>(vec, maxlen, nbElts, 0, num_expansions); in memXpand()
/external/apache-http/src/org/apache/http/util/
DCharArrayBuffer.java63 private void expand(int newlen) { in expand() method in CharArrayBuffer
82 expand(newlen); in append()
95 expand(newlen); in append()
118 expand(newlen); in append()
138 expand(newlen); in append()
192 expand(this.len + required); in ensureCapacity()
DByteArrayBuffer.java61 private void expand(int newlen) { in expand() method in ByteArrayBuffer
80 expand(newlen); in append()
89 expand(newlen); in append()
109 expand(newlen); in append()
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DRoundedRect.h66 void expand(int topWidth, int bottomWidth, int leftWidth, int rightWidth);
67 void expand(int size) { expand(size, size, size, size); } in expand() function
68 …void shrink(int topWidth, int bottomWidth, int leftWidth, int rightWidth) { expand(-topWidth, -bot… in shrink()
96 void expandRadii(int size) { m_radii.expand(size); } in expandRadii()
DFloatRoundedRect.h72 void expand(float topWidth, float bottomWidth, float leftWidth, float rightWidth);
73 void expand(float size) { expand(size, size, size, size); } in expand() function
74 …void shrink(float topWidth, float bottomWidth, float leftWidth, float rightWidth) { expand(-topWid… in shrink()
98 void expandRadii(float size) { m_radii.expand(size); } in expandRadii()
/external/chromium_org/third_party/polymer/components-chromium/paper-checkbox/
Dpaper-checkbox.css102 -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/paper-checkbox/
Dpaper-checkbox.css102 -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/doclava/res/assets/templates/assets/
Ddoclava-developer-reference.js307 function toggleInherited(linkObj, expand) { argument
313 if ( (expand == null && a.hasClass("closed")) || expand ) {
319 } else if ( (expand == null && a.hasClass("opened")) || (expand == false) ) {
334 function toggleAllInherited(linkObj, expand) { argument
338 if ( (expand == null && a.text() == "[Expand]") || expand ) {
343 } else if ( (expand == null && a.text() == "[Collapse]") || (expand == false) ) {
/external/chromium_org/third_party/skia/src/opts/
DSkBlurImage_opts_SSE4.cpp29 inline __m128i expand(int a) { in expand() function
58 sum = _mm_add_epi32(sum, expand(*p)); in SkBoxBlur_SSE4()
81 sum = _mm_sub_epi32(sum, expand(l)); in SkBoxBlur_SSE4()
85 sum = _mm_add_epi32(sum, expand(r)); in SkBoxBlur_SSE4()
DSkBlurImage_opts_SSE2.cpp22 inline __m128i expand(int a) { in expand() function
51 sum = _mm_add_epi32(sum, expand(*p)); in SkBoxBlur_SSE2()
79 sum = _mm_sub_epi32(sum, expand(l)); in SkBoxBlur_SSE2()
83 sum = _mm_add_epi32(sum, expand(r)); in SkBoxBlur_SSE2()
/external/skia/src/opts/
DSkBlurImage_opts_SSE2.cpp22 inline __m128i expand(int a) { in expand() function
51 sum = _mm_add_epi32(sum, expand(*p)); in SkBoxBlur_SSE2()
83 sum = _mm_sub_epi32(sum, expand(l)); in SkBoxBlur_SSE2()
87 sum = _mm_add_epi32(sum, expand(r)); in SkBoxBlur_SSE2()
/external/lldb/tools/lldb-perf/lib/
DXcode.cpp17 Xcode::FetchVariable (SBValue value, uint32_t expand, bool verbose) in FetchVariable() argument
31 if (expand > 0) in FetchVariable()
37 FetchVariable (child,expand-1,verbose); in FetchVariable()
61 Xcode::FetchVariables (SBFrame frame, uint32_t expand, bool verbose) in FetchVariables() argument
68 FetchVariable (value,expand,verbose); in FetchVariables()
/external/mesa3d/src/mesa/drivers/dri/common/xmlpool/
Dgen_xmlpool.py115 not matches[0].expand (r'\7').endswith('\\'):
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
125 match.expand (r'\3')), "utf-8"))).encode("utf-8")
126 print match.expand (r'\1"' + text + r'"\5')
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/xmlpool/
Dgen_xmlpool.py115 not matches[0].expand (r'\7').endswith('\\'):
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
125 match.expand (r'\3')), "utf-8"))).encode("utf-8")
126 print match.expand (r'\1"' + text + r'"\5')
/external/chromium_org/sandbox/win/tests/validation_tests/
Dsuite.cc54 wchar_t expand[MAX_PATH +1]; in VolumeSupportsACLs() local
55 DWORD len =::ExpandEnvironmentStringsW(any_path, expand, _countof(expand)); in VolumeSupportsACLs()
57 if (len > _countof(expand)) return false; in VolumeSupportsACLs()
58 if (!::PathStripToRootW(expand)) return false; in VolumeSupportsACLs()
60 if (!::GetVolumeInformationW(expand, NULL, 0, 0, NULL, &fs_flags, NULL, 0)) in VolumeSupportsACLs()
/external/chromium_org/ui/webui/resources/css/
Dtree.css24 .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 {

12345678910>>...20