Home
last modified time | relevance | path

Searched refs:getTargetName (Results 1 – 10 of 10) sorted by relevance

/external/grpc-grpc-java/alts/src/main/java/io/grpc/alts/internal/
DAltsHandshakerClient.java87 if (!Strings.isNullOrEmpty(clientOptions.getTargetName())) { in setStartClientFields()
88 startClientReq.setTargetName(clientOptions.getTargetName()); in setStartClientFields()
DAltsClientOptions.java42 public String getTargetName() { in getTargetName() method in AltsClientOptions
/external/deqp/modules/egl/
DteglImageTests.cpp328 static const char* getTargetName (EGLint target) in getTargetName() function in deqp::egl::Image::CreateImageGLES2
397 …: ImageTestCase (eglTestCtx, ApiType::es(2, 0), string("create_image_gles2_") + getTargetName(tar… in CreateImageGLES2()
450 static const char* getTargetName (GLenum target) in getTargetName() function in deqp::egl::Image::ImageTargetGLES2
463 …: ImageTestCase (eglTestCtx, ApiType::es(2, 0), string("image_target_gles2_") + getTargetName(targ… in ImageTargetGLES2()
/external/grpc-grpc-java/alts/src/test/java/io/grpc/alts/internal/
DAltsClientOptionsTest.java51 assertThat(options.getTargetName()).isEqualTo(targetName); in setAndGet()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
DNVPTXSubtarget.h82 std::string getTargetName() const { return TargetName; } in getTargetName() function
DNVPTXAsmPrinter.cpp877 O << STI.getTargetName(); in emitHeader()
/external/llvm/lib/Target/NVPTX/
DNVPTXSubtarget.h98 std::string getTargetName() const { return TargetName; } in getTargetName() function
DNVPTXAsmPrinter.cpp922 O << STI.getTargetName(); in emitHeader()
/external/deqp/external/openglcts/modules/gles3/
Des3cCopyTexImageConversionsTests.cpp4743 const char* getTargetName(GLenum target) const;
5500 const char* TestBase::getTargetName(GLenum target) const in getTargetName() function in es3cts::TestBase
5858 << getTargetName(object_target) << " attachment for the test. GL reported error [" in configureGLObject()
6888 << "] internalformat conversion [target=" << getTargetName(m_source_attachment_type) in execute()
7174 << ", src target: [" << getTargetName(m_source_attachment_type) in execute()
7175 << "], dst target: " << getTargetName(m_destination_attachment_type) in execute()
9615 << getTargetName(m_source_attachment_type) << "] and destination [" in displayPixelComparisonFailureMessage()
9616 << getTargetName(m_destination_attachment_type) << "FBO attachment types." in displayPixelComparisonFailureMessage()
10160 << "] conversion [src target=" << getTargetName(m_source_attachment_type) in execute()
10161 << ", dst target=" << getTargetName(m_destination_attachment_type) in execute()
[all …]
/external/grpc-grpc-java/alts/src/generated/main/java/io/grpc/alts/internal/
DHandshaker.java2140 java.lang.String getTargetName(); in getTargetName() method
2660 public java.lang.String getTargetName() { in getTargetName() method in Handshaker.StartClientHandshakeReq
2856 result = result && getTargetName() in equals()
2857 .equals(other.getTargetName()); in equals()
2901 hash = (53 * hash) + getTargetName().hashCode(); in hashCode()
3239 if (!other.getTargetName().isEmpty()) { in mergeFrom()
4460 public java.lang.String getTargetName() { in getTargetName() method in Handshaker.StartClientHandshakeReq.Builder
4524 targetName_ = getDefaultInstance().getTargetName(); in clearTargetName()