OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:flattened_string
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/tools/aapt2/
ResourceParser.cpp
376
ResourceUtils::FlattenedXmlString
flattened_string
= builder.GetFlattenedString();
local
378
*out_untranslatable_sections = std::move(
flattened_string
.untranslatable_sections);
379
out_style_string->str = std::move(
flattened_string
.text);
380
out_style_string->spans = std::move(
flattened_string
.spans);
[
all
...]
/external/tensorflow/tensorflow/python/framework/
tensor_util.py
222
for
flattened_string
in _FlattenToStrings(inner):
223
yield
flattened_string
[
all
...]
Completed in 572 milliseconds