/device/google/marlin/location/loc_api/loc_api_v02/ |
loc_api_sync_req.h | 42 #define LOC_SEND_SYNC_REQ(NAME, ID, REQ, HANDLE) \ 48 reqUnion.p##NAME##Req = &REQ; \ 80 uint32_t req_id, /* req id */
|
/device/huawei/angler/location/loc_api/loc_api_v02/ |
loc_api_sync_req.h | 42 #define LOC_SEND_SYNC_REQ(NAME, ID, REQ, HANDLE) \ 48 reqUnion.p##NAME##Req = &REQ; \ 79 uint32_t req_id, /* req id */
|
/device/lge/bullhead/location/loc_api/loc_api_v02/ |
loc_api_sync_req.h | 42 #define LOC_SEND_SYNC_REQ(NAME, ID, REQ, HANDLE) \ 48 reqUnion.p##NAME##Req = &REQ; \ 79 uint32_t req_id, /* req id */
|
/device/moto/shamu/location/loc_api/loc_api_v02/ |
loc_api_sync_req.h | 42 #define LOC_SEND_SYNC_REQ(NAME, ID, REQ, HANDLE) \ 48 reqUnion.p##NAME##Req = &REQ; \ 79 uint32_t req_id, /* req id */
|
/frameworks/native/cmds/atrace/ |
atrace.cpp | 59 typedef enum { OPT, REQ } requiredness ; 107 { REQ, "/sys/kernel/debug/tracing/events/sched/sched_switch/enable" }, 108 { REQ, "/sys/kernel/debug/tracing/events/sched/sched_wakeup/enable" }, 113 { REQ, "/sys/kernel/debug/tracing/events/irq/enable" }, 117 { REQ, "/sys/kernel/debug/tracing/events/power/cpu_frequency/enable" }, 122 { REQ, "/sys/kernel/debug/tracing/events/memory_bus/enable" }, 125 { REQ, "/sys/kernel/debug/tracing/events/power/cpu_idle/enable" }, 136 { REQ, "/sys/kernel/debug/tracing/events/block/block_rq_issue/enable" }, 137 { REQ, "/sys/kernel/debug/tracing/events/block/block_rq_complete/enable" }, 140 { REQ, "/sys/kernel/debug/tracing/events/mmc/enable" } 346 bool req = category.sysfiles[i].required == REQ; local 371 bool req = category.sysfiles[i].required == REQ; local [all...] |
/prebuilts/gdb/darwin-x86/include/python2.7/ |
node.h | 36 #define REQ(n, type) assert(TYPE(n) == (type))
|
/prebuilts/gdb/linux-x86/include/python2.7/ |
node.h | 36 #define REQ(n, type) assert(TYPE(n) == (type))
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
node.h | 36 #define REQ(n, type) assert(TYPE(n) == (type))
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
node.h | 36 #define REQ(n, type) assert(TYPE(n) == (type))
|
/external/netperf/doc/examples/ |
packet_byte_script | 139 for REQ in $NETPERF_REQS 145 -r ${REQ},1 -s $SOCKET_SIZE -S $SOCKET_SIZE 177 for REQ in $NETPERF_REQS 183 -m ${REQ} -s $SOCKET_SIZE -S $SOCKET_SIZE -D
|
/external/curl/tests/certs/scripts/ |
genserv.sh | 21 REQ=YES 69 if [ "$REQ." = YES. ] ; then 70 echo "openssl req -config $PREFIX-sv.prm -newkey rsa:$KEYSIZE -keyout $PREFIX-sv.key -out $PREFIX-sv.csr -passout XXX" 71 $OPENSSL req -config $PREFIX-sv.prm -newkey rsa:$KEYSIZE -keyout $PREFIX-sv.key -out $PREFIX-sv.csr -passout pass:secret 84 echo "openssl x509 -set_serial $SERIAL -extfile $PREFIX-sv.prm -days $DURATION -CA $CAPREFIX-ca.cacert -CAkey $CAPREFIX-ca.key -in $PREFIX-sv.csr -req -text -nameopt multiline -sha1 > $PREFIX-sv.crt " 86 $OPENSSL x509 -set_serial $SERIAL -extfile $PREFIX-sv.prm -days $DURATION -CA $CAPREFIX-ca.cacert -CAkey $CAPREFIX-ca.key -in $PREFIX-sv.csr -req -text -nameopt multiline -sha1 > $PREFIX-sv.crt
|
/external/libnl/lib/route/ |
neightbl.c | 83 #define REQ(F) (fp->ntp_mask & NEIGHTBLPARM_ATTR_##F) 85 #define _C(F, N) (REQ(F) && (!AVAIL(F) || (op->N != fp->N))) 100 #undef REQ
|
/toolchain/binutils/binutils-2.25/gas/config/ |
tc-alpha.c | 452 #define DEF(NAME, RELOC, REQ, ALLOW) \ 453 { #NAME, sizeof(#NAME)-1, O_##NAME, RELOC, REQ, ALLOW} [all...] |
/prebuilts/go/darwin-x86/src/net/http/ |
transport_test.go | 131 t.Fatalf("error in disableKeepAlive=%v, req #%d, GET: %v", disableKeepAlive, n, err) 135 t.Fatalf("error in disableKeepAlive=%v, req #%d, ReadAll: %v", disableKeepAlive, n, err) 165 req := new(Request) 167 req.URL, err = url.Parse(ts.URL + fmt.Sprintf("/?close=%v", connectionClose)) 171 req.Method = "GET" 172 req.Proto = "HTTP/1.1" 173 req.ProtoMajor = 1 174 req.ProtoMinor = 1 176 res, err := c.Do(req) 178 t.Fatalf("error in connectionClose=%v, req #%d, Do: %v", connectionClose, n, err [all...] |
/prebuilts/go/linux-x86/src/net/http/ |
transport_test.go | 131 t.Fatalf("error in disableKeepAlive=%v, req #%d, GET: %v", disableKeepAlive, n, err) 135 t.Fatalf("error in disableKeepAlive=%v, req #%d, ReadAll: %v", disableKeepAlive, n, err) 165 req := new(Request) 167 req.URL, err = url.Parse(ts.URL + fmt.Sprintf("/?close=%v", connectionClose)) 171 req.Method = "GET" 172 req.Proto = "HTTP/1.1" 173 req.ProtoMajor = 1 174 req.ProtoMinor = 1 176 res, err := c.Do(req) 178 t.Fatalf("error in connectionClose=%v, req #%d, Do: %v", connectionClose, n, err [all...] |