Home
last modified time | relevance | path

Searched refs:sre (Results 1 – 25 of 29) sorted by relevance

12

/external/grpc-grpc-java/protobuf/src/test/java/io/grpc/protobuf/
DStatusProtoTest.java46 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/
Dsl.txt783 "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 …]
Dsr_Latn.txt562 "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/
DSafeMethodCachingInterceptorTest.java188 } 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/
DCascadingTest.java168 } catch (StatusRuntimeException sre) { in testCascadingCancellationViaLeafFailure()
170 Status status = sre.getStatus(); in testCascadingCancellationViaLeafFailure()
/external/grpc-grpc-java/netty/src/test/java/io/grpc/netty/
DNettyClientTransportTest.java305 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/
DRegisterInfoEmitter.cpp802 for (unsigned sri = 0, sre = SubRegIndices.size(); sri != sre; ++sri) { in runTargetDesc() local
DCodeGenRegisters.cpp770 for (unsigned sri = 0, sre = SubRegIndices.size(); sri != sre; ++sri) { in computeInferredRegisterClasses() local
/external/icu/icu4c/source/data/region/
Dku.txt60 CH{"Swîsre"}
/external/libchrome/third_party/ply/
Dlex.py842 sre = re.compile(r'\s*(t_[a-zA-Z_0-9]*)\s*=')
849 m = sre.match(l)
/external/ply/ply/ply/
Dlex.py838 sre = re.compile(r'\s*(t_[a-zA-Z_0-9]*)\s*=')
845 m = sre.match(line)
/external/selinux/python/sepolgen/src/sepolgen/
Dlex.py838 sre = re.compile(r'\s*(t_[a-zA-Z_0-9]*)\s*=')
845 m = sre.match(line)
/external/python/cpython2/Misc/NEWS.d/
D2.6rc1.rst190 Fix sre "bytecode" validator for an end case.
D2.6b3.rst337 sre "bytecode" validator. Passing invalid "re-bytecode" to _sre.compile()
/external/python/cpython3/Lib/test/
Dpstats.pck13 …���i���i���gd?��H�"?gd?��H�"?0(���u���~i����u.���<method 'match' of '_sre.SRE_Pattern' object…
/external/autotest/client/profilers/powertop/src/po/
Dhu.po231 "Nem áll rendelkezésre részletes statisztika, engedélyezd a "
/external/python/cpython2/Lib/test/
Dtest_re.py728 from sre import _compile
/external/python/cpython2/Misc/
Dcheatsheet1609 re (sre)
1611 Handles Unicode strings. Implemented in new module sre, re now a mere front-end
DHISTORY1379 - 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/
DMakefile.pre.in780 Modules/_sre.o: $(srcdir)/Modules/_sre.c $(srcdir)/Modules/sre.h $(srcdir)/Modules/sre_constants.h …
/external/e2fsprogs/po/
Dhu.po211 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/
DHISTORY16764 - 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/
Diso-639-3_Name_Index.tab6268 sre Sara Sara
Diso-639-3.tab6020 sre I L Sara
/external/icu/icu4c/source/data/misc/
DsupplementalData.txt6530 "sre~i",

12