HomeSort by relevance Sort by last modified time
    Searched full:replace (Results 126 - 150 of 11582) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestTokenRewriteStream.java 100 tokens.replace(0, "x");
116 tokens.replace(2, "x");
132 tokens.replace(1, "x");
153 tokens.replace(4, 8, "0"); // replace 3 * 0 with 0
193 tokens.replace(4, 8, "0"); // replace 3 * 0 with 0
235 tokens.replace(1, "x");
236 tokens.replace(1, "y");
253 tokens.replace(1, "x")
    [all...]
  /external/autotest/client/cros/
semiauto_framework.py 41 """Replace the body of self._tab with provided html.
43 @param html: the HTML that will replace the body of the dialog tab.
45 html_esc = html.replace('"', '\\"')
54 """Replace the body of self._tab with a blank screen.
59 """Replace the body of self._tab with provided html and buttons.
61 @param html: the HTML that will replace the body of the dialog tab.
76 """Replace the body of self._tab with provided html and a textbox.
81 @param html: the HTML that will replace the body of the dialog tab.
  /external/guava/guava-gwt/src-super/java/util/super/java/util/concurrent/
ConcurrentMap.java 32 V replace(K key, V value); method in interface:ConcurrentMap
34 boolean replace(K key, V oldValue, V newValue); method in interface:ConcurrentMap
  /external/llvm/test/Transforms/DeadArgElim/
canon.ll 3 ; This test should remove {} and replace it with void
5 ; This test shouls replace the {i32} return value with just i32
  /external/slf4j/
binderVersion.pl 14 sub replace () { subroutine
41 do replace($ARG);
version.pl 11 sub replace () { subroutine
40 do replace($ARG);
  /external/vulkan-validation-layers/cmake/
FindXCB.cmake 18 string(REPLACE "-" "_" compname ${compname})
20 string(REPLACE "xcb-" "" headername xcb/${comp}.h)
  /prebuilts/go/darwin-x86/test/
crlf.go 17 prog = strings.Replace(prog, "BQ", "`", -1)
18 prog = strings.Replace(prog, "CR", "\r", -1)
  /prebuilts/go/linux-x86/test/
crlf.go 17 prog = strings.Replace(prog, "BQ", "`", -1)
18 prog = strings.Replace(prog, "CR", "\r", -1)
  /external/clang/test/CXX/basic/basic.link/
p9.cpp 9 int N(); // expected-error{{redefinition}} expected-warning{{interpreted as a function declaration}} expected-note {{replace parentheses with an initializer}}
  /external/clang/www/analyzer/scripts/
menu.js 11 this.className=this.className.replace(" over", "");
  /external/dbus/test/data/invalid-messages/
not-nul-header-padding.message 20 ## kill a padding byte and replace it
  /external/guava/guava/src/com/google/common/collect/
ForwardingConcurrentMap.java 52 public V replace(K key, V value) { method in class:ForwardingConcurrentMap
53 return delegate().replace(key, value);
57 public boolean replace(K key, V oldValue, V newValue) { method in class:ForwardingConcurrentMap
58 return delegate().replace(key, oldValue, newValue);
  /external/icu/icu4c/source/samples/datefmt/
util.h 12 // Replace nonprintable characters with unicode escapes
  /external/icu/icu4c/source/samples/msgfmt/
util.h 12 // Replace nonprintable characters with unicode escapes
  /external/icu/icu4c/source/samples/numfmt/
util.h 13 // Replace nonprintable characters with unicode escapes
  /external/icu/icu4c/source/samples/translit/
util.h 12 // Replace nonprintable characters with unicode escapes
  /external/iproute2/man/man8/
rtpr.8 4 rtpr \- replace backslashes with newlines.
  /external/libdivsufsort/CMakeModules/
CheckFunctionKeywords.cmake 6 string(REGEX REPLACE "[-+/ ()]" "_" flagname "${flag}")
  /external/libxml2/result/SVG/
template.xml 5 <a xml:link="simple" show="replace" actuate="user" href="http://www.w3.org">
  /external/libxml2/test/SVG/
template.xml 6 <a xml:link="simple" show="replace" actuate="user" href="http://www.w3.org">
  /external/libxml2/test/schemas/
facet-whiteSpace_0.xsd 8 <xsd:whiteSpace value="replace"/>
  /external/llvm/utils/llvm-lit/
CMakeLists.txt 9 string(REPLACE ${CMAKE_CFG_INTDIR} ${BUILD_MODE} bi ${llvm_lit_path})
  /external/lzma/CPP/7zip/UI/FileManager/
FormatUtils.cpp 21 result.Replace(L"{0}", argument);
  /external/mesa3d/src/gallium/targets/dri-vmwgfx/
vmw_powf.c 4 * replace the powf function with calls to expf and logf.

Completed in 2852 milliseconds

1 2 3 4 56 7 8 91011>>