Home
last modified time | relevance | path

Searched refs:ro (Results 1 – 25 of 384) sorted by relevance

12345678910>>...16

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
Dplurals.txt1726 ro 0.0 zile
1727 ro 0.00 zile
1728 ro 0.000 zile
1729 ro 0.001 zile
1730 ro 0.002 zile
1731 ro 0.01 zile
1732 ro 0.010 zile
1733 ro 0.011 zile
1734 ro 0.02 zile
1735 ro 0.020 zile
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
Dplurals.txt1726 ro 0.0 zile
1727 ro 0.00 zile
1728 ro 0.000 zile
1729 ro 0.001 zile
1730 ro 0.002 zile
1731 ro 0.01 zile
1732 ro 0.010 zile
1733 ro 0.011 zile
1734 ro 0.02 zile
1735 ro 0.020 zile
[all …]
/external/autotest/client/site_tests/security_Minijail0/src/
Dtest-chroot19 [ ! -d /tmp-ro ] && die "no /tmp-ro"
21 echo 'x' > /tmp-ro/test-ro && die "writeable /tmp-ro"
Dtest-pivotroot19 [ ! -d /tmp-ro ] && die "no /tmp-ro"
21 echo 'x' > /tmp-ro/test-ro && die "writeable /tmp-ro"
/external/clang/test/CodeGen/
D2010-08-10-DbgConstant.c4 static const unsigned int ro = 201; variable
6 void foo() { bar(ro); } in foo()
/external/toybox/toys/other/
Dhexedit.c121 int x, i, side = 0, key, ro = toys.optflags&FLAG_r, in hexedit_main() local
122 fd = xopen(*toys.optargs, ro ? O_RDONLY : O_RDWR); in hexedit_main()
143 TT.data = mmap(0, TT.len, PROT_READ|(PROT_WRITE*!ro), MAP_SHARED, fd, 0); in hexedit_main()
182 highlight(x, y, ro ? 3 : side); in hexedit_main()
193 if (!ro && ((key>='0' && key<='9') || (key>='A' && key<='F'))) { in hexedit_main()
/external/llvm/test/Analysis/BasicAA/
Dgetmodrefinfo-cs-cs.ll4 ; CHECK: Just Ref: call void @ro() <-> call void @f0()
7 declare void @ro() readonly
11 call void @ro()
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.stc/
Dp2.cpp18 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
/external/icu/icu4c/source/data/coll/
Dro.txt6 // * Source File: <path>/common/collation/ro.xml
9 ro{
/external/llvm/test/MC/ELF/
Delf_directive_section.s6 .data.rel.ro
7 # CHECK: .data.rel.ro
/external/autotest/client/site_tests/platform_CrosDisksFilesystem/
Dexfat_tests8 "test_mount_options": [ "ro", "nodev", "noexec", "nosuid", "sync" ],
17 "test_mount_options": [ "ro", "nodev", "noexec", "nosuid", "sync" ],
Dext3_tests8 "test_mount_options": [ "ro", "nodev", "noexec", "nosuid", "sync" ],
18 "test_mount_options": [ "ro", "nodev", "noexec", "nosuid", "sync" ],
Dext2_tests8 "test_mount_options": [ "ro", "nodev", "noexec", "nosuid", "sync" ],
18 "test_mount_options": [ "ro", "nodev", "noexec", "nosuid", "sync" ],
Dext4_tests8 "test_mount_options": [ "ro", "nodev", "noexec", "nosuid", "sync" ],
18 "test_mount_options": [ "ro", "nodev", "noexec", "nosuid", "sync" ],
Dvfat_tests8 "test_mount_options": [ "ro", "nodev", "noexec", "nosuid", "sync" ],
18 "test_mount_options": [ "ro", "nodev", "noexec", "nosuid", "sync" ],
Dntfs_tests9 "test_mount_options": [ "ro", "nodev", "noexec", "nosuid", "sync" ],
20 "test_mount_options": [ "ro", "nodev", "noexec", "nosuid", "sync" ],
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_pageobjs.cpp47 CPDF_RenderOptions ro; in DrawTextString() local
48 ro.m_Flags = RENDER_CLEARTYPE; in DrawTextString()
49 ro.m_ColorMode = RENDER_COLOR_NORMAL; in DrawTextString()
61 &ro); in DrawTextString()
64 str, crTextFill, 0, NULL, &ro); in DrawTextString()
67 CPDF_RenderOptions ro; in DrawTextString() local
68 ro.m_Flags = RENDER_CLEARTYPE; in DrawTextString()
69 ro.m_ColorMode = RENDER_COLOR_NORMAL; in DrawTextString()
81 crTextStroke, &gsd, &ro); in DrawTextString()
85 NULL, &ro); in DrawTextString()
/external/vboot_reference/scripts/image_signing/
Dcommon_minimal.sh169 local ro=$4
173 if [ "$ro" != "ro" ]; then
179 set -- sudo LC_ALL=C mount -o loop,offset=${offset},${ro} \
/external/iproute2/ip/
Difcfg140 ip ro append default dev $dev metric 30000 scope global
143 ip ro append default via $peer dev $dev metric 30001
/external/libdrm/tests/util/
Dformat.c39 #define MAKE_RGB_INFO(rl, ro, gl, go, bl, bo, al, ao) \ argument
40 .rgb = { { (rl), (ro) }, { (gl), (go) }, { (bl), (bo) }, { (al), (ao) } }
/external/llvm/test/CodeGen/PowerPC/
Daddrfuncstr.ll4 ; relocation is not placed in .rodata, but rather in .data.rel.ro.
23 ; CHECK: .section .data.rel.ro
/external/dnsmasq/contrib/wrt/
DREADME19 By giving dnsmasq the leasefile-ro command, it no longer creates or writes a
21 to the lease change script. At startup, in leasefile-ro mode,
40 dnsmasq --leasefile-ro --dhcp-script=/path/to/lease_update.sh
/external/dnsmasq/contrib/try-all-ns/
Ddnsmasq-2.35-try-all-ns.patch39 {"leasefile-ro", 0, 0, '9'},
55 …{ "-9, --leasefile-ro", gettext_noop("Read leases at startup, but never write the lease file."), N…
/external/caliper/lib/
Djersey-client-1.11.jar ... .sun.jersey.api.client.ClientRequest ro private com.sun.jersey.api.client ...
/external/javasqlite/src/main/java/SQLite/JDBC2z/
DJDBCConnection.java337 public void setReadOnly(boolean ro) throws SQLException { in setReadOnly() argument
341 if (ro != readonly) { in setReadOnly()
344 dbx = open(ro); in setReadOnly()
348 readonly = ro; in setReadOnly()

12345678910>>...16