MCPcopy Create free account

hub / github.com/golang/mobile / functions

Functions2,094 in github.com/golang/mobile

↓ 1 callersMethodgenJNIFuncBody
(o *types.Func, sName string, jm *java.Func, isjava bool)
bind/genjava.go:1186
↓ 1 callersMethodgenJNIFuncSignature
(o *types.Func, sName string, jm *java.Func, proxy, isjava bool)
bind/genjava.go:731
↓ 1 callersMethodgenJNIVar
(o *types.Var)
bind/genjava.go:1092
↓ 1 callersFunctiongenJavaPackages
(dir string, classes []*java.Class, embedders []importers.Struct)
cmd/gobind/gen.go:240
↓ 1 callersMethodgenM
(n *objc.Named)
bind/genobjcw.go:211
↓ 1 callersMethodgenMethodInterfaceProxy
(oName string, m *types.Func)
bind/genjava.go:1255
↓ 1 callersFunctiongenObjcPackages
(dir string, types []*objc.Named, embedders []importers.Struct)
cmd/gobind/gen.go:184
↓ 1 callersFunctiongenObjcPackages
(t *testing.T, dir string, cg *ObjcWrapper)
bind/bind_test.go:209
↓ 1 callersMethodgenObjectMethods
(n string, fields []*types.Var, isStringer bool)
bind/genjava.go:479
↓ 1 callersMethodgenPreamble
genPreamble generates the preamble. It is generated after everything else, where we know which bound packages to import.
bind/gengo.go:495
↓ 1 callersMethodgenRead
(to, from string, t *java.Type, mode varMode)
bind/genclasses.go:754
↓ 1 callersMethodgenSetter
(oName string, f *types.Var)
bind/genobjc.go:670
↓ 1 callersMethodgenStruct
(s structInfo)
bind/genjava.go:235
↓ 1 callersMethodgenStruct
(obj *types.TypeName, T *types.Struct)
bind/gengo.go:196
↓ 1 callersMethodgenStructH
(obj *types.TypeName, t *types.Struct)
bind/genobjc.go:1038
↓ 1 callersMethodgenStructM
(obj *types.TypeName, t *types.Struct)
bind/genobjc.go:1137
↓ 1 callersMethodgenVar
(o *types.Var)
bind/genjava.go:859
↓ 1 callersMethodgenVar
(o *types.Var)
bind/gengo.go:247
↓ 1 callersMethodgenVarM
(o *types.Var)
bind/genobjc.go:342
↓ 1 callersFunctiongenWhitelistMap
(whitelist []string)
gl/gendebug.go:934
↓ 1 callersMethodgenWrite
(dst, v string, t *java.Type, mode varMode)
bind/genclasses.go:791
↓ 1 callersMethodgenWrite
(a *objc.Param)
bind/genobjcw.go:469
↓ 1 callersFunctiongendex
()
cmd/gomobile/gendex.go:54
↓ 1 callersFunctiongetModuleVersions
getModuleVersions returns a module information at the directory src.
cmd/gomobile/bind.go:242
↓ 1 callersFunctiongetenv
(env []string, key string)
cmd/gomobile/env.go:513
↓ 1 callersFunctiongoAndroidBind
(gobind string, pkgs []*packages.Package, targets []targetInfo)
cmd/gomobile/bind_androidapp.go:21
↓ 1 callersFunctiongoAndroidBuild
(pkg *packages.Package, targets []targetInfo)
cmd/gomobile/build_androidapp.go:26
↓ 1 callersFunctiongoAppleBind
(gobind string, pkgs []*packages.Package, targets []targetInfo)
cmd/gomobile/bind_iosapp.go:24
↓ 1 callersFunctiongoAppleBindArchive
(out string, env []string, gosrc string)
cmd/gomobile/bind_iosapp.go:382
↓ 1 callersFunctiongoAppleBuild
(pkg *packages.Package, bundleID string, targets []targetInfo)
cmd/gomobile/build_apple.go:22
↓ 1 callersFunctiongoInstall
(srcs []string, env []string, args ...string)
cmd/gomobile/build.go:306
↓ 1 callersMethodgopherCrashed
()
example/flappy/game.go:325
↓ 1 callersMethodgrow
()
bind/java/Seq.java:357
↓ 1 callersMethodhello
(String msg)
bind/java/SeqTest.java:485
↓ 1 callersFunctionhelp
(args []string)
cmd/gomobile/main.go:108
↓ 1 callersFunctionhelpDocumentation
(path string)
cmd/gomobile/main.go:137
↓ 1 callersMethodiDup
(Interface i)
bind/java/SeqTest.java:522
↓ 1 callersFunctionimplicitFuncTypes
(f *Func)
internal/importers/objc/objc.go:215
↓ 1 callersFunctionimportModule
importModule parses ObjC type information with clang -cc1 -ast-dump. TODO: Use module.map files to precisely model the @import Module.Identifier dire
internal/importers/objc/objc.go:413
↓ 1 callersMethodimportReferencedClasses
importReferencedClasses imports all implicit classes (super types, parameter and return types) for the given classes not already imported.
internal/importers/java/java.go:651
↓ 1 callersFunctioninitialUpper
(s string)
internal/importers/java/java.go:1177
↓ 1 callersFunctioninstallOpenAL
(gomobilepath string)
cmd/gomobile/init.go:113
↓ 1 callersFunctionisJavaPrimitive
(T types.Type)
bind/genjava.go:594
↓ 1 callersFunctionisSupportedArch
(platform, arch string)
cmd/gomobile/env.go:55
↓ 1 callersFunctioniterElementsRecurse
(el *Element, ch chan *Element)
internal/binres/binres.go:861
↓ 1 callersMethodivyEval
(final String expr)
example/ivy/android/app/src/main/java/org/golang/ivy/MainActivity.java:297
↓ 1 callersMethodjavaBasicType
(T *types.Basic)
bind/genjava.go:655
↓ 1 callersMethodjniCallType
(t types.Type)
bind/genjava.go:1344
↓ 1 callersMethodkillGopher
()
example/flappy/game.go:329
↓ 1 callersMethodkind
(t ResType)
internal/binres/binres.go:708
↓ 1 callersMethodline
(pos int64)
internal/binres/binres.go:959
↓ 1 callersMethodloadDemo
()
example/ivy/android/app/src/main/java/org/golang/ivy/MainActivity.java:253
↓ 1 callersFunctionloadTextures
(eng sprite.Engine)
example/flappy/game.go:185
↓ 1 callersMethodlookupOrCreate
lookupOrCreate looks up the type name in the type map. If it doesn't exist, it creates and returns a new type. If it does exist, it returns the existi
internal/importers/objc/objc.go:551
↓ 1 callersMethodloop
loop is the primary drawing loop. After UIKit has captured the initial OS thread for processing UIKit events in runApp, it starts loop on another gor
app/darwin_ios.go:191
↓ 1 callersMethodloop
loop is the primary drawing loop. After Cocoa has captured the initial OS thread for processing Cocoa events in runApp, it starts loop on another gor
app/darwin_desktop.go:77
↓ 1 callersFunctionmain
()
cmd/gobind/main.go:39
↓ 1 callersFunctionmain
(f func(App))
app/x11.go:38
↓ 1 callersFunctionmanifestLibName
manifestLibName parses the AndroidManifest.xml and finds the library name of the NativeActivity.
cmd/gomobile/manifest.go:30
↓ 1 callersMethodmanyargs
(long p0, long p1, long p2, long p3, long p4, long p5, long p6, long p7, long gp8, long p9)
bind/java/SeqBench.java:145
↓ 1 callersFunctionmarshalRecurse
(el *Element, bin *[]byte)
internal/binres/binres.go:820
↓ 1 callersFunctionmobileModuleAvailable
mobileModuleAvailable reports whether golang.org/x/mobile/bind is resolvable through the current module. In GOPATH mode or when the module probe fails
cmd/gomobile/bind.go:374
↓ 1 callersFunctionmobileRepoRevision
()
cmd/gomobile/version.go:67
↓ 1 callersFunctionndkVersion
ndkVersion returns the full version number of an installed copy of the NDK, or "" if it cannot be determined.
cmd/gomobile/env.go:366
↓ 1 callersMethodnewGroundTile
()
example/flappy/game.go:300
↓ 1 callersMethodnewI
()
bind/java/SeqBench.java:133
↓ 1 callersMethodnextGroundY
()
example/flappy/game.go:314
↓ 1 callersMethodnoargs
()
bind/java/SeqBench.java:138
↓ 1 callersFunctiononDraw
(glctx gl.Context, sz size.Event)
example/network/main.go:99
↓ 1 callersFunctiononPaint
(glctx gl.Context, sz size.Event)
example/basic/main.go:128
↓ 1 callersFunctiononPaint
(glctx gl.Context, sz size.Event)
example/flappy/main.go:92
↓ 1 callersFunctiononStart
(glctx gl.Context)
example/basic/main.go:101
↓ 1 callersFunctiononStart
(glctx gl.Context)
example/flappy/main.go:79
↓ 1 callersFunctiononStop
(glctx gl.Context)
example/basic/main.go:121
↓ 1 callersFunctiononStop
()
example/flappy/main.go:86
↓ 1 callersMethodonearg
(long i)
bind/java/SeqBench.java:140
↓ 1 callersMethodoneret
()
bind/java/SeqBench.java:142
↓ 1 callersFunctionopenAsset
(name string)
asset/asset_ios.go:11
↓ 1 callersMethodparamName
(params *types.Tuple, pos int)
bind/genobjc.go:629
↓ 1 callersFunctionparseAndroidPlatformVersion
(name string)
internal/sdkpath/sdkpath.go:90
↓ 1 callersMethodparseDocs
parseDocs extracts documentation from a package in a form useful for lookups.
bind/gen.go:199
↓ 1 callersMethodparseJavaValue
(v string)
internal/importers/java/java.go:1105
↓ 1 callersMethodparseMethod
()
internal/importers/objc/objc.go:631
↓ 1 callersMethodparseModule
(module string, typeMap map[string]*Named)
internal/importers/objc/objc.go:464
↓ 1 callersMethodparseParameter
()
internal/importers/objc/objc.go:675
↓ 1 callersFunctionpollSensor
(t Type, d time.Duration, done chan struct{})
exp/sensor/darwin_armx.go:111
↓ 1 callersFunctionpoolTrim
poolTrim trims all but immediately surrounding space. \n\t\tfoobar\n\t\t becomes \tfoobar\n
internal/binres/binres.go:883
↓ 1 callersFunctionprintrecurse
(t *testing.T, pl *Pool, el *Element, ws string)
internal/binres/binres_test.go:27
↓ 1 callersFunctionprocessEvent
(env *C.JNIEnv, e *C.AInputEvent)
app/android.go:400
↓ 1 callersFunctionprocessKey
(env *C.JNIEnv, e *C.AInputEvent)
app/android.go:432
↓ 1 callersFunctionpump
pump returns a channel src such that sending on src will eventually send on dst, in order, but that src will always be ready to send/receive soon, eve
app/app.go:145
↓ 1 callersMethodreadDemo
()
example/ivy/android/app/src/main/java/org/golang/ivy/MainActivity.java:276
↓ 1 callersFunctionreadEvents
(e []Event)
exp/sensor/android.go:156
↓ 1 callersMethodrender
(n *sprite.Node, t clock.Time, sz size.Event)
exp/sprite/glsprite/glsprite.go:115
↓ 1 callersMethodrender
(n *sprite.Node, t clock.Time)
exp/sprite/portable/portable.go:108
↓ 1 callersFunctionresetReadOnlyFlagAll
(path string)
cmd/gomobile/init.go:283
↓ 1 callersMethodroundPow2
(int x)
bind/java/Seq.java:392
↓ 1 callersFunctionrun
()
cmd/gobind/main.go:46
↓ 1 callersFunctionrun
(cmd string)
bind/objc/seq_test.go:156
↓ 1 callersFunctionrun
(cmd string)
bind/java/seq_test.go:190
← previousnext →701–800 of 2,094, ranked by callers