HomeSort by relevance Sort by last modified time
    Searched defs:Substitute (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/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: \""
  /external/chromium_org/tools/json_schema_compiler/
code.py 17 def Append(self, line='', substitute=True, indent_level=None):
21 substitute: indicated whether this line should be affected by
22 code.Substitute().
27 substitute=substitute))
49 if line.substitute:
55 self.Append(line.value, line.substitute)
94 Unaffected by code.Substitute().
105 self.Append(comment_prefix + line, substitute=False)
106 self.Append(comment_prefix + comment, substitute=False
    [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: \""
  /external/chromium_org/tools/cr/cr/
config.py 106 return base.Substitute(value)
121 return base.Substitute(value)
123 return base.Substitute(alternate)
137 def Substitute(self, value):
158 value = self.Substitute(value)
  /external/chromium_org/tools/grit/grit/
util.py 554 def Substitute(self, text):
555 '''Substitute the variable values in the given text.
568 '''Utility function for Substitute.
  /external/chromium_org/v8/src/arm64/
disasm-arm64.cc     [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_font/
ttgsubtable.h 294 TT_uint16_t *Substitute;
295 TSingleSubstFormat2(): Coverage(NULL), GlyphCount(0), Substitute(NULL)
304 if(Substitute) {
305 delete[] Substitute;
  /external/vixl/src/a64/
disasm-a64.cc 21 // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
    [all...]

Completed in 522 milliseconds