Home
last modified time | relevance | path

Searched refs:add_whitespace (Results 1 – 16 of 16) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_tokenize.py585 u.add_whitespace((1,3))
589 self.assertRaises(ValueError, u.add_whitespace, (2,1))
597 u.add_whitespace((2, 0))
600 u.add_whitespace((4, 4))
/external/protobuf/src/google/protobuf/util/
Djson_util.h70 bool add_whitespace; member
83 : add_whitespace(false), in JsonPrintOptions()
Djson_util.cc98 converter::JsonObjectWriter json_writer(options.add_whitespace ? " " : "", in BinaryToJsonStream()
Djson_util_test.cc94 options.add_whitespace = true; in TEST_F()
/external/tensorflow/tensorflow/compiler/xla/tools/
Dhlo_proto_to_json.cc48 json_options.add_whitespace = true; in ToJson()
/external/tensorflow/tensorflow/compiler/mlir/tfjs/translate/
Djson_translate.cc83 json_options.add_whitespace = true; in MlirToJSONTranslateFunction()
/external/python/cpython2/Lib/lib2to3/pgen2/
Dtokenize.py190 def add_whitespace(self, start): member in Untokenizer
203 self.add_whitespace(start)
/external/python/cpython2/Lib/
Dtokenize.py186 def add_whitespace(self, start): member in Untokenizer
225 self.add_whitespace(start)
/external/python/cpython3/Lib/lib2to3/pgen2/
Dtokenize.py178 def add_whitespace(self, start): member in Untokenizer
191 self.add_whitespace(start)
/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/
Dfuzz_test_util.cpp149 json_options.add_whitespace = true; in DumpTransformationsJson()
/external/deqp-deps/SPIRV-Tools/test/fuzz/
Dfuzz_test_util.cpp149 json_options.add_whitespace = true; in DumpTransformationsJson()
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/fuzz/
Dfuzz_test_util.cpp149 json_options.add_whitespace = true; in DumpTransformationsJson()
/external/python/cpython3/Lib/
Dtokenize.py170 def add_whitespace(self, start): member in Untokenizer
212 self.add_whitespace(start)
/external/deqp-deps/SPIRV-Tools/tools/fuzz/
Dfuzz.cpp639 json_options.add_whitespace = true; in DumpTransformationsJson()
770 json_options.add_whitespace = true; in main()
/external/swiftshader/third_party/SPIRV-Tools/tools/fuzz/
Dfuzz.cpp639 json_options.add_whitespace = true; in DumpTransformationsJson()
770 json_options.add_whitespace = true; in main()
/external/angle/third_party/vulkan-deps/spirv-tools/src/tools/fuzz/
Dfuzz.cpp696 json_options.add_whitespace = true; in DumpTransformationsJson()
828 json_options.add_whitespace = true; in main()