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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
2010-08-10-DbgConstant.c 3 static const unsigned int ro = 201; variable
5 void foo() { bar(ro); }
  /device/asus/flo/
system.prop 5 ro.telephony.default_network=9
  /device/asus/deb/
system.prop 5 ro.telephony.default_network=9
  /external/iproute2/ip/
routef 4 exec ip -4 ro flush scope global type unicast
  /dalvik/vm/compiler/template/ia32/
footer.S 7 .section .data.rel.ro
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.stc/
p2.cpp 9 register int ro; // expected-error {{illegal storage class on file-scoped variable}} variable
16 register int ro; // expected-error {{storage class specified for a member declaration}} member in struct:S
  /system/vold/
Ext4.h 24 static int doMount(const char *fsPath, const char *mountPoint, bool ro, bool remount,
Fat.h 26 bool ro, bool remount, bool executable,
  /build/target/board/generic_x86/
device.mk 21 ro.ril.hsxpa=1 \
22 ro.ril.gprsclass=10 \
23 ro.adb.qemud=1
  /external/llvm/test/MC/ELF/
elf_directive_section.s 6 .data.rel.ro
7 # CHECK: .data.rel.ro
  /device/generic/goldfish/
init.goldfish.sh 7 # ro.kernel.android.qemud is normally set when we
24 qemud=`getprop ro.kernel.android.qemud`
27 radio_ril=`getprop ro.kernel.android.ril`
32 setprop ro.radio.noril yes
40 num_dns=`getprop ro.kernel.ndns`
54 boot_anim=`getprop ro.kernel.android.bootanim`
  /build/target/board/generic/
device.mk 21 ro.ril.hsxpa=1 \
22 ro.ril.gprsclass=10 \
23 ro.adb.qemud=1
  /build/target/board/generic_mips/
device.mk 21 ro.ril.hsxpa=1 \
22 ro.ril.gprsclass=10 \
23 ro.adb.qemud=1
  /build/target/board/vbox_x86/
device.mk 23 ro.ril.hsxpa=1 \
24 ro.ril.gprsclass=10 \
25 ro.adb.qemud=1
  /build/target/product/
full_base.mk 45 ro.com.android.dateformat=MM-dd-yyyy \
46 ro.config.ringtone=Ring_Synth_04.ogg \
47 ro.config.notification_sound=pixiedust.ogg
full_base_telephony.mk 27 ro.com.android.dataroaming=true
  /dalvik/vm/compiler/template/out/
CompilerTemplateAsm-ia32.S 50 .section .data.rel.ro
106 .section .data.rel.ro
  /device/asus/grouper/
device.mk 18 ro.carrier=wifi-only
31 ro.carrier=wifi-only
  /external/chromium_org/third_party/WebKit/Source/core/plugins/
PluginOcclusionSupport.cpp 49 static void getObjectStack(const RenderObject* ro, Vector<const RenderObject*>* roStack)
52 while (ro) {
53 roStack->append(ro);
54 ro = ro->parent();
103 for (const RenderObject* ro = parent->firstChild(); ro; ro = ro->nextSibling()) {
104 if (ro == ro1
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
re.h 51 Range_copy(Range *ro, const Range *r)
53 ro->next = NULL;
54 ro->lb = r->lb;
55 ro->ub = r->ub;
61 Range *ro = malloc(sizeof(Range)); local
62 ro->next = NULL;
63 ro->lb = r->lb;
64 ro->ub = r->ub;
65 return ro;
  /hardware/qcom/power/
Android.mk 5 # hw/<POWERS_HARDWARE_MODULE_ID>.<ro.hardware>.so
  /device/lge/hammerhead/
device.mk 213 ro.opengles.version=196608
216 ro.sf.lcd_density=480
222 ro.hwui.texture_cache_size=72 \
223 ro.hwui.layer_cache_size=48 \
224 ro.hwui.r_buffer_cache_size=8 \
225 ro.hwui.path_cache_size=32 \
226 ro.hwui.gradient_cache_size=1 \
227 ro.hwui.drop_shadow_cache_size=6 \
228 ro.hwui.texture_cache_flushrate=0.4 \
229 ro.hwui.text_small_cache_width=1024
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/arm-eabi/lib/ldscripts/
armelf.x 28 .rel.data.rel.ro : { *(.rel.data.rel.ro .rel.data.rel.ro.* .rel.gnu.linkonce.d.rel.ro.*) }
29 .rela.data.rel.ro : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) }
170 .data.rel.ro : { *(.data.rel.ro.local* .gnu.linkonce.d.rel.ro.local.*) *(.data.rel.ro .data.rel.ro.* .gnu.linkonce.d.rel.ro.*)
    [all...]
armelf.xbn 27 .rel.data.rel.ro : { *(.rel.data.rel.ro .rel.data.rel.ro.* .rel.gnu.linkonce.d.rel.ro.*) }
28 .rela.data.rel.ro : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) }
169 .data.rel.ro : { *(.data.rel.ro.local* .gnu.linkonce.d.rel.ro.local.*) *(.data.rel.ro .data.rel.ro.* .gnu.linkonce.d.rel.ro.*)
    [all...]
armelf.xn 27 .rel.data.rel.ro : { *(.rel.data.rel.ro .rel.data.rel.ro.* .rel.gnu.linkonce.d.rel.ro.*) }
28 .rela.data.rel.ro : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) }
169 .data.rel.ro : { *(.data.rel.ro.local* .gnu.linkonce.d.rel.ro.local.*) *(.data.rel.ro .data.rel.ro.* .gnu.linkonce.d.rel.ro.*)
    [all...]

Completed in 7668 milliseconds

1 2 3 4 5 6 7 8 91011>>