Home
last modified time | relevance | path

Searched refs:withContext (Results 1 – 13 of 13) sorted by relevance

/external/syzkaller/vendor/google.golang.org/appengine/internal/
Dapi_classic.go41 func withContext(parent netcontext.Context, c appengine.Context) netcontext.Context { func
68 return withContext(parent, c)
87 return withContext(netcontext.Background(), &testingContext{req: req})
Dapi.go93 r = r.WithContext(withContext(r.Context(), c))
248 func withContext(parent netcontext.Context, c *context) netcontext.Context { func
257 return withContext(netcontext.Background(), c)
327 ctx := withContext(decorate(req.Context()), c)
Dapi_pre17.go238 func withContext(parent netcontext.Context, c *context) netcontext.Context { func
247 return withContext(netcontext.Background(), c)
277 return withContext(parent, c)
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/value/
DDexBackedEncodedValue.java108 …throw ExceptionWithContext.withContext(ex, "Error while reading encoded value at offset 0x%x", sta… in readFrom()
150 … throw ExceptionWithContext.withContext(ex, "Error while skipping encoded value at offset 0x%x", in skipFrom()
/external/syzkaller/vendor/cloud.google.com/go/storage/
Dnot_go17.go23 func withContext(r *http.Request, _ interface{}) *http.Request { func
Dgo17.go24 func withContext(r *http.Request, ctx context.Context) *http.Request { func
Dstorage.go499 req = withContext(req, ctx)
/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/icu/icu4c/source/i18n/
Dcollationdatabuilder.h198 uint32_t copyFromBaseCE32(UChar32 c, uint32_t ce32, UBool withContext, UErrorCode &errorCode);
Dcollationdatabuilder.cpp771 CollationDataBuilder::copyFromBaseCE32(UChar32 c, uint32_t ce32, UBool withContext, in copyFromBaseCE32() argument
799 if(!withContext) { in copyFromBaseCE32()
833 if(!withContext) { in copyFromBaseCE32()
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
DMethodDefinition.java159 throw ExceptionWithContext.withContext(ex, "Error while processing method"); in MethodDefinition()
161 … throw ExceptionWithContext.withContext(ex, "Error while processing method %s", methodString); in MethodDefinition()
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DCollationDataBuilder.java547 protected int copyFromBaseCE32(int c, int ce32, boolean withContext) { in copyFromBaseCE32() argument
572 if(!withContext) { in copyFromBaseCE32()
604 if(!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() argument
571 if(!withContext) { in copyFromBaseCE32()
603 if(!withContext) { in copyFromBaseCE32()