Searched refs:command_2 (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | generate-inspector-protocol-version | 110 def compare_commands(domain_name, command_1, command_2, types_map_1, types_map_2, errors, reverse): argument 114 params_2 = named_list_to_map(command_2, "parameters", "name") 119 returns_2 = named_list_to_map(command_2, "returns", "name")
|
/external/chromium_org/v8/test/cctest/ |
D | test-debug.cc | 4875 const char* command_2 = in Run() local 4906 v8::Debug::SendCommand(isolate, buffer_2, AsciiToUtf16(command_2, buffer_2)); in Run() 4930 v8::Debug::SendCommand(isolate, buffer_2, AsciiToUtf16(command_2, buffer_2)); in Run() 4940 v8::Debug::SendCommand(isolate, buffer_1, AsciiToUtf16(command_2, buffer_1)); in Run() 5061 const char* command_2 = in TEST() local 5074 isolate, buffer, AsciiToUtf16(command_2, buffer), NULL); in TEST() 5075 v8::Debug::SendCommand(isolate, buffer, AsciiToUtf16(command_2, buffer), in TEST() 5077 v8::Debug::SendCommand(isolate, buffer, AsciiToUtf16(command_2, buffer), in TEST() 5182 const char* command_2 = "{\"seq\":103," in Run() local 5191 v8::Debug::SendCommand(isolate, buffer, AsciiToUtf16(command_2, buffer)); in Run() [all …]
|