OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Substitute
(Results
1 - 7
of
7
) 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 context.
Substitute
(value)
121
return context.
Substitute
(value)
123
return context.
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/harfbuzz/src/
harfbuzz-gsub-private.h
54
HB_UShort*
Substitute
; /* array of
substitute
glyph IDs */
56
Substitute
array */
81
HB_UShort*
Substitute
; /* string of glyph IDs to
82
substitute
*/
84
Substitute
array */
131
to
substitute
*/
441
HB_UShort*
Substitute
; /* array of
substitute
Glyph ID */
/external/harfbuzz_ng/src/hb-old/
harfbuzz-gsub-private.h
54
HB_UShort*
Substitute
; /* array of
substitute
glyph IDs */
56
Substitute
array */
81
HB_UShort*
Substitute
; /* string of glyph IDs to
82
substitute
*/
84
Substitute
array */
131
to
substitute
*/
441
HB_UShort*
Substitute
; /* array of
substitute
Glyph ID */
Completed in 3822 milliseconds