OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:comment_block
(Results
1 - 3
of
3
) sorted by null
/external/skia/tools/copyright/
fileparser.py
43
def GetCopyrightBlockAttributes(self,
comment_block
):
46
If
comment_block
is None, or none of the attributes are found,
48
if not
comment_block
:
50
matches = self._attribute_pattern.findall(
comment_block
)
/external/dbus-binding-generator/chromeos-dbus-bindings/
indented_text_unittest.cc
144
string
comment_block
= R"(
local
152
text_.AddComments(
comment_block
);
159
string
comment_block
= R"(
local
166
text_.AddComments(
comment_block
);
/external/llvm/utils/llvm-build/llvmbuild/
main.py
268
comment_block
= ""
271
comment_block
+= ln
273
comments_map[ln[1:-2]] =
comment_block
275
comment_block
= ""
[
all
...]
Completed in 533 milliseconds