Home
last modified time | relevance | path

Searched defs:GetTest (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/grpc-grpc/src/ruby/spec/pb/codegen/grpc/testing/
H A Dpackage_options.proto27 rpc GetTest(TestRequest) returns (TestResponse) { } rpc
H A Dpackage_options_ruby_style.proto36 rpc GetTest(AnotherTestRequest) returns (AnotherTestResponse) { } rpc
/aosp_15_r20/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_searchengine.py34 class GetTest(unittest.TestCase): class
/aosp_15_r20/external/python/cpython2/Lib/idlelib/idle_test/
Dtest_searchengine.py33 class GetTest(unittest.TestCase): class
/aosp_15_r20/external/sdk-platform-java/gapic-generator-java/src/test/proto/
H A Dtesting.proto78 rpc GetTest(GetTestRequest) returns (Test) { rpc
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/opt/
H A Damd_ext_to_khr.cpp29 std::string GetTest(std::string op_code, std::string new_op_code, in GetTest() function
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Damd_ext_to_khr.cpp29 std::string GetTest(std::string op_code, std::string new_op_code, in GetTest() function
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/opt/
Damd_ext_to_khr.cpp29 std::string GetTest(std::string op_code, std::string new_op_code, in GetTest() function
/aosp_15_r20/external/webrtc/rtc_base/
H A Dphysical_socket_server_unittest.cc86 PhysicalSocketTest* GetTest() const { return test_; } in GetTest() function in rtc::FakePhysicalSocketServer
/aosp_15_r20/external/aws-sdk-java-v2/services/devicefarm/src/main/resources/codegen-resources/
H A Dexamples-1.json491 "GetTest": [ array
H A Dservice-2.json510 "GetTest":{ object
/aosp_15_r20/external/cronet/net/url_request/
H A Durl_request_unittest.cc4807 TEST_F(URLRequestTestHTTP, GetTest) { in TEST_F() argument