Home
last modified time | relevance | path

Searched refs:text_mode (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/modules/skottie/src/text/
H A DTextValue.cpp88 auto text_mode = ParseDefault((*jtxt)["m"], -1); in Parse() local
89 if (text_mode >= 0) { in Parse()
91 v->fLineBreak = (text_mode == 0) in Parse()
/third_party/protobuf/src/google/protobuf/testing/
H A Dfile.cc73 bool File::ReadFileToString(const string& name, string* output, bool text_mode) { in ReadFileToString() argument
75 FILE* file = fopen(name.c_str(), text_mode ? "rt" : "rb"); in ReadFileToString()
H A Dfile.h53 static bool ReadFileToString(const string& name, string* output, bool text_mode = false);
/third_party/python/Lib/
H A Dsubprocess.py875 self.text_mode = encoding or errors or text or universal_newlines
876 if self.text_mode and encoding is None:
886 if self.text_mode:
1011 if self.text_mode:
1017 if self.text_mode:
1022 if self.text_mode:
1077 # universal_newlines as retained as an alias of text_mode for API
1079 return self.text_mode
1083 self.text_mode = bool(universal_newlines)
1176 If in text mode (indicated by self.text_mode), an
[all...]

Completed in 5 milliseconds