/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/ |
pgen.c | 158 REQ(n, MSTART);
173 REQ(n, RULE);
176 REQ(n, NAME);
179 REQ(n, COLON);
181 REQ(n, RHS);
184 REQ(n, NEWLINE);
193 REQ(n, RHS);
197 REQ(n, ALT);
209 REQ(n, VBAR);
213 REQ(n, ALT); [all...] |
/frameworks/native/cmds/atrace/ |
atrace.cpp | 66 typedef enum { OPT, REQ } requiredness ; 116 { REQ, "events/sched/sched_switch/enable" }, 117 { REQ, "events/sched/sched_wakeup/enable" }, 123 { REQ, "events/irq/enable" }, 127 { REQ, "events/i2c/enable" }, 128 { REQ, "events/i2c/i2c_read/enable" }, 129 { REQ, "events/i2c/i2c_write/enable" }, 130 { REQ, "events/i2c/i2c_result/enable" }, 131 { REQ, "events/i2c/i2c_reply/enable" }, 138 { REQ, "events/power/cpu_frequency/enable" } 372 bool req = category.sysfiles[i].required == REQ; local 397 bool req = category.sysfiles[i].required == REQ; local [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
node.h | 34 #define REQ(n, type) assert(TYPE(n) == (type))
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
node.h | 33 #define REQ(n, type) assert(TYPE(n) == (type))
|
/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
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
ast.c | 251 REQ(ch, stmt);
261 REQ(ch, simple_stmt);
305 REQ(n, simple_stmt);
490 REQ(n, augassign);
531 REQ(n, comp_op);
619 REQ(n, fplist);
679 REQ(n, varargslist);
811 REQ(n, dotted_name);
842 REQ(n, decorator);
843 REQ(CHILD(n, 0), AT); [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
ast.c | 251 REQ(ch, stmt);
261 REQ(ch, simple_stmt);
305 REQ(n, simple_stmt);
490 REQ(n, augassign);
531 REQ(n, comp_op);
619 REQ(n, fplist);
679 REQ(n, varargslist);
811 REQ(n, dotted_name);
842 REQ(n, decorator);
843 REQ(CHILD(n, 0), AT); [all...] |
/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
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
windot11.h | [all...] |
/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 | 141 t.Fatalf("error in disableKeepAlive=%v, req #%d, GET: %v", disableKeepAlive, n, err) 145 t.Fatalf("error in disableKeepAlive=%v, req #%d, ReadAll: %v", disableKeepAlive, n, err) 175 req := new(Request) 177 req.URL, err = url.Parse(ts.URL + fmt.Sprintf("/?close=%v", connectionClose)) 181 req.Method = "GET" 182 req.Proto = "HTTP/1.1" 183 req.ProtoMajor = 1 184 req.ProtoMinor = 1 186 res, err := c.Do(req) 188 t.Fatalf("error in connectionClose=%v, req #%d, Do: %v", connectionClose, n, err [all...] |
/prebuilts/go/linux-x86/src/net/http/ |
transport_test.go | 141 t.Fatalf("error in disableKeepAlive=%v, req #%d, GET: %v", disableKeepAlive, n, err) 145 t.Fatalf("error in disableKeepAlive=%v, req #%d, ReadAll: %v", disableKeepAlive, n, err) 175 req := new(Request) 177 req.URL, err = url.Parse(ts.URL + fmt.Sprintf("/?close=%v", connectionClose)) 181 req.Method = "GET" 182 req.Proto = "HTTP/1.1" 183 req.ProtoMajor = 1 184 req.ProtoMinor = 1 186 res, err := c.Do(req) 188 t.Fatalf("error in connectionClose=%v, req #%d, Do: %v", connectionClose, n, err [all...] |