OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:flatten_list
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/
generate_global_constructors.py
58
def
flatten_list
(iterable):
function
65
return
flatten_list
(global_name_to_constructors[global_name]
/external/chromium_org/tools/gyp/pylib/gyp/
xcodeproj_file.py
575
def _XCPrintableValue(self, tabs, value,
flatten_list
=False):
586
If
flatten_list
is True, single-element lists will be transformed into
612
if
flatten_list
and len(value) <= 1:
621
self._XCPrintableValue(tabs + 1, item,
flatten_list
) + \
628
self._XCPrintableValue(tabs + 1, item_key,
flatten_list
) + ' = ' + \
629
self._XCPrintableValue(tabs + 1, item_value,
flatten_list
) + ';' + \
680
# In another one-off, let's set
flatten_list
on buildSettings properties
683
flatten_list
= True
685
flatten_list
= False
688
printable_key = self._XCPrintableValue(tabs, key,
flatten_list
)
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/inspector/
CodeGeneratorInspector.py
2058
def
flatten_list
(input):
function
[
all
...]
Completed in 565 milliseconds