Home
last modified time | relevance | path

Searched refs:fromContext (Results 1 – 9 of 9) sorted by relevance

/external/syzkaller/vendor/google.golang.org/appengine/internal/
Didentity_classic.go16 c := fromContext(ctx)
29 c := fromContext(ctx)
37 c := fromContext(ctx)
44 c := fromContext(ctx)
52 c := fromContext(ctx)
Dapi_classic.go27 func fromContext(ctx netcontext.Context) appengine.Context { func
34 c := fromContext(ctx)
54 if c := fromContext(ctx); c != nil {
108 c := fromContext(ctx)
Didentity_vm.go26 c := fromContext(ctx)
Dapi.go243 func fromContext(ctx netcontext.Context) *context { func
261 if c := fromContext(ctx); c != nil {
453 c := fromContext(ctx)
Dapi_pre17.go233 func fromContext(ctx netcontext.Context) *context { func
251 if c := fromContext(ctx); c != nil {
475 c := fromContext(ctx)
Dapi_common.go85 c := fromContext(ctx)
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
DScriptsLiveFolder.java53 .fromContext(this, icon)); in createLiveFolder()
DInterpreterPicker.java79 Intent.ShortcutIconResource.fromContext(InterpreterPicker.this, icon); in onListItemClick()
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/provider/
DScriptProvider.java145 ShortcutIconResource icon = ShortcutIconResource.fromContext(mContext, iconId); in queryLiveFolder()