/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/ |
sinit.go | 30 // init1 walks the AST starting at n, and accumulates in out 32 func init1(n *Node, out **NodeList) { func 36 init1(n.Left, out) 37 init1(n.Right, out) 39 init1(l.N, out) 45 init1(n.Type.Nname, out) 187 init1(l.N, out) 207 Fatal("init1: bad defn") 210 // recurse over n, doing init1 everywhere. 220 init1(n, out [all...] |
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
sinit.go | 27 // init1 walks the AST starting at n, and accumulates in out 29 func init1(n *Node, out **NodeList) { func 33 init1(n.Left, out) 34 init1(n.Right, out) 36 init1(l.N, out) 42 init1(n.Type.Nname, out) 184 init1(l.N, out) 204 Fatal("init1: bad defn") 207 // recurse over n, doing init1 everywhere. 217 init1(n, out [all...] |
/external/mesa3d/src/gallium/tests/trivial/ |
compute.c | 531 void init1(void *p, int s, int x, int y) { function 544 60, 12, init1); 1059 void init1(void *p, int s, int x, int y) { function 1128 void init1(void *p, int s, int x, int y) { function [all...] |
/frameworks/base/graphics/java/android/graphics/ |
Path.java | 49 mNativePath = init1(); 809 private static native long init1(); method in class:Path
|
/frameworks/base/core/jni/android/graphics/ |
Path.cpp | 48 static jlong init1(JNIEnv* env, jobject clazz) { function in class:android::SkPathGlue 474 {"init1","()J", (void*) SkPathGlue::init1},
|
/prebuilts/go/darwin-x86/src/go/types/ |
check_test.go | 64 {"testdata/init1.src"},
|
/prebuilts/go/linux-x86/src/go/types/ |
check_test.go | 64 {"testdata/init1.src"},
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
Path_Delegate.java | 99 /*package*/ static long init1() { method in class:Path_Delegate
|