/external/mesa3d/src/gallium/drivers/radeon/ |
R600KernelParameters.cpp | 72 void Replace(Function *Fun); 222 void R600KernelParameters::Replace(Function* Fun) { 432 Replace(&F);
|
/external/openfst/src/include/fst/ |
rational.h | 31 #include <fst/replace.h> 96 StateId Start() { return Replace()->Start(); } 98 Weight Final(StateId s) { return Replace()->Final(s); } 100 size_t NumArcs(StateId s) { return Replace()->NumArcs(s); } 103 return Replace()->NumInputEpsilons(s); 107 return Replace()->NumOutputEpsilons(s); 114 if ((mask & kError) && Replace()->Properties(kError, false)) 242 ReplaceFst<A> *Replace() const { 281 GetImpl()->Replace()->InitStateIterator(data); 285 GetImpl()->Replace()->InitArcIterator(s, data) [all...] |
replace.h | 0 // replace.h 39 #include <fst/replace-util.h> 46 // REPLACE STATE TUPLES AND TABLES 48 // The replace state table has the form 75 // \brief Tuple of information that uniquely defines a state in replace 94 // Equality of replace state tuples. 116 // Fingerprint for general replace state tuples. 146 // A generic hash function for replace state tuples. 168 // A two-level state table for replace. 236 // Default replace state tabl [all...] |
/external/chromium_org/third_party/re2/util/ |
pcre.cc | 331 bool PCRE::Replace(string *str, 345 str->replace(vec[0], vec[1] - vec[0], s); [all...] |
/external/chromium_org/tools/grit/grit/ |
util.py | 231 def Replace(match): 239 out = _HTML_CHARS_TO_ESCAPE.sub(Replace, text) 251 def Replace(match): 260 return match.group() # Don't replace 265 return match.group() # Unknown HTML character entity - don't replace 267 out = _HTML_ENTITY.sub(Replace, text) 367 # will replace forward slashes with backward slashes. 368 path = path.replace('\\', '/') 459 text = text.replace('\r\n', '\n') 460 text = text.replace('\r', '\n' [all...] |
/external/lzma/CPP/Common/ |
MyString.h | 490 int Replace(T oldChar, T newChar)
507 int Replace(const CStringBase &oldString, const CStringBase &newString)
|
/external/regex-re2/util/ |
pcre.cc | 326 bool PCRE::Replace(string *str, 340 str->replace(vec[0], vec[1] - vec[0], s); [all...] |
/external/chromium_org/third_party/re2/re2/ |
re2.cc | 348 // Returns the maximum submatch needed for the rewrite to be done by Replace(). 367 bool RE2::Replace(string *str, 383 str->replace(vec[0].data() - str->data(), vec[0].size(), s); [all...] |
/external/clang/lib/Parse/ |
ParseTemplate.cpp | 552 // latter case, replace the keyword with 'class'. 554 bool Replace = Tok.is(tok::kw_typename) || Tok.is(tok::kw_struct); 555 const Token& Next = Replace ? NextToken() : Tok; 560 << (Replace ? FixItHint::CreateReplacement(Tok.getLocation(), "class") 565 if (Replace) 835 /// \brief Replace the tokens that form a simple-template-id with an 840 /// simple-template-id and replace the tokens with a single annotation [all...] |
/external/regex-re2/re2/ |
re2.cc | 330 // Returns the maximum submatch needed for the rewrite to be done by Replace(). 349 bool RE2::Replace(string *str, 365 str->replace(vec[0].data() - str->data(), vec[0].size(), s); [all...] |
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
replace.h | 0 // replace.h 32 // By default ReplaceFst will copy the input label of the 'replace arc'. 52 // \brief Implementation class for replace class Fst 54 // The replace implementation class supports a dynamic 96 // constructor for replace class implementation. 101 SetType("replace"); 126 SetType("replace"); 170 // Computes the dependency graph of the replace class and returns 172 // in an un-expandable replace fst. 217 // Return or compute start state of replace fs [all...] |
/external/chromium_org/ui/message_center/ |
message_center_impl.cc | 110 void Replace(const std::string& id, scoped_ptr<Change> change); 158 // TODO(dewittj): Replace changes_ with a deque. 183 Replace(id, change.Pass()); 191 Replace(old_id, change.Pass()); 198 Replace(id, change.Pass()); 216 void ChangeQueue::Replace(const std::string& changed_id, 561 // |notification_list| will replace the notification instead of adding new.
|
/external/clang/tools/libclang/ |
CXComment.cpp | 971 tooling::Replacements Replace = 973 applyAllReplacements(Replace, FormatRewriterContext.Rewrite); [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/material/ |
RenderState.java | 232 * Replace the value in the stencil buffer with the reference value. 234 Replace, [all...] |
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
webrtcsdp_unittest.cc | 384 static void Replace(const std::string& line, 391 static void ReplaceAndTryToParse(const char* search, const char* replace) { 394 Replace(search, replace, &sdp); 398 EXPECT_NE(std::string::npos, error.line.find(replace)); 419 Replace("a=sendrecv", new_direction, message); 425 Replace("m=audio 2345", "m=audio 0", message); 428 Replace("m=video 3457", "m=video 0", message); [all...] |
/external/chromium_org/content/browser/renderer_host/ |
render_widget_host_impl.cc | [all...] |
/external/v8/src/ |
liveedit.cc | 960 void Replace(Code* substitution) { 995 // so temporary replace the pointers with offset numbers 1007 visitor.Replace(substitution); [all...] |
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
Antlr.Runtime.pas | [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
DAGCombiner.cpp | 149 SDValue PromoteOperand(SDValue Op, EVT PVT, bool &Replace); 668 // Replace all uses. If any nodes become isomorphic to other nodes and 705 // Replace the old value with the new one. 735 SDValue DAGCombiner::PromoteOperand(SDValue Op, EVT PVT, bool &Replace) { 736 Replace = false; 744 Replace = true; 780 bool Replace = false; 781 SDValue NewOp = PromoteOperand(Op, PVT, Replace); 786 if (Replace) 795 bool Replace = false [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.text_3.5.0.v20100601-1300.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
ant.jar | |
/prebuilts/tools/common/ant/ |
ant.jar | |
/prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/ |
ant-1.8.0.jar | |