/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_nonzero.py | 21 name.replace(new)
|
fix_raw_input.py | 17 name.replace(Name(u"input", prefix=name.prefix))
|
fix_renames.py | 23 for module, replace in MAPPING.items(): 24 for old_attr, new_attr in replace.items(): 60 # self.replace = {} 70 attr_name.replace(Name(new_attr, prefix=attr_name.prefix))
|
fix_itertools.py | 37 # Replace the node wich contains ('.', 'function') with the 40 func.parent.replace(func) 43 func.replace(Name(func.value[1:], prefix=prefix))
|
/external/vboot_reference/tests/futility/ |
test_gbb_utility.sh | 13 REPLACE="${BUILD_RUN}/tests/futility/binary_editor" 112 cat ${TMP}.blob | ${REPLACE} 0x4 2 > ${TMP}.blob.bad 116 cat ${TMP}.blob | ${REPLACE} 0x8 0x81 > ${TMP}.blob.bad 120 cat ${TMP}.blob | ${REPLACE} 0x8 0x7f > ${TMP}.blob.bad 124 cat ${TMP}.blob | ${REPLACE} 0x8f 0x41 > ${TMP}.blob.bad 128 cat ${TMP}.blob | ${REPLACE} 0x14 0x00 > ${TMP}.blob.ok 131 cat ${TMP}.blob | ${REPLACE} 0x14 0x01 | ${REPLACE} 0x80 0x00 > ${TMP}.blob.ok 135 cat ${TMP}.blob | ${REPLACE} 0x8f 0x41 > ${TMP}.blob.bad 139 cat ${TMP}.blob | ${REPLACE} 0x10 0x7f > ${TMP}.blob.ba [all...] |
/build/tools/droiddoc/templates-pdk/assets/ |
microtemplate.js | 23 .replace(/[\r\t\n]/g, " ") 25 .replace(/((^|%>)[^\t]*)'/g, "$1\r") 26 .replace(/\t=(.*?)%>/g, "',$1,'")
|
/external/clang/test/Index/ |
fix-its.c | 11 // CHECK: FIX-IT: Replace [13:12 - 13:18] with "wibble" 15 // CHECK: FIX-IT: Replace [17:6 - 17:12] with "wibble" 25 // CHECK: FIX-IT: Replace [26:17 - 26:19] with "%lu"
|
/external/doclava/src/com/google/doclava/ |
CodeTagInfo.java | 27 t = t.replace("&", "&"); 28 t = t.replace("<", "<"); 29 t = t.replace(">", ">");
|
LiteralTagInfo.java | 27 t = t.replace("&", "&"); 28 t = t.replace("<", "<"); 29 t = t.replace(">", ">");
|
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/ |
ClassNameReader.java | 47 array.add( name.replace('/', '.') ); 49 array.add( superName.replace('/', '.') ); 52 array.add( interfaces[i].replace('/', '.') );
|
/external/v8/test/mjsunit/compiler/ |
osr-maze2.js | 51 body = body.replace(new RegExp("bar"), "bar" + i); 54 if (i == j) body = body.replace(r, "%OptimizeOsr();"); 55 else body = body.replace(r, "");
|
/external/v8/test/mjsunit/ |
debug-liveedit-exceptions.js | 25 Replace(BestEditor, "Emacs", "Eclipse"); 28 Replace(BestEditor, "Eclipse", "Vim"); 40 function Replace(fun, original, patch) {
|
debug-stepin-builtin-callback-opt.js | 29 // Optimize the inner helper function for string replace. 30 for (var i = 0; i < 10000; i++) "x".replace(re, replaceCallback); 34 var result = "x".replace(re, replaceCallback); // Break 1.
|
/external/v8/tools/gyp/test/configurations/inheritance/ |
gyptest-duplicates.py | 26 contents = test.read('duplicates.gypd').replace( 27 '\r', '').replace('\\\\', '/') 28 expect = test.read('duplicates.gypd.golden').replace('\r', '')
|
/external/v8/tools/gyp/test/variables/commands/ |
gyptest-commands-repeated.py | 16 expect = test.read('commands-repeated.gyp.stdout').replace('\r\n', '\n') 31 contents = test.read('commands-repeated.gypd').replace('\r\n', '\n') 32 expect = test.read('commands-repeated.gypd.golden').replace('\r\n', '\n')
|
gyptest-commands.py | 17 expect = test.read('commands.gyp.stdout').replace('\r', '') 32 contents = test.read('commands.gypd').replace('\r', '') 33 expect = test.read('commands.gypd.golden').replace('\r', '')
|
/hardware/bsp/intel/peripheral/libmraa/cmake/modules/ |
FindNodejs.cmake | 33 string (REPLACE "v" "" NODE_VERSION_STRING "${_VERSION}") 34 string (REPLACE "." ";" _VERSION_LIST "${NODE_VERSION_STRING}") 39 string (REPLACE "." ";" _V8_VERSION_LIST "${_V8_VERSION}")
|
/prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/fixes/ |
fix_itertools.py | 37 # Replace the node wich contains ('.', 'function') with the 40 func.parent.replace(func) 43 func.replace(Name(func.value[1:], prefix=prefix))
|
/prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/fixes/ |
fix_itertools.py | 37 # Replace the node wich contains ('.', 'function') with the 40 func.parent.replace(func) 43 func.replace(Name(func.value[1:], prefix=prefix))
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_itertools.py | 37 # Replace the node wich contains ('.', 'function') with the 40 func.parent.replace(func) 43 func.replace(Name(func.value[1:], prefix=prefix))
|
/prebuilts/tools/common/proguard/proguard4.7/docs/manual/retrace/ |
index.html | 11 window.top.location.replace("../../index.html#"+window.location.pathname+window.location.hash); 13 var hash="#"+window.location.pathname.replace(window.top.location.pathname.replace("index.html", ""), "");
|
/external/v8/src/compiler/ |
js-builtin-reducer.cc | 101 return Replace(value); 113 return Replace(value); 128 return Replace(value); 139 return Replace(value); 151 return Replace(value); 163 return Replace(value); 175 return Replace(value); 187 return Replace(value); 198 return Replace(value); 210 return Replace(value) [all...] |
/external/libgdx/extensions/gdx-jnigen/src/com/badlogic/gdx/jnigen/ |
AntScriptGenerator.java | 111 libsDirs.add("../" + libsDir.path().replace('\\', '/'));
137 template = template.replace("%projectName%", config.sharedLibName + "-natives");
138 template = template.replace("<clean/>", clean.toString());
139 template = template.replace("<compile/>", compile.toString());
140 template = template.replace("%packFile%", "../" + config.libsDir.path().replace('\\', '/') + "/" + config.sharedLibName
142 template = template.replace("<pack/>", pack);
191 return config.libsDir.child(targetName).path().replace('\\', '/');
200 template = template.replace("%precompile%", target.preCompileTask == null ? "" : target.preCompileTask);
201 template = template.replace("%postcompile%", target.postCompileTask == null ? "" : target.postCompileTask); [all...] |
/external/guava/guava-tests/test/com/google/common/collect/ |
ForwardingConcurrentMapTest.java | 62 assertEquals(Integer.valueOf(1), map.replace("foo", 2)); 63 assertNull(map.replace("bar", 3)); 71 assertFalse(map.replace("foo", 2, 3)); 72 assertFalse(map.replace("bar", 1, 2)); 75 assertTrue(map.replace("foo", 1, 4));
|
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/utils/ |
AssetsFileGenerator.java | 27 args[0] = args[0].replace("\\", "/");
35 String dirName = directory.toString().replace("\\", "/").replace(base, "") + "/";
41 String fileName = file.toString().replace("\\", "/").replace(base, "");
|