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

1 2

  /external/pdfium/core/src/fpdfapi/fpdf_font/
ttgsubtable.h 296 TT_uint16_t *Substitute;
297 TSingleSubstFormat2(): Coverage(NULL), GlyphCount(0), Substitute(NULL)
306 if(Substitute) {
307 delete[] Substitute;
ttgsubtable.cpp 162 *vglyphnum = tbl2->Substitute[index];
416 rec->Substitute = new TT_uint16_t[rec->GlyphCount];
418 rec->Substitute[i] = GetUInt16(sp);
  /external/v8/src/arm64/
disasm-arm64.h 35 void Substitute(Instruction* instr, const char* string);
disasm-arm64.cc     [all...]
  /external/vixl/src/vixl/a64/
disasm-a64.cc 21 // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
    [all...]
disasm-a64.h 21 // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
111 void Substitute(const Instruction* instr, const char* string);
instructions-a64.h 21 // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
546 // Substitute %s in the input string with the placeholder string for each
549 return Substitute(string, kPlaceholder, kPlaceholder, kPlaceholder);
552 // Substitute %s in the input string with a new string based on the
554 const char* Substitute(const char* string,
  /external/protobuf/src/google/protobuf/compiler/
subprocess.cc 25 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
47 #include <google/protobuf/stubs/substitute.h>
245 *error = strings::Substitute(
437 *error = strings::Substitute(
443 *error = strings::Substitute(
mock_code_generator.cc 25 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
43 #include <google/protobuf/stubs/substitute.h>
233 return strings::Substitute("$0: $1, $2, $3, $4\n",
command_line_interface.cc 25 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
68 #include <google/protobuf/stubs/substitute.h>
516 string magic_string = strings::Substitute(
    [all...]
  /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: \""
substitute.h 25 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
32 // from google3/strings/substitute.h
46 // strings::Substitute()
52 // return strings::Substitute("My name is $0 $1 and I am $2 years old.",
73 // SubstituteAndAppend() is like Substitute() but appends the result to
81 // Substitute() is significantly faster than StringPrintf(). For very
140 LIBPROTOBUF_EXPORT string Substitute(
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",
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_helpers.cc 25 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
42 #include <google/protobuf/stubs/substitute.h>
319 return strings::Substitute(
332 return strings::Substitute(
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-arabic-win1256.hh 143 OT_UARRAY(Name##Substitute, OT_LIST(ToGlyphs)) \
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_tokenize.py 580 """Substitute Decimals for floats in a string of statements.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_tokenize.py 580 """Substitute Decimals for floats in a string of statements.
  /external/libvpx/libvpx/vp8/encoder/x86/
quantize_mmx.asm 263 ; Substitute the sse assembly for the old mmx mixed assembly/C. The
  /external/protobuf/src/google/protobuf/compiler/java/
java_helpers.cc 25 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
45 #include <google/protobuf/stubs/substitute.h>
412 return strings::Substitute(
424 return strings::Substitute(
java_message.cc 25 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
55 #include <google/protobuf/stubs/substitute.h>
282 builder_type = strings::Substitute(
295 builder_type = strings::Substitute(
    [all...]
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_primitive_field.cc 25 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
45 #include <google/protobuf/stubs/substitute.h>
213 (*variables)["default_constant_value"] = strings::Substitute(
229 (*variables)["default_constant_value"] = strings::Substitute(
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
quantize_mmx.asm 263 ; Substitute the sse assembly for the old mmx mixed assembly/C. The
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_helpers.cc 25 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
44 #include <google/protobuf/stubs/substitute.h>
327 return strings::Substitute(
  /external/fonttools/Lib/fontTools/
subset.py 116 _set_update(s.glyphs, *(self.Sequence[i].Substitute for i in indices))
124 if all(sub in s.glyphs for sub in seq.Substitute)]
172 s.glyphs.update(self.Substitute[i] for i in indices)
180 self.Substitute = [self.Substitute[i] for i in indices]
182 indices = [i for i,sub in enumerate(self.Substitute)
184 self.Substitute = [self.Substitute[i] for i in indices]
186 self.GlyphCount = len(self.Substitute)
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor_unittest.cc 25 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
49 #include <google/protobuf/stubs/substitute.h>
    [all...]

Completed in 342 milliseconds

1 2