Searched refs:add_whitespace (Results 1 – 16 of 16) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | test_tokenize.py | 585 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/ |
D | json_util.h | 70 bool add_whitespace; member 83 : add_whitespace(false), in JsonPrintOptions()
|
D | json_util.cc | 98 converter::JsonObjectWriter json_writer(options.add_whitespace ? " " : "", in BinaryToJsonStream()
|
D | json_util_test.cc | 94 options.add_whitespace = true; in TEST_F()
|
/external/tensorflow/tensorflow/compiler/xla/tools/ |
D | hlo_proto_to_json.cc | 48 json_options.add_whitespace = true; in ToJson()
|
/external/tensorflow/tensorflow/compiler/mlir/tfjs/translate/ |
D | json_translate.cc | 83 json_options.add_whitespace = true; in MlirToJSONTranslateFunction()
|
/external/python/cpython2/Lib/lib2to3/pgen2/ |
D | tokenize.py | 190 def add_whitespace(self, start): member in Untokenizer 203 self.add_whitespace(start)
|
/external/python/cpython2/Lib/ |
D | tokenize.py | 186 def add_whitespace(self, start): member in Untokenizer 225 self.add_whitespace(start)
|
/external/python/cpython3/Lib/lib2to3/pgen2/ |
D | tokenize.py | 178 def add_whitespace(self, start): member in Untokenizer 191 self.add_whitespace(start)
|
/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
D | fuzz_test_util.cpp | 149 json_options.add_whitespace = true; in DumpTransformationsJson()
|
/external/deqp-deps/SPIRV-Tools/test/fuzz/ |
D | fuzz_test_util.cpp | 149 json_options.add_whitespace = true; in DumpTransformationsJson()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/fuzz/ |
D | fuzz_test_util.cpp | 149 json_options.add_whitespace = true; in DumpTransformationsJson()
|
/external/python/cpython3/Lib/ |
D | tokenize.py | 170 def add_whitespace(self, start): member in Untokenizer 212 self.add_whitespace(start)
|
/external/deqp-deps/SPIRV-Tools/tools/fuzz/ |
D | fuzz.cpp | 639 json_options.add_whitespace = true; in DumpTransformationsJson() 770 json_options.add_whitespace = true; in main()
|
/external/swiftshader/third_party/SPIRV-Tools/tools/fuzz/ |
D | fuzz.cpp | 639 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/ |
D | fuzz.cpp | 696 json_options.add_whitespace = true; in DumpTransformationsJson() 828 json_options.add_whitespace = true; in main()
|