Home
last modified time | relevance | path

Searched refs:intObj (Results 1 – 25 of 74) sorted by relevance

123

/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/thirdparty/com/leanplum/internal/
H A DResourceQualifiers.java148 if (intObj > max) {
149 max = intObj;
186 if (intObj > max) {
187 max = intObj;
224 if (intObj > max) {
225 max = intObj;
261 if (intObj > max) {
262 max = intObj;
380 if (intObj < min && intObj >= display.densityDpi) {
381 min = intObj;
[all …]
/dports/java/jgraph/jgraph-java-5.13.0.4/src/org/jgraph/graph/
H A DGraphConstants.java728 if (intObj != null) in getMoveableAxis()
746 if (intObj != null) in getSizeableAxis()
917 if (intObj != null) in getVerticalAlignment()
936 if (intObj != null) in getHorizontalAlignment()
954 if (intObj != null) in getVerticalTextPosition()
972 if (intObj != null) in getHorizontalTextPosition()
1022 if (intObj != null) in getLineStyle()
1039 if (intObj != null) in getBeginSize()
1056 if (intObj != null) in getEndSize()
1095 if (intObj != null) in getLineBegin()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/security/certverifier/tests/gtest/
H A DTrustOverrideTest.cpp142 mozilla::UniqueCERTCertificate intObj = in TEST_F() local
144 ASSERT_TRUE(intObj != nullptr) << "Should have parsed"; in TEST_F()
148 EXPECT_FALSE(CertDNIsInList(intObj.get(), OverrideCaDNs)) in TEST_F()
155 mozilla::UniqueCERTCertificate intObj = in TEST_F() local
157 ASSERT_TRUE(intObj != nullptr) << "Should have parsed"; in TEST_F()
161 EXPECT_FALSE(CertSPKIIsInList(intObj.get(), OverrideCaSPKIs)) in TEST_F()
/dports/lang/spidermonkey78/firefox-78.9.0/security/certverifier/tests/gtest/
H A DTrustOverrideTest.cpp147 mozilla::UniqueCERTCertificate intObj = in TEST_F() local
149 ASSERT_TRUE(intObj != nullptr) in TEST_F()
154 EXPECT_FALSE(CertDNIsInList(intObj.get(), OverrideCaDNs)) in TEST_F()
162 mozilla::UniqueCERTCertificate intObj = in TEST_F() local
164 ASSERT_TRUE(intObj != nullptr) in TEST_F()
169 EXPECT_FALSE(CertSPKIIsInList(intObj.get(), OverrideCaSPKIs)) in TEST_F()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/dbtests/
H A Dindex_access_method_test.cpp100 const BSONObj intObj = BSON("" << static_cast<int>(0)); in TEST() local
105 ASSERT_EQ(0, intObj.woCompare(longObj)); in TEST()
108 assertDistinct(intObj, longObj); in TEST()
109 assertDistinct(intObj, doubleObj); in TEST()
111 assertDistinct(longObj, intObj); in TEST()
114 assertDistinct(doubleObj, intObj); in TEST()
121 assertDistinct(intObj, decimalObj); in TEST()
125 assertDistinct(decimalObj, intObj); in TEST()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/poppler/qt4/src/
H A Dpoppler-annotation-helper.h88 Object intObj; in lookupInt() local
89 dict->lookup( type, &intObj ); in lookupInt()
90 if ( intObj.isNull() ) in lookupInt()
92 if ( intObj.isInt() ) in lookupInt()
93 dest = intObj.getInt(); in lookupInt()
96 intObj.free(); in lookupInt()
/dports/audio/musescore/MuseScore-3.6.1/thirdparty/poppler/qt5/
H A Dpoppler-annotation-helper.h92 Object intObj; in lookupInt() local
93 dict->lookup( type, &intObj ); in lookupInt()
94 if ( intObj.isNull() ) in lookupInt()
96 if ( intObj.isInt() ) in lookupInt()
97 dest = intObj.getInt(); in lookupInt()
100 intObj.free(); in lookupInt()
/dports/java/jgraph/jgraph-java-5.13.0.4/src/com/jgraph/components/labels/
H A DCellConstants.java64 Integer intObj = (Integer) map.get(VERTEXSHAPE); in getVertexShape() local
65 if (intObj != null) in getVertexShape()
66 return intObj.intValue(); in getVertexShape()
/dports/misc/usd/USD-21.11/pxr/usd/ar/testenv/
H A DtestArResolverContext.cpp190 TestIntContextObject intObj(42); in TestMultipleContextObjects() local
194 ArResolverContext testContext(intObj); in TestMultipleContextObjects()
204 ArResolverContext testContext(strObj, intObj); in TestMultipleContextObjects()
211 ArResolverContext{intObj}); in TestMultipleContextObjects()
218 ArResolverContext{intObj}); in TestMultipleContextObjects()
/dports/lang/nx/nsf2.3.0/generic/asm/
H A DnsfAsmExecuteCallThreading.c46 Tcl_Obj *intObj, *incrObj; in asmIncrObj() local
50 intObj = proc->slots[PTR2INT(argv[0])]; in asmIncrObj()
53 if (likely(intObj->typePtr == Nsf_OT_intType)) { in asmIncrObj()
54 intValue = intObj->internalRep.longValue; in asmIncrObj()
56 Tcl_GetIntFromObj(interp, intObj, &intValue); in asmIncrObj()
67 Tcl_InvalidateStringRep(intObj); in asmIncrObj()
68 intObj->internalRep.longValue = (long)(intValue + incrValue); in asmIncrObj()
H A DnsfAsmExecuteLabelThreading.c148 Tcl_Obj *intObj, *incrObj; in AsmExecute() local
152 intObj = proc->slots[PTR2INT(ip->argv[0])]; in AsmExecute()
155 if (likely(intObj->typePtr == Nsf_OT_intType)) { in AsmExecute()
156 intValue = intObj->internalRep.longValue; in AsmExecute()
158 Tcl_GetIntFromObj(interp, intObj, &intValue); in AsmExecute()
169 Tcl_InvalidateStringRep(intObj); in AsmExecute()
170 intObj->internalRep.longValue = (long)(intValue + incrValue); in AsmExecute()
/dports/www/websh/websh-3.6.0b5/src/generic/
H A Dhtmlify.c29 Tcl_Obj *intObj = NULL; in htmlifyAppendNum() local
34 intObj = Tcl_NewIntObj(num); in htmlifyAppendNum()
36 if (intObj != NULL) { in htmlifyAppendNum()
37 Tcl_IncrRefCount(intObj); in htmlifyAppendNum()
39 Tcl_AppendObjToObj(tclo, intObj); in htmlifyAppendNum()
40 Tcl_DecrRefCount(intObj); in htmlifyAppendNum()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/
H A DWorkerRequest.cs1319 Object intObj = s_requestHeadersLoookupTable[header]; in GetKnownRequestHeaderIndex()
1321 if (intObj != null) in GetKnownRequestHeaderIndex()
1322 return(Int32)intObj; in GetKnownRequestHeaderIndex()
1348 Object intObj = s_responseHeadersLoookupTable[header]; in GetKnownResponseHeaderIndex()
1350 if (intObj != null) in GetKnownResponseHeaderIndex()
1351 return(Int32)intObj; in GetKnownResponseHeaderIndex()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/ui/swt/views/tableitems/mytorrents/
H A DCompletionItem.java119 Integer intObj = (Integer) mapCellLastPercentDone.get(cell); in refresh() local
120 int lastPercentDone = intObj == null ? 0 : intObj.intValue(); in refresh()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/ui/swt/devices/columns/
H A DColumnOD_Completion.java101 Integer intObj = mapCellLastPercentDone.get(cell); in refresh() local
102 int lastPercentDone = intObj == null ? 0 : intObj.intValue(); in refresh()
H A DColumnTJ_Completion.java121 Integer intObj = (Integer) mapCellLastPercentDone.get(cell); in refresh() local
122 int lastPercentDone = intObj == null ? 0 : intObj.intValue(); in refresh()
/dports/lang/perl5.34/perl-5.34.0/ext/XS-Typemap/
H A DTypemap.xs25 typedef int intObj; /* T_PTROBJ */ typedef
49 static intObj xst_anintobj;
228 intObj * T_PTROBJ
229 intObj T_IV
/dports/lang/perl5.30/perl-5.30.3/ext/XS-Typemap/
H A DTypemap.xs25 typedef int intObj; /* T_PTROBJ */ typedef
49 static intObj xst_anintobj;
228 intObj * T_PTROBJ
229 intObj T_IV
/dports/lang/perl5.32/perl-5.32.1/ext/XS-Typemap/
H A DTypemap.xs25 typedef int intObj; /* T_PTROBJ */ typedef
49 static intObj xst_anintobj;
228 intObj * T_PTROBJ
229 intObj T_IV
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/ext/XS-Typemap/
H A DTypemap.xs25 typedef int intObj; /* T_PTROBJ */ typedef
49 static intObj xst_anintobj;
228 intObj * T_PTROBJ
229 intObj T_IV
/dports/math/couenne/Couenne-releases-0.5.8/Couenne/src/heuristics/
H A DBonNlpHeuristic.cpp202 OsiSimpleInteger * intObj = dynamic_cast<OsiSimpleInteger *>(objects[i]); in solution() local
204 if (intObj) { in solution()
205 const int & i = intObj -> columnNumber (); in solution()
/dports/devel/sope/SOPE/sope-core/NGExtensions/NGExtensions/
H A DNGBaseTypes.h33 static inline NSNumber *intObj(int _i) { in intObj() function
/dports/devel/sope2/SOPE/sope-core/NGExtensions/NGExtensions/
H A DNGBaseTypes.h33 static inline NSNumber *intObj(int _i) { in intObj() function
/dports/www/moinmoin/moin-1.9.11/contrib/TWikiDrawPlugin/src/CH/ifa/draw/figures/
H A DPolyLineFigure.java282 Integer intObj = (Integer) value; in setAttribute() local
283 if (intObj != null) { in setAttribute()
284 int decoration = intObj.intValue(); in setAttribute()
/dports/sysutils/kubectl/kubernetes-1.22.2/test/integration/apiserver/
H A Dprint_test.go229 intObj, err := legacyscheme.Scheme.ConvertToVersion(obj, intGV)
234 expectedColumnDefinitions, ok := printer.handlers[reflect.TypeOf(intObj)]

123