Searched
full:replace (Results
251 -
275 of
11582) sorted by null
<<11121314151617181920>>
/development/apps/BluetoothDebug/src/com/android/bluetoothdebug/ |
DebugReceiver.java | 59 return action.replace("android", "a") 60 .replace("bluetooth", "b") 61 .replace("extra", "e") 62 .replace("action", "a");
|
/external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/ |
gUnit.g | 135 testInput = $STRING.text.replace("\\n", "\n").replace("\\r", "\r").replace("\\t", "\t") 136 .replace("\\b", "\b").replace("\\f", "\f").replace("\\\"", "\"").replace("\\'", "\'").replace("\\\\", "\\"); 162 $STRING.setText($STRING.text.replace("\\n", "\n").replace("\\r", "\r").replace("\\t", "\t" [all...] |
/external/autotest/client/common_lib/cros/fake_device_server/client_lib/ |
commands.py | 46 def update_command(self, command_id, data, replace=False): 51 @param replace: If True, replace all data with the given data using the 60 if replace:
|
/external/avahi/avahi-daemon/ |
avahi-service.dtd | 4 <!ATTLIST name replace-wildcards (yes|no) "no">
|
/external/chromium-trace/catapult/third_party/mock/ |
README.chromium | 7 mock is a library for testing in Python. It allows you to replace parts of
|
/external/hamcrest/library/src/org/hamcrest/text/ |
SubstringMatcher.java | 8 // TODO: Replace String with CharSequence to allow for easy interopability between
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
CaseFoldTransliterator.java | 92 /* replace by the mapping string */ 93 delta=iter.replace(result.toString()); 96 /* replace by single-code point mapping */ 97 delta=iter.replace(UTF16.valueOf(c));
|
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
CaseFoldTransliterator.java | 91 /* replace by the mapping string */ 92 delta=iter.replace(result.toString()); 95 /* replace by single-code point mapping */ 96 delta=iter.replace(UTF16.valueOf(c));
|
/external/icu/icu4j/samples/src/com/ibm/icu/samples/iuc/ |
Sample30_ResHello.java | 22 Sample30_ResHello.class.getPackage().getName().replace('.', '/')+"/data/reshello",
|
/external/iptables/extensions/ |
libxt_TCPOPTSTRIP.man | 1 This target will strip TCP options off a TCP packet. (It will actually replace
|
/external/libchrome/base/profiler/ |
alternate_timer.cc | 19 // Set an alternate timer function to replace the OS time function when
|
/external/libcxx/test/libcxx/android/ |
compiler.py | 57 cxx_args = self.cxx_template.replace('%OUT%', out) 58 cxx_args = cxx_args.replace('%SOURCE%', ' '.join(source_files)) 67 link_args = self.link_template.replace('%OUT%', out) 68 link_args = link_args.replace('%SOURCE%', ' '.join(source_files))
|
/external/libdivsufsort/ |
VERSION.cmake | 16 string(REGEX REPLACE "^v(.*)" "\\1" GIT_REVISION "${GIT_DESCRIBE_TAGS}")
|
/external/libxml2/result/SVG/ |
a-wf.xml | 5 <a xml:link="simple" show="replace" actuate="user" href="http://www.w3.org">
|
/external/libxml2/test/SVG/ |
a-wf.xml | 6 <a xml:link="simple" show="replace" actuate="user" href="http://www.w3.org">
|
/external/llvm/test/CodeGen/PowerPC/ |
vec_urem_const.ll | 6 ; Common code used to replace the urem by a mulhu, and compilation would
|
/external/llvm/test/CodeGen/X86/ |
pshufd-combine-crash.ll | 5 ; Test that the dag combiner doesn't assert if we try to replace a sequence of two
|
/external/lzma/CPP/7zip/UI/FileManager/ |
OverwriteDialog.rc | 22 CAPTION "Confirm File Replace"
25 LTEXT "Would you like to replace the existing file", IDT_OVERWRITE_QUESTION_BEGIN, m, 28, xc, 8
65 CAPTION "Confirm File Replace"
67 LTEXT "Would you like to replace the existing file", IDT_OVERWRITE_QUESTION_BEGIN, m, m, xc, 8
|
/external/mockito/src/org/mockito/internal/util/ |
StringJoiner.java | 20 return out.replace(lastBreak, lastBreak+1, "").toString();
|
/external/proguard/docs/ |
index.html | 21 var currFrameFile = frames["main"].location.href.replace(window.location.href.replace(/index.html.*/, ""), ""); 23 frames["main"].location.replace(destFrameFile); 25 frames["sections"].location.replace("manual/sections.html");
|
/external/snakeyaml/src/test/resources/compactnotation/ |
example12.yaml | 9 here, just replace them
|
/external/v8/build/android/ |
adb_android_webview_command_line | 9 # Otherwise, the given flags are used to REPLACE (not modify) the content shell
|
adb_blimp_command_line | 9 # Otherwise, the given flags are used to REPLACE (not modify) the Blimp
|
adb_chrome_public_command_line | 9 # Otherwise, the given flags are used to REPLACE (not modify) the Chrome
|
adb_content_shell_command_line | 9 # Otherwise, the given flags are used to REPLACE (not modify) the content shell
|
Completed in 699 milliseconds
<<11121314151617181920>>