HomeSort by relevance Sort by last modified time
    Searched refs:substitute (Results 1 - 25 of 49) sorted by null

1 2

  /external/icu4c/layout/
MultipleSubstSubtables.cpp 48 TTGlyphID substitute = SWAPW(sequenceTable->substituteArray[0]); local
50 if (filter != NULL && ! filter->accept(LE_SET_GLYPH(glyph, substitute))) {
54 glyphIterator->setCurrGlyphID(substitute);
61 TTGlyphID substitute = SWAPW(sequenceTable->substituteArray[i]); local
63 if (! filter->accept(substitute)) {
82 TTGlyphID substitute = SWAPW(sequenceTable->substituteArray[i]); local
84 newGlyphs[insert] = LE_SET_GLYPH(glyph, substitute);
SingleSubstitutionSubtables.cpp 49 TTGlyphID substitute = ((TTGlyphID) LE_GET_GLYPH(glyph)) + SWAPW(deltaGlyphID); local
51 if (filter == NULL || filter->accept(LE_SET_GLYPH(glyph, substitute))) {
52 glyphIterator->setCurrGlyphID(substitute);
67 TTGlyphID substitute = SWAPW(substituteArray[coverageIndex]); local
69 if (filter == NULL || filter->accept(LE_SET_GLYPH(glyph, substitute))) {
70 glyphIterator->setCurrGlyphID(substitute);
  /development/testrunner/
create_test.py 111 output = string.Template(TestsConsts.TEST_MANIFEST_TEMPLATE).substitute(mapping)
160 output = string.Template(TestsConsts.TEST_MK_TEMPLATE).substitute(mapping)
  /external/llvm/test/lib/
llvm.exp 48 proc substitute { line test tmpFile } {
55 # Substitute all Tcl variables.
171 set runline [ substitute $runline $test $tmpFile ]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_bootstrap_unittest.cc 25 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
54 #include <google/protobuf/stubs/substitute.h>
cpp_helpers.cc 25 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
42 #include <google/protobuf/stubs/substitute.h>
290 return strings::Substitute(
  /external/protobuf/src/google/protobuf/stubs/
substitute.cc 25 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
33 #include <google/protobuf/stubs/substitute.h>
44 // to Substitute().
53 string Substitute(
85 << "strings::Substitute format string invalid: asked for \"$"
98 << "Invalid strings::Substitute() format string: \""
common_unittest.cc 25 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
36 #include <google/protobuf/stubs/substitute.h>
84 strings::Substitute("$0 $1:$2: $3",
  /dalvik/vm/compiler/template/
gen-template.py 228 outfp.write(templ.substitute(dict))
293 subline = templ.substitute(dict)
  /build/tools/releasetools/
ota_from_target_files 260 substitute=None):
265 other side effects still happen). substitute is an optional dict
282 if substitute and fn in substitute and substitute[fn] is None:
285 if substitute and fn in substitute:
286 data = substitute[fn]
  /external/icu4c/common/
locdispnames.cpp 298 const char *substitute,
336 /* no string from a resource bundle: convert the substitute */
337 length=(int32_t)uprv_strlen(substitute);
338 u_charsToUChars(substitute, dest, uprv_min(length, destCapacity));
  /external/mksh/src/
eval.c 102 substitute(const char *cp, int f) function
111 internal_errorf("substitute");
304 v_evaluate(&v, substitute(sp, 0),
382 evaluate(substitute(stg = wdstrip(beg, false, false), 0),
386 evaluate(substitute(stg = wdstrip(mid, false, false), 0),
426 pat = substitute(tpat0, 0);
429 rrep = substitute(d, 0);
596 /* Restore our position and substitute
    [all...]
main.c 248 substitute(initsubs, 0);
431 include(substitute("$HOME/.profile", 0), 0,
440 env_file = substitute(substitute("${ENV:-" MKSHRC_PATH "}", 0),
    [all...]
exec.c 92 substitute(str_val(global("PS4")), 0));
522 substitute(str_val(global("PS4")), 0));
1130 substitute(str_val(global("PS4")), 0),
    [all...]
  /external/protobuf/
Android.mk 122 src/google/protobuf/stubs/substitute.cc
221 src/google/protobuf/stubs/substitute.cc \
222 src/google/protobuf/stubs/substitute.h \
  /dalvik/vm/mterp/
gen-mterp.py 410 outfp.write(templ.substitute(dict))
475 subline = templ.substitute(dict)
  /external/protobuf/src/google/protobuf/compiler/java/
java_helpers.cc 25 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
41 #include <google/protobuf/stubs/substitute.h>
305 return strings::Substitute(
317 return strings::Substitute(
  /external/protobuf/src/google/protobuf/compiler/
mock_code_generator.cc 25 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
40 #include <google/protobuf/stubs/substitute.h>
203 return strings::Substitute("$0: $1, $2, $3\n",
subprocess.cc 25 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
44 #include <google/protobuf/stubs/substitute.h>
242 *error = strings::Substitute(
432 *error = strings::Substitute(
438 *error = strings::Substitute(
importer_unittest.cc 25 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
45 #include <google/protobuf/stubs/substitute.h>
parser_unittest.cc 25 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
47 #include <google/protobuf/stubs/substitute.h>
    [all...]
command_line_interface_unittest.cc 25 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
55 #include <google/protobuf/stubs/substitute.h>
    [all...]
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_helpers.cc 25 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
41 #include <google/protobuf/stubs/substitute.h>
357 return strings::Substitute(
370 return strings::Substitute(
  /external/protobuf/src/
Makefile.am 105 google/protobuf/stubs/substitute.cc \
106 google/protobuf/stubs/substitute.h \
  /external/protobuf/src/google/protobuf/io/
tokenizer_unittest.cc 25 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
44 #include <google/protobuf/stubs/substitute.h>

Completed in 415 milliseconds

1 2