HomeSort by relevance Sort by last modified time
    Searched full:substitution (Results 301 - 325 of 881) sorted by null

<<11121314151617181920>>

  /packages/apps/Mms/res/xml/
mms_config.xml 101 <!-- Reference for the substitution key to be used when adding the users telephone number
  /external/aac/libAACdec/src/
conceal.cpp 109 2) Noise substitution: In case of an detected error, concealment copies the last frame and adds
111 Noise substitution adds no additional delay.
316 1 = noise substitution (no delay, low complexity)
786 /* Noise substitution error concealment technique */
818 \brief Apply concealment noise substitution
    [all...]
aacdec_pns.h 87 Description: perceptual noise substitution tool
  /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...]
  /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/chromium_org/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/clang/tools/libclang/
CIndexUSRs.cpp 612 // If we have already seen this (non-built-in) type, use a substitution
614 llvm::DenseMap<const Type *, unsigned>::iterator Substitution
616 if (Substitution != TypeSubstitutions.end()) {
617 Out << 'S' << Substitution->second << '_';
620 // Record this as a substitution.
  /external/clang/lib/Sema/
SemaTemplateInstantiate.cpp 83 // then we're performing substitution into a default template argument of
691 // A default template argument instantiation and substitution into
698 // We're either substitution explicitly-specified template arguments
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gsub-table.hh 109 * beginning of Substitution table */
185 * beginning of Substitution table */
385 * beginning of Substitution table */
536 * beginning of Substitution table */
840 * beginning of Substitution table */
    [all...]
  /external/chromium_org/third_party/icu/source/common/
unistr.cpp 432 0xfffd, // Substitution character.
802 0xFFFD, // Standard substitution character.
851 0xFFFD, // Standard substitution character.
861 0xFFFD, // Standard substitution character.
885 0xfffd, // Substitution character.
1175 0xfffd, // Substitution character.
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
ucnv.h 37 * its default behavior is to use a substitution character to replace the
40 * many other callback actions that can be used instead of a character substitution.</p>
547 * Fills in the output parameter, subChars, with the substitution characters
557 * If the substitution character array is too small, an
570 * Sets the substitution chars when converting from unicode to a codepage. The
571 * substitution is specified as a string of 1-4 bytes, and may contain
576 * substitution characters may be supported.
580 * @param subChars the substitution character byte sequence we want set
595 * Set a substitution string for converting from Unicode to a charset.
606 * by converting on the fly at the point of substitution rather than settin
    [all...]
  /external/chromium_org/third_party/icu/source/test/testdata/
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/icu4c/common/unicode/
ucnv.h 37 * its default behavior is to use a substitution character to replace the
40 * many other callback actions that can be used instead of a character substitution.</p>
585 * Fills in the output parameter, subChars, with the substitution characters
595 * If the substitution character array is too small, an
608 * Sets the substitution chars when converting from unicode to a codepage. The
609 * substitution is specified as a string of 1-4 bytes, and may contain
614 * substitution characters may be supported.
618 * @param subChars the substitution character byte sequence we want set
633 * Set a substitution string for converting from Unicode to a charset.
644 * by converting on the fly at the point of substitution rather than settin
    [all...]
  /external/icu4c/test/testdata/
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/aac/libAACenc/src/
aacenc_pns.cpp 245 /* Set noise substitution status */
255 do noise substitution if
  /external/chromium_org/chrome/browser/autocomplete/
keyword_provider_unittest.cc 192 // Substitution should work with various locations of the "%s".
233 // Substitution should work with various locations of the "%s".
  /external/chromium_org/chrome/browser/chromeos/net/
onc_utils.cc 187 UserStringSubstitution substitution(user);
188 chromeos::onc::ExpandStringsInNetworks(substitution, network_configs);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DOMBreakpointsSidebarPane.js 152 s: function(substitution)
154 return substitution;
  /external/chromium_org/third_party/libxml/src/
parserInternals.c     [all...]
  /external/libxml2/
parserInternals.c     [all...]
  /external/mksh/src/
eval.c 31 * first pass: quoting, IFS separation, ~, ${}, $() and $(()) substitution.
115 internal_errorf("bad substitution");
188 /* for nested substitution: ${var:=$var2} */
363 errorf("%s: %s", str, "bad substitution");
1042 * Prepare to generate the string returned by ${} substitution.
1051 int stype; /* substitution type */
1126 /* unqualified variable/string substitution */
1369 * perform #pattern and %pattern substitution in ${}
    [all...]
  /external/ceres-solver/internal/ceres/
implicit_schur_complement.cc 194 // computed via back substitution. The second block of variables
  /external/chromium/chrome/common/extensions/
extension_messages.h 84 // Substitution map for l10n messages.
  /external/chromium/testing/gtest/cmake/
internal_utils.cmake 205 # we have to escape $ to delay variable substitution here.
  /external/chromium_org/chrome/browser/download/
save_package_file_picker.cc 93 if (drive_tmp_download_path.empty()) // Substitution failed.

Completed in 1521 milliseconds

<<11121314151617181920>>