MCPcopy Create free account

hub / github.com/golang/mobile / functions

Functions2,094 in github.com/golang/mobile

↓ 6 callersMethodgenJavaToC
(varName string, t types.Type, mode varMode)
bind/genjava.go:896
↓ 6 callersMethodgoType
(t *java.Type, local bool)
bind/genclasses.go:81
↓ 6 callersMethodparamName
(params *types.Tuple, pos int)
bind/gengo.go:180
↓ 6 callersFunctionremoveAll
(path string)
cmd/gomobile/init.go:266
↓ 6 callersFunctiontoCFlag
(v bool)
bind/gen.go:355
↓ 6 callersFunctiontypeCheck
(t *testing.T, filename string, gopath string)
bind/bind_test.go:84
↓ 5 callersMethodFlush
Flush empties all buffers. It does not block. An OpenGL implementation may buffer network communication, the command stream, or data inside the graph
gl/interface.go:317
↓ 5 callersMethodGetUniformLocation
GetUniformLocation returns the location of a uniform variable. http://www.khronos.org/opengles/sdk/docs/man3/html/glGetUniformLocation.xhtml
gl/interface.go:478
↓ 5 callersMethodIsUTF8
()
internal/binres/pool.go:82
↓ 5 callersMethodJNIType
()
internal/importers/java/java.go:505
↓ 5 callersMethodMarshalBinary
()
internal/binres/pool.go:279
↓ 5 callersMethodPublish
Publish flushes any pending drawing commands, such as OpenGL calls, and swaps the back buffer to the screen.
app/app.go:42
↓ 5 callersFunctionRunOnJVM
RunOnJVM runs fn on a new goroutine locked to an OS thread with a JNIEnv. RunOnJVM blocks until the call to fn is complete. Any Java exception or fai
internal/mobileinit/ctx_android.go:94
↓ 5 callersMethodScale
Scale sets m to be a scale followed by p. It is equivalent to m.Mul(p, &Affine{{x,0,0}, {0,y,0}}).
exp/f32/affine.go:81
↓ 5 callersFunctionaddBuildFlagsNVXWork
(cmd *command)
cmd/gomobile/build.go:276
↓ 5 callersFunctionappdataPath
()
gl/dll_windows.go:112
↓ 5 callersMethodasMethod
(g *ObjcGen)
bind/genobjc.go:559
↓ 5 callersMethodcgoType
(t *objc.Type)
bind/genobjcw.go:655
↓ 5 callersFunctionclassNameFor
(t types.Type)
bind/genjava.go:1671
↓ 5 callersFunctiondiff
(got, want string)
cmd/gomobile/writer_test.go:155
↓ 5 callersFunctionerrWrongType
(have ResType, want ...ResType)
internal/binres/binres.go:60
↓ 5 callersFunctionexportedFields
(T *types.Struct)
bind/types.go:94
↓ 5 callersFunctionexportedMethodSet
(T types.Type)
bind/types.go:71
↓ 5 callersMethodgenCToJava
(toName, fromName string, t types.Type, mode varMode)
bind/genjava.go:925
↓ 5 callersMethodgenFuncDecl
(local bool, fs *java.FuncSet)
bind/genclasses.go:422
↓ 5 callersMethodgenFuncDecl
(local bool, f *objc.Func)
bind/genobjcw.go:587
↓ 5 callersMethodgenRead
(toVar, fromVar string, typ types.Type, mode varMode)
bind/gengo.go:380
↓ 5 callersMethodgobindOpts
()
bind/genjava.go:980
↓ 5 callersFunctionisAndroidPlatform
(platform string)
cmd/gomobile/env.go:30
↓ 5 callersMethodisErrorType
(t *objc.Type)
bind/genobjcw.go:633
↓ 5 callersFunctionlowerFirst
(s string)
bind/gen.go:527
↓ 5 callersMethodobjcType
(t *objc.Type)
bind/genobjcw.go:699
↓ 5 callersFunctionplatformArchs
(platform string)
cmd/gomobile/env.go:40
↓ 5 callersMethodremove
(int key)
bind/java/Seq.java:316
↓ 5 callersMethodscanLine
()
internal/importers/objc/objc.go:438
↓ 5 callersFunctionwriteFile
(filename string, generate func(io.Writer) error)
cmd/gomobile/bind.go:203
↓ 5 callersFunctionwriteTempFile
(t *testing.T, name string, contents []byte)
bind/bind_test.go:127
↓ 4 callersFunctionBytes
Bytes returns the byte representation of float32 values in the given byte order. byteOrder must be either binary.BigEndian or binary.LittleEndian.
exp/f32/f32.go:67
↓ 4 callersMethodClear
Clear clears the window. The behavior of Clear is influenced by the pixel ownership test, the scissor test, dithering, and the buffer writemasks. ht
gl/interface.go:116
↓ 4 callersFunctionCubicBezier
CubicBezier generates a tween function determined by a Cubic Bézier curve. The parameters are cubic control parameters. The curve starts at (0,0) goi
exp/sprite/clock/tween.go:32
↓ 4 callersMethodDeleteShader
DeleteShader deletes shader s. http://www.khronos.org/opengles/sdk/docs/man3/html/glDeleteShader.xhtml
gl/interface.go:230
↓ 4 callersMethodDot
(v1 *Vec3)
exp/f32/vec3.go:47
↓ 4 callersMethodEq
Eq reports whether each component of m is within epsilon of the same component in n.
exp/f32/affine.go:31
↓ 4 callersMethodEvents
Events returns the events channel. It carries events from the system to the app. The type of such events include: - lifecycle.Event - mouse.Event - pa
app/app.go:35
↓ 4 callersMethodFilter
TODO: replace filters (and the Events channel) with a NextEvent method? Filter calls each registered event filter function in sequence.
app/app.go:47
↓ 4 callersMethodGetProgrami
(p Program, pname Enum)
gl/gldebug.go:2269
↓ 4 callersMethodGetProgrami
(p Program, pname Enum)
gl/gl.go:785
↓ 4 callersFunctionGetString
GetString returns the string value of the given parameter.
exp/audio/al/al.go:101
↓ 4 callersMethodGeti
Geti returns the int32 value of the given parameter.
exp/audio/al/al.go:424
↓ 4 callersMethodIdentity
Identity sets m to be the identity transform.
exp/f32/affine.go:22
↓ 4 callersMethodInit
(wrappers []*objc.Named)
bind/genobjc.go:52
↓ 4 callersMethodInverse
Inverse sets m to be the inverse of p.
exp/f32/affine.go:61
↓ 4 callersFunctionIsAvailable
IsAvailable reports whether the required tools are available for Import to work. In particular, IsAvailable checks the existence of the javap binary.
internal/importers/java/java.go:165
↓ 4 callersFunctionMain
Main is called by the main.main function to run the mobile application. It calls f on the App, in a separate goroutine, as some OS-specific libraries
app/app.go:20
↓ 4 callersMethodPx
Px converts the length to current device pixels.
geom/geom.go:82
↓ 4 callersMethodSetTransform
(n *Node, m f32.Affine)
exp/sprite/sprite.go:59
↓ 4 callersMethodString
(_ string)
bind/testdata/benchmark/benchmark.go:31
↓ 4 callersMethodSum
()
bind/testdata/structs.go:12
↓ 4 callersMethodTexParameteri
TexParameteri sets an integer texture parameter. http://www.khronos.org/opengles/sdk/docs/man3/html/glTexParameter.xhtml
gl/interface.go:650
↓ 4 callersMethodToolchain
map: GOOS->androidConfig.
cmd/gomobile/env.go:590
↓ 4 callersMethodTranslate
Translate sets m to be a translation followed by p. It is equivalent to m.Mul(p, &Mat4{ {1, 0, 0, x}, {0, 1, 0, y}, {0, 0, 1, z}, {0, 0, 0,
exp/f32/mat4.go:130
↓ 4 callersMethodUnmarshalBinary
(bin []byte)
internal/binres/pool.go:269
↓ 4 callersMethodWorkAvailable
WorkAvailable returns a channel that communicates when DoWork should be called.
gl/interface.go:885
↓ 4 callersFunctionandroidPkgName
androidPkgName sanitizes the go package name to be acceptable as a android package name part. The android package name convention is similar to the ja
cmd/gomobile/build_androidapp.go:292
↓ 4 callersFunctionarchNDK
()
cmd/gomobile/env.go:523
↓ 4 callersFunctionareGoModulesUsed
()
cmd/gomobile/bind.go:358
↓ 4 callersFunctioncombineSigs
combineSigs finds the most specific function signature that covers all its overload variants. If a function has only one variant, its common signature
internal/importers/java/java.go:372
↓ 4 callersFunctioncontains
(haystack []string, needle string)
cmd/gomobile/env.go:106
↓ 4 callersMethodcreate
(name string)
cmd/gomobile/writer.go:111
↓ 4 callersFunctiondefaultOutputData
(teamID string)
cmd/gomobile/init_test.go:150
↓ 4 callersFunctiondie
(err error)
gl/gendebug.go:660
↓ 4 callersFunctiondiff
diff runs the command "diff a b" and returns its output
bind/bind_test.go:112
↓ 4 callersFunctiondrawCross
(m *image.RGBA, x, y int)
exp/sprite/portable/affine_test.go:166
↓ 4 callersFunctionenvClang
(sdkName string)
cmd/gomobile/env.go:436
↓ 4 callersFunctioneqEpsilon
(x, y uint8)
exp/gl/glutil/glimage_test.go:186
↓ 4 callersFunctioneqEpsilon
(x, y uint8)
exp/sprite/portable/affine_test.go:179
↓ 4 callersFunctionframe
frame returns the frame for the given time t when each frame is displayed for duration d.
example/flappy/game.go:150
↓ 4 callersMethodgen
()
bind/gengo.go:515
↓ 4 callersMethodgenCMethodDecl
(prefix, jniName string, f *java.Func)
bind/genclasses.go:503
↓ 4 callersMethodgenFuncSignature
(o *types.Func, jm *java.Func, hasThis bool)
bind/genjava.go:808
↓ 4 callersMethodgenInterfaceMethodSignature
(m *types.Func, iName string, header bool, g_paramName func(*types.Tuple, int) string)
bind/gen.go:414
↓ 4 callersMethodgenRead
(toName, fromName string, t types.Type, mode varMode)
bind/genobjc.go:742
↓ 4 callersMethodgenRelease
genRelease cleans up arguments that weren't copied in genJavaToC.
bind/genjava.go:1245
↓ 4 callersMethodgenRelease
genRelease cleans up arguments that weren't copied in genWrite.
bind/genobjc.go:1025
↓ 4 callersMethodgenWrite
(toVar, fromVar string, t types.Type, mode varMode)
bind/gengo.go:101
↓ 4 callersFunctiongoBuild
(src string, env []string, args ...string)
cmd/gomobile/build.go:298
↓ 4 callersMethodgoType
(t *objc.Type, local bool)
bind/genobjcw.go:719
↓ 4 callersFunctioninitialUpper
(s string)
internal/importers/objc/objc.go:854
↓ 4 callersFunctionisJavaType
(t types.Type)
bind/genjava.go:1677
↓ 4 callersFunctionisObjcType
(t types.Type)
bind/genobjc.go:1393
↓ 4 callersMethoditerElements
()
internal/binres/binres.go:850
↓ 4 callersMethodjniClassSigPrefix
(pkg *types.Package)
bind/genjava.go:1384
↓ 4 callersFunctionobjcSetterName
objcSetterName returns the setter selector matching the property name produced by objcGetterName.
bind/genobjc.go:1413
↓ 4 callersFunctionpackageDir
(path string)
cmd/gobind/gen.go:377
↓ 4 callersMethodparseLocation
()
internal/importers/objc/objc.go:819
↓ 4 callersFunctionpkgFirstElem
(p *types.Package)
bind/types.go:158
↓ 4 callersFunctionplatformTags
(platform string)
cmd/gomobile/env.go:79
↓ 4 callersFunctionrunBenchmark
(name string, f func(n int))
bind/testdata/benchmark/benchmark.go:53
↓ 4 callersFunctionrunTest
(t *testing.T, pkgNames []string, prefix, testfile, framework string, uitest, dumpOutput bool)
bind/objc/seq_test.go:102
↓ 4 callersFunctionrunTest
runTest runs the Android java test class specified with javaCls. If javaPkg is set, it is passed with the -javapkg flag to gomobile. The pkgNames list
bind/java/seq_test.go:103
← previousnext →101–200 of 2,094, ranked by callers