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

1 2 3 4 5 6 7 8 91011>>

  /external/syslinux/com32/sysdump/
pci.c 38 uint32_t did; local
53 did = pci_readl(a);
55 if (did == 0xffffffff || did == 0xffff0000 ||
56 did == 0x0000ffff || did == 0x00000000)
  /external/valgrind/memcheck/tests/solaris/
door_data.c 60 int did = -1; local
66 if ((did = door_create(server_procedure, (void*)&exit_now, 0)) < 0) {
72 if (fattach(did, door_file) < 0) {
92 if (did >= 0 && door_revoke(did))
101 int did; local
110 if ((did = open(door_file, O_RDWR)) >= 0)
111 if (!door_info(did, &info))
114 close(did);
137 if (door_call(did, &params))
    [all...]
door_kill.c 60 int did = -1; local
76 if ((did = door_create(server_procedure, NULL, 0)) < 0) {
97 if (did >= 0 && door_revoke(did))
name_service_door.c 47 static int test_app_small_request(int did)
66 if (door_call(did, &params) != 0) {
74 static int test_app_uninitialized_request(int did)
103 if (door_call(did, &params) != 0) {
123 static int test_app_proto_icmp(int did)
185 if (door_call(did, &params) != 0) {
244 int did = open(DOOR_FILE, O_RDONLY); local
245 if (did < 0) {
253 if (door_info(did, &info) != 0) {
255 close(did);
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug441.go 12 var did int var
21 if did != want {
22 println("BUG: missing", want-did, "calls")
34 did++
bug147.go 24 panic("synchronous send did not wait")
bug488.go 7 // The gccgo compiler had a bug: if one file in a package did a dot
issue8039.go 7 // issue 8039. defer copy(x, <-c) did not rewrite <-c properly.
  /prebuilts/go/linux-x86/test/fixedbugs/
bug441.go 12 var did int var
21 if did != want {
22 println("BUG: missing", want-did, "calls")
34 did++
bug147.go 24 panic("synchronous send did not wait")
bug488.go 7 // The gccgo compiler had a bug: if one file in a package did a dot
issue8039.go 7 // issue 8039. defer copy(x, <-c) did not rewrite <-c properly.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-pe/
export_dynamic_warning.d 4 #warning: warning: --export-dynamic is not supported for PE\+? targets, did you mean --export-all-symbols\?
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
RemoteDebugger.py 133 did = id(dict)
134 dicttable[did] = dict
135 return did
140 did = id(dict)
141 dicttable[did] = dict
142 return did
163 def dict_keys(self, did):
164 dict = dicttable[did]
167 def dict_item(self, did, key):
168 dict = dicttable[did]
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
RemoteDebugger.py 133 did = id(dict)
134 dicttable[did] = dict
135 return did
140 did = id(dict)
141 dicttable[did] = dict
142 return did
163 def dict_keys(self, did):
164 dict = dicttable[did]
167 def dict_item(self, did, key):
168 dict = dicttable[did]
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
RemoteDebugger.py 133 did = id(dict)
134 dicttable[did] = dict
135 return did
140 did = id(dict)
141 dicttable[did] = dict
142 return did
163 def dict_keys(self, did):
164 dict = dicttable[did]
167 def dict_item(self, did, key):
168 dict = dicttable[did]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
RemoteDebugger.py 133 did = id(dict)
134 dicttable[did] = dict
135 return did
140 did = id(dict)
141 dicttable[did] = dict
142 return did
163 def dict_keys(self, did):
164 dict = dicttable[did]
167 def dict_item(self, did, key):
168 dict = dicttable[did]
    [all...]
  /external/clang/test/SemaCXX/
warn-memsize-comparison.cpp 21 expected-note {{did you mean to compare}} \
27 expected-note {{did you mean to compare}} \
33 expected-note {{did you mean to compare}} \
39 expected-note {{did you mean to compare}} \
45 expected-note {{did you mean to compare}} \
51 expected-note {{did you mean to compare}} \
57 expected-note {{did you mean to compare}} \
63 expected-note {{did you mean to compare}} \
69 expected-note {{did you mean to compare}} \
75 expected-note {{did you mean to compare}}
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/
verbose-error.l 4 [^:]*:5: Info: did you mean this\?
15 [^:]*:12: Info: did you mean this\?
25 [^:]*:13: Info: did you mean this\?
30 [^:]*:14: Info: did you mean this\?
36 [^:]*:15: Info: did you mean this\?
41 [^:]*:16: Info: did you mean this\?
47 [^:]*:18: Info: did you mean this\?
57 [^:]*:20: Info: did you mean this\?
62 [^:]*:22: Info: did you mean this\?
69 [^:]*:24: Info: did you mean this\
    [all...]
  /external/syslinux/com32/modules/
ethersel.c 23 * # DEV [DID xxxx:yyyy[/mask]] [RID zz-zz] [SID uuuu:vvvv[/mask]] commandline
26 * DID = PCI device ID
64 unsigned long vid, did, m1, m2; local
72 did = strtoul(p + 1, &p, 16);
74 *idptr = (did << 16) + vid;
144 if (looking_at(p, "did")) {
145 p = get_did(p + 3, &m->did, &m->did_mask);
162 m->did = -1;
167 dprintf("DEV DID %08x/%08x SID %08x/%08x RID %02x-%02x CMD %s\n",
168 m->did, m->did_mask, m->sid, m->sid_mask
    [all...]
  /prebuilts/go/darwin-x86/test/
const4.go 67 println("BUG: did not call f")
71 println("BUG: did not receive from c")
75 println("BUG: did not call g")
79 println("BUG: did not receive from c1")
  /prebuilts/go/linux-x86/test/
const4.go 67 println("BUG: did not call f")
71 println("BUG: did not receive from c")
75 println("BUG: did not call g")
79 println("BUG: did not receive from c1")
  /external/autotest/client/cros/cellular/
sms.py 135 raise error.TestFail('SMS.Get(%d) did not match expected values' %
152 raise error.TestFail('SMS.List() did not match expected values')
  /external/syslinux/core/legacynet/
idle.c 52 * Return VID:DID as a single number, with the VID in the high word
59 #define PCI_DEV(vid, did) (((vid) << 16) + (did))
  /prebuilts/go/darwin-x86/src/runtime/
sys_arm.go 10 // and then did an immediate Gosave.

Completed in 1330 milliseconds

1 2 3 4 5 6 7 8 91011>>