/external/webkit/Source/WebCore/inspector/front-end/ |
D | utilities.js | 879 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 …]
|
D | DOMBreakpointsSidebarPane.js | 126 s: function(substitution) argument 128 return substitution;
|
/external/webkit/LayoutTests/fast/encoding/GBK/ |
D | close-gbk-converter-expected.txt | 1 This tests performs a sequence of actions that result in a GBK converter with substitution enabled …
|
/external/webkit/Source/WebCore/manual-tests/wml/ |
D | StartTests.wml | 33 <a href="variable-substitution.wml">variable-substitution.wml</a><br/>
|
/external/llvm/test/ |
D | lit.site.cfg.in | 13 # Support substitution of the tools_dir with user parameters. This is
|
D | lit.cfg | 211 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/ |
D | lit.site.cfg.in | 11 # Support substitution of the tools_dir and build_mode with user parameters.
|
/external/clang/test/ |
D | lit.site.cfg.in | 11 # Support substitution of the tools and libs dirs with user parameters. This is
|
/external/clang/test/Unit/ |
D | lit.site.cfg.in | 14 # Support substitution of the tools_dir, libs_dirs, and build_mode with user
|
/external/icu4c/test/testdata/ |
D | conversion.txt | 33 "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/ |
D | CMakeLists.txt | 11 # Compute the substitution values for various items.
|
/external/clang/test/CXX/stmt.stmt/stmt.iter/stmt.ranged/ |
D | p1.cpp | 11 … expected-note 4{{candidate template ignored: substitution failure [with T = }}
|
/external/v8/src/ |
D | liveedit.cc | 960 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/ |
D | gtest.m4 | 6 dnl standard variables for substitution including GTEST_CPPFLAGS,
|
/external/chromium/testing/gtest/m4/ |
D | gtest.m4 | 6 dnl standard variables for substitution including GTEST_CPPFLAGS,
|
/external/e2fsprogs/intl/ |
D | locale.alias | 22 # A single line contains two fields: an alias and a substitution value.
|
/external/bluetooth/glib/po/ |
D | po2tbl.sed.in | 58 # Some buggy seds do not clear the `successful substitution since last ``t'''
|
/external/oprofile/libregex/ |
D | stl.pat.in | 11 # 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/ |
D | stdbool.m4 | 14 # Define two additional variables used in the Makefile substitution.
|
/external/llvm/test/Transforms/ObjCARC/ |
D | contract.ll | 147 ; Do the return value substitution for PHI nodes too.
|
/external/icu4c/data/mappings/ |
D | macos-35-10.2.ucm | 20 # |2 for the substitution character
|
D | macos-6_2-10.4.ucm | 20 # |2 for the substitution character
|
D | macos-7_3-10.2.ucm | 20 # |2 for the substitution character
|
D | macos-29-10.2.ucm | 20 # |2 for the substitution character
|
/external/e2fsprogs/ |
D | MCONFIG.in | 126 # A fast substitution command for fixing up man pages, shell scripts, etc.
|