Searched refs:Expand (Results 1 - 25 of 112) sorted by relevance

12345

/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Dexpand_unittest.cc11 // Unit tests for Expand class.
22 TEST(Expand, CreateAndDestroy) {
28 Expand expand(&bgn, &sync_buffer, &random_vector, fs, channels);
31 TEST(Expand, CreateUsingFactory) {
38 Expand* expand =
H A Dnormal.h28 class Expand;
37 Expand* expand)
62 Expand* expand_;
H A Dmerge_unittest.cc31 Expand expand(&bgn, &sync_buffer, &random_vector, fs, channels);
H A Dmerge.h23 class Expand;
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)
100 Expand* expand_;
H A Dexpand.h32 class Expand { class in namespace:webrtc
34 Expand(BackgroundNoise* background_noise, function in class:webrtc::Expand
58 virtual ~Expand() {}
172 DISALLOW_COPY_AND_ASSIGN(Expand);
179 virtual Expand* Create(BackgroundNoise* background_noise,
H A Ddecision_logic.h25 class Expand;
77 const Expand& expand,
136 const Expand& expand,
H A Ddecision_logic_fax.h51 const Expand& expand,
H A Ddecision_logic_normal.h55 const Expand& expand,
65 const Expand& expand,
H A Ddecision_logic_fax.cc24 const Expand& expand,
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/mock/
H A Dmock_expand.h20 class MockExpand : public Expand {
27 : Expand(background_noise, sync_buffer, random_vector, fs, num_channels) {
50 Expand*(BackgroundNoise* background_noise,
/external/chromium_org/chrome/installer/mini_installer/
H A Ddecompress.h19 bool Expand(const wchar_t* source, const wchar_t* destination);
H A Ddecompress_test.cc30 EXPECT_TRUE(mini_installer::Expand(source_path.value().c_str(),
/external/chromium_org/chrome/test/mini_installer/
H A Dfile_verifier.py22 Expand.
27 file_path = variable_expander.Expand(expectation_name)
H A Dprocess_verifier.py21 Expand.
29 process_path = variable_expander.Expand(expectation_name)
H A Dverifier.py23 condition = variable_expander.Expand(expectation['condition'])
H A Dregistry_verifier.py50 Expand.
62 specified. If it is a string, it is expanded using Expand.
65 key = variable_expander.Expand(expectation_name)
108 expected_data = variable_expander.Expand(expected_data)
/external/chromium_org/v8/src/
H A Dregexp-macro-assembler-irregexp-inl.h26 Expand();
36 Expand();
46 Expand();
56 Expand();
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDILISelLowering.cpp111 setOperationAction(ISD::SUBE, VT, Expand);
112 setOperationAction(ISD::SUBC, VT, Expand);
113 setOperationAction(ISD::ADDE, VT, Expand);
114 setOperationAction(ISD::ADDC, VT, Expand);
116 setOperationAction(ISD::BR_JT, VT, Expand);
117 setOperationAction(ISD::BRIND, VT, Expand);
119 setOperationAction(ISD::SREM, VT, Expand);
120 setOperationAction(ISD::SMUL_LOHI, VT, Expand);
121 setOperationAction(ISD::UMUL_LOHI, VT, Expand);
130 setOperationAction(ISD::FP_ROUND_INREG, VT, Expand);
[all...]
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILISelLowering.cpp111 setOperationAction(ISD::SUBE, VT, Expand);
112 setOperationAction(ISD::SUBC, VT, Expand);
113 setOperationAction(ISD::ADDE, VT, Expand);
114 setOperationAction(ISD::ADDC, VT, Expand);
116 setOperationAction(ISD::BR_JT, VT, Expand);
117 setOperationAction(ISD::BRIND, VT, Expand);
119 setOperationAction(ISD::SREM, VT, Expand);
120 setOperationAction(ISD::SMUL_LOHI, VT, Expand);
121 setOperationAction(ISD::UMUL_LOHI, VT, Expand);
130 setOperationAction(ISD::FP_ROUND_INREG, VT, Expand);
[all...]
/external/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1086 setOperationAction(ISD::SDIV, MVT::i32, Expand);
1088 setOperationAction(ISD::SREM, MVT::i32, Expand);
1091 setOperationAction(ISD::SDIV, MVT::i64, Expand);
1093 setOperationAction(ISD::SREM, MVT::i64, Expand);
1096 setOperationAction(ISD::UDIV, MVT::i32, Expand);
1099 setOperationAction(ISD::UDIV, MVT::i64, Expand);
1102 setOperationAction(ISD::UREM, MVT::i32, Expand);
1105 setOperationAction(ISD::UREM, MVT::i64, Expand);
1108 setOperationAction(ISD::FDIV, MVT::f32, Expand);
1111 setOperationAction(ISD::FDIV, MVT::f64, Expand);
[all...]
/external/ppp/pppd/
H A Dpppcrypt.c78 Expand(in, out) function
93 /* The inverse of Expand
120 Expand(des_key, crypt_key);
135 Expand(clear, des_input);
151 Expand(cipher, des_input);
/external/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp730 setIndexedLoadAction(IM, (MVT::SimpleValueType)VT, Expand);
731 setIndexedStoreAction(IM, (MVT::SimpleValueType)VT, Expand);
736 (MVT::SimpleValueType)VT, Expand);
739 setOperationAction(ISD::FGETSIGN, (MVT::SimpleValueType)VT, Expand);
740 setOperationAction(ISD::CONCAT_VECTORS, (MVT::SimpleValueType)VT, Expand);
743 setOperationAction(ISD::FROUND, (MVT::SimpleValueType)VT, Expand);
748 setOperationAction(ISD::FCOPYSIGN, (MVT::SimpleValueType)VT, Expand);
750 (MVT::SimpleValueType)VT, Expand);
752 (MVT::SimpleValueType)VT, Expand);
754 (MVT::SimpleValueType)VT, Expand);
[all...]
/external/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp86 setLoadExtAction(ISD::SEXTLOAD, MVT::i8, Expand);
87 setLoadExtAction(ISD::SEXTLOAD, MVT::i16, Expand);
90 setTruncStoreAction(MVT::i16, MVT::i8, Expand);
98 setOperationAction(ISD::ROTL, MVT::i8, Expand);
99 setOperationAction(ISD::ROTR, MVT::i8, Expand);
100 setOperationAction(ISD::ROTL, MVT::i16, Expand);
101 setOperationAction(ISD::ROTR, MVT::i16, Expand);
105 setOperationAction(ISD::BR_JT, MVT::Other, Expand);
108 setOperationAction(ISD::BRCOND, MVT::Other, Expand);
111 setOperationAction(ISD::SELECT, MVT::i8, Expand);
[all...]
/external/llvm/lib/Target/R600/
H A DAMDGPUISelLowering.cpp116 setOperationAction(ISD::BR_JT, MVT::Other, Expand);
117 setOperationAction(ISD::BRIND, MVT::Other, Expand);
122 // Library functions. These default to Expand, but we have instructions
173 setTruncStoreAction(MVT::v4i32, MVT::v4i16, Expand);
175 setTruncStoreAction(MVT::i64, MVT::i16, Expand);
176 setTruncStoreAction(MVT::i64, MVT::i8, Expand);
177 setTruncStoreAction(MVT::i64, MVT::i1, Expand);
178 setTruncStoreAction(MVT::v2i64, MVT::v2i1, Expand);
179 setTruncStoreAction(MVT::v4i64, MVT::v4i1, Expand);
217 setLoadExtAction(ISD::EXTLOAD, MVT::v2i8, Expand);
[all...]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Darcsort.h124 Expand(s);
130 Expand(s);
136 Expand(s);
146 Expand(s);
150 void Expand(StateId s) { function in class:fst::ArcSortFstImpl
270 fst.impl_->Expand(s);

Completed in 5537 milliseconds

12345