HomeSort by relevance Sort by last modified time
    Searched defs:ob (Results 1 - 17 of 17) sorted by null

  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Statements/
12.6.3-4.js 118 var ob = { 0:"hello" };
120 for ( ob[0] in o ) {
121 result += o[ob[0]];
124 "ob = { 0:\"hello\" }; for ( ob[0] in o ) { result += o[ob[0]]",
129 for ( ob["0"] in o ) {
130 result += o[ob["0"]];
133 "value = 0; for ( ob[\"0\"] in o ) { result += o[o[\"0\"]]",
138 var ob = { value:"hello" }
    [all...]
  /external/valgrind/main/none/tests/
shorts.c 4 typedef struct { short ot; short ob; short nt; short nb; } Stuff; member in struct:__anon14408
9 short oldbot = w->ob;
31 st.ob = -301;
  /external/bluetooth/glib/tests/
markup-collect.c 41 gboolean mb = 2, ob = 2, tri = 2; local
44 OPTBOOL, "ob", &ob,
48 (mb == FALSE && ob == FALSE && tri != TRUE && tri != FALSE));
54 result, mb, ob, tri);
95 { "<bool mb='t' ob='f' tri='1'/>", "<bool(1) 1 0 1>" },
96 { "<bool mb='y' ob='n' tri='0'/>", "<bool(1) 1 0 0>" },
98 { "<bool ob='y'/>", "<bool(0) 0 0 -1>",
  /external/llvm/lib/CodeGen/
SpillPlacement.cpp 236 unsigned ob = bundles->getBundle(I->Number, 1); local
237 activate(ob);
238 nodes[ob].addBias(Freq * Bias[I->Exit], 0);
251 unsigned ob = bundles->getBundle(*I, 1); local
253 activate(ob);
255 nodes[ob].addBias(-Freq, 0);
264 unsigned ob = bundles->getBundle(Number, 1); local
267 if (ib == ob)
270 activate(ob);
273 if (nodes[ob].Links.empty() && !nodes[ob].mustSpill()
    [all...]
  /external/clang/test/CodeGen/
2009-01-21-InvalidIterator.c 73 struct object ob; local
  /external/yaffs2/yaffs2/utils/
mkyaffsimage.c 64 objItem *oa, *ob; local
67 ob = (objItem *)b;
69 if(oa->dev < ob->dev) return -1;
70 if(oa->dev > ob->dev) return 1;
71 if(oa->ino < ob->ino) return -1;
72 if(oa->ino > ob->ino) return 1;
mkyaffs2image.c 90 objItem *oa, *ob; local
93 ob = (objItem *)b;
95 if(oa->dev < ob->dev) return -1;
96 if(oa->dev > ob->dev) return 1;
97 if(oa->ino < ob->ino) return -1;
98 if(oa->ino > ob->ino) return 1;
  /frameworks/native/libs/binder/
BpBinder.cpp 176 Obituary ob; local
177 ob.recipient = recipient;
178 ob.cookie = cookie;
179 ob.flags = flags;
199 ssize_t res = mObituaries->add(ob);
  /frameworks/rs/
rsElement.cpp 304 ObjectBase *ob = obp[0]; local
305 if (ob) ob->incSysRef();
326 ObjectBase *ob = obp[0]; local
327 if (ob) ob->decSysRef();
rsContext.cpp 673 ObjectBase *ob = static_cast<ObjectBase *>(obj); local
674 rsc->assignName(ob, name, name_length);
678 ObjectBase *ob = static_cast<ObjectBase *>(optr); local
679 rsc->removeName(ob);
680 ob->decUserRef();
768 ObjectBase *ob = static_cast<ObjectBase *>(obj); local
769 (*name) = ob->getName();
  /external/openssl/crypto/objects/
obj_dat.c 292 ASN1_OBJECT ob; local
308 ad.obj= &ob;
309 ob.nid=n;
324 ASN1_OBJECT ob; local
340 ad.obj= &ob;
341 ob.nid=n;
356 ASN1_OBJECT ob; local
372 ad.obj= &ob;
373 ob.nid=n;
  /external/llvm/lib/ExecutionEngine/JIT/
JIT.cpp 174 struct LibgccObject* ob = (struct LibgccObject*) local
178 ob->unused1 = (void *)-1;
179 ob->unused2 = 0;
180 ob->unused3 = 0;
181 ob->frame = FrameBegin;
182 ob->encoding.i = 0;
183 ob->encoding.b.encoding = llvm::dwarf::DW_EH_PE_omit;
188 ob->fde_end = (char*)LOI->unseenObjects;
189 ob->next = LOI->unseenObjects;
192 LOI->unseenObjects = ob;
    [all...]
  /external/tremolo/Tremolo/
framing.c 102 ogg_buffer *ob; local
107 ob=bs->unused_buffers;
108 bs->unused_buffers=ob->ptr.next;
111 if(ob->size<bytes){
112 ob->data=_ogg_realloc(ob->data,bytes);
113 ob->size=bytes;
117 ob=_ogg_malloc(sizeof(*ob));
118 ob->data=_ogg_malloc(bytes<16?16:bytes)
149 ogg_buffer *ob=_fetch_buffer(bs,bytes); local
157 ogg_buffer *ob=or->buffer; local
291 ogg_buffer *ob=or->buffer; local
440 oggbyte_buffer ob; local
446 oggbyte_buffer ob; local
452 oggbyte_buffer ob; local
458 oggbyte_buffer ob; local
464 oggbyte_buffer ob; local
470 oggbyte_buffer ob; local
476 oggbyte_buffer ob; local
502 oggbyte_buffer ob; local
925 oggbyte_buffer ob; local
1106 oggbyte_buffer ob; local
    [all...]
  /external/libmtp/src/
ptp.c 4677 PTPObject *ob; local
4696 PTPObject *ob; local
4715 PTPObject *ob = (PTPObject*)b; local
4802 PTPObject *ob; local
4972 PTPObject *ob; local
    [all...]
libmtp.c 2299 PTPObject *ob; local
2455 PTPObject *ob; local
2590 PTPObject *ob, *xob; local
3924 PTPObject *ob, *xob; local
4065 PTPObject *ob; local
4322 PTPObject *ob; local
4475 PTPObject *ob; local
4577 PTPObject *ob; local
4783 PTPObject *ob; local
4845 PTPObject *ob; local
6510 PTPObject *ob; local
6676 PTPObject *ob; local
6886 PTPObject *ob; local
6953 PTPObject *ob; local
7752 PTPObject *ob; local
7824 PTPObject *ob; local
7874 PTPObject *ob; local
8167 PTPObject *ob; local
8261 PTPObject *ob; local
    [all...]
  /external/elfutils/libcpu/
i386_parse.c 2374 static struct obstack ob; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 819 milliseconds