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

12345

/external/v8/src/
H A Dregexp-macro-assembler-irregexp-inl.h48 Expand();
58 Expand();
68 Expand();
/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.
58 string, it is expanded using Expand.
61 key = variable_expander.Expand(expectation_name)
97 expected_data = variable_expander.Expand(expected_data)
/external/chromium_org/v8/src/
H A Dregexp-macro-assembler-irregexp-inl.h48 Expand();
58 Expand();
68 Expand();
78 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/R600/
H A DAMDILISelLowering.cpp100 setOperationAction(ISD::SUBE, VT, Expand);
101 setOperationAction(ISD::SUBC, VT, Expand);
102 setOperationAction(ISD::ADDE, VT, Expand);
103 setOperationAction(ISD::ADDC, VT, Expand);
105 setOperationAction(ISD::BR_JT, VT, Expand);
106 setOperationAction(ISD::BRIND, VT, Expand);
108 setOperationAction(ISD::SREM, VT, Expand);
109 setOperationAction(ISD::SMUL_LOHI, VT, Expand);
110 setOperationAction(ISD::UMUL_LOHI, VT, Expand);
119 setOperationAction(ISD::FP_ROUND_INREG, VT, Expand);
[all...]
H A DAMDGPUISelLowering.cpp43 // Library functions. These default to Expand, but we have instructions
54 setOperationAction(ISD::ROTL, MVT::i32, Expand);
82 setOperationAction(ISD::EXTRACT_SUBVECTOR, MVT::v2i32, Expand);
83 setOperationAction(ISD::EXTRACT_SUBVECTOR, MVT::v2f32, Expand);
85 setOperationAction(ISD::FNEG, MVT::v2f32, Expand);
86 setOperationAction(ISD::FNEG, MVT::v4f32, Expand);
88 setOperationAction(ISD::MUL, MVT::i64, Expand);
90 setOperationAction(ISD::UDIV, MVT::i32, Expand);
92 setOperationAction(ISD::UREM, MVT::i32, Expand);
93 setOperationAction(ISD::VSELECT, MVT::v2f32, Expand);
[all...]
/external/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1082 setOperationAction(ISD::SDIV, MVT::i32, Expand);
1084 setOperationAction(ISD::SREM, MVT::i32, Expand);
1087 setOperationAction(ISD::SDIV, MVT::i64, Expand);
1089 setOperationAction(ISD::SREM, MVT::i64, Expand);
1092 setOperationAction(ISD::UDIV, MVT::i32, Expand);
1095 setOperationAction(ISD::UDIV, MVT::i64, Expand);
1098 setOperationAction(ISD::UREM, MVT::i32, Expand);
1101 setOperationAction(ISD::UREM, MVT::i64, Expand);
1104 setOperationAction(ISD::FDIV, MVT::f32, Expand);
1107 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/clang/lib/CodeGen/
H A DABIInfo.h63 /// Expand - Only valid for aggregate argument types. The structure should
67 Expand, enumerator in enum:clang::ABIArgInfo::Kind
69 KindFirst=Direct, KindLast=Expand
117 return ABIArgInfo(Expand, 0, 0, false, false, false, false, 0);
121 return ABIArgInfo(Expand, 0, 0, false, false, false, PaddingInReg,
130 bool isExpand() const { return TheKind == Expand; }
/external/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp89 setLoadExtAction(ISD::SEXTLOAD, MVT::i8, Expand);
90 setLoadExtAction(ISD::SEXTLOAD, MVT::i16, Expand);
93 setTruncStoreAction(MVT::i16, MVT::i8, Expand);
101 setOperationAction(ISD::ROTL, MVT::i8, Expand);
102 setOperationAction(ISD::ROTR, MVT::i8, Expand);
103 setOperationAction(ISD::ROTL, MVT::i16, Expand);
104 setOperationAction(ISD::ROTR, MVT::i16, Expand);
108 setOperationAction(ISD::BR_JT, MVT::Other, Expand);
111 setOperationAction(ISD::BRCOND, MVT::Other, Expand);
114 setOperationAction(ISD::SELECT, MVT::i8, Expand);
[all...]
/external/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp678 setIndexedLoadAction(IM, (MVT::SimpleValueType)VT, Expand);
679 setIndexedStoreAction(IM, (MVT::SimpleValueType)VT, Expand);
683 setOperationAction(ISD::FGETSIGN, (MVT::SimpleValueType)VT, Expand);
684 setOperationAction(ISD::CONCAT_VECTORS, (MVT::SimpleValueType)VT, Expand);
688 setOperationAction(ISD::PREFETCH, MVT::Other, Expand);
693 setOperationAction(ISD::ConstantFP, MVT::f16, Expand);
694 setOperationAction(ISD::ConstantFP, MVT::f32, Expand);
695 setOperationAction(ISD::ConstantFP, MVT::f64, Expand);
696 setOperationAction(ISD::ConstantFP, MVT::f80, Expand);
697 setOperationAction(ISD::ConstantFP, MVT::f128, Expand);
[all...]
/external/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1251 setLoadExtAction(ISD::EXTLOAD, MVT::f32, Expand);
1255 setTruncStoreAction(MVT::f64, MVT::f32, Expand);
1264 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i16, Expand);
1265 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i8 , Expand);
1266 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i1 , Expand);
1269 setOperationAction(ISD::UREM, MVT::i32, Expand);
1270 setOperationAction(ISD::SREM, MVT::i32, Expand);
1271 setOperationAction(ISD::SDIVREM, MVT::i32, Expand);
1272 setOperationAction(ISD::UDIVREM, MVT::i32, Expand);
1278 // Expand f
[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);
H A Drmepsilon.h69 void Expand(StateId s);
137 void RmEpsilonState<Arc,Queue>::Expand(typename Arc::StateId source) { function in class:fst::RmEpsilonState
249 rmeps_state.Expand(state);
358 Expand(s);
365 Expand(s);
371 Expand(s);
377 Expand(s);
383 Expand(s);
387 void Expand(StateId s) { function in class:fst::RmEpsilonFstImpl
388 rmeps_state_.Expand(
[all...]
/external/openfst/src/include/fst/
H A Drmepsilon.h84 void Expand(StateId s);
148 StateId expand_id_; // Unique ID for each call to Expand
160 void RmEpsilonState<Arc,Queue>::Expand(typename Arc::StateId source) { function in class:fst::RmEpsilonState
299 rmeps_state.Expand(state);
441 Expand(s);
448 Expand(s);
454 Expand(s);
460 Expand(s);
476 Expand(s);
480 void Expand(StateI function in class:fst::RmEpsilonFstImpl
[all...]
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp87 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i64, Expand);
88 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand);
89 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand);
119 setOperationAction(ISD::BR_JT, MVT::Other, Expand);
125 setOperationAction(ISD::VAEND, MVT::Other, Expand);
126 setOperationAction(ISD::VAARG, MVT::Other, Expand);
130 setOperationAction(ISD::ROTL, MVT::i32, Expand);
131 setOperationAction(ISD::ROTL, MVT::i64, Expand);
133 setOperationAction(ISD::UREM, MVT::i32, Expand);
134 setOperationAction(ISD::UREM, MVT::i64, Expand);
[all...]
/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp133 setOperationAction(ISD::SELECT_CC, MVT::Other, Expand);
134 setOperationAction(ISD::BR_CC, MVT::f32, Expand);
135 setOperationAction(ISD::BR_CC, MVT::f64, Expand);
136 setOperationAction(ISD::BR_CC, MVT::i1, Expand);
137 setOperationAction(ISD::BR_CC, MVT::i8, Expand);
138 setOperationAction(ISD::BR_CC, MVT::i16, Expand);
139 setOperationAction(ISD::BR_CC, MVT::i32, Expand);
140 setOperationAction(ISD::BR_CC, MVT::i64, Expand);
147 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i1, Expand);
153 setOperationAction(ISD::ROTL, MVT::i64, Expand);
[all...]
/external/chromium_org/ui/views/controls/tree/
H A Dtree_view_unittest.cc184 TEST_F(TreeViewTest, Expand) {
186 tree_.Expand(GetNodeByTitle("b1"));
195 tree_.Expand(GetNodeByTitle("b1"));
230 // Expand b and make sure b2 is there.
231 tree_.Expand(GetNodeByTitle("b"));
248 // Expand b1, then collapse it and remove its only child, b1. This shouldn't
250 tree_.Expand(GetNodeByTitle("b"));
322 tree_.Expand(GetNodeByTitle("b"));
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp81 setLoadExtAction(ISD::SEXTLOAD, MVT::i8, Expand);
83 setTruncStoreAction(MVT::f64, MVT::f32, Expand);
102 setOperationAction(ISD::FFLOOR, MVT::ppcf128, Expand);
103 setOperationAction(ISD::FCEIL, MVT::ppcf128, Expand);
104 setOperationAction(ISD::FTRUNC, MVT::ppcf128, Expand);
105 setOperationAction(ISD::FRINT, MVT::ppcf128, Expand);
106 setOperationAction(ISD::FNEARBYINT, MVT::ppcf128, Expand);
107 setOperationAction(ISD::FREM, MVT::ppcf128, Expand);
110 setOperationAction(ISD::SREM, MVT::i32, Expand);
111 setOperationAction(ISD::UREM, MVT::i32, Expand);
[all...]

Completed in 1133 milliseconds

12345