/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_deque.py | 511 ref = weakref.ref(obj) variable in class:TestBasic.test_container_iterator.C 519 self.assertTrue(ref() is None, "Cycle was not collected")
|
test_weakset.py | 3 from weakref import proxy, ref, WeakSet namespace 181 # Create a nest of cycles to exercise overall ref count check
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
WrapInWizard.java | 56 public WrapInWizard(WrapInRefactoring ref, LayoutEditorDelegate editor) { 57 super(ref, editor); 63 WrapInRefactoring ref = (WrapInRefactoring) getRefactoring(); local 64 String oldType = ref.getOldType();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/ |
ReferenceChooserDialog.java | 297 ExtractStringRefactoring ref = new ExtractStringRefactoring( local 299 RefactoringWizard wizard = new ExtractStringWizard(ref, mProject); 308 setupInitialSelection(type, ref.getXmlStringId());
|
/system/core/libutils/ |
RefBase.cpp | 41 // whether ref-tracking is enabled by default, if not, trackMe(true, false) 174 char inc = refs->ref >= 0 ? '+' : '-'; 175 ALOGD("\t%c ID %p (ref %d):", inc, refs->id, refs->ref); 188 char inc = refs->ref >= 0 ? '+' : '-'; 189 ALOGD("\t%c ID %p (ref %d):", inc, refs->id, refs->ref); 284 int32_t ref; member in struct:android::RefBase::weakref_impl::ref_entry 292 ref_entry* ref = new ref_entry; local 296 ref->ref = mRef 312 ref_entry* ref = head; local 342 ref_entry* ref = r; local [all...] |
/system/netd/server/ |
MDnsSdListener.cpp | 73 DNSServiceRef *ref = mMonitor->allocateServiceRef(requestId, context); local 74 if (ref == NULL) { 80 if (VDBG) ALOGD("using ref %p", ref); 84 DNSServiceErrorType result = DNSServiceBrowse(ref, nativeFlags, interfaceInt, regType, 142 DNSServiceRef *ref = mMonitor->lookupServiceRef(requestId); local 143 if (ref == NULL) { 148 if (VDBG) ALOGD("Stopping %s with ref %p", str, ref); 149 DNSServiceRefDeallocate(*ref); 165 DNSServiceRef *ref = mMonitor->allocateServiceRef(requestId, context); local 221 DNSServiceRef *ref = mMonitor->allocateServiceRef(requestId, context); local 287 DNSServiceRef *ref = mMonitor->allocateServiceRef(requestId, context); local 347 DNSServiceRef *ref = mMonitor->allocateServiceRef(requestId, context); local [all...] |
/toolchain/binutils/binutils-2.25/ld/ |
ldcref.c | 553 struct cref_ref *ref; local 576 for (ref = h->refs; ref != NULL; ref = ref->next) 578 ref->abfd, ncrs);
|
/art/runtime/gc/collector/ |
semi_space.cc | 304 mirror::Object* ref = obj->GetFieldObject<mirror::Object>(offset); variable 305 if (from_space_->HasAddress(ref)) { 307 LOG(FATAL) << ref << " found in from space"; 621 auto ref = StackReference<mirror::Object>::FromMirrorPtr(root); local 622 MarkObjectIfNotInToSpace(&ref); 623 return ref.AsMirrorPtr(); 634 auto ref = StackReference<mirror::Object>::FromMirrorPtr(*root); local 637 MarkObjectIfNotInToSpace(&ref); 638 if (*root != ref.AsMirrorPtr()) { 639 *root = ref.AsMirrorPtr() [all...] |
/dalvik/dx/src/com/android/dx/cf/code/ |
RopperMachine.java | 923 CstMethodRef ref = (CstMethodRef) cst; local 961 CstMethodRef ref = (CstMethodRef) cst; local [all...] |
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
DTMDefaultBaseIterators.java | 21 package org.apache.xml.dtm.ref; [all...] |
IncrementalSAXSource_Filter.java | 22 package org.apache.xml.dtm.ref;
|
/external/clang/include/clang/StaticAnalyzer/Core/ |
CheckerManager.h | 139 CheckerRef &ref = CheckerTags[tag]; local 140 if (ref) 141 return static_cast<CHECKER *>(ref); // already registered. 147 ref = checker; 154 CheckerRef &ref = CheckerTags[tag]; local 155 if (ref) 156 return static_cast<CHECKER *>(ref); // already registered. 162 ref = checker;
|
/external/clang/test/SemaCXX/ |
conditional-expr.cpp | 303 struct ref { }; struct in class:rdar7998817::X 307 X(ref); 309 operator ref();
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
vktShaderPackingFunctionTests.cpp | 228 const deUint32 ref = (ref1 << 16) | ref0; local 240 << ", expected packSnorm2x16(" << inputs[valNdx] << ") = " << tcu::toHex(ref) 453 const deUint32 ref = (ref1 << 16) | ref0; local 465 << ", expected packUnorm2x16(" << inputs[valNdx] << ") = " << tcu::toHex(ref) 685 const deUint32 ref = (ref1 << 16) | ref0; local 697 << ", expected packHalf2x16(" << inputs[valNdx] << ") = " << tcu::toHex(ref) 934 const deUint32 ref = (deUint32(ref3) << 24) | (deUint32(ref2) << 16) | (deUint32(ref1) << 8) | deUint32(ref0); local 950 << ", expected packSnorm4x8(" << inputs[valNdx] << ") = " << tcu::toHex(ref) 1179 const deUint32 ref = (deUint32(ref3) << 24) | (deUint32(ref2) << 16) | (deUint32(ref1) << 8) | deUint32(ref0); local [all...] |
/external/deqp/modules/gles31/functional/ |
es31fStencilTexturingTests.cpp | 406 const int ref = stencilRef.getPixStencil(x, y); local 409 if (ref != res) 412 log << TestLog::Message << "ERROR: Expected " << ref << ", got " << res << " at (" << x << ", " << y << ")" << TestLog::EndMessage; [all...] |
/external/deqp/modules/glshared/ |
glsTextureStateQueryTests.cpp | 1232 const GLint ref = rnd.getInt(-1000, 1000); local 1246 const GLuint ref = (glw::GLuint)rnd.getInt(0, 1000); local 1261 const GLfloat ref = rnd.getFloat((float)minLimit, 1000.f); local 1273 const GLint ref = rnd.getInt(minLimit, 1000); local 1335 const GLint ref = rnd.getInt(0, 64000); local 1357 const GLint ref = rnd.getInt(0, 64000); local 1372 const GLint ref = rnd.getInt(1, 64000); local 2069 const GLint ref = rnd.getInt(-1000, 1000); local 2083 const GLuint ref = (glw::GLuint)rnd.getInt(0, 1000); local 2098 const GLfloat ref = rnd.getFloat((float)minLimit, 1000.f); local 2110 const GLint ref = rnd.getInt(minLimit, 1000); local [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/utils/ |
Util.java | 132 double ref = baselineResults.getValue(); local 135 double delta = ref - val;
|
/external/google-breakpad/src/testing/test/ |
gmock-actions_test.cc | 1262 int& ref = ByRef(n); local [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
ICUService.java | 10 import java.lang.ref.SoftReference; 407 if (DEBUG) System.out.println("Service " + name + " ref exists"); 589 SoftReference<Map<String, Factory>> ref = idref; local 590 if (ref != null) { 591 idcache = ref.get(); 595 if (ref == idref || idref == null) { 616 ref = idref; 617 idcache = ref.get(); 703 LocaleRef ref = dnref; local 705 if (ref != null) 752 private SoftReference<SortedMap<String, String>> ref; field in class:ICUService.LocaleRef [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
StringPrep.java | 13 import java.lang.ref.WeakReference; 308 WeakReference<StringPrep> ref = CACHE[profile]; local 309 if (ref != null) { 310 instance = ref.get();
|
/external/icu/icu4c/source/common/ |
icuplug.cpp | 111 uint32_t ref; /**< reference count */ member in struct:UPlugLibrary 199 libraryList[libEntry].ref=1; 205 libraryList[libEntry].ref++; 221 if(--(libraryList[i].ref) == 0) {
|
serv.cpp | 228 CacheEntry* ref() { function in class:CacheEntry 561 result->ref();
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
ICUService.java | 9 import java.lang.ref.SoftReference; 405 if (DEBUG) System.out.println("Service " + name + " ref exists"); 587 SoftReference<Map<String, Factory>> ref = idref; local 588 if (ref != null) { 589 idcache = ref.get(); 593 if (ref == idref || idref == null) { 614 ref = idref; 615 idcache = ref.get(); 701 LocaleRef ref = dnref; local 703 if (ref != null) 750 private SoftReference<SortedMap<String, String>> ref; field in class:ICUService.LocaleRef [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
StringPrep.java | 12 import java.lang.ref.WeakReference; 325 WeakReference<StringPrep> ref = CACHE[profile]; local 326 if (ref != null) { 327 instance = ref.get();
|
/external/iproute2/include/linux/ |
tipc.h | 48 __u32 ref; member in struct:tipc_portid
|