Searched refs:ro (Results 1 - 25 of 41) sorted by relevance

12

/external/clang/test/CodeGen/
H A D2010-08-10-DbgConstant.c3 static const unsigned int ro = 201; variable
5 void foo() { bar(ro); }
/external/iproute2/ip/
H A Droutef4 exec ip -4 ro flush scope global type unicast
H A Difcfg140 ip ro append default dev $dev metric 30000 scope global
143 ip ro append default via $peer dev $dev metric 30001
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.stc/
H A Dp2.cpp9 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
/external/llvm/test/MC/ELF/
H A Delf_directive_section.s6 .data.rel.ro
7 # CHECK: .data.rel.ro
/external/webkit/Source/WebCore/plugins/
H A DIFrameShimSupport.cpp50 static void getObjectStack(const RenderObject* ro, Vector<const RenderObject*>* roStack) argument
53 while (ro) {
54 roStack->append(ro);
55 ro = ro->parent();
104 for (const RenderObject* ro = parent->firstChild(); ro; ro = ro->nextSibling()) {
105 if (ro
[all...]
/external/qemu/
H A Dppc.ld26 .rel.data.rel.ro : { *(.rel.data.rel.ro* .rel.gnu.linkonce.d.rel.ro.*) }
27 .rela.data.rel.ro : { *(.rela.data.rel.ro* .rela.gnu.linkonce.d.rel.ro.*) }
141 .data.rel.ro : { *(.data.rel.ro.local* .gnu.linkonce.d.rel.ro.local.*) *(.data.rel.ro*
[all...]
H A Dblockdev.c148 int ro = 0; local
181 ro = qemu_opt_get_bool(opts, "readonly", 0);
475 ro = 1;
476 } else if (ro == 1) {
483 bdrv_flags |= ro ? 0 : BDRV_O_RDWR;
/external/genext2fs/
H A Dtest-mount.sh41 mount -t ext2 -o ro,loop ext2.img mnt || fail
61 mount -t ext2 -o ro,loop ext2.img mnt || fail
/external/jmonkeyengine/engine/src/networking/com/jme3/network/rmi/
H A DObjectStore.java186 RemoteObject ro = remoteObjects.get(name);
187 if (ro == null){
195 } while ( (ro = remoteObjects.get(name)) == null );
199 Object proxy = Proxy.newProxyInstance(getClass().getClassLoader(), new Class[]{ type }, ro);
200 ro.loadMethods(type);
/external/javasqlite/src/main/java/SQLite/JDBC2z/
H A DJDBCConnection.java337 public void setReadOnly(boolean ro) throws SQLException { argument
341 if (ro != readonly) {
344 dbx = open(ro);
348 readonly = ro;
/external/webkit/Source/WebCore/html/
H A DHTMLCanvasElement.cpp221 if (RenderBox* ro = renderBox()) {
222 FloatRect destRect = ro->contentBoxRect();
232 if (!ro->hasLayer())
234 ro->repaintRectangle(enclosingIntRect(m_dirtyRect));
/external/mksh/src/
H A Dexec.c460 cargs.ro = t->args;
915 args.ro = tp->args;
916 *args.ro = sh;
918 cap.ro = ap;
1119 npath.ro = search_path(name,
1122 if (npath.ro) {
1123 strdupx(tp->val.s, npath.ro, APERM);
1124 if (npath.ro != name)
1129 (npath.ro = search_path(name, fpath, R_OK,
1141 tp->u.fpath = npath.ro;
[all...]
H A Dsh.h397 const char *ro; member in union:mksh_cchack
401 const char **ro; member in union:mksh_ccphack
415 in.ro = (s); \
417 (out.ro); \
422 in.ro = (b); \
424 (out.ro); \
/external/icu4c/data/rbnf/
H A Drbnffiles.mk52 ro.txt ru.txt sk.txt sl.txt sq.txt\
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemTemplateElement.java1510 ElemTemplateElement ro = (ElemTemplateElement) o;
1511 int roPrecedence = ro.getStylesheetComposed().getImportCountComposed();
1519 return this.getUid() - ro.getUid();
/external/e2fsprogs/intl/
H A Dconfig.charset151 for l in cs cs_CZ hr hr_HR hu hu_HU pl pl_PL ro ro_RO sk sk_SK sl \
544 echo "ro CP852"
/external/kernel-headers/original/linux/raid/
H A Dmd_k.h118 int ro; member in struct:mddev_s
/external/icu4c/common/
H A Dlocmap.c516 ILCID_POSIX_SUBTABLE(ro) {
517 {0x18, "ro"},
793 ILCID_POSIX_MAP(ro), /* ro Romanian 0x18 */
/external/icu4c/data/coll/
H A Dcolfiles.mk104 ro.txt ru.txt si.txt sk.txt sl.txt\
/external/icu4c/data/curr/
H A Dresfiles.mk86 pt_PT.txt pt_ST.txt rm.txt rn.txt ro.txt\
/external/icu4c/data/lang/
H A Dresfiles.mk77 pt.txt pt_PT.txt rm.txt rn.txt ro.txt\
/external/icu4c/data/region/
H A Dresfiles.mk77 rn.txt ro.txt rof.txt ru.txt rw.txt\
/external/icu4c/data/zone/
H A Dresfiles.mk79 rn.txt ro.txt rof.txt ru.txt rw.txt\
/external/webkit/Source/WebCore/bridge/qt/
H A Dqt_runtime.cpp1805 RefPtr<RootObject> ro = m_instance->rootObject(); local
1806 if (ro) {
1807 JSGlobalObject* globalobj = ro->globalObject();
1819 l.append(convertQVariantToValue(exec, ro, QVariant(argType, argv[i+1])));
1830 JSObject* qt_sender = QtInstance::getQtInstance(sender(), ro, QScriptEngine::QtOwnership)->createRuntimeObject(exec);

Completed in 661 milliseconds

12