Home
last modified time | relevance | path

Searched refs:otherInfo (Results 1 – 5 of 5) sorted by relevance

/external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/
DNettySocketSupport.java46 public final ImmutableMap<String, String> otherInfo; field in NettySocketSupport.NativeSocketOptions
51 Map<String, String> otherInfo) { in NativeSocketOptions() argument
52 Preconditions.checkNotNull(otherInfo); in NativeSocketOptions()
54 this.otherInfo = ImmutableMap.copyOf(otherInfo); in NativeSocketOptions()
DInternalNettySocketSupport.java36 public InternalNativeSocketOptions(TcpInfo tcpInfo, Map<String, String> otherInfo) { in InternalNativeSocketOptions() argument
37 super(tcpInfo, otherInfo); in InternalNativeSocketOptions()
DUtils.java244 for (Entry<String, String> entry : nativeOptions.otherInfo.entrySet()) { in getSocketOptions()
/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateBirth.java285 … R3<Versions, String, String> otherInfo = onlyNewer.pathToBirthCurrentPrevious.get(xpath); in writeBirth() local
286 if (otherInfo == null) { in writeBirth()
290 onlyNewerVersion = otherInfo.get0(); in writeBirth()
294 otherValue = fixNull(otherInfo.get1()); in writeBirth()
295 olderOtherValue = fixNull(otherInfo.get2()); in writeBirth()
/external/cldr/tools/java/org/unicode/cldr/icu/
DRegexManager.java231 PathValueInfo otherInfo = (PathValueInfo) o; in equals() local
232 return rbPath.equals(otherInfo.rbPath) in equals()
233 && valueArg.equals(otherInfo.valueArg); in equals()