HomeSort by relevance Sort by last modified time
    Searched refs:replace (Results 751 - 775 of 2935) sorted by null

<<31323334353637383940>>

  /external/harfbuzz_ng/src/
hb-common.cc 508 hb_bool_t replace)
513 if (replace) {
520 bool ret = !!items.replace_or_insert (item, lock, replace);
  /external/javassist/src/main/javassist/convert/
TransformAccessArrayField.java 74 pos = replace(cp, iterator, pos, c, getLoadReplacementSignature(c));
78 pos = replace(cp, iterator, pos, c, getStoreReplacementSignature(c));
125 private int replace(ConstPool cp, CodeIterator iterator, int pos, method in class:TransformAccessArrayField
133 // Do not replace an AALOAD instruction that we do not have a type for
  /external/javassist/src/main/javassist/expr/
Expr.java 258 // The implementation of replace() should call thisClass.checkModify()
269 public abstract void replace(String statement) throws CannotCompileException; method in class:Expr
281 public void replace(String statement, ExprEditor recursive) method in class:Expr
284 replace(statement);
  /external/lldb/source/Target/
CPPLanguageRuntime.cpp 93 std::string& replace (std::string& target, function in class:CPPRuntimeEquivalents
101 target.replace(pos, pattern_len, with);
124 replace (target, matching_key_str, equiv_class);
  /external/mesa3d/scons/
custom.py 108 file = os.path.join(str(dir), imp.replace('.', os.sep) + '.py')
112 file = os.path.join(str(dir), imp.replace('.', os.sep), '__init__.py')
134 command = command.replace('$SCRIPT', script_src.path)
  /external/oauth/core/src/main/java/net/oauth/
OAuth.java 162 .replace("+", "%20").replace("*", "%2A")
163 .replace("%7E", "~");
  /external/skia/src/pathops/
SkIntersections.cpp 159 void SkIntersections::quickRemoveOne(int index, int replace) {
160 if (index < replace) {
161 fT[0][index] = fT[0][replace];
  /frameworks/base/core/java/android/widget/
MultiAutoCompleteTextView.java 157 e.replace(start, i, "");
159 e.replace(start, i,
202 editable.replace(start, end, mTokenizer.terminateToken(text));
  /frameworks/base/test-runner/src/android/test/
ClassPathPackageInfoSource.java 110 String pathPrefix = packagePrefix.replace('.', '/');
192 String p = entryName.substring(0, index).replace('/', '.');
195 classNames.add(getClassName(entryName).replace('/', '.'));
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/
UriUtils.java 66 .replace(URI_PACKAGE_DELIMITER, URI_PATH_DELIMITER);
89 + iconResource.resourceName.replace(URI_PACKAGE_DELIMITER, URI_PATH_DELIMITER));
97 + resourceName.replace(URI_PACKAGE_DELIMITER, URI_PATH_DELIMITER));
182 // Trim off the scheme + 3 extra for "://", then replace the first "/" with a ":"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
platform.py 934 replace = string.replace
935 platform = replace(platform,' ','_')
936 platform = replace(platform,'/','-')
937 platform = replace(platform,'\\','-')
938 platform = replace(platform,':','-')
939 platform = replace(platform,';','-')
940 platform = replace(platform,'"','-')
941 platform = replace(platform,'(','-')
942 platform = replace(platform,')','-'
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pty.py 40 return data.replace('\r\r\n', '\n')
44 return data.replace('\r\n', '\n')
166 sys.stdout.write(data.replace('\r\n', '\n'))
169 ##lines = line.replace('\r\n', '\n').split('\n')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
platform.py 934 replace = string.replace
935 platform = replace(platform,' ','_')
936 platform = replace(platform,'/','-')
937 platform = replace(platform,'\\','-')
938 platform = replace(platform,':','-')
939 platform = replace(platform,';','-')
940 platform = replace(platform,'"','-')
941 platform = replace(platform,'(','-')
942 platform = replace(platform,')','-'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pty.py 40 return data.replace('\r\r\n', '\n')
44 return data.replace('\r\n', '\n')
166 sys.stdout.write(data.replace('\r\n', '\n'))
169 ##lines = line.replace('\r\n', '\n').split('\n')
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/export/
AbstractPropertiesFieldsPart.java 180 // replace old line by new one. This doesn't change the
183 doc.replace(info.getOffset(), info.getLength(), line);
193 AdtPlugin.log(e, "Failed to replace in export.properties");
204 // replace old line by new one
212 doc.replace(info.getOffset(), info.getLength(), line);
224 doc.replace(len, 0, line);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateManager.java 113 rootPath.replace('/', File.separatorChar) + File.separator
114 + relativePath.replace('/', File.separatorChar));
134 relativePath.replace('/', File.separatorChar));
  /external/stlport/test/unit/
string_test.cpp 59 CPPUNIT_TEST(replace);
118 void replace();
530 void StringTest::replace() function in class:StringTest
533 * This test case is for the non template basic_string::replace method,
542 s.replace(i, i + 3, v.begin(), v.end());
547 s.replace(i, i + 1, v.begin(), v.end());
553 s.replace(i, i + 3, ci + 3, cs.end());
559 s.replace(i, i + 3, ci, ci + 2);
565 s.replace(i, i + 3, ci + 1, cs.end());
571 s.replace(i, i, ci, ci + 1)
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
string_test.cpp 59 CPPUNIT_TEST(replace);
118 void replace();
530 void StringTest::replace() function in class:StringTest
533 * This test case is for the non template basic_string::replace method,
542 s.replace(i, i + 3, v.begin(), v.end());
547 s.replace(i, i + 1, v.begin(), v.end());
553 s.replace(i, i + 3, ci + 3, cs.end());
559 s.replace(i, i + 3, ci, ci + 2);
565 s.replace(i, i + 3, ci + 1, cs.end());
571 s.replace(i, i, ci, ci + 1)
    [all...]
  /ndk/tests/device/test-stlport/unit/
string_test.cpp 59 CPPUNIT_TEST(replace);
118 void replace();
530 void StringTest::replace() function in class:StringTest
533 * This test case is for the non template basic_string::replace method,
542 s.replace(i, i + 3, v.begin(), v.end());
547 s.replace(i, i + 1, v.begin(), v.end());
553 s.replace(i, i + 3, ci + 3, cs.end());
559 s.replace(i, i + 3, ci, ci + 2);
565 s.replace(i, i + 3, ci + 1, cs.end());
571 s.replace(i, i, ci, ci + 1)
    [all...]
  /external/chromium_org/chrome/installer/util/prebuild/
create_string_rc.py 205 self.lang = lang.replace('-', '_').upper()
342 escaped_text = (translation.translation.replace('"', '""')
343 .replace('\t', '\\t')
344 .replace('\n', '\\n'))
367 % (lang.replace('_', '-').lower(), lang))
  /external/chromium_org/tools/gyp/pylib/gyp/
mac_tool.py 46 return name_string.title().replace('-', '')
147 # Go through all the environment variables and replace them as variables in
155 lines = string.replace(lines, evar, evalue)
165 lines = string.replace(lines, evar, evalue)
169 lines = string.replace(lines, evar, evalue)
505 data = data.replace('$(%s)' % key, value)
  /external/chromium_org/tools/json_schema_compiler/
cpp_bundle_generator.py 128 namespace_name = CapitalizeFirstLetter(namespace.name.replace(
191 namespace_name = namespace.unix_name.replace("experimental_", "")
258 name.replace('.', '_'))
287 segments = [json_content[i:i + max_length].replace('\\', '\\\\')
288 .replace('"', '\\"')
  /external/clang/utils/
FuzzTest 14 def __init__(self, inputs, delete, insert, replace,
20 self.replace = bool(replace)
26 self.num_tests = ((delete + (insert + replace)*self.num_insert_strings)
67 assert self.replace
69 return ('replace', position, insert_str, picked_position)
86 elif self.test[0] == 'replace':
236 help="Characters to insert/replace",
248 group.add_option("", "--no-replace", help="Don't replace strings"
    [all...]
  /frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
DelegateClassAdapterTest.java 89 String internalClassName = NATIVE_CLASS_NAME.replace('.', '/');
150 String internalClassName = NATIVE_CLASS_NAME.replace('.', '/');
164 String internalClassName = NATIVE_CLASS_NAME.replace('.', '/');
223 String outerClassName = OUTER_CLASS_NAME.replace('.', '/');
231 String innerClassName = INNER_CLASS_NAME.replace('.', '/');
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
PyParse.py 122 # replace all Unicode characters with "x". This is "safe"
219 str = str.replace('xxxxxxxx', 'x')
220 str = str.replace('xxxx', 'x')
221 str = str.replace('xx', 'x')
222 str = str.replace('xx', 'x')
223 str = str.replace('\nx', '\n')

Completed in 628 milliseconds

<<31323334353637383940>>