Home
last modified time | relevance | path

Searched refs:elided (Results 1 - 6 of 6) sorted by relevance

/third_party/json/tools/cpplint/
H A Dcpplint.py1186 Match(r'^\s*#\s*include\b', clean_lines.elided[linenum - 1])):
1909 1) elided member contains lines without strings and comments.
1918 self.elided = []
1927 elided = self._CollapseStrings(self.lines_without_raw_strings[linenum])
1928 self.elided.append(CleanseComments(elided))
1935 def _CollapseStrings(elided):
1941 elided: The line being processed.
1946 if _RE_PATTERN_INCLUDE.match(elided):
1947 return elided
[all...]
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-fts.h63 char elided; /* children skipped in interest of antecedent children */ member
/third_party/ninja/src/
H A Dutil_test.cc518 string elided = ElideMiddle(input, 10); in TEST() local
519 EXPECT_EQ("012...789", elided); in TEST()
/third_party/libwebsockets/lib/core-net/
H A Dnetwork.c818 char c, elided = 0, soe = 0, zb = (char)-1, n, ipv4 = 0; in lws_write_numeric_address() local
842 if (!elided && !soe && !v) { in lws_write_numeric_address()
843 elided = soe = 1; in lws_write_numeric_address()
/third_party/libwebsockets/plugins/
H A Dprotocol_fulltext_demo.c171 "\"agg\": %d, \"elided\": %d}", in callback_fts()
174 pss->ac->elided); in callback_fts()
/third_party/libwebsockets/lib/misc/fts/
H A Dtrie-fd.c363 ac->elided = 0; in ac_record()
949 ac->elided = 1; in lws_fts_search()

Completed in 7 milliseconds