/external/v8/test/mjsunit/ |
debug-handle.js | 179 var refs = []; 181 refs.push(obj.properties[i].ref); 184 var arguments = '{"handles":[' + refs.join(',') + ']}'; 213 assertTrue(refs.indexOf(parseInt(handle)) != -1,
|
debug-backtrace.js | 54 if (this.response_.refs) { 55 for (var i = 0; i < this.response_.refs.length; i++) { 56 this.refs_[this.response_.refs[i].handle] = this.response_.refs[i];
|
/frameworks/base/libs/rs/ |
rsObjectBase.cpp | 63 LOGV("%s RSobj %p, name %s, refs %i,%i links %p,%p,%p", 66 LOGV("%s RSobj %p, no-name, refs %i,%i links %p,%p,%p", 201 LOGV("Forcing release of all outstanding user refs.");
|
/hardware/ril/mock-ril/src/cpp/ |
node_buffer.cpp | 86 unsigned int refs; member in struct:Blob_ 107 blob->refs = 0; 114 blob->refs++; 119 assert(blob->refs > 0); 120 if (--blob->refs == 0) { 148 //fprintf(stderr, "free ascii slice (%d refs left)\n", blob_->refs); 256 assert(blob_->refs > 0); 271 assert(blob_->refs > 0); 272 //fprintf(stderr, "free buffer (%d refs left)\n", blob_->refs) [all...] |
/external/clang/lib/ARCMigrate/ |
TransAutoreleasePool.cpp | 94 clearRefsIn(info.Dcl, info.Refs); 99 clearRefsIn(*scope.Begin, info.Refs); 100 clearRefsIn(*scope.End, info.Refs); 101 clearRefsIn(scope.Releases.begin(), scope.Releases.end(), info.Refs); 106 if (info.Refs.empty()) 176 collectRefs(VD, S, info.Refs); 422 ExprSet Refs;
|
/dalvik/vm/mterp/armv5te/ |
OP_NEW_ARRAY.S | 52 mov r2, #ALLOC_DONT_TRACK @ don't track in local refs table
|
OP_NEW_ARRAY_JUMBO.S | 54 mov r2, #ALLOC_DONT_TRACK @ don't track in local refs table
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
VarNameCollector.java | 31 * This class visits variable refs in an XPath and collects their QNames.
|
/external/webkit/LayoutTests/fast/url/script-tests/ |
standard-url.js | 17 // Busted refs shouldn't make the whole thing fail.
|
file-http-base.js | 38 // Busted refs shouldn't make the whole thing fail.
|
file.js | 38 // Busted refs shouldn't make the whole thing fail.
|
/external/webkit/Source/WebCore/loader/cache/ |
CachedResourceClient.h | 58 // can halt animation. Content nodes that hold image refs for example would not render the image,
|
/sdk/emulator/qtools/ |
trace_reader.h | 53 region_entry() : refs(0), path(NULL), vstart(0), vend(0), base_addr(0), 66 dest->refs = 0; 78 int refs; // reference count member in struct:TraceReader::region_entry 158 if (regions[ii]->refs > 0) { 159 regions[ii]->refs -= 1; 886 regions[ii]->refs += 1; 901 if (regions[ii]->refs > 0) { 902 regions[ii]->refs -= 1; [all...] |
/external/llvm/lib/CodeGen/ |
StackSlotColoring.cpp | 52 STATISTIC(NumRegRepl, "Number of stack slot refs replaced with reg refs"); 502 SmallVector<MachineOperand*, 4> Refs; 531 Refs.push_back(&MO); 545 for (unsigned i = 0, e = Refs.size(); i != e; ++i) 546 Refs[i]->setReg(NewReg); 552 Refs.push_back(Uses[i]);
|
/external/llvm/lib/Target/X86/ |
SSEDomainFix.cpp | 49 unsigned Refs; 94 Refs = AvailableDomains = Dist = 0; 190 assert(LiveRegs[rx]->Refs && "Bad refcount"); 191 if (--LiveRegs[rx]->Refs == 0) Recycle(LiveRegs[rx]); 194 if (dv) ++dv->Refs; 204 if (LiveRegs[rx]->Refs == 1 && !LiveRegs[rx]->isCollapsed()) 243 if (LiveRegs && dv->Refs > 1)
|
/external/bluetooth/bluez/attrib/ |
gattrib.c | 42 gint refs; member in struct:_GAttrib 148 g_atomic_int_inc(&attrib->refs); 211 if (g_atomic_int_dec_and_test(&attrib->refs) == FALSE)
|
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
FieldIdsSection.java | 28 * Field refs list section of a {@code .dex} file.
|
MethodIdsSection.java | 28 * Method refs list section of a {@code .dex} file.
|
/dalvik/dx/src/com/android/dx/dex/file/ |
FieldIdsSection.java | 28 * Field refs list section of a {@code .dex} file.
|
MethodIdsSection.java | 28 * Method refs list section of a {@code .dex} file.
|
/dalvik/tests/072-precise-gc/src/ |
Main.java | 98 System.out.println("Valid refs: " + numValid);
|
/dalvik/vm/ |
IndirectRefTable.h | 27 * Conversions to and from indirect refs are performed on JNI method calls 166 * store it internally in a public structure, but the local JNI refs are 185 * and local refs to improve performance. A large circular buffer might 312 * WeakGlobal refs.
|
ReferenceTable.h | 122 void dvmDumpReferenceTableContents(Object* const* refs, size_t count,
|
/external/mesa3d/src/glsl/ |
opt_dead_code.cpp | 66 printf("%s@%p: %d refs, %d assigns, %sdeclared in our scope\n",
|
/external/skia/include/pdf/ |
SkPDFCatalog.h | 38 /** Add the passed object to the catalog. Refs obj.
|