Home
last modified time | relevance | path

Searched refs:wxyz (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/clang-tools-extra/clangd/unittests/
DJSONTransportTests.cpp107 R"({"jsonrpc": "2.0", "method": "err", "id": "wxyz", "params": "boom!"})" in TEST_F()
120 Call err("wxyz"): "boom!" in TEST_F()
130 R"({"error":{"code":88,"message":"trouble at mill"},"id":"wxyz","jsonrpc":"2.0"})"; in TEST_F()
147 {"jsonrpc": "2.0", "method": "invalidated", "id": "wxyz", "params": "boom!"} in TEST_F()
161 Call invalidated("wxyz"): "boom!" in TEST_F()
184 "id": "wxyz", in TEST_F()
/external/s2-geometry-library-java/tests/com/google/common/geometry/
DS2LoopTest.java462 S2Loop wxyz = makeLoop("10:11, 10:12, 11:12, 11:11"); in testComparisons() local
463 assertTrue(abcd.compareTo(wxyz) > 0); in testComparisons()
464 assertTrue(wxyz.compareTo(abcd) < 0); in testComparisons()
/external/mesa3d/src/amd/vulkan/
Dvk_format_layout.csv7 VK_FORMAT_B4G4R4A4_UNORM_PACK16 , plain, 1, 1, un4 , un4 , un4 , un4 , wxyz, rgb
13 VK_FORMAT_B5G5R5A1_UNORM_PACK16 , plain, 1, 1, un1 , un5 , un5 , un5 , wxyz, rgb
/external/pcre/dist2/testdata/
Dtestoutput15597 /(?>.*)(?<=(abcd|wxyz))/
5603 1: wxyz
8393 /(?>.*?)(?<=(abcd)|(wxyz))/
8400 2: wxyz
8402 /(?>.*)(?<=(abcd)|(wxyz))/
8409 2: wxyz
Dtestinput23644 /(?>.*?)(?<=(abcd)|(wxyz))/I
3646 /(?>.*)(?<=(abcd)|(wxyz))/I
4644 /abcd/replace=wxyz,substitute_matched
4649 >abcd1234abcd5678<\=replace=wxyz,substitute_matched
Dtestinput13543 /(?>.*)(?<=(abcd|wxyz))/
5232 /(?>.*?)(?<=(abcd)|(wxyz))/
5236 /(?>.*)(?<=(abcd)|(wxyz))/
Dtestoutput6345 0: wxyz
5617 /(?>.*)(?<=(abcd|wxyz))/
Dtestoutput211807 /(?>.*?)(?<=(abcd)|(wxyz))/I
11813 /(?>.*)(?<=(abcd)|(wxyz))/I
14879 /abcd/replace=wxyz,substitute_matched
14881 1: wxyz
14886 >abcd1234abcd5678<\=replace=wxyz,substitute_matched
Dtestinput63754 /(?>.*)(?<=(abcd|wxyz))/
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_unittest.inc401 message.set_repeated_string(0, "wxyz", 2);
/external/swiftshader/src/Reactor/
DReactor.hpp1801 Swizzle4<Vector4, 0x3012> wxyz; member