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

1 2 3 4 56 7 8 91011>>

  /development/samples/browseable/Camera2Raw/src/com.example.android.camera2raw/
CameraActivity.java 33 .replace(R.id.container, Camera2RawFragment.newInstance())
  /development/samples/browseable/Camera2Video/src/com.example.android.camera2video/
CameraActivity.java 30 .replace(R.id.container, Camera2VideoFragment.newInstance())
  /external/icu/icu4j/samples/src/com/ibm/icu/samples/iuc/
Sample30_ResHello.java 22 Sample30_ResHello.class.getPackage().getName().replace('.', '/')+"/data/reshello",
  /external/icu/tools/srcgen/src/main/java/com/android/icu4j/srcgen/
ReplaceIcuTags.java 45 rewrite.replace(tag, createIcuMarker(ast), null /* editGroup */);
49 rewrite.replace(tag, createIcuUsageText(ast), null /* editGroup */);
59 rewrite.replace(tag, createIcuEnhancementText(ast, element), null /* editGroup */);
63 rewrite.replace(tag, createIcuNoteText(ast), null /* editGroup */);
  /external/libcxx/test/std/algorithms/alg.modifying.operations/alg.replace/
replace.pass.cpp 17 // replace(Iter first, Iter last, const T& old_value, const T& new_value);
30 std::replace(Iter(ia), Iter(ia+sa), 2, 5);
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/
ClassFilterTransformer.java 29 return filter.accept(name.replace('/', '.'));
  /external/mockito/src/org/mockito/internal/util/
StringJoiner.java 20 return out.replace(lastBreak, lastBreak+1, "").toString();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.replace/
replace.pass.cpp 17 // replace(Iter first, Iter last, const T& old_value, const T& new_value);
30 std::replace(Iter(ia), Iter(ia+sa), 2, 5);
  /platform_testing/tests/perf/PerformanceLaunch/
gen_locales.py 24 locales = [locale.replace("_", "-r") for locale in localeStr.split(" ")]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/fixes/
fix_methodattrs.py 24 attr.replace(Name(new, prefix=attr.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))
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/fixes/
fix_methodattrs.py 24 attr.replace(Name(new, prefix=attr.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))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_methodattrs.py 24 attr.replace(Name(new, prefix=attr.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))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_methodattrs.py 24 attr.replace(Name(new, prefix=attr.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))
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
FmSlashedPackageNameMethod.java 37 return new SimpleScalar(args.get(0).toString().replace('.', '/'));
  /cts/tools/selinux/
SELinuxNeverallowTestGen.py 25 squashed_neverallow = neverallow_rule.replace("\n", " ")
27 method = method.replace("testNeverallowRules()",
29 return method.replace("$NEVERALLOW_RULE_HERE$", squashed_neverallow)
  /developers/build/prebuilts/gradle/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
MainActivity.java 65 .replace(R.id.container, new SetupProfileFragment())
71 .replace(R.id.container, new StatusFragment())
77 .replace(R.id.container, new AppRestrictionEnforcerFragment())
  /developers/samples/android/admin/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
MainActivity.java 65 .replace(R.id.container, new SetupProfileFragment())
71 .replace(R.id.container, new StatusFragment())
77 .replace(R.id.container, new AppRestrictionEnforcerFragment())
  /development/samples/SupportLeanbackShowcase/
build-local.py 9 def replace(inputFile, pattern, newVal, ): function
10 print 'About to replace repo path to {0} in {1}'.format(newVal, inputFile)
53 replace(os.getcwd()+"/local.properties", r'(.*)LOCAL_REPO(.*)', 'LOCAL_REPO='+repo_path)
54 replace(os.getcwd()+"/local.properties", r'(.*)LIBRARY_VERSION(.*)', 'LIBRARY_VERSION='+library_version)
  /development/samples/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/
MainActivity.java 65 .replace(R.id.container, new SetupProfileFragment())
71 .replace(R.id.container, new StatusFragment())
77 .replace(R.id.container, new AppRestrictionEnforcerFragment())
  /packages/apps/Calculator/src/com/android/calculator2/
CalculatorExpressionBuilder.java 37 public SpannableStringBuilder replace(int start, int end, CharSequence tb, int tbstart, method in class:CalculatorExpressionBuilder
41 return super.replace(start, end, tb, tbstart, tbend);
84 // since this is the first edit replace the entire string
91 return super.replace(start, end, appendExpr, 0, appendExpr.length());
  /sdk/eclipse/scripts/
update_version.sh 32 function replace() { function
51 replace "$i"
67 replace "$i"
72 # want to replace those automatically as it could be something else.

Completed in 1111 milliseconds

1 2 3 4 56 7 8 91011>>