Home
last modified time | relevance | path

Searched refs:objTag (Results 1 – 25 of 307) sorted by relevance

12345678910>>...13

/dports/science/mmdb2/mmdb2-2.0.20/mmdb2/
H A Dmmdb_xml_.cpp105 objTag = NULL; in InitXMLObject()
119 if (objTag) delete[] objTag; in FreeMemory()
122 objTag = NULL; in FreeMemory()
171 if (objTag) delete[] objTag; in SetTag()
172 objTag = new char[n]; in SetTag()
174 t = objTag; in SetTag()
614 if (objTag) { in WriteObject()
624 f.Write ( objTag ); in WriteObject()
643 tl = strlen(objTag); in WriteObject()
690 f.Write ( objTag ); in WriteObject()
[all …]
H A Dmmdb_xml_.h97 inline pstr GetTag() { return objTag; } in GetTag()
136 pstr objTag; variable
/dports/security/keepass/KeePass-2.49-Source/KeePass/UI/
H A DDynamicMenu.cs44 public DynamicMenuEventArgs(string strItemName, object objTag) in DynamicMenuEventArgs() argument
50 m_objTag = objTag; in DynamicMenuEventArgs()
104 object objTag) in AddItem() argument
111 tsmi.Tag = objTag; in AddItem()
/dports/games/nexuiz/Nexuiz/sources/darkplaces/
H A Dcl_gecko.c338 OSGK_ScriptObjectCreateParams* params, void** objTag);
339 typedef void (*OSGK_DestroyObjFunc) (void* objTag);
346 typedef OSGK_ScriptVariant* (*OSGK_GetPropertyFunc) (void* objTag,
348 typedef OSGK_ScriptResult (*OSGK_SetPropertyFunc) (void* objTag,
355 typedef OSGK_ScriptResult (*OSGK_FunctionCallFunc) (void* objTag,
505 void** objTag) in dpGlobal_create() argument
507 if (!osgk_browser_get_user_data (params->browser, USERDATAKEY_CL_GECKO_T, objTag)) in dpGlobal_create()
512 static OSGK_ScriptResult dpGlobal_query (void* objTag, void* methTag, in dpGlobal_query() argument
517 clgecko_t *instance = (clgecko_t *) objTag; in dpGlobal_query()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.DataVisualization/Common/Utilities/
H A DValueConverter.cs64 object objTag, in FormatValue() argument
184 … eventArguments = new FormatNumberEventArgs(value, format, valueType, result, objTag, elementType); in FormatValue()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverObjectsReachableFromObject/iterobjreachobj001/
H A Diterobjreachobj001.c82 jlong objTag = (reachable ? tag : -tag); in getChainObjects() local
96 objectDescList[count].tag = objTag; in getChainObjects()
98 NSK_CPP_STUB3(SetTag, jvmti, obj, objTag))) { in getChainObjects()
101 NSK_DISPLAY2(" tag=%-5ld object=0x%p\n", (long)objTag, (void*)obj); in getChainObjects()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverObjectsReachableFromObject/iterobjreachobj001/
H A Diterobjreachobj001.cpp80 jlong objTag = (reachable ? tag : -tag); in getChainObjects() local
93 objectDescList[count].tag = objTag; in getChainObjects()
94 if (!NSK_JVMTI_VERIFY(jvmti->SetTag(obj, objTag))) { in getChainObjects()
97 NSK_DISPLAY2(" tag=%-5ld object=0x%p\n", (long)objTag, (void*)obj); in getChainObjects()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverObjectsReachableFromObject/iterobjreachobj001/
H A Diterobjreachobj001.cpp80 jlong objTag = (reachable ? tag : -tag); in getChainObjects() local
93 objectDescList[count].tag = objTag; in getChainObjects()
94 if (!NSK_JVMTI_VERIFY(jvmti->SetTag(obj, objTag))) { in getChainObjects()
97 NSK_DISPLAY2(" tag=%-5ld object=0x%p\n", (long)objTag, (void*)obj); in getChainObjects()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap001/
H A Diterheap001.cpp86 jlong objTag = (!reachable ? -tag : (tag % 2 != 0) ? tag : (jlong)0); in getChainObjects() local
100 objectDescList[count].tag = objTag; in getChainObjects()
102 jvmti->SetTag(obj, objTag))) { in getChainObjects()
106 NSK_DISPLAY2(" tag=%-5ld object=0x%p\n", (long)objTag, (void*)obj); in getChainObjects()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap001/
H A Diterheap001.cpp86 jlong objTag = (!reachable ? -tag : (tag % 2 != 0) ? tag : (jlong)0); in getChainObjects() local
100 objectDescList[count].tag = objTag; in getChainObjects()
102 jvmti->SetTag(obj, objTag))) { in getChainObjects()
106 NSK_DISPLAY2(" tag=%-5ld object=0x%p\n", (long)objTag, (void*)obj); in getChainObjects()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap001/
H A Diterheap001.cpp86 jlong objTag = (!reachable ? -tag : (tag % 2 != 0) ? tag : (jlong)0); in getChainObjects() local
100 objectDescList[count].tag = objTag; in getChainObjects()
102 jvmti->SetTag(obj, objTag))) { in getChainObjects()
106 NSK_DISPLAY2(" tag=%-5ld object=0x%p\n", (long)objTag, (void*)obj); in getChainObjects()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverObjectsReachableFromObject/iterobjreachobj001/
H A Diterobjreachobj001.cpp80 jlong objTag = (reachable ? tag : -tag); in getChainObjects() local
93 objectDescList[count].tag = objTag; in getChainObjects()
94 if (!NSK_JVMTI_VERIFY(jvmti->SetTag(obj, objTag))) { in getChainObjects()
97 NSK_DISPLAY2(" tag=%-5ld object=0x%p\n", (long)objTag, (void*)obj); in getChainObjects()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverObjectsReachableFromObject/iterobjreachobj001/
H A Diterobjreachobj001.cpp80 jlong objTag = (reachable ? tag : -tag); in getChainObjects() local
93 objectDescList[count].tag = objTag; in getChainObjects()
94 if (!NSK_JVMTI_VERIFY(jvmti->SetTag(obj, objTag))) { in getChainObjects()
97 NSK_DISPLAY2(" tag=%-5ld object=0x%p\n", (long)objTag, (void*)obj); in getChainObjects()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap001/
H A Diterheap001.cpp86 jlong objTag = (!reachable ? -tag : (tag % 2 != 0) ? tag : (jlong)0); in getChainObjects() local
100 objectDescList[count].tag = objTag; in getChainObjects()
102 jvmti->SetTag(obj, objTag))) { in getChainObjects()
106 NSK_DISPLAY2(" tag=%-5ld object=0x%p\n", (long)objTag, (void*)obj); in getChainObjects()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverObjectsReachableFromObject/iterobjreachobj001/
H A Diterobjreachobj001.cpp80 jlong objTag = (reachable ? tag : -tag); in getChainObjects() local
93 objectDescList[count].tag = objTag; in getChainObjects()
94 if (!NSK_JVMTI_VERIFY(jvmti->SetTag(obj, objTag))) { in getChainObjects()
97 NSK_DISPLAY2(" tag=%-5ld object=0x%p\n", (long)objTag, (void*)obj); in getChainObjects()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverObjectsReachableFromObject/iterobjreachobj001/
H A Diterobjreachobj001.c82 jlong objTag = (reachable ? tag : -tag); in getChainObjects() local
96 objectDescList[count].tag = objTag; in getChainObjects()
98 NSK_CPP_STUB3(SetTag, jvmti, obj, objTag))) { in getChainObjects()
101 NSK_DISPLAY2(" tag=%-5ld object=0x%p\n", (long)objTag, (void*)obj); in getChainObjects()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap001/
H A Diterheap001.cpp86 jlong objTag = (!reachable ? -tag : (tag % 2 != 0) ? tag : (jlong)0); in getChainObjects() local
100 objectDescList[count].tag = objTag; in getChainObjects()
102 jvmti->SetTag(obj, objTag))) { in getChainObjects()
106 NSK_DISPLAY2(" tag=%-5ld object=0x%p\n", (long)objTag, (void*)obj); in getChainObjects()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverObjectsReachableFromObject/iterobjreachobj001/
H A Diterobjreachobj001.cpp80 jlong objTag = (reachable ? tag : -tag); in getChainObjects() local
93 objectDescList[count].tag = objTag; in getChainObjects()
94 if (!NSK_JVMTI_VERIFY(jvmti->SetTag(obj, objTag))) { in getChainObjects()
97 NSK_DISPLAY2(" tag=%-5ld object=0x%p\n", (long)objTag, (void*)obj); in getChainObjects()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap001/
H A Diterheap001.cpp86 jlong objTag = (!reachable ? -tag : (tag % 2 != 0) ? tag : (jlong)0); in getChainObjects() local
100 objectDescList[count].tag = objTag; in getChainObjects()
102 jvmti->SetTag(obj, objTag))) { in getChainObjects()
106 NSK_DISPLAY2(" tag=%-5ld object=0x%p\n", (long)objTag, (void*)obj); in getChainObjects()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap001/
H A Diterheap001.c88 jlong objTag = (!reachable ? -tag : (tag % 2 != 0) ? tag : (jlong)0); in getChainObjects() local
102 objectDescList[count].tag = objTag; in getChainObjects()
104 NSK_CPP_STUB3(SetTag, jvmti, obj, objTag))) { in getChainObjects()
108 NSK_DISPLAY2(" tag=%-5ld object=0x%p\n", (long)objTag, (void*)obj); in getChainObjects()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap002/
H A Diterheap002.c88 jlong objTag = (!reachable ? -tag : (tag % 2 != 0) ? tag : (jlong)0); in getChainObjects() local
102 objectDescList[count].tag = objTag; in getChainObjects()
104 NSK_CPP_STUB3(SetTag, jvmti, obj, objTag))) { in getChainObjects()
108 NSK_DISPLAY2(" tag=%-5ld object=0x%p\n", (long)objTag, (void*)obj); in getChainObjects()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap003/
H A Diterheap003.c88 jlong objTag = (!reachable ? -tag : (tag % 2 != 0) ? tag : (jlong)0); in getChainObjects() local
102 objectDescList[count].tag = objTag; in getChainObjects()
104 NSK_CPP_STUB3(SetTag, jvmti, obj, objTag))) { in getChainObjects()
108 NSK_DISPLAY2(" tag=%-5ld object=0x%p\n", (long)objTag, (void*)obj); in getChainObjects()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverInstancesOfClass/iterinstcls003/
H A Diterinstcls003.c88 jlong objTag = (!reachable ? -tag : (tag % 2 != 0) ? tag : (jlong)0); in getChainObjects() local
102 objectDescList[count].tag = objTag; in getChainObjects()
104 NSK_CPP_STUB3(SetTag, jvmti, obj, objTag))) { in getChainObjects()
108 NSK_DISPLAY2(" tag=%-5ld object=0x%p\n", (long)objTag, (void*)obj); in getChainObjects()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverInstancesOfClass/iterinstcls001/
H A Diterinstcls001.c88 jlong objTag = (!reachable ? -tag : (tag % 2 != 0) ? tag : (jlong)0); in getChainObjects() local
102 objectDescList[count].tag = objTag; in getChainObjects()
104 NSK_CPP_STUB3(SetTag, jvmti, obj, objTag))) { in getChainObjects()
108 NSK_DISPLAY2(" tag=%-5ld object=0x%p\n", (long)objTag, (void*)obj); in getChainObjects()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverInstancesOfClass/iterinstcls002/
H A Diterinstcls002.c88 jlong objTag = (!reachable ? -tag : (tag % 2 != 0) ? tag : (jlong)0); in getChainObjects() local
102 objectDescList[count].tag = objTag; in getChainObjects()
104 NSK_CPP_STUB3(SetTag, jvmti, obj, objTag))) { in getChainObjects()
108 NSK_DISPLAY2(" tag=%-5ld object=0x%p\n", (long)objTag, (void*)obj); in getChainObjects()

12345678910>>...13