HomeSort by relevance Sort by last modified time
    Searched refs:Replacer (Results 1 - 10 of 10) sorted by null

  /external/v8/test/mjsunit/es6/
proxies-json.js 281 // Replacer is a callable proxy
305 // Replacer is an arraylike proxy
321 // Replacer is an arraylike proxy and object is an array
337 // Replacer is an arraylike proxy with a non-trivial length
351 // Replacer is an arraylike proxy with a bogus length
365 // Replacer returns a non-callable non-arraylike proxy
371 var replacer = (key, val) => key === "1" ? proxy : val;
373 assertEquals('["foo",{"baz":5}]', JSON.stringify(object, replacer));
381 // Replacer returns an arraylike proxy
387 var replacer = (key, val) => key === "1" ? proxy : val
    [all...]
  /external/llvm/include/llvm/Transforms/Utils/
SimplifyLibCalls.h 77 function_ref<void(Instruction *, Value *)> Replacer;
85 /// \brief Replace an instruction's uses with a value using our replacer.
90 function_ref<void(Instruction *, Value *)> Replacer =
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
Pick.java 70 Replacer visitor = new Replacer(toReplace, replacement);
536 static class Replacer extends Visitor {
539 Replacer(String toReplace, Pick replacement) {
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
Pick.java 69 Replacer visitor = new Replacer(toReplace, replacement);
535 static class Replacer extends Visitor {
538 Replacer(String toReplace, Pick replacement) {
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]
  /external/guice/lib/build/
bnd-0.0.384.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
bndlib-1.50.0.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar 
  /external/caliper/lib/
jersey-core-1.11.jar 

Completed in 124 milliseconds