Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Duresbund.cpp385 UResourceDataEntry *resB; in ures_flushCache() local
405 resB = static_cast<UResourceDataEntry*>(e->value.pointer); in ures_flushCache()
415 if (resB->fCountExisting == 0) { in ures_flushCache()
419 free_entry(resB); in ures_flushCache()
438 UResourceDataEntry *resB; in ures_dumpCacheContents() local
448 resB = (UResourceDataEntry *) e->value.pointer; in ures_dumpCacheContents()
451 (void*)resB, resB->fCountExisting, in ures_dumpCacheContents()
452 resB->fName?resB->fName:"nullptr", in ures_dumpCacheContents()
453 resB->fPath?resB->fPath:"nullptr", in ures_dumpCacheContents()
454 (void*)resB->fPool, in ures_dumpCacheContents()
[all …]
Drestrace.h36 ResourceTracer(const UResourceBundle* resB) : in ResourceTracer() argument
37 fResB(resB), in ResourceTracer()
42 ResourceTracer(const UResourceBundle* resB, const char* key) : in ResourceTracer() argument
43 fResB(resB), in ResourceTracer()
48 ResourceTracer(const UResourceBundle* resB, int32_t index) : in ResourceTracer() argument
49 fResB(resB), in ResourceTracer()
Duresimp.h63 U_CAPI void U_EXPORT2 ures_initStackObject(UResourceBundle* resB);
161 U_CFUNC const char* ures_getName(const UResourceBundle* resB);
163 U_CFUNC const char* ures_getPath(const UResourceBundle* resB);
209 ures_findSubResource(const UResourceBundle *resB,
262 ures_getByKeyWithFallback(const UResourceBundle *resB,
284 ures_getStringByKeyWithFallback(const UResourceBundle *resB,
339 ures_getVersionByKey(const UResourceBundle *resB,
/external/cronet/stable/third_party/icu/source/common/
Duresbund.cpp385 UResourceDataEntry *resB; in ures_flushCache() local
405 resB = (UResourceDataEntry *) e->value.pointer; in ures_flushCache()
415 if (resB->fCountExisting == 0) { in ures_flushCache()
419 free_entry(resB); in ures_flushCache()
438 UResourceDataEntry *resB; in ures_dumpCacheContents() local
448 resB = (UResourceDataEntry *) e->value.pointer; in ures_dumpCacheContents()
451 (void*)resB, resB->fCountExisting, in ures_dumpCacheContents()
452 resB->fName?resB->fName:"nullptr", in ures_dumpCacheContents()
453 resB->fPath?resB->fPath:"nullptr", in ures_dumpCacheContents()
454 (void*)resB->fPool, in ures_dumpCacheContents()
[all …]
Drestrace.h36 ResourceTracer(const UResourceBundle* resB) : in ResourceTracer() argument
37 fResB(resB), in ResourceTracer()
42 ResourceTracer(const UResourceBundle* resB, const char* key) : in ResourceTracer() argument
43 fResB(resB), in ResourceTracer()
48 ResourceTracer(const UResourceBundle* resB, int32_t index) : in ResourceTracer() argument
49 fResB(resB), in ResourceTracer()
Duresimp.h63 U_CAPI void U_EXPORT2 ures_initStackObject(UResourceBundle* resB);
161 U_CFUNC const char* ures_getName(const UResourceBundle* resB);
163 U_CFUNC const char* ures_getPath(const UResourceBundle* resB);
209 ures_findSubResource(const UResourceBundle *resB,
262 ures_getByKeyWithFallback(const UResourceBundle *resB,
284 ures_getStringByKeyWithFallback(const UResourceBundle *resB,
339 ures_getVersionByKey(const UResourceBundle *resB,
/external/cronet/tot/third_party/icu/source/common/
Duresbund.cpp385 UResourceDataEntry *resB; in ures_flushCache() local
405 resB = (UResourceDataEntry *) e->value.pointer; in ures_flushCache()
415 if (resB->fCountExisting == 0) { in ures_flushCache()
419 free_entry(resB); in ures_flushCache()
438 UResourceDataEntry *resB; in ures_dumpCacheContents() local
448 resB = (UResourceDataEntry *) e->value.pointer; in ures_dumpCacheContents()
451 (void*)resB, resB->fCountExisting, in ures_dumpCacheContents()
452 resB->fName?resB->fName:"nullptr", in ures_dumpCacheContents()
453 resB->fPath?resB->fPath:"nullptr", in ures_dumpCacheContents()
454 (void*)resB->fPool, in ures_dumpCacheContents()
[all …]
Drestrace.h36 ResourceTracer(const UResourceBundle* resB) : in ResourceTracer() argument
37 fResB(resB), in ResourceTracer()
42 ResourceTracer(const UResourceBundle* resB, const char* key) : in ResourceTracer() argument
43 fResB(resB), in ResourceTracer()
48 ResourceTracer(const UResourceBundle* resB, int32_t index) : in ResourceTracer() argument
49 fResB(resB), in ResourceTracer()
Duresimp.h63 U_CAPI void U_EXPORT2 ures_initStackObject(UResourceBundle* resB);
161 U_CFUNC const char* ures_getName(const UResourceBundle* resB);
163 U_CFUNC const char* ures_getPath(const UResourceBundle* resB);
209 ures_findSubResource(const UResourceBundle *resB,
262 ures_getByKeyWithFallback(const UResourceBundle *resB,
284 ures_getStringByKeyWithFallback(const UResourceBundle *resB,
339 ures_getVersionByKey(const UResourceBundle *resB,
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/channels/
DChannelUndeliveredElementTest.kt42 val resB = Resource("B") in <lambda>() constant
46 channel.send(resB) // suspends & get cancelled in <lambda>()
51 assertTrue(resB.isCancelled) // send was cancelled in <lambda>()
60 val resB = Resource("B") in <lambda>() constant
62 channel.send(resB) // goes to buffer in <lambda>()
64 assertFalse(resB.isCancelled) // it is in buffer, not cancelled in <lambda>()
67 assertTrue(resB.isCancelled) // now cancelled in buffer in <lambda>()
74 val resB = Resource("B") in <lambda>() constant
77 assertFalse(resB.isCancelled) in <lambda>()
78 channel.send(resB) in <lambda>()
[all …]
/external/cronet/tot/third_party/icu/source/common/unicode/
Dures.h299 ures_getVersion(const UResourceBundle* resB,
432 ures_getUTF8String(const UResourceBundle *resB,
698 ures_getUTF8StringByIndex(const UResourceBundle *resB,
735 ures_getStringByKey(const UResourceBundle *resB,
791 ures_getUTF8StringByKey(const UResourceBundle *resB,
813 ures_getUnicodeString(const UResourceBundle *resB, UErrorCode* status) { in ures_getUnicodeString() argument
816 const char16_t *r = ConstChar16Ptr(ures_getString(resB, &len, status)); in ures_getUnicodeString()
838 ures_getNextUnicodeString(UResourceBundle *resB, const char ** key, UErrorCode* status) { in ures_getNextUnicodeString() argument
841 const char16_t* r = ConstChar16Ptr(ures_getNextString(resB, &len, key, status)); in ures_getNextUnicodeString()
860 ures_getUnicodeStringByIndex(const UResourceBundle *resB, int32_t indexS, UErrorCode* status) { in ures_getUnicodeStringByIndex() argument
[all …]
/external/icu/libandroidicu/include/unicode/
Dures.h299 ures_getVersion(const UResourceBundle* resB,
432 ures_getUTF8String(const UResourceBundle *resB,
698 ures_getUTF8StringByIndex(const UResourceBundle *resB,
735 ures_getStringByKey(const UResourceBundle *resB,
791 ures_getUTF8StringByKey(const UResourceBundle *resB,
813 ures_getUnicodeString(const UResourceBundle *resB, UErrorCode* status) { in ures_getUnicodeString() argument
816 const char16_t *r = ConstChar16Ptr(ures_getString(resB, &len, status)); in ures_getUnicodeString()
838 ures_getNextUnicodeString(UResourceBundle *resB, const char ** key, UErrorCode* status) { in ures_getNextUnicodeString() argument
841 const char16_t* r = ConstChar16Ptr(ures_getNextString(resB, &len, key, status)); in ures_getNextUnicodeString()
860 ures_getUnicodeStringByIndex(const UResourceBundle *resB, int32_t indexS, UErrorCode* status) { in ures_getUnicodeStringByIndex() argument
[all …]
/external/cronet/stable/third_party/icu/source/common/unicode/
Dures.h299 ures_getVersion(const UResourceBundle* resB,
432 ures_getUTF8String(const UResourceBundle *resB,
698 ures_getUTF8StringByIndex(const UResourceBundle *resB,
735 ures_getStringByKey(const UResourceBundle *resB,
791 ures_getUTF8StringByKey(const UResourceBundle *resB,
813 ures_getUnicodeString(const UResourceBundle *resB, UErrorCode* status) { in ures_getUnicodeString() argument
816 const char16_t *r = ConstChar16Ptr(ures_getString(resB, &len, status)); in ures_getUnicodeString()
838 ures_getNextUnicodeString(UResourceBundle *resB, const char ** key, UErrorCode* status) { in ures_getNextUnicodeString() argument
841 const char16_t* r = ConstChar16Ptr(ures_getNextString(resB, &len, key, status)); in ures_getNextUnicodeString()
860 ures_getUnicodeStringByIndex(const UResourceBundle *resB, int32_t indexS, UErrorCode* status) { in ures_getUnicodeStringByIndex() argument
[all …]
/external/icu/libicu/cts_headers/unicode/
Dures.h299 ures_getVersion(const UResourceBundle* resB,
432 ures_getUTF8String(const UResourceBundle *resB,
698 ures_getUTF8StringByIndex(const UResourceBundle *resB,
735 ures_getStringByKey(const UResourceBundle *resB,
791 ures_getUTF8StringByKey(const UResourceBundle *resB,
813 ures_getUnicodeString(const UResourceBundle *resB, UErrorCode* status) { in ures_getUnicodeString() argument
816 const char16_t *r = ConstChar16Ptr(ures_getString(resB, &len, status)); in ures_getUnicodeString()
838 ures_getNextUnicodeString(UResourceBundle *resB, const char ** key, UErrorCode* status) { in ures_getNextUnicodeString() argument
841 const char16_t* r = ConstChar16Ptr(ures_getNextString(resB, &len, key, status)); in ures_getNextUnicodeString()
860 ures_getUnicodeStringByIndex(const UResourceBundle *resB, int32_t indexS, UErrorCode* status) { in ures_getUnicodeStringByIndex() argument
[all …]
/external/icu/icu4c/source/common/unicode/
Dures.h299 ures_getVersion(const UResourceBundle* resB,
432 ures_getUTF8String(const UResourceBundle *resB,
698 ures_getUTF8StringByIndex(const UResourceBundle *resB,
735 ures_getStringByKey(const UResourceBundle *resB,
791 ures_getUTF8StringByKey(const UResourceBundle *resB,
813 ures_getUnicodeString(const UResourceBundle *resB, UErrorCode* status) { in ures_getUnicodeString() argument
816 const char16_t *r = ConstChar16Ptr(ures_getString(resB, &len, status)); in ures_getUnicodeString()
838 ures_getNextUnicodeString(UResourceBundle *resB, const char ** key, UErrorCode* status) { in ures_getNextUnicodeString() argument
841 const char16_t* r = ConstChar16Ptr(ures_getNextString(resB, &len, key, status)); in ures_getNextUnicodeString()
860 ures_getUnicodeStringByIndex(const UResourceBundle *resB, int32_t indexS, UErrorCode* status) { in ures_getUnicodeStringByIndex() argument
[all …]
/external/icu/libicu/cts_headers/
Drestrace.h36 ResourceTracer(const UResourceBundle* resB) : in ResourceTracer() argument
37 fResB(resB), in ResourceTracer()
42 ResourceTracer(const UResourceBundle* resB, const char* key) : in ResourceTracer() argument
43 fResB(resB), in ResourceTracer()
48 ResourceTracer(const UResourceBundle* resB, int32_t index) : in ResourceTracer() argument
49 fResB(resB), in ResourceTracer()
Duresimp.h63 U_CAPI void U_EXPORT2 ures_initStackObject(UResourceBundle* resB);
161 U_CFUNC const char* ures_getName(const UResourceBundle* resB);
163 U_CFUNC const char* ures_getPath(const UResourceBundle* resB);
209 ures_findSubResource(const UResourceBundle *resB,
262 ures_getByKeyWithFallback(const UResourceBundle *resB,
284 ures_getStringByKeyWithFallback(const UResourceBundle *resB,
339 ures_getVersionByKey(const UResourceBundle *resB,
/external/cronet/tot/third_party/icu/source/test/cintltst/
Dcreststn.c410 UResourceBundle* resB; in TestDecodedBundle() local
460 resB = ures_open(testdatapath, "encoded", &error); in TestDecodedBundle()
461 srcFromRes=tres_getString(resB,-1,"str",&len,&error); in TestDecodedBundle()
464 ures_close(resB); in TestDecodedBundle()
479 ures_close(resB); in TestDecodedBundle()
679 UResourceBundle* resB = NULL; in TestNewTypes() local
684 resB = ures_getByKey(theBundle, "collations", resB, &status); in TestNewTypes()
685 resB = ures_getByKey(resB, "standard", resB, &status); in TestNewTypes()
686 str = tres_getString(resB,-1,"Sequence",&strLength,&status); in TestNewTypes()
692 ures_close(resB); in TestNewTypes()
[all …]
Dcreststn.h34 tres_getString(const UResourceBundle *resB,
/external/icu/icu4c/source/test/cintltst/
Dcreststn.c414 UResourceBundle* resB; in TestDecodedBundle() local
464 resB = ures_open(testdatapath, "encoded", &error); in TestDecodedBundle()
465 srcFromRes=tres_getString(resB,-1,"str",&len,&error); in TestDecodedBundle()
468 ures_close(resB); in TestDecodedBundle()
483 ures_close(resB); in TestDecodedBundle()
683 UResourceBundle* resB = NULL; in TestNewTypes() local
688 resB = ures_getByKey(theBundle, "collations", resB, &status); in TestNewTypes()
689 resB = ures_getByKey(resB, "standard", resB, &status); in TestNewTypes()
690 str = tres_getString(resB,-1,"Sequence",&strLength,&status); in TestNewTypes()
696 ures_close(resB); in TestNewTypes()
[all …]
Dcreststn.h34 tres_getString(const UResourceBundle *resB,
/external/cronet/stable/third_party/icu/source/test/cintltst/
Dcreststn.c410 UResourceBundle* resB; in TestDecodedBundle() local
460 resB = ures_open(testdatapath, "encoded", &error); in TestDecodedBundle()
461 srcFromRes=tres_getString(resB,-1,"str",&len,&error); in TestDecodedBundle()
464 ures_close(resB); in TestDecodedBundle()
479 ures_close(resB); in TestDecodedBundle()
679 UResourceBundle* resB = NULL; in TestNewTypes() local
684 resB = ures_getByKey(theBundle, "collations", resB, &status); in TestNewTypes()
685 resB = ures_getByKey(resB, "standard", resB, &status); in TestNewTypes()
686 str = tres_getString(resB,-1,"Sequence",&strLength,&status); in TestNewTypes()
692 ures_close(resB); in TestNewTypes()
[all …]
Dcreststn.h34 tres_getString(const UResourceBundle *resB,
/external/llvm/test/CodeGen/X86/
Dmerge-consecutive-loads-128.ll537 %resB = insertelement <16 x i8> %resA, i8 %valB, i32 11
538 %resC = insertelement <16 x i8> %resB, i8 %valC, i32 12
/external/pytorch/test/dynamo/
Dtest_export.py219 resB = graph(*input)
220 self.assertTrue(torch._dynamo.utils.same(resA, resB))
1610 resB = graph(torch.tensor([2]))
1611 self.assertTrue(torch._dynamo.utils.same(resA, resB))