Searched defs:Expand (Results 1 - 25 of 44) sorted by relevance

12

/external/chromium_org/chrome/test/mini_installer/
H A Dvariable_expander.py134 def Expand(self, str): member in class:VariableExpander
/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/chromium/chrome/browser/sidebar/
H A Dsidebar_container.cc78 void SidebarContainer::Expand() { function in class:SidebarContainer
/external/chromium_org/chrome/installer/mini_installer/
H A Ddecompress.cc223 bool Expand(const wchar_t* source, const wchar_t* destination) { function in namespace:mini_installer
/external/openfst/src/test/
H A Dfst_test.cc67 Arc Expand(StateId s, const Element &p, uint32 f = kArcValueFlags) const { function in class:fst::CustomCompactor
/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 Drelabel.h248 Expand(s);
255 Expand(s);
262 Expand(s);
269 Expand(s);
274 void Expand(StateId s) { function in class:fst::RelabelFstImpl
452 fst.impl_->Expand(s);
H A Dfactor-weight.h206 Expand(s);
212 Expand(s);
218 Expand(s);
224 Expand(s);
255 void Expand(StateId s) { function in class:fst::FactorWeightFstImpl
433 fst.impl_->Expand(s);
H A Dsynchronize.h120 Expand(s);
126 Expand(s);
132 Expand(s);
138 Expand(s);
208 void Expand(StateId s) { function in class:fst::SynchronizeFstImpl
416 fst.impl_->Expand(s);
H A Dmap.h336 Expand(s);
342 Expand(s);
348 Expand(s);
354 Expand(s);
358 void Expand(StateId s) { function in class:fst::MapFstImpl
601 fst.impl_->Expand(s);
H A Dreplace.h257 Expand(s);
263 Expand(s);
269 Expand(s);
277 Expand(s);
296 void Expand(StateId s) { function in class:fst::ReplaceFstImpl
644 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/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/openfst/src/include/fst/
H A Dfactor-weight.h248 Expand(s);
254 Expand(s);
260 Expand(s);
275 Expand(s);
306 void Expand(StateId s) { function in class:fst::FactorWeightFstImpl
459 fst.GetImpl()->Expand(s);
H A Drelabel.h308 Expand(s);
315 Expand(s);
322 Expand(s);
338 Expand(s);
343 void Expand(StateId s) { function in class:fst::RelabelFstImpl
511 fst.GetImpl()->Expand(s);
H A Dstate-map.h253 Expand(s);
259 Expand(s);
265 Expand(s);
275 Expand(s);
289 void Expand(StateId s) { function in class:fst::StateMapFstImpl
387 fst.GetImpl()->Expand(s);
H A Dsynchronize.h142 Expand(s);
148 Expand(s);
154 Expand(s);
169 Expand(s);
239 void Expand(StateId s) { function in class:fst::SynchronizeFstImpl
414 fst.GetImpl()->Expand(s);
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...]
H A Darc-map.h413 Expand(s);
419 Expand(s);
425 Expand(s);
441 Expand(s);
445 void Expand(StateId s) { function in class:fst::ArcMapFstImpl
668 fst.GetImpl()->Expand(s);
H A Dcompact-fst.h78 // Arc Expand(StateId s, const Element &e);
293 Arc arc = compactor.Expand(ncompacts_ - 1,
314 if (compactor.Expand(i, *it).ilabel != kNoLabel)
326 Arc arc = compactor.Expand(i, *it);
342 Arc arc = compactor.Expand(i, *it);
587 Expand(s);
595 Expand(s);
670 Expand(s);
675 return compactor_->Expand(s, data_->Compacts(i), f);
678 void Expand(StateI function in class:fst::CompactFstImpl
1227 Arc Expand(StateId s, const Element &p, uint32 f = kArcValueFlags) const { function in class:fst::StringCompactor
1269 Arc Expand(StateId s, const Element &p, uint32 f = kArcValueFlags) const { function in class:fst::WeightedStringCompactor
1312 Arc Expand(StateId s, const Element &p, uint32 f = kArcValueFlags) const { function in class:fst::UnweightedAcceptorCompactor
1354 Arc Expand(StateId s, const Element &p, uint32 f = kArcValueFlags) const { function in class:fst::AcceptorCompactor
1396 Arc Expand(StateId s, const Element &p, uint32 f = kArcValueFlags) const { function in class:fst::UnweightedCompactor
[all...]
/external/chromium_org/v8/src/
H A Dregexp-macro-assembler-irregexp.cc464 void RegExpMacroAssemblerIrregexp::Expand() { function in class:v8::internal::RegExpMacroAssemblerIrregexp
/external/v8/src/
H A Dregexp-macro-assembler-irregexp.cc458 void RegExpMacroAssemblerIrregexp::Expand() { function in class:v8::internal::RegExpMacroAssemblerIrregexp
/external/chromium_org/ui/views/controls/tree/
H A Dtree_view.cc149 Expand(model_->GetParent(node));
220 Expand(model_->GetParent(model_node));
233 Expand(model_->GetParent(selected_node_->model_node()));
275 void TreeView::Expand(TreeModelNode* node) { function in class:views::TreeView
283 // Expand the node.
654 Expand(node->model_node());
669 Expand(node->model_node());
973 Expand(selected_node_->model_node());
989 // Expand all the parents.
/external/llvm/include/llvm/Target/
H A DTargetLowering.h83 Expand, // Try to expand this to other ops, otherwise use a libcall. enumerator in enum:llvm::TargetLoweringBase::LegalizeAction
304 /// integer type (return 'Expand'). 'Custom' is not an option.
408 if (VT.isExtended()) return Expand;
438 return (!isTypeLegal(VT) || getOperationAction(Op, VT) == Expand);
985 /// NOTE: All indexed mode loads are initialized to Expand in
999 /// NOTE: All indexed mode stores are initialized to Expand in
1436 && "Promote may not follow Expand or Promote");
/external/mksh/src/
H A Deval.c36 typedef struct Expand { struct
45 } Expand; typedef in typeref:struct:Expand
60 static int varsub(Expand *, const char *, const char *, int *, int *);
61 static int comsub(Expand *, const char *, int);
213 Expand x = {
1045 varsub(Expand *xp, const char *sp, const char *word,
1286 comsub(Expand *xp, const char *cp, int fn MKSH_A_UNUSED)

Completed in 959 milliseconds

12