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

1 2

  /external/v8/src/arm64/
disasm-arm64.h 33 void Substitute(Instruction* instr, const char* string);
disasm-arm64.cc     [all...]
  /external/vixl/src/aarch64/
disasm-aarch64.cc 21 // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
    [all...]
disasm-aarch64.h 21 // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
115 void Substitute(const Instruction* instr, const char* string);
instructions-aarch64.h 21 // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
624 // Substitute %s in the input string with the placeholder string for each
627 return Substitute(string, kPlaceholder, kPlaceholder, kPlaceholder);
630 // Substitute %s in the input string with a new string based on the
632 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,
48 #include <google/protobuf/stubs/substitute.h>
247 *error = strings::Substitute(
439 *error = strings::Substitute(
445 *error = strings::Substitute(
mock_code_generator.cc 25 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
53 #include <google/protobuf/stubs/substitute.h>
248 return strings::Substitute("$0: $1, $2, $3, $4\n",
  /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,
37 #include <google/protobuf/stubs/substitute.h>
85 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(
  /prebuilts/go/darwin-x86/src/cmd/cgo/
godefs.go 104 // Substitute those union types with byte arrays.
  /prebuilts/go/linux-x86/src/cmd/cgo/
godefs.go 104 // Substitute those union types with byte arrays.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_tokenize.py 551 """Substitute Decimals for floats in a string of statements.
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-arabic-win1256.hh 142 OT_UARRAY(Name##Substitute, OT_LIST(ToGlyphs)) \
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_tokenize.py 580 """Substitute Decimals for floats in a string of statements.
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_tokenize.py 580 """Substitute Decimals for floats in a string of statements.
  /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>
432 return strings::Substitute(
444 return strings::Substitute(
  /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>
192 (*variables)["default_constant_value"] = strings::Substitute(
208 (*variables)["default_constant_value"] = strings::Substitute(
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/lex/
lex.go 128 // Substitute the substitutes for . and /.
  /prebuilts/go/linux-x86/src/cmd/asm/internal/lex/
lex.go 128 // Substitute the substitutes for . and /.
  /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...]

Completed in 1308 milliseconds

1 2