Home
last modified time | relevance | path

Searched refs:substitution (Results 1 – 25 of 85) sorted by relevance

1234

/external/webkit/Source/WebCore/inspector/front-end/
Dutilities.js879 d: function(substitution) argument
881 … if (typeof substitution == "object" && WebInspector.RemoteObject.type(substitution) === "number")
882 substitution = substitution.description;
883 substitution = parseInt(substitution);
884 return !isNaN(substitution) ? substitution : 0;
887 f: function(substitution, token) argument
889 … if (typeof substitution == "object" && WebInspector.RemoteObject.type(substitution) === "number")
890 substitution = substitution.description;
891 substitution = parseFloat(substitution);
892 if (substitution && token.precision > -1)
[all …]
DDOMBreakpointsSidebarPane.js126 s: function(substitution) argument
128 return substitution;
/external/webkit/LayoutTests/fast/encoding/GBK/
Dclose-gbk-converter-expected.txt1 This tests performs a sequence of actions that result in a GBK converter with substitution enabled …
/external/webkit/Source/WebCore/manual-tests/wml/
DStartTests.wml33 <a href="variable-substitution.wml">variable-substitution.wml</a><br/>
/external/llvm/test/
Dlit.site.cfg.in13 # Support substitution of the tools_dir with user parameters. This is
Dlit.cfg211 substitution = re.sub(r"^(\\)?((\| )?)\W+b([0-9A-Za-z-_]+)\\b\W*$",
215 substitution_ext = substitution + ext
217 substitution = substitution_ext
219 config.substitutions.append((pattern, substitution))
/external/llvm/test/Unit/
Dlit.site.cfg.in11 # Support substitution of the tools_dir and build_mode with user parameters.
/external/clang/test/
Dlit.site.cfg.in11 # Support substitution of the tools and libs dirs with user parameters. This is
/external/clang/test/Unit/
Dlit.site.cfg.in14 # Support substitution of the tools_dir, libs_dirs, and build_mode with user
/external/icu4c/test/testdata/
Dconversion.txt33 "In order to specify a charset substitution character (for ucnv_setSubstChars()),\n"
38 "In order to specify a substitution string (for ucnv_setSubstString()),\n"
39 "add an '=' to the callback string followed by the substitution string.\n"
40 "For example, for a Sub callback with no option and a substitution string\n"
402 // empty segment (using substitution and stop)
467 // empty segment (using substitution and stop)
555 // empty segment 1 (using substitution and stop)
570 // empty segment 2 (using substitution and stop)
601 // empty segment 1 (using substitution and stop)
616 // empty segment 2 & legal redundant switches (using substitution and stop)
[all …]
/external/llvm/tools/llvm-config/
DCMakeLists.txt11 # Compute the substitution values for various items.
/external/clang/test/CXX/stmt.stmt/stmt.iter/stmt.ranged/
Dp1.cpp11 … expected-note 4{{candidate template ignored: substitution failure [with T = }}
/external/v8/src/
Dliveedit.cc960 void Replace(Code* substitution) { in Replace() argument
962 *(rvalues_[i]) = substitution; in Replace()
964 Address substitution_entry = substitution->instruction_start(); in Replace()
983 static void ReplaceCodeObject(Code* original, Code* substitution) { in ReplaceCodeObject() argument
984 ASSERT(!HEAP->InNewSpace(substitution)); in ReplaceCodeObject()
1007 visitor.Replace(substitution); in ReplaceCodeObject()
/external/protobuf/gtest/m4/
Dgtest.m46 dnl standard variables for substitution including GTEST_CPPFLAGS,
/external/chromium/testing/gtest/m4/
Dgtest.m46 dnl standard variables for substitution including GTEST_CPPFLAGS,
/external/e2fsprogs/intl/
Dlocale.alias22 # A single line contains two fields: an alias and a substitution value.
/external/bluetooth/glib/po/
Dpo2tbl.sed.in58 # Some buggy seds do not clear the `successful substitution since last ``t'''
/external/oprofile/libregex/
Dstl.pat.in11 # translate first to an intermediate simplified form then continue substitution
23 # adding more substitution allow more nested templated type but we run out of
/external/bison/m4/
Dstdbool.m414 # Define two additional variables used in the Makefile substitution.
/external/llvm/test/Transforms/ObjCARC/
Dcontract.ll147 ; Do the return value substitution for PHI nodes too.
/external/icu4c/data/mappings/
Dmacos-35-10.2.ucm20 # |2 for the substitution character
Dmacos-6_2-10.4.ucm20 # |2 for the substitution character
Dmacos-7_3-10.2.ucm20 # |2 for the substitution character
Dmacos-29-10.2.ucm20 # |2 for the substitution character
/external/e2fsprogs/
DMCONFIG.in126 # A fast substitution command for fixing up man pages, shell scripts, etc.

1234