HomeSort by relevance Sort by last modified time
    Searched defs:ro (Results 1 - 25 of 82) sorted by null

1 2 3 4

  /external/clang/test/CodeGen/
2010-08-10-DbgConstant.c 4 static const unsigned int ro = 201; variable
6 void foo() { bar(ro); }
  /external/mesa3d/src/gallium/winsys/imx/drm/
imx_drm_winsys.c 36 struct renderonly ro = { local
42 if (ro.gpu_fd < 0)
45 struct pipe_screen *screen = etna_drm_screen_create_renderonly(&ro);
47 close(ro.gpu_fd);
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.stc/
p2.cpp 18 register int ro; // expected-error {{illegal storage class on file-scoped variable}} variable
35 register int ro; // expected-error {{storage class specified for a member declaration}} member in struct:S
  /external/ltp/testcases/kernel/syscalls/ioctl/
ioctl04.c 33 int ro = 1; local
35 SAFE_IOCTL(fd, BLKROGET, &ro);
37 if (ro == 0)
40 tst_res(TFAIL, "BLKROGET returned %i", ro);
42 ro = 1;
43 SAFE_IOCTL(fd, BLKROSET, &ro);
45 ro = 0;
46 SAFE_IOCTL(fd, BLKROGET, &ro);
48 if (ro == 0)
51 tst_res(TPASS, "BLKROGET returned %i", ro);
    [all...]
  /frameworks/base/cmds/incident_helper/tests/
SystemPropertiesParser_test.cpp 68 SystemPropertiesProto::Ro* ro = expected.mutable_ro(); local
69 ro->mutable_boot()->add_boottime("1BLL:85");
70 ro->mutable_boot()->add_boottime("1BLE:898");
71 ro->mutable_boot()->add_boottime("2BLL:0");
72 ro->mutable_boot()->add_boottime("2BLE:862");
73 ro->mutable_boot()->add_boottime("SW:6739");
74 ro->mutable_boot()->add_boottime("KL:340");
75 ro->mutable_bootimage()->set_build_date_utc(1509394807LL);
76 ro->mutable_bootimage()->set_build_fingerprint
    [all...]
  /external/toybox/toys/other/
hexedit.c 121 int x, i, side = 0, key, ro = toys.optflags&FLAG_r, local
122 fd = xopen(*toys.optargs, ro ? O_RDONLY : O_RDWR);
143 TT.data = xmmap(0, TT.len, PROT_READ|(PROT_WRITE*!ro), MAP_SHARED, fd, 0);
182 highlight(x, y, ro ? 3 : side);
193 if (!ro && ((key>='0' && key<='9') || (key>='A' && key<='F'))) {
  /external/libmicrohttpd/src/microhttpd/
response.c 286 enum MHD_ResponseOptions ro; local
291 while (MHD_RO_END != (ro = va_arg (ap, enum MHD_ResponseOptions)))
293 switch (ro)
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_screen.h 66 struct renderonly *ro; member in struct:etna_screen
93 struct renderonly *ro);
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_render_media.c 42 int ro; member in struct:gen7_l3_config
57 * "The configuration for {SLM = 0,URB = 224,DC = 32,RO = 256,IS = 0,C =
62 /* SLM URB Rest DC RO I/S C T */
85 * "The configuration for {SLM = 128,URB = 128,DC = 0,RO = 256,IS = 0,C =
91 /* SLM URB Rest DC RO I/S C T */
128 (conf->ro / 8) << GEN7_REG_L3CNTLREG2_RDOCPL__SHIFT |
  /external/mesa3d/src/gallium/winsys/etnaviv/drm/
etnaviv_drm_winsys.c 39 screen_create(struct renderonly *ro)
46 dev = etna_device_new_dup(ro->gpu_fd);
67 return etna_screen_create(dev, gpu, ro);
119 etna_drm_screen_create_renderonly(struct renderonly *ro)
130 pscreen = util_hash_table_get(etna_tab, intptr_to_pointer(ro->gpu_fd));
134 pscreen = screen_create(ro);
155 struct renderonly ro = { local
161 return etna_drm_screen_create_renderonly(&ro);
  /system/update_engine/common/
test_utils.cc 207 int ro = 0; local
208 if (ioctl(loop_device_fd, BLKROSET, &ro) != 0) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
enumobject.c 228 reversedobject *ro; local
267 ro = (reversedobject *)type->tp_alloc(type, 0);
268 if (ro == NULL)
271 ro->index = n-1;
273 ro->seq = seq;
274 return (PyObject *)ro;
278 reversed_dealloc(reversedobject *ro)
280 PyObject_GC_UnTrack(ro);
281 Py_XDECREF(ro->seq);
282 Py_TYPE(ro)->tp_free(ro);
    [all...]
abstract.c 96 PyObject *ro, *hintmeth; local
120 ro = PyObject_CallFunctionObjArgs(hintmeth, NULL);
122 if (ro == NULL) {
129 rv = PyNumber_Check(ro) ? PyInt_AsSsize_t(ro) : defaultvalue;
130 Py_DECREF(ro);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
enumobject.c 228 reversedobject *ro; local
267 ro = (reversedobject *)type->tp_alloc(type, 0);
268 if (ro == NULL)
271 ro->index = n-1;
273 ro->seq = seq;
274 return (PyObject *)ro;
278 reversed_dealloc(reversedobject *ro)
280 PyObject_GC_UnTrack(ro);
281 Py_XDECREF(ro->seq);
282 Py_TYPE(ro)->tp_free(ro);
    [all...]
  /external/python/cpython2/Objects/
enumobject.c 228 reversedobject *ro; local
267 ro = (reversedobject *)type->tp_alloc(type, 0);
268 if (ro == NULL)
271 ro->index = n-1;
273 ro->seq = seq;
274 return (PyObject *)ro;
278 reversed_dealloc(reversedobject *ro)
280 PyObject_GC_UnTrack(ro);
281 Py_XDECREF(ro->seq);
282 Py_TYPE(ro)->tp_free(ro)
    [all...]
  /external/toybox/toys/lsb/
mount.c 25 -r read only (same as -o ro)
67 // TODO make "mount --bind,ro old new" work (implicit -o remount)
72 // TODO "mount -a -o remount,ro" should detect overmounts
89 {"ro", MS_RDONLY}, {"rw", ~MS_RDONLY},
176 int fd = -1, ro = 0; local
212 rc = ioctl(fd, BLKROSET, &ro);
283 if (toys.optflags & FLAG_r) comma_collate(&opts, "ro");
  /external/python/cpython3/Objects/
enumobject.c 243 reversedobject *ro; local
279 ro = (reversedobject *)type->tp_alloc(type, 0);
280 if (ro == NULL)
283 ro->index = n-1;
285 ro->seq = seq;
286 return (PyObject *)ro;
290 reversed_dealloc(reversedobject *ro)
292 PyObject_GC_UnTrack(ro);
293 Py_XDECREF(ro->seq);
294 Py_TYPE(ro)->tp_free(ro)
    [all...]
  /external/libnl/lib/route/qdisc/
netem.c 100 struct tc_netem_reorder ro; local
102 nla_memcpy(&ro, tb[TCA_NETEM_REORDER], sizeof(ro));
103 netem->qnm_ro.nmro_probability = ro.probability;
104 netem->qnm_ro.nmro_correlation = ro.correlation;
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
RenderMachineFunction.h 253 MFRenderingOptions ro; member in class:llvm::RenderMachineFunction
  /external/libjpeg-turbo/simd/
jdmrgext-altivec.c 51 rl, rh, gl, gh, bl, bh, re, ro, ge, go, be, bo; local
159 ro = vec_add(r_yl, yo);
166 ro = vec_add(r_yh, yo);
171 rl = vec_mergeh(re, ro);
172 rh = vec_mergel(re, ro);
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemTemplateElement.java 1510 ElemTemplateElement ro = (ElemTemplateElement) o; local
    [all...]
  /external/nos/host/generic/citadel/updater/
updater.cpp 70 int ro; member in struct:__anon30749::options_s
109 {"ro", 0, NULL, OPT_RO},
115 {"enable-ro", 0, NULL, OPT_ENABLE_RO},
137 "bootloader (aka \"RO\") is provided by the SOC hardware team\n"
139 "by the RO image. There are two copies (A/B) of each stage,\n"
147 "inactive copy (A/B) of each stage (RO/RW) can be modified.\n"
165 " --ro Update RO firmware from the image file\n"
166 " --enable_ro Mark new RO image as good (requires password)\n"
824 if (options.ro &
    [all...]
  /external/caliper/lib/
jersey-client-1.11.jar 
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/
import.c 1016 PyObject *ro = PySys_GetObject("dont_write_bytecode"); local
1017 if (ro == NULL || !PyObject_IsTrue(ro))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
itertoolsmodule.c 3692 repeatobject *ro; local
    [all...]

Completed in 1995 milliseconds

1 2 3 4