HomeSort by relevance Sort by last modified time
    Searched refs:newm (Results 1 - 25 of 32) sorted by null

1 2

  /prebuilts/go/darwin-x86/src/go/types/
type.go 320 newm := *tm
322 newm.typ = &newmtyp
323 newmtyp.recv = NewVar(newm.pos, newm.pkg, "", t)
324 allMethods = append(allMethods, &newm)
  /prebuilts/go/linux-x86/src/go/types/
type.go 320 newm := *tm
322 newm.typ = &newmtyp
323 newmtyp.recv = NewVar(newm.pos, newm.pkg, "", t)
324 allMethods = append(allMethods, &newm)
  /external/iptables/iptables/
xtables-eb.c 667 struct xtables_match *newm; local
678 newm = xtables_find_match(m->name, XTF_LOAD_MUST_SUCCEED, rule_matches);
679 if (newm == NULL)
683 newm->mflags = m->mflags;
691 newnode->u.match = newm;
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
sys_windows_386.s 310 // void tstart(M *newm);
312 MOVL newm+0(FP), CX // m
338 // uint32 tstart_stdcall(M *newm);
340 MOVL newm+0(FP), BX
sys_plan9_386.s 143 MOVL newm+0(FP), CX
sys_plan9_amd64.s 140 MOVQ newm+0(FP), CX
sys_plan9_arm.s 209 //func tstart_plan9(newm *m)
211 MOVW newm+0(FP), R1
os_plan9.go 65 func tstart_plan9(newm *m)
os3_solaris.go 143 func tstart_sysvicall(newm *m) uint32
  /prebuilts/go/linux-x86/src/runtime/
sys_windows_386.s 310 // void tstart(M *newm);
312 MOVL newm+0(FP), CX // m
338 // uint32 tstart_stdcall(M *newm);
340 MOVL newm+0(FP), BX
sys_plan9_386.s 143 MOVL newm+0(FP), CX
sys_plan9_amd64.s 140 MOVQ newm+0(FP), CX
sys_plan9_arm.s 209 //func tstart_plan9(newm *m)
211 MOVW newm+0(FP), R1
os_plan9.go 65 func tstart_plan9(newm *m)
os3_solaris.go 143 func tstart_sysvicall(newm *m) uint32
  /prebuilts/go/darwin-x86/src/encoding/gob/
type_test.go 112 var newm map[string]int
113 newMapStringInt := getTypeUnlocked("map1", reflect.TypeOf(newm))
type.go 764 newm := make(map[reflect.Type]*typeInfo)
767 newm[k] = v
769 newm[rt] = info
770 typeInfoMap.Store(newm)
  /prebuilts/go/linux-x86/src/encoding/gob/
type_test.go 112 var newm map[string]int
113 newMapStringInt := getTypeUnlocked("map1", reflect.TypeOf(newm))
type.go 764 newm := make(map[reflect.Type]*typeInfo)
767 newm[k] = v
769 newm[rt] = info
770 typeInfoMap.Store(newm)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/
import.c 2626 PyObject *newm; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
import.c 2733 PyObject *newm; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
import.c 2626 PyObject *newm; local
    [all...]
  /prebuilts/go/darwin-x86/src/reflect/
all_test.go 985 newm := newmap.Interface().(map[string]int)
986 if len(newm) != len(m) {
987 t.Errorf("length after copy: newm=%d, m=%d", len(newm), len(m))
990 for k, v := range newm {
993 t.Errorf("newm[%q] = %d, but m[%q] = %d, %v", k, v, k, mv, ok)
998 v, ok := newm["a"]
1000 t.Errorf("newm[\"a\"] = %d after delete", v)
    [all...]
  /prebuilts/go/linux-x86/src/reflect/
all_test.go 985 newm := newmap.Interface().(map[string]int)
986 if len(newm) != len(m) {
987 t.Errorf("length after copy: newm=%d, m=%d", len(newm), len(m))
990 for k, v := range newm {
993 t.Errorf("newm[%q] = %d, but m[%q] = %d, %v", k, v, k, mv, ok)
998 v, ok := newm["a"]
1000 t.Errorf("newm[\"a\"] = %d after delete", v)
    [all...]
  /prebuilts/go/darwin-x86/src/net/
lookup_test.go 385 // observing on runtime.newm calls, we can see that it

Completed in 3532 milliseconds

1 2