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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
2010-08-10-DbgConstant.c 4 static const unsigned int ro = 201; variable
6 void foo() { bar(ro); }
  /device/asus/fugu/
init.fugu.countrycode.sh 2 setprop ro.boot.wificountrycode `cat /factory/country`
  /external/iproute2/ip/
routef 4 exec ip -4 ro flush scope global type unicast
  /device/google/marlin/
init.mid.sh 3 # Convert ro.boot.mid to ro.boot.hardware.sku format
5 SKU=`getprop ro.boot.mid`
9 setprop ro.boot.hardware.sku ${SKU//-/}
system.prop 20 ro.telephony.default_network=10
29 #ro.hdmi.enable=true
66 ro.use_data_netmgrd=true
78 ro.opengles.version=196609
84 ro.qualcomm.cabl=2
99 ro.bluetooth.wipower=true
103 ro.bluetooth.emb_wp_mode=true
106 ro.bt.bdaddr_path=/sys/module/bdaddress/parameters/bdaddress
111 ro.qc.sdk.audio.ssr=false
114 ro.qc.sdk.audio.fluencetype=non
    [all...]
  /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);
  /system/core/trusty/
trusty-base.mk 27 ro.hardware.keystore=trusty \
28 ro.hardware.gatekeeper=trusty
  /external/autotest/client/site_tests/security_Minijail0/src/
test-chroot 5 # setup: mkdir -p "%T/c/bin" "%T/c/lib64" "%T/c/lib" "%T/c/usr/lib" "%T/c/usr/local" "%T/c/tmp-rw" "%T/c/tmp-ro" "%T/tmp"
6 # args: -b /bin,/bin -b /lib,/lib -b /usr/lib,/usr/lib -b /usr/local,/usr/local -b %T/tmp,/tmp-rw,1 -b %T/tmp,/tmp-ro -C "%T/c" -v
19 [ ! -d /tmp-ro ] && die "no /tmp-ro"
21 echo 'x' > /tmp-ro/test-ro && die "writeable /tmp-ro"
test-pivotroot 5 # setup: mkdir -p "%T/c/bin" "%T/c/lib64" "%T/c/lib" "%T/c/usr/lib" "%T/c/usr/local" "%T/c/tmp-rw" "%T/c/tmp-ro" "%T/tmp"
6 # args: -b /bin,/bin -b /lib,/lib -b /usr/lib,/usr/lib -b /usr/local,/usr/local -b %T/tmp,/tmp-rw,1 -b %T/tmp,/tmp-ro -P "%T/c" -v
19 [ ! -d /tmp-ro ] && die "no /tmp-ro"
21 echo 'x' > /tmp-ro/test-ro && die "writeable /tmp-ro"
  /device/generic/goldfish/
init.ranchu-core.sh 4 # ro.kernel.android.qemud is normally set when we
21 qemud=`getprop ro.kernel.android.qemud`
24 radio_ril=`getprop ro.kernel.android.ril`
29 setprop ro.radio.noril yes
38 boot_anim=`getprop ro.kernel.android.bootanim`
  /device/google/wahoo/
init.hardware.diag.rc.user 17 on property:ro.boot.mode=normal
  /external/mesa3d/src/gallium/auxiliary/renderonly/
renderonly.h 62 struct renderonly *ro);
68 renderonly_dup(const struct renderonly *ro);
71 renderonly_scanout_for_resource(struct pipe_resource *rsc, struct renderonly *ro)
73 return ro->create_for_resource(rsc, ro);
77 renderonly_scanout_for_prime(struct pipe_resource *rsc, struct renderonly *ro);
100 struct renderonly *ro);
107 struct renderonly *ro);
  /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...]
  /toolchain/binutils/binutils-2.25/gold/testsuite/
ehdr_start_test.t 36 .data.rel.ro : { *(.data.rel.ro.local* .gnu.linkonce.d.rel.ro.local.*)
37 *(.data.rel.ro* .gnu.linkonce.d.rel.ro.*) }
relro_script_test.t 42 .data.rel.ro : { *(.data.rel.ro.local* .gnu.linkonce.d.rel.ro.local.*)
43 *(.data.rel.ro* .gnu.linkonce.d.rel.ro.*) }
  /device/google/dragon/
init_regions.sh 5 REGION_VPD_FILE=/sys/firmware/vpd/ro/region
27 setprop ro.product.locale "${LANGUAGE}-${COUNTRY}"
28 setprop ro.boot.wificountrycode "${COUNTRY}"
  /device/lge/bullhead/
aosp_bullhead_svelte.mk 20 PRODUCT_PROPERTY_OVERRIDES = ro.sf.lcd_density=525
22 PRODUCT_DEFAULT_PROPERTY_OVERRIDES = ro.adb.secure=0
33 PRODUCT_PROPERTY_OVERRIDES += ro.config.low_ram=true
  /device/google/muskie/
device-walleye.mk 34 ro.sf.lcd_density=420
38 ro.hwui.texture_cache_size=56 \
39 ro.hwui.layer_cache_size=32 \
40 ro.hwui.path_cache_size=16
  /external/llvm/test/MC/ARM/
elf-reloc-03.s 19 .section .data.rel.ro.local,"aw",%progbits
  /external/mesa3d/src/gallium/winsys/etnaviv/drm/
etnaviv_drm_public.h 34 etna_drm_screen_create_renderonly(struct renderonly *ro);
  /build/make/target/product/
go_defaults_common.mk 21 ro.config.low_ram=true \
22 ro.lmk.critical_upgrade=true \
23 ro.lmk.upgrade_pressure=40
core_64_bit.mk 30 PRODUCT_DEFAULT_PROPERTY_OVERRIDES += ro.zygote=zygote64_32
  /device/google/taimen/
device.mk 43 ro.sf.lcd_density=560 \
107 ro.radio.log_loc="/data/vendor/modem_dump" \
108 ro.radio.log_prefix="modem_log_"
117 ro.vibrator.hal.click.duration=10 \
118 ro.vibrator.hal.tick.duration=4
122 ro.hwui.gradient_cache_size=1 \
123 ro.hwui.drop_shadow_cache_size=6 \
124 ro.hwui.r_buffer_cache_size=8 \
125 ro.hwui.texture_cache_flushrate=0.4 \
126 ro.hwui.text_small_cache_width=1024
    [all...]
  /external/llvm/test/MC/ELF/
elf_directive_section.s 6 .data.rel.ro
7 # CHECK: .data.rel.ro
  /external/swiftshader/third_party/LLVM/test/MC/ELF/
elf_directive_section.s 6 .data.rel.ro
7 # CHECK: .data.rel.ro

Completed in 332 milliseconds

1 2 3 4 5 6 7 8 91011>>