/external/chromium_org/tools/cr/cr/commands/ |
init.py | 103 print context.Substitute('Path {CR_SRC} is not a valid client')
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
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/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",
|
command_line_interface.cc | 25 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 63 #include <google/protobuf/stubs/substitute.h> 480 string magic_string = strings::Substitute( [all...] |
/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/harfbuzz/src/ |
harfbuzz-gsub.c | 211 ss->ssf.ssf2.Substitute = NULL; 213 if ( ALLOC_ARRAY( ss->ssf.ssf2.Substitute, count, HB_UShort ) ) 216 s = ss->ssf.ssf2.Substitute; 253 FREE( ss->ssf.ssf2.Substitute ); 299 value = ss->ssf.ssf2.Substitute[index]; 341 s->Substitute = NULL; 345 if ( ALLOC_ARRAY( s->Substitute, count, HB_UShort ) ) 348 sub = s->Substitute; 368 FREE( s->Substitute ); 498 s = ms->Sequence[index].Substitute; [all...] |
harfbuzz-dump.c | 303 DUMP2("<Substitute>%#06x</Substitute> <!-- %d -->\n", SingleSubst->ssf.ssf2.Substitute[i], i);
|
/external/harfbuzz_ng/src/hb-old/ |
harfbuzz-gsub.c | 211 ss->ssf.ssf2.Substitute = NULL; 213 if ( ALLOC_ARRAY( ss->ssf.ssf2.Substitute, count, HB_UShort ) ) 216 s = ss->ssf.ssf2.Substitute; 253 FREE( ss->ssf.ssf2.Substitute ); 299 value = ss->ssf.ssf2.Substitute[index]; 341 s->Substitute = NULL; 345 if ( ALLOC_ARRAY( s->Substitute, count, HB_UShort ) ) 348 sub = s->Substitute; 368 FREE( s->Substitute ); 498 s = ms->Sequence[index].Substitute; [all...] |
/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/libvpx/libvpx/vp8/encoder/x86/ |
quantize_mmx.asm | 263 ; Substitute the sse assembly for the old mmx mixed assembly/C. The
|
/external/chromium_org/third_party/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> 323 return strings::Substitute(
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/ |
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/stubs/ |
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/chromium_org/third_party/protobuf/src/google/protobuf/compiler/ |
command_line_interface.cc | 25 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 66 #include <google/protobuf/stubs/substitute.h> 499 string magic_string = strings::Substitute( [all...] |
/external/chromium_org/tools/json_schema_compiler/ |
h_generator.py | 285 return c.Substitute({'classname': classname})
|
dart_generator.py | 175 .Substitute({ 455 .Substitute({
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/ |
java_message.cc | 25 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 51 #include <google/protobuf/stubs/substitute.h> 316 builder_type = strings::Substitute( 326 builder_type = strings::Substitute( [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
text_format_unittest.cc | 25 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 51 #include <google/protobuf/stubs/substitute.h> 373 string parse_string = strings::Substitute("optional_nested_enum: $0", 382 string parse_string = strings::Substitute("sparse_enum: $0", [all...] |
descriptor.cc | 25 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 55 #include <google/protobuf/stubs/substitute.h> [all...] |
descriptor_unittest.cc | 25 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 49 #include <google/protobuf/stubs/substitute.h> [all...] |
/external/protobuf/src/google/protobuf/ |
descriptor.cc | 25 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 53 #include <google/protobuf/stubs/substitute.h> [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/python/ |
python_generator.cc | 25 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 60 #include <google/protobuf/stubs/substitute.h> 765 return strings::Substitute( [all...] |
/external/protobuf/src/google/protobuf/compiler/python/ |
python_generator.cc | 25 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 59 #include <google/protobuf/stubs/substitute.h> 725 return strings::Substitute( [all...] |
/external/chromium_org/v8/test/mjsunit/ |
unicode-test.js | 22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, [all...] |