Home
last modified time | relevance | path

Searched refs:pairValue (Results 1 – 25 of 77) sorted by relevance

1234

/dports/www/firefox-esr/firefox-91.8.0/mobile/android/annotations/src/main/java/org/mozilla/gecko/annotationProcessors/
H A DSDKProcessor.java188 final String pairValue = pair[1].trim(); in getAnnotationInfo() local
191 if (Boolean.valueOf(pairValue)) { in getAnnotationInfo()
200 pairValue); in getAnnotationInfo()
202 stubName = pairValue; in getAnnotationInfo()
206 pairValue); in getAnnotationInfo()
210 pairValue); in getAnnotationInfo()
214 pairValue); in getAnnotationInfo()
217 noLiteral = Boolean.valueOf(pairValue); in getAnnotationInfo()
/dports/www/firefox/firefox-99.0/mobile/android/annotations/src/main/java/org/mozilla/gecko/annotationProcessors/
H A DSDKProcessor.java166 final String pairValue = pair[1].trim(); in getAnnotationInfo() local
169 if (Boolean.valueOf(pairValue)) { in getAnnotationInfo()
177 throw new ParseException("stubName doesn't make sense here: " + pairValue); in getAnnotationInfo()
179 stubName = pairValue; in getAnnotationInfo()
182 mode = Utils.getEnumValue(AnnotationInfo.ExceptionMode.class, pairValue); in getAnnotationInfo()
185 thread = Utils.getEnumValue(AnnotationInfo.CallingThread.class, pairValue); in getAnnotationInfo()
188 target = Utils.getEnumValue(AnnotationInfo.DispatchTarget.class, pairValue); in getAnnotationInfo()
191 noLiteral = Boolean.valueOf(pairValue); in getAnnotationInfo()
/dports/lang/spidermonkey60/firefox-60.9.0/build/annotationProcessors/
H A DSDKProcessor.java188 final String pairValue = pair[1].trim(); in getAnnotationInfo() local
191 if (Boolean.valueOf(pairValue)) { in getAnnotationInfo()
200 pairValue); in getAnnotationInfo()
202 stubName = pairValue; in getAnnotationInfo()
206 pairValue); in getAnnotationInfo()
210 pairValue); in getAnnotationInfo()
214 pairValue); in getAnnotationInfo()
217 noLiteral = Boolean.valueOf(pairValue); in getAnnotationInfo()
/dports/mail/thunderbird/thunderbird-91.8.0/mobile/android/annotations/src/main/java/org/mozilla/gecko/annotationProcessors/
H A DSDKProcessor.java188 final String pairValue = pair[1].trim(); in getAnnotationInfo() local
191 if (Boolean.valueOf(pairValue)) { in getAnnotationInfo()
200 pairValue); in getAnnotationInfo()
202 stubName = pairValue; in getAnnotationInfo()
206 pairValue); in getAnnotationInfo()
210 pairValue); in getAnnotationInfo()
214 pairValue); in getAnnotationInfo()
217 noLiteral = Boolean.valueOf(pairValue); in getAnnotationInfo()
/dports/lang/spidermonkey78/firefox-78.9.0/mobile/android/annotations/src/main/java/org/mozilla/gecko/annotationProcessors/
H A DSDKProcessor.java188 final String pairValue = pair[1].trim(); in getAnnotationInfo() local
191 if (Boolean.valueOf(pairValue)) { in getAnnotationInfo()
200 pairValue); in getAnnotationInfo()
202 stubName = pairValue; in getAnnotationInfo()
206 pairValue); in getAnnotationInfo()
210 pairValue); in getAnnotationInfo()
214 pairValue); in getAnnotationInfo()
217 noLiteral = Boolean.valueOf(pairValue); in getAnnotationInfo()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/indexing/
H A DBinaryIndexer.java190 Object pairValue = valuePair.getValue(); in addBinaryAnnotation() local
191 addPairValue(pairValue); in addBinaryAnnotation()
195 private void addPairValue(Object pairValue) { in addPairValue() argument
196 if (pairValue instanceof EnumConstantSignature) { in addPairValue()
197 EnumConstantSignature enumConstant = (EnumConstantSignature) pairValue; in addPairValue()
200 } else if (pairValue instanceof ClassSignature) { in addPairValue()
201 ClassSignature classConstant = (ClassSignature) pairValue; in addPairValue()
203 } else if (pairValue instanceof IBinaryAnnotation) { in addPairValue()
204 addBinaryAnnotation((IBinaryAnnotation) pairValue); in addPairValue()
205 } else if (pairValue instanceof Object[]) { in addPairValue()
[all …]
/dports/print/texlive-base/texlive-20150521-source/texk/ttfdump/libttf/
H A Dgpos.c317 pairSet->pairValue = XCALLOC (pairSet->pairValueCount, PairValueRecord); in gposLoadPairSet()
319 pairSet->pairValue[j].secondGlyph = ttfGetUSHORT (fp); in gposLoadPairSet()
320 pairSet->pairValue[j].value1 = gposMakeValueRecord (pos->valueFormat1, fp); in gposLoadPairSet()
346 gposLoadValueRecord (pos->pairSet[i].pairValue[j].value1, fp, offset); in makeGPOS21()
347 gposLoadValueRecord (pos->pairSet[i].pairValue[j].value2, fp, offset); in makeGPOS21()
368 pos->pairSet[i].pairValue[j].secondGlyph); in printGPOS21()
372 pos->pairSet[i].pairValue[j].value1); in printGPOS21()
377 pos->pairSet[i].pairValue[j].value2); in printGPOS21()
390 freeValueRecord (pos->pairSet[i].pairValue[j].value1); in freeGPOS21()
391 freeValueRecord (pos->pairSet[i].pairValue[j].value2); in freeGPOS21()
[all …]
/dports/graphics/libdmtx/libdmtx-0.7.5/
H A Ddmtxencodec40textx12.c113 int pairValue; in AppendValuesCTX() local
129 pairValue = (1600 * valueList->b[0]) + (40 * valueList->b[1]) + valueList->b[2] + 1; in AppendValuesCTX()
130 cw0 = pairValue / 256; in AppendValuesCTX()
131 cw1 = pairValue % 256; in AppendValuesCTX()
/dports/math/py-brial/BRiAl-1.2.10/cudd/
H A DcuddDecomp.c997 int pairValue; in CheckTablesCacheAndReturn() local
1003 pairValue = PairInTables(g, h, ghTable); in CheckTablesCacheAndReturn()
1004 assert(pairValue != NONE); in CheckTablesCacheAndReturn()
1010 if ((pairValue == BOTH_H) || (pairValue == H_ST)) { in CheckTablesCacheAndReturn()
1025 } else if ((pairValue == BOTH_G) || (pairValue == G_ST)) { in CheckTablesCacheAndReturn()
1040 } else if (pairValue == H_CR) { in CheckTablesCacheAndReturn()
1050 } else if (pairValue == G_CR) { in CheckTablesCacheAndReturn()
1060 } else if (pairValue == PAIR_CR) { in CheckTablesCacheAndReturn()
1064 } else if (pairValue == PAIR_ST) { in CheckTablesCacheAndReturn()
/dports/math/cudd/cudd-3.0.0/cudd/
H A DcuddDecomp.c961 int pairValue; in CheckTablesCacheAndReturn() local
967 pairValue = PairInTables(g, h, ghTable); in CheckTablesCacheAndReturn()
968 assert(pairValue != NONE); in CheckTablesCacheAndReturn()
974 if ((pairValue == BOTH_H) || (pairValue == H_ST)) { in CheckTablesCacheAndReturn()
989 } else if ((pairValue == BOTH_G) || (pairValue == G_ST)) { in CheckTablesCacheAndReturn()
1004 } else if (pairValue == H_CR) { in CheckTablesCacheAndReturn()
1014 } else if (pairValue == G_CR) { in CheckTablesCacheAndReturn()
1024 } else if (pairValue == PAIR_CR) { in CheckTablesCacheAndReturn()
1028 } else if (pairValue == PAIR_ST) { in CheckTablesCacheAndReturn()
/dports/math/brial/BRiAl-1.2.10/cudd/
H A DcuddDecomp.c997 int pairValue; in CheckTablesCacheAndReturn() local
1003 pairValue = PairInTables(g, h, ghTable); in CheckTablesCacheAndReturn()
1004 assert(pairValue != NONE); in CheckTablesCacheAndReturn()
1010 if ((pairValue == BOTH_H) || (pairValue == H_ST)) { in CheckTablesCacheAndReturn()
1025 } else if ((pairValue == BOTH_G) || (pairValue == G_ST)) { in CheckTablesCacheAndReturn()
1040 } else if (pairValue == H_CR) { in CheckTablesCacheAndReturn()
1050 } else if (pairValue == G_CR) { in CheckTablesCacheAndReturn()
1060 } else if (pairValue == PAIR_CR) { in CheckTablesCacheAndReturn()
1064 } else if (pairValue == PAIR_ST) { in CheckTablesCacheAndReturn()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/bdd/cudd/
H A DcuddDecomp.c1001 int pairValue; in CheckTablesCacheAndReturn() local
1007 pairValue = PairInTables(g, h, ghTable); in CheckTablesCacheAndReturn()
1008 assert(pairValue != NONE); in CheckTablesCacheAndReturn()
1014 if ((pairValue == BOTH_H) || (pairValue == H_ST)) { in CheckTablesCacheAndReturn()
1029 } else if ((pairValue == BOTH_G) || (pairValue == G_ST)) { in CheckTablesCacheAndReturn()
1044 } else if (pairValue == H_CR) { in CheckTablesCacheAndReturn()
1054 } else if (pairValue == G_CR) { in CheckTablesCacheAndReturn()
1064 } else if (pairValue == PAIR_CR) { in CheckTablesCacheAndReturn()
1068 } else if (pairValue == PAIR_ST) { in CheckTablesCacheAndReturn()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Runtime.Serialization/System/Runtime/Serialization/Json/
H A DJsonFormatReaderGenerator.cs853 LocalBuilder pairValue = ReadValue(valueType, String.Empty); in ReadSimpleDictionary()
854 StoreKeyValuePair(objectLocal, collectionContract, pairKey, pairValue); in ReadSimpleDictionary()
1029 … LocalBuilder pairValue = ilg.DeclareLocal(valueMember.MemberType, valueMember.Name); in StoreCollectionValue()
1035 ilg.Stloc(pairValue); in StoreCollectionValue()
1037 StoreKeyValuePair(collection, collectionContract, pairKey, pairValue); in StoreCollectionValue()
1047 …ollection, CollectionDataContract collectionContract, LocalBuilder pairKey, LocalBuilder pairValue) in StoreKeyValuePair() argument
1049 ilg.Call(collection, collectionContract.AddMethod, pairKey, pairValue); in StoreKeyValuePair()
H A DJsonFormatWriterGenerator.cs492 LocalBuilder pairValue = ilg.DeclareLocal(keyValueTypes[1], "value"); in WriteCollection()
502 ilg.Stloc(pairValue); in WriteCollection()
505 WriteValue(pairValue); in WriteCollection()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.DataContractSerialization/src/System/Runtime/Serialization/Json/
H A DJsonFormatReaderGenerator.cs786 LocalBuilder pairValue = ReadValue(valueType, String.Empty); in ReadSimpleDictionary()
787 StoreKeyValuePair(_objectLocal, collectionContract, pairKey, pairValue); in ReadSimpleDictionary()
965 … LocalBuilder pairValue = _ilg.DeclareLocal(valueMember.MemberType, valueMember.Name); in StoreCollectionValue()
971 _ilg.Stloc(pairValue); in StoreCollectionValue()
973 StoreKeyValuePair(collection, collectionContract, pairKey, pairValue); in StoreCollectionValue()
983 …ollection, CollectionDataContract collectionContract, LocalBuilder pairKey, LocalBuilder pairValue) in StoreKeyValuePair() argument
985 _ilg.Call(collection, collectionContract.AddMethod, pairKey, pairValue); in StoreKeyValuePair()
H A DReflectionJsonFormatReader.cs253 … object pairValue = ReflectionReadValue(xmlReader, context, valueType, string.Empty, string.Empty); in ReadSimpleDictionary()
256 ((IDictionary)dictionary).Add(pairKey, pairValue); in ReadSimpleDictionary()
H A DJsonFormatWriterGenerator.cs424 LocalBuilder pairValue = _ilg.DeclareLocal(keyValueTypes[1], "value"); in WriteCollection()
434 _ilg.Stloc(pairValue); in WriteCollection()
437 WriteValue(pairValue); in WriteCollection()
/dports/print/texlive-base/texlive-20150521-source/texk/ttfdump/include/
H A Dgpos.h118 PairValueRecordPtr pairValue; /* length = pairValueCount */ member
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/
H A DClassFileMatchLocator.java53 Object pairValue = valuePair.getValue(); in checkAnnotation() local
54 if (pairValue instanceof IBinaryAnnotation) { in checkAnnotation()
55 if (checkAnnotation((IBinaryAnnotation) pairValue, pattern)) { in checkAnnotation()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Runtime.Serialization/System/Runtime/Serialization/
H A DXmlFormatReaderGenerator.cs880 … LocalBuilder pairValue = ilg.DeclareLocal(valueMember.MemberType, valueMember.Name); in StoreCollectionValue()
886 ilg.Stloc(pairValue); in StoreCollectionValue()
888 ilg.Call(collection, collectionContract.AddMethod, pairKey, pairValue); in StoreCollectionValue()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.DataContractSerialization/src/System/Runtime/Serialization/
H A DXmlFormatReaderGenerator.cs883 … LocalBuilder pairValue = _ilg.DeclareLocal(valueMember.MemberType, valueMember.Name); in StoreCollectionValue()
889 _ilg.Stloc(pairValue); in StoreCollectionValue()
891 _ilg.Call(collection, collectionContract.AddMethod, pairKey, pairValue); in StoreCollectionValue()
/dports/devel/stb/stb-f54acd4/
H A Dstb_truetype.h2560 stbtt_uint8 *pairValue; in stbtt__GetGlyphGPOSInfoAdvance() local
2562 pairValue = pairValueArray + (2 + valueRecordPairSizeInBytes) * m; in stbtt__GetGlyphGPOSInfoAdvance()
2563 secondGlyph = ttUSHORT(pairValue); in stbtt__GetGlyphGPOSInfoAdvance()
2570 stbtt_int16 xAdvance = ttSHORT(pairValue + 2); in stbtt__GetGlyphGPOSInfoAdvance()
/dports/graphics/embree/embree-3.13.2/tutorials/common/imgui/
H A Dstb_truetype.h2475 stbtt_uint8 *pairValue; in stbtt__GetGlyphGPOSInfoAdvance() local
2477 pairValue = pairValueArray + (2 + valueRecordPairSizeInBytes) * m; in stbtt__GetGlyphGPOSInfoAdvance()
2478 secondGlyph = ttUSHORT(pairValue); in stbtt__GetGlyphGPOSInfoAdvance()
2485 stbtt_int16 xAdvance = ttSHORT(pairValue + 2); in stbtt__GetGlyphGPOSInfoAdvance()
/dports/games/pioneer/pioneer-20210723/contrib/imgui/
H A Dimstb_truetype.h2493 stbtt_uint8 *pairValue; in stbtt__GetGlyphGPOSInfoAdvance() local
2495 pairValue = pairValueArray + (2 + valueRecordPairSizeInBytes) * m; in stbtt__GetGlyphGPOSInfoAdvance()
2496 secondGlyph = ttUSHORT(pairValue); in stbtt__GetGlyphGPOSInfoAdvance()
2503 stbtt_int16 xAdvance = ttSHORT(pairValue + 2); in stbtt__GetGlyphGPOSInfoAdvance()
H A Dstb_truetype.h2475 stbtt_uint8 *pairValue; in stbtt__GetGlyphGPOSInfoAdvance() local
2477 pairValue = pairValueArray + (2 + valueRecordPairSizeInBytes) * m; in stbtt__GetGlyphGPOSInfoAdvance()
2478 secondGlyph = ttUSHORT(pairValue); in stbtt__GetGlyphGPOSInfoAdvance()
2485 stbtt_int16 xAdvance = ttSHORT(pairValue + 2); in stbtt__GetGlyphGPOSInfoAdvance()

1234