OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:substitution
(Results
1 - 25
of
26
) sorted by null
1
2
/cts/tools/signature-tools/src/signature/compare/model/subst/
ViewpointAdapter.java
51
Map<ITypeVariableDefinition, ITypeReference>
substitution
=
local
58
substitution
.put(paramsIterator.next(), argumentsIterator.next());
60
return
substitution
;
99
// here happens the
substitution
/external/webkit/Source/WebCore/inspector/front-end/
utilities.js
843
// The first character is a number, it might be a
substitution
index.
848
// then this is a
substitution
index.
879
d: function(
substitution
)
881
if (typeof
substitution
== "object" && WebInspector.RemoteObject.type(
substitution
) === "number")
882
substitution
=
substitution
.description;
883
substitution
= parseInt(
substitution
);
884
return !isNaN(
substitution
) ? substitution : 0
[
all
...]
DOMBreakpointsSidebarPane.js
126
s: function(
substitution
)
128
return
substitution
;
/external/clang/test/CXX/stmt.stmt/stmt.iter/stmt.ranged/
p1.cpp
17
auto begin(T &&t) -> decltype(t.begin()) { return t.begin(); } // expected-note 2{{ignored:
substitution
failure}}
19
auto end(T &&t) -> decltype(t.end()) { return t.end(); } // expected-note {{candidate template ignored:
substitution
failure [with T = }}
23
expected-note 2{{candidate template ignored:
substitution
failure [with T = }}
25
auto end(T &&t) -> decltype(t.alt_end()) { return t.alt_end(); } // expected-note {{candidate template ignored:
substitution
failure [with T = }}
/external/chromium/chrome/browser/resources/shared/js/
local_strings.js
30
* @return {string} The string after format
substitution
.
/ndk/build/core/
setup-abi.mk
30
# For now, handle this with a simple
substitution
. We may want to implement
init.mk
375
# case our automatic
substitution
function (described below) doesn't work.
416
$(info Using cygwin
substitution
rules:)
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
statetracker.py
352
substitution
= distance[i][j] + cost
356
if deletion <= insertion and deletion <=
substitution
:
362
elif insertion <=
substitution
:
370
#
Substitution
is best.
371
best =
substitution
/external/v8/src/
liveedit.cc
960
void Replace(Code*
substitution
) {
962
*(rvalues_[i]) =
substitution
;
964
Address substitution_entry =
substitution
->instruction_start();
982
// Finds all references to original and replaces them with
substitution
.
983
static void ReplaceCodeObject(Code* original, Code*
substitution
) {
984
ASSERT(!HEAP->InNewSpace(
substitution
));
1007
visitor.Replace(
substitution
);
[
all
...]
/libcore/luni/src/main/java/java/util/
Formatter.java
1081
CharSequence
substitution
= transform(token, argument);
local
[
all
...]
/ndk/sources/host-tools/sed-4.2.1/testsuite/
bsd.sh
274
# Check that t clears the
substitution
done flag
285
# Check that reading a line clears the
substitution
done flag
372
echo Testing
substitution
commands
/external/linux-tools-perf/config/
utilities.mak
118
# an intrictate shell command
substitution
is constructed
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
regexp-dna.js
[
all
...]
/external/libvorbis/doc/
07-floor1.tex
385
15) for each scalar in vector [floor], perform a lookup
substitution
using
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
regexp-dna.js
[
all
...]
/prebuilts/devtools/tools/lib/
lint-api.jar
/dalvik/docs/
prettify.js
283
// Handle numeric entities specially. We can't use functional
substitution
[
all
...]
/prebuilts/misc/common/ecj/
ecj.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar
/prebuilts/tools/common/ant/
ant.jar
/prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar
/external/dropbear/libtomcrypt/
crypt.tex
[
all
...]
/build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js
259
// Handle numeric entities specially. We can't use functional
substitution
[
all
...]
Completed in 1232 milliseconds
1
2