HomeSort by relevance Sort by last modified time
    Searched defs:Replace (Results 26 - 50 of 59) sorted by null

12 3

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
commoncontrols.h 66 virtual HRESULT WINAPI Replace(int i,HBITMAP hbmImage,HBITMAP hbmMask) = 0;
102 HRESULT (WINAPI *Replace)(IImageList *This,int i,HBITMAP hbmImage,HBITMAP hbmMask);
140 #define IImageList_Replace(This,i,hbmImage,hbmMask) (This)->lpVtbl->Replace(This,i,hbmImage,hbmMask)
  /external/clang/lib/Index/
CommentToXML.cpp 610 tooling::Replacements Replace = reformat(
613 applyAllReplacements(Replace, FormatRewriterContext.Rewrite);
    [all...]
  /external/clang/lib/Parse/
ParseTemplate.cpp 579 // replace the keyword with 'class'.
581 bool Replace = Tok.isOneOf(tok::kw_typename, tok::kw_struct);
594 << (Replace ? FixItHint::CreateReplacement(Tok.getLocation(), "class")
599 if (Replace)
    [all...]
  /external/dng_sdk/source/
dng_string.cpp 1616 bool dng_string::Replace (const char *old_string,
    [all...]
  /external/pdfium/core/src/fxcrt/
fx_basic_bstring.cpp 846 FX_STRSIZE CFX_ByteString::Replace(const CFX_ByteStringC& lpszOld,
fx_basic_wstring.cpp 603 FX_STRSIZE CFX_WideString::Replace(const FX_WCHAR* lpszOld,
  /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/pdfium/core/src/fxge/dib/
fx_dib_main.cpp     [all...]
  /external/webrtc/talk/app/webrtc/
webrtcsdp_unittest.cc 475 static void Replace(const std::string& line,
493 // Expect fail to parse kSdpFullString if replace |good_part| with |bad_part|.
496 Replace(good_part, bad_part, &bad_sdp);
527 Replace("a=sendrecv", new_direction, message);
533 Replace("m=audio 9", "m=audio 0", message);
534 Replace(kAttributeIceUfragVoice, "", message);
535 Replace(kAttributeIcePwdVoice, "", message);
538 Replace("m=video 9", "m=video 0", message);
539 Replace(kAttributeIceUfragVideo, "", message);
540 Replace(kAttributeIcePwdVideo, "", message)
    [all...]
  /external/pdfium/xfa/src/fee/src/fee/
fde_txtedtengine.cpp 448 int32_t nRet = pField->Replace(nSelStart - nBgn, nSelCount,
481 Replace(nBgn, nEnd - nBgn + 1, wsDisplay);
541 Replace(nBgn, nEnd - nBgn + 1, wsDisplay);
705 Replace(nBgn, nEnd - nBgn + 1, wsDisplay);
789 int32_t CFDE_TxtEdtEngine::Replace(int32_t nStart,
    [all...]
  /external/pdfium/xfa/src/fwl/src/basewidget/
fwl_editimp.cpp 99 FWL_ERR IFWL_Edit::Replace(int32_t nStart,
103 ->Replace(nStart, nLen, wsReplace);
416 Replace(nWordStart, nWordCount, wsDest);
632 m_pEdtEngine->Replace(nStart, nCount, wsReplace);
636 FWL_ERR CFWL_EditImp::Replace(int32_t nStart,
641 m_pEdtEngine->Replace(nStart, nLen, wsReplace);
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas     [all...]
  /external/pdfium/xfa/src/fxfa/src/fm2js/
xfa_fm2jscontext.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 195 /// \brief Replace an ISD::EXTRACT_VECTOR_ELT of a load with a narrowed
206 SDValue PromoteOperand(SDValue Op, EVT PVT, bool &Replace);
    [all...]
  /external/v8/src/
objects.cc     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.text_3.5.0.v20100601-1300.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.text_3.5.400.v20150505-1044.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/repository/org/apache/ant/ant/1.7.0/
ant-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /external/guice/extensions/struts2/lib/
ant-1.6.5.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar 

Completed in 436 milliseconds

12 3