/external/grpc-grpc-java/protobuf/src/test/java/io/grpc/protobuf/ |
D | StatusProtoTest.java | 46 StatusRuntimeException sre = StatusProto.toStatusRuntimeException(STATUS_PROTO); in toStatusRuntimeException() local 47 com.google.rpc.Status extractedStatusProto = StatusProto.fromThrowable(sre); in toStatusRuntimeException() 49 assertEquals(STATUS_PROTO.getCode(), sre.getStatus().getCode().value()); in toStatusRuntimeException() 50 assertEquals(STATUS_PROTO.getMessage(), sre.getStatus().getDescription()); in toStatusRuntimeException() 56 StatusRuntimeException sre = StatusProto.toStatusRuntimeException(STATUS_PROTO, metadata); in toStatusRuntimeExceptionWithMetadata_shouldIncludeMetadata() local 57 com.google.rpc.Status extractedStatusProto = StatusProto.fromThrowable(sre); in toStatusRuntimeExceptionWithMetadata_shouldIncludeMetadata() 59 assertEquals(STATUS_PROTO.getCode(), sre.getStatus().getCode().value()); in toStatusRuntimeExceptionWithMetadata_shouldIncludeMetadata() 60 assertEquals(STATUS_PROTO.getMessage(), sre.getStatus().getDescription()); in toStatusRuntimeExceptionWithMetadata_shouldIncludeMetadata() 62 assertNotNull(sre.getTrailers()); in toStatusRuntimeExceptionWithMetadata_shouldIncludeMetadata() 63 assertEquals(METADATA_VALUE, sre.getTrailers().get(METADATA_KEY)); in toStatusRuntimeExceptionWithMetadata_shouldIncludeMetadata() [all …]
|
/external/icu/icu4c/source/data/locales/ |
D | sl.txt | 783 "sre.", 801 "sre.", 821 "sre.", 839 "sre.", 2497 "-1"{"prejš. sre."} 2498 "0"{"to sre."} 2499 "1"{"nasl. sre."} 2503 few{"čez {0} sre."} 2504 one{"čez {0} sre."} 2505 other{"čez {0} sre."} [all …]
|
D | sr_Latn.txt | 562 "sre", 600 "sre", 2110 "-1"{"prošle sre"} 2111 "0"{"u sre"} 2112 "1"{"sledeće sre"} 2129 "-1"{"prošle sre"} 2130 "0"{"u sre"} 2131 "1"{"sledeće sre"}
|
/external/grpc-grpc-java/examples/android/clientcache/app/src/test/java/io/grpc/clientcacheexample/ |
D | SafeMethodCachingInterceptorTest.java | 188 } catch (StatusRuntimeException sre) { in requestWithOnlyIfCachedOption_unavailableIfNotInCache() 189 assertEquals(Status.UNAVAILABLE.getCode(), sre.getStatus().getCode()); in requestWithOnlyIfCachedOption_unavailableIfNotInCache() 192 sre.getStatus().getDescription()); in requestWithOnlyIfCachedOption_unavailableIfNotInCache() 223 } catch (StatusRuntimeException sre) { in requestWithNoCacheAndOnlyIfCached_fails() 224 assertEquals(Status.UNAVAILABLE.getCode(), sre.getStatus().getCode()); in requestWithNoCacheAndOnlyIfCached_fails() 227 sre.getStatus().getDescription()); in requestWithNoCacheAndOnlyIfCached_fails()
|
/external/grpc-grpc-java/interop-testing/src/test/java/io/grpc/testing/integration/ |
D | CascadingTest.java | 168 } catch (StatusRuntimeException sre) { in testCascadingCancellationViaLeafFailure() 170 Status status = sre.getStatus(); in testCascadingCancellationViaLeafFailure()
|
/external/grpc-grpc-java/netty/src/test/java/io/grpc/netty/ |
D | NettyClientTransportTest.java | 305 StatusException sre = (StatusException) ex.getCause(); in tlsNegotiationFailurePropagatesToStatus() 306 assertEquals(Status.Code.UNAVAILABLE, sre.getStatus().getCode()); in tlsNegotiationFailurePropagatesToStatus() 307 assertThat(sre.getCause()).isInstanceOf(SSLHandshakeException.class); in tlsNegotiationFailurePropagatesToStatus() 308 assertThat(sre.getCause().getMessage()).contains("SSLV3_ALERT_HANDSHAKE_FAILURE"); in tlsNegotiationFailurePropagatesToStatus()
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | RegisterInfoEmitter.cpp | 802 for (unsigned sri = 0, sre = SubRegIndices.size(); sri != sre; ++sri) { in runTargetDesc() local
|
D | CodeGenRegisters.cpp | 770 for (unsigned sri = 0, sre = SubRegIndices.size(); sri != sre; ++sri) { in computeInferredRegisterClasses() local
|
/external/icu/icu4c/source/data/region/ |
D | ku.txt | 60 CH{"Swîsre"}
|
/external/libchrome/third_party/ply/ |
D | lex.py | 842 sre = re.compile(r'\s*(t_[a-zA-Z_0-9]*)\s*=') 849 m = sre.match(l)
|
/external/ply/ply/ply/ |
D | lex.py | 838 sre = re.compile(r'\s*(t_[a-zA-Z_0-9]*)\s*=') 845 m = sre.match(line)
|
/external/selinux/python/sepolgen/src/sepolgen/ |
D | lex.py | 838 sre = re.compile(r'\s*(t_[a-zA-Z_0-9]*)\s*=') 845 m = sre.match(line)
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.6rc1.rst | 190 Fix sre "bytecode" validator for an end case.
|
D | 2.6b3.rst | 337 sre "bytecode" validator. Passing invalid "re-bytecode" to _sre.compile()
|
/external/python/cpython3/Lib/test/ |
D | pstats.pck | 13 …iigd?��H�"?gd?��H�"?0(u~iu.<method 'match' of '_sre.SRE_Pattern' object…
|
/external/autotest/client/profilers/powertop/src/po/ |
D | hu.po | 231 "Nem áll rendelkezésre részletes statisztika, engedélyezd a "
|
/external/python/cpython2/Lib/test/ |
D | test_re.py | 728 from sre import _compile
|
/external/python/cpython2/Misc/ |
D | cheatsheet | 1609 re (sre) 1611 Handles Unicode strings. Implemented in new module sre, re now a mere front-end
|
D | HISTORY | 1379 - re and sre were swapped, so help(re) provides full help. importing sre 3246 sre.pattern_objects, file objects, and sockets. 3412 for a string or unicode object in sre.compile() when a different 5371 - Fixed bug #470582: sre module would return a tuple (None, 'a', 'ab') 5378 - Fixed bug #581080: sre scanner was not checking the buffer limit 6324 unpredictable. Also in sre, the pattern.split(), pattern.sub(), and 8656 - sre: Added experimental expand() method to match objects. Does not 9338 sre. SRE is faster than pre, and supports Unicode (which was the 9408 sre - regular expressions (fast, supports unicode). Currently, this 9410 using sre (without changes to the re API).
|
/external/python/cpython3/ |
D | Makefile.pre.in | 780 Modules/_sre.o: $(srcdir)/Modules/_sre.c $(srcdir)/Modules/sre.h $(srcdir)/Modules/sre_constants.h …
|
/external/e2fsprogs/po/ |
D | hu.po | 211 msgstr "%s megnyitásakor ürítésre" 3184 " -y Feltételezze az „igen” választ minden kérdésre\n" 3432 msgstr " %u napja nem került ellenőrzésre" 7267 "bekövetkezik) automatikusan ellenőrzésre kerül. A felülbíráláshoz\n"
|
/external/python/cpython3/Misc/ |
D | HISTORY | 16764 - The sre module has been removed. 18763 - re and sre were swapped, so help(re) provides full help. importing sre 20630 sre.pattern_objects, file objects, and sockets. 20796 for a string or unicode object in sre.compile() when a different 22755 - Fixed bug #470582: sre module would return a tuple (None, 'a', 'ab') 22762 - Fixed bug #581080: sre scanner was not checking the buffer limit 23708 unpredictable. Also in sre, the pattern.split(), pattern.sub(), and 26035 - sre: Added experimental expand() method to match objects. Does not 26717 sre. SRE is faster than pre, and supports Unicode (which was the 26787 sre - regular expressions (fast, supports unicode). Currently, this [all …]
|
/external/cldr/tools/java/org/unicode/cldr/util/data/ |
D | iso-639-3_Name_Index.tab | 6268 sre Sara Sara
|
D | iso-639-3.tab | 6020 sre I L Sara
|
/external/icu/icu4c/source/data/misc/ |
D | supplementalData.txt | 6530 "sre~i",
|