Home
last modified time | relevance | path

Searched defs:withContext (Results 1 – 9 of 9) sorted by relevance

/external/syzkaller/vendor/cloud.google.com/go/storage/
Dgo17.go24 func withContext(r *http.Request, ctx context.Context) *http.Request { func
Dnot_go17.go23 func withContext(r *http.Request, _ interface{}) *http.Request { func
/external/smali/util/src/main/java/org/jf/util/
DExceptionWithContext.java48 public static ExceptionWithContext withContext(Throwable ex, String str, Object... formatArgs) { in withContext() method in ExceptionWithContext
/external/syzkaller/vendor/google.golang.org/appengine/internal/
Dapi_classic.go41 func withContext(parent netcontext.Context, c appengine.Context) netcontext.Context { func
Dapi_pre17.go238 func withContext(parent netcontext.Context, c *context) netcontext.Context { func
Dapi.go248 func withContext(parent netcontext.Context, c *context) netcontext.Context { func
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DCollationDataBuilder.java547 protected int copyFromBaseCE32(int c, int ce32, boolean withContext) { in copyFromBaseCE32()
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationDataBuilder.java546 protected int copyFromBaseCE32(int c, int ce32, boolean withContext) { in copyFromBaseCE32()
/external/icu/icu4c/source/i18n/
Dcollationdatabuilder.cpp771 CollationDataBuilder::copyFromBaseCE32(UChar32 c, uint32_t ce32, UBool withContext, in copyFromBaseCE32()