/external/e2fsprogs/lib/ext2fs/tdb/patches/ |
series | 2 replace-includes
|
/external/eigen/cmake/ |
RegexUtils.cmake | 2 STRING(REGEX REPLACE "\\\\" "\\\\\\\\" FILETEST2 "${_str_in}") 3 STRING(REGEX REPLACE "([.$+*?|-])" "\\\\\\1" FILETEST2 "${FILETEST2}") 4 STRING(REGEX REPLACE "\\^" "\\\\^" FILETEST2 "${FILETEST2}") 5 STRING(REGEX REPLACE "\\(" "\\\\(" FILETEST2 "${FILETEST2}") 6 STRING(REGEX REPLACE "\\)" "\\\\)" FILETEST2 "${FILETEST2}") 7 STRING(REGEX REPLACE "\\[" "\\\\[" FILETEST2 "${FILETEST2}") 8 STRING(REGEX REPLACE "\\]" "\\\\]" FILETEST2 "${FILETEST2}")
|
/external/v8/test/mjsunit/es6/ |
string-replace.js | 6 [Symbol.replace]: (string, newValue) => string + newValue 9 assertThrows(() => String.prototype.replace.call(null, pattern, "x"), 12 assertEquals("abcdex", "abcde".replace(pattern, "x")); 14 pattern[Symbol.replace] = "dumdidum"; 15 assertThrows(() => "abcde".replace(pattern, "x"), TypeError); 17 assertEquals("[Symbol.replace]", RegExp.prototype[Symbol.replace].name);
|
pattern-brand-check.js | 11 get [Symbol.replace]() { 12 calls.push("@@replace"); 50 "".replace(createNonRegExp(calls), ""); 51 assertEquals(["@@replace", "@@toPrimitive"], calls);
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/mac/ |
ascii2mpw.py | 7 mpw_line = string.replace(asc_line, "\\xA5", "\245") 8 mpw_line = string.replace(mpw_line, "\\xB6", "\266") 9 mpw_line = string.replace(mpw_line, "\\xC4", "\304") 10 mpw_line = string.replace(mpw_line, "\\xC5", "\305") 11 mpw_line = string.replace(mpw_line, "\\xFF", "\377") 12 mpw_line = string.replace(mpw_line, "\n", "\r") 13 mpw_line = string.replace(mpw_line, "\\n", "\n") 17 asc_line = string.replace(mpw_line, "\n", "\\n") 18 asc_line = string.replace(asc_line, "\r", "\n") 19 asc_line = string.replace(asc_line, "\245", "\\xA5" [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/token-rewrite/ |
basic.rb | 45 example 'replace index 0' do 47 stream.replace( 0, 'x' ) 51 example 'replace last index' do 53 stream.replace 2, 'x' 57 example 'replace last index' do 59 stream.replace( 2, 'x' ) 63 example 'replace middle index' do 65 stream.replace 1, 'x' 69 example 'replace middle index' do 71 stream.replace 1, 'x [all...] |
/art/test/596-checker-dead-phi/ |
info.txt | 1 Regression test for optimizing where we used to replace a dead loop
|
/external/opencv3/cmake/ |
OpenCVCRTLinkage.cmake | 17 string(REPLACE "/OPT:ICF " "/OPT:NOICF " CMAKE_EXE_LINKER_FLAGS_DEBUG "${CMAKE_EXE_LINKER_FLAGS_DEBUG}") 18 string(REPLACE "/OPT:REF " "/OPT:NOREF " CMAKE_EXE_LINKER_FLAGS_DEBUG "${CMAKE_EXE_LINKER_FLAGS_DEBUG}") 19 string(REPLACE "/INCREMENTAL:YES " "/INCREMENTAL:NO " CMAKE_EXE_LINKER_FLAGS_DEBUG "${CMAKE_EXE_LINKER_FLAGS_DEBUG}") 20 string(REPLACE "/INCREMENTAL " "/INCREMENTAL:NO " CMAKE_EXE_LINKER_FLAGS_DEBUG "${CMAKE_EXE_LINKER_FLAGS_DEBUG}") 22 string(REPLACE "/OPT:ICF " "/OPT:NOICF " CMAKE_MODULE_LINKER_FLAGS_DEBUG "${CMAKE_MODULE_LINKER_FLAGS_DEBUG}") 23 string(REPLACE "/OPT:REF " "/OPT:NORE F" CMAKE_MODULE_LINKER_FLAGS_DEBUG "${CMAKE_MODULE_LINKER_FLAGS_DEBUG}") 24 string(REPLACE "/INCREMENTAL:YES " "/INCREMENTAL:NO " CMAKE_MODULE_LINKER_FLAGS_DEBUG "${CMAKE_MODULE_LINKER_FLAGS_DEBUG}") 25 string(REPLACE "/INCREMENTAL " "/INCREMENTAL:NO " CMAKE_MODULE_LINKER_FLAGS_DEBUG "${CMAKE_MODULE_LINKER_FLAGS_DEBUG}") 27 string(REPLACE "/OPT:ICF " "/OPT:NOICF " CMAKE_SHARED_LINKER_FLAGS_DEBUG "${CMAKE_SHARED_LINKER_FLAGS_DEBUG}") 28 string(REPLACE "/OPT:REF " "/OPT:NOREF " CMAKE_SHARED_LINKER_FLAGS_DEBUG "${CMAKE_SHARED_LINKER_FLAGS_DEBUG}" [all...] |
cl2cpp.cmake | 4 string(REPLACE ".cpp" ".hpp" OUTPUT_HPP "${OUTPUT}") 49 string(REPLACE "\r" "" lines "${lines}\n") 50 string(REPLACE "\t" " " lines "${lines}") 52 string(REGEX REPLACE "/\\*([^*]/|\\*[^/]|[^*/])*\\*/" "" lines "${lines}") # multiline comments 53 string(REGEX REPLACE "/\\*([^\n])*\\*/" "" lines "${lines}") # single-line comments 54 string(REGEX REPLACE "[ ]*//[^\n]*\n" "\n" lines "${lines}") # single-line comments 55 string(REGEX REPLACE "\n[ ]*(\n[ ]*)*" "\n" lines "${lines}") # empty lines & leading whitespace 56 string(REGEX REPLACE "^\n" "" lines "${lines}") # leading new line 58 string(REPLACE "\\" "\\\\" lines "${lines}") 59 string(REPLACE "\"" "\\\"" lines "${lines}" [all...] |
OpenCVVersion.cmake | 4 string(REGEX REPLACE ".+CV_VERSION_MAJOR[ ]+([0-9]+).*" "\\1" OPENCV_VERSION_MAJOR "${OPENCV_VERSION_PARTS}") 5 string(REGEX REPLACE ".+CV_VERSION_MINOR[ ]+([0-9]+).*" "\\1" OPENCV_VERSION_MINOR "${OPENCV_VERSION_PARTS}") 6 string(REGEX REPLACE ".+CV_VERSION_REVISION[ ]+([0-9]+).*" "\\1" OPENCV_VERSION_PATCH "${OPENCV_VERSION_PARTS}") 7 string(REGEX REPLACE ".+CV_VERSION_STATUS[ ]+\"([^\"]*)\".*" "\\1" OPENCV_VERSION_STATUS "${OPENCV_VERSION_PARTS}")
|
/frameworks/support/samples/SupportLeanbackDemos/ |
generatev4.py | 25 return line.replace('<?xml version="1.0" encoding="utf-8"?>', '<?xml version="1.0" encoding="utf-8"?>\n<!-- This file is auto-generated from {}.xml. DO NOT MODIFY. -->\n'.format(name)) 31 line = line.replace('android.app.Fragment', 'android.support.v4.app.Fragment') 32 line = line.replace('android.app.Activity', 'android.support.v4.app.FragmentActivity') 33 line = line.replace('GuidedStepFragment', 'GuidedStepSupportFragment') 34 line = line.replace('GuidedStepActivity', 'GuidedStepSupportActivity') 35 line = line.replace('extends Activity', 'extends FragmentActivity') 44 line = line.replace('android.app.Fragment', 'android.support.v4.app.Fragment') 45 line = line.replace('android.app.Activity', 'android.support.v4.app.FragmentActivity') 46 line = line.replace('GuidedStepFragment', 'GuidedStepSupportFragment') 47 line = line.replace('GuidedStepActivity', 'GuidedStepSupportActivity' [all...] |
/external/v8/test/mjsunit/ |
string-oom-replace-regexp-global-with-function.js | 10 function replace() { function 11 a.replace(/a/g, function() { return b }); 14 assertThrows(replace, RangeError);
|
/external/dbus/cmake/modules/ |
MacroGetenvWinPath.cmake | 4 STRING(REGEX REPLACE "\\\\" "/" ${var} "${${var}}")
|
/external/snakeyaml/src/test/resources/compactnotation/ |
error8.yaml | 7 here, just replace them
|
error5.yaml | 7 here, just replace them
|
error9.yaml | 8 here, just replace them
|
/developers/build/templates/base/ |
README.md.ftl | 5 ${sample.metadata.description?trim?replace('\\n\\n', '\n')?replace('\\"', '"')?replace('\t+', '', 'r')?replace('(^\n+|\n+$)', '', 'r')} 7 ${sample.strings.intro?trim?replace('\\n\\n', '\n')?replace('\\"', '"')?replace('\t+', '', 'r')?replace(' +', '', 'r')?replace("\\\\'", "'", 'r')?replace('\\"', '"', 'r')?replace('(^\n+|\n+$)', '', 'r') [all...] |
/developers/build/templates/base-build/ |
README.md.ftl | 5 ${sample.metadata.description?trim?replace('\\n\\n', '\n')?replace('\\"', '"')?replace('\t+', '', 'r')?replace('(^\n+|\n+$)', '', 'r')} 7 ${sample.strings.intro?trim?replace('\\n\\n', '\n')?replace('\\"', '"')?replace('\t+', '', 'r')?replace(' +', '', 'r')?replace("\\\\'", "'", 'r')?replace('\\"', '"', 'r')?replace('(^\n+|\n+$)', '', 'r') [all...] |
/developers/build/templates/unmanaged/ |
README.md.ftl | 5 ${sample.metadata.description?trim?replace('\\n\\n', '\n')?replace('\\"', '"')?replace('\t+', '', 'r')?replace('(^\n+|\n+$)', '', 'r')} 7 ${sample.strings.intro?trim?replace('\\n\\n', '\n')?replace('\\"', '"')?replace('\t+', '', 'r')?replace(' +', '', 'r')?replace("\\\\'", "'", 'r')?replace('\\"', '"', 'r')?replace('(^\n+|\n+$)', '', 'r') [all...] |
/external/v8/benchmarks/ |
regexp.js | 128 s2[i].replace(re2, ''); 146 s8[i].replace(re5, ''); 149 s9[i].replace(re6, ''); 160 s14[i].replace(re6, ''); 166 s16[i].replace(re10, ''); 167 s16[i].replace(/\[/g, ''); 168 s17[i].replace(re11, ''); 171 s18[i].replace(re2, ''); 177 s20[i].replace(re12, ''); 181 s21[i].replace(/([a-zA-Z]|\s)+/, '') [all...] |
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
t048rewrite.html | 64 tokens.replace(0,"x"); 73 tokens.replace(2,"x"); 82 tokens.replace(1,"x"); 91 tokens.replace(1,"x"); 92 tokens.replace(1,"y"); 101 tokens.replace(1,"x"); 111 tokens.replace(0,"x"); 121 tokens.replace(0,"x"); 133 tokens.replace(0,"x"); 154 tokens.replace(0,"z") [all...] |
/external/autotest/tko/migrations/ |
026_fix_saved_graphing_queries.py | 3 SET url_token = REPLACE(url_token, 'view=Metrics+Plot', 'view=metrics_plot');
|
/external/clang/test/Analysis/ |
cstring-syntax.c | 9 strncat(dest, "AAAAAAAAAAAAAAAAAAAAAAAAAAAAA", sizeof(dest) - 1); // expected-warning {{Potential buffer overflow. Replace with 'sizeof(dest) - strlen(dest) - 1' or use a safer 'strlcat' API}} 10 strncat(dest, "AAAAAAAAAAAAAAAAAAAAAAAAAAA", sizeof(dest)); // expected-warning {{Potential buffer overflow. Replace with}} 11 strncat(dest, "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", sizeof(dest) - strlen(dest)); // expected-warning {{Potential buffer overflow. Replace with}} 12 strncat(dest, src, sizeof(src)); // expected-warning {{Potential buffer overflow. Replace with}}
|
/external/curl/packages/Linux/RPM/ |
README | 1 Author: Daniel (I'm not trustworthy, replace this!)
|
/external/lzma/Java/Tukaani/maven/ |
README | 2 for building the project. Note that build.xml will replace @foo@ tags.
|