/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | ExtensionSchema.java | 61 abstract <UT, UB> UB parseExtension( in parseExtension() 66 UB unknownFields, in parseExtension() 67 UnknownFieldSchema<UT, UB> unknownFieldSchema) in parseExtension()
|
H A D | MessageSetSchema.java | 125 private <UT, UB> void writeUnknownFieldsHelper( in writeUnknownFieldsHelper() 126 UnknownFieldSchema<UT, UB> unknownFieldSchema, T message, Writer writer) throws IOException { in writeUnknownFieldsHelper() 235 private <UT, UB, ET extends FieldSet.FieldDescriptorLite<ET>> void mergeFromHelper( in mergeFromHelper() 236 UnknownFieldSchema<UT, UB> unknownFieldSchema, in mergeFromHelper() 242 UB unknownFields = unknownFieldSchema.getBuilderFromMessage(message); in mergeFromHelper() 273 private <UT, UB, ET extends FieldSet.FieldDescriptorLite<ET>> 279 UnknownFieldSchema<UT, UB> unknownFieldSchema, in parseMessageSetItemOrUnknownField() 280 UB unknownFields) in parseMessageSetItemOrUnknownField() 387 private <UT, UB> int getUnknownFieldsSerializedSize( in getUnknownFieldsSerializedSize() 388 UnknownFieldSchema<UT, UB> schem in getUnknownFieldsSerializedSize() [all...] |
H A D | SchemaUtil.java | 894 static <T, UT, UB> void mergeUnknownFields( in mergeUnknownFields() 895 UnknownFieldSchema<UT, UB> schema, T message, T other) { in mergeUnknownFields() 903 static <UT, UB> UB filterUnknownEnumList( in filterUnknownEnumList() 907 UB unknownFields, in filterUnknownEnumList() 908 UnknownFieldSchema<UT, UB> unknownFieldSchema) { in filterUnknownEnumList() 943 static <UT, UB> UB filterUnknownEnumList( in filterUnknownEnumList() 947 UB unknownFields, in filterUnknownEnumList() 948 UnknownFieldSchema<UT, UB> unknownFieldSchem in filterUnknownEnumList() [all...] |
H A D | ExtensionSchemaFull.java | 87 <UT, UB> UB parseExtension( in parseExtension() 92 UB unknownFields, in parseExtension() 93 UnknownFieldSchema<UT, UB> unknownFieldSchema) in parseExtension()
|
H A D | ExtensionSchemaLite.java | 69 <UT, UB> UB parseExtension( in parseExtension() 74 UB unknownFields, in parseExtension() 75 UnknownFieldSchema<UT, UB> unknownFieldSchema) in parseExtension()
|
H A D | MessageSchema.java | 2524 private <UT, UB> int getUnknownFieldsSerializedSize( in getUnknownFieldsSerializedSize() 2525 UnknownFieldSchema<UT, UB> schema, T message) { in getUnknownFieldsSerializedSize() 3843 private <UT, UB> void writeUnknownInMessageTo( in writeUnknownInMessageTo() 3844 UnknownFieldSchema<UT, UB> schema, T message, Writer writer) throws IOException { in writeUnknownInMessageTo() 3861 private <UT, UB, ET extends FieldDescriptorLite<ET>> void mergeFromHelper( in mergeFromHelper() 3862 UnknownFieldSchema<UT, UB> unknownFieldSchema, in mergeFromHelper() 3868 UB unknownFields = null; in mergeFromHelper() 5496 private final <UT, UB> UB filterMapUnknownEnumValues( in filterMapUnknownEnumValues() 5497 Object message, int pos, UB unknownField in filterMapUnknownEnumValues() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | ObjCARCAliasAnalysis.cpp | 58 const Value *UB = GetUnderlyingObjCPtr(SB, DL); in alias() local 59 if (UA != SA || UB != SB) { in alias() 60 Result = AAResultBase::alias(MemoryLocation(UA), MemoryLocation(UB), AAQI); in alias()
|
H A D | DependenceAnalysis.cpp | 894 const SCEV *UB = SE->getBackedgeTakenCount(AddRec->getLoop()); in checkSubscript() local 895 if (!isa<SCEVCouldNotCompute>(UB)) { in checkSubscript() 897 SE->getTypeSizeInBits(UB->getType())) { in checkSubscript() 1069 const SCEV *UB = SE->getBackedgeTakenCount(L); in collectUpperBound() local 1070 return SE->getTruncateOrZeroExtend(UB, T); in collectUpperBound() 1080 if (const SCEV *UB = collectUpperBound(L, T)) in collectConstantUpperBound() 1081 return dyn_cast<SCEVConstant>(UB); in collectConstantUpperBound() 1354 // i = i' = UB in weakCrossingSIVtest() 1685 // If i < 0 or > UB, there's no dependence. 1688 // If i = UB, th [all...] |
/third_party/icu/tools/colprobe/ |
H A D | sortedlines.cpp | 32 memset(UB, 0, sizeof(UB)); in SortedLines() 35 UB[i] = ∅ in SortedLines() 66 //u_strcpy(UB[strength], toSort[i-1]->name); in getBounds() 71 UB[strength] = toSort[i-j]; in getBounds() 79 //u_strcpy(UB[strength], toSort[size-1]->name); in getBounds() 122 UB[strength] = toSort[size-j]; in getBounds() 124 if(UB[i]) { in getBounds() 125 //debug->log(UB[i], true); in getBounds() 126 debug->log(UB[ in getBounds() [all...] |
H A D | sortedlines.h | 21 Line *UB[UCOL_OFF]; member in SortedLines
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | SIInsertWaitcnts.cpp | 327 uint32_t UB = ScoreUBs[T] - getWaitCountMax(EXP_CNT); in setScoreUB() local 328 if (ScoreLBs[T] < UB && UB < ScoreUBs[T]) in setScoreUB() 329 ScoreLBs[T] = UB; in setScoreUB() 670 uint32_t UB = getScoreUB(T); in print() local 674 OS << " VM_CNT(" << UB - LB << "): "; in print() 677 OS << " LGKM_CNT(" << UB - LB << "): "; in print() 680 OS << " EXP_CNT(" << UB - LB << "): "; in print() 683 OS << " VS_CNT(" << UB - LB << "): "; in print() 686 OS << " UNKNOWN(" << UB in print() 731 const uint32_t UB = getScoreUB(T); simplifyWaitcnt() local 744 const uint32_t UB = getScoreUB(T); determineWait() local 775 const uint32_t UB = getScoreUB(T); applyWaitcnt() local [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | macros.h | 152 #define UNCLAMPED_FLOAT_TO_UBYTE(UB, FLT) \ 157 UB = (GLubyte) 0; \ 159 UB = (GLubyte) 255; \ 162 UB = (GLubyte) __tmp.i; \ 165 #define CLAMPED_FLOAT_TO_UBYTE(UB, FLT) \ 169 UB = (GLubyte) __tmp.i; \
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDie.cpp | 121 Optional<uint64_t> UB; 128 UB = UpperV->getAsUnsignedConstant(); 136 if (!LB && !Count && !UB) 138 else if (!LB && (Count || UB) && DefaultLB) 139 OS << '[' << (Count ? *Count : *UB - *DefaultLB + 1) << ']'; 152 else if (UB) 153 OS << *UB + 1;
|
/third_party/skia/src/sksl/ir/ |
H A D | SkSLSwizzle.cpp | 56 case SwizzleComponent::UB: in validate_swizzle_domain() 93 case SwizzleComponent::UB: return 'B'; in mask_char() 259 case 'B': components.push_back(SwizzleComponent::UB); break; in Convert() 336 case SwizzleComponent::UB: in Convert()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | strictOptionalProperties1.js | 233 type UB = { x?: never }['x']; // undefined from missing property 235 type UC = UA & UB; // undefined 490 type UB = {
493 type UC = UA & UB;
|
/third_party/skia/include/private/ |
H A D | SkSLDefines.h | 48 UL = 12, UT = 13, UR = 14, UB = 15,
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | test_eu_validate.cpp | 1266 INST(UB, Q, 1, false), in TEST_P() 1267 INST(UB, UQ, 1, false), in TEST_P() 1268 INST(UB, DF, 1, false), in TEST_P() 1273 INST(UB, Q, 2, false), in TEST_P() 1274 INST(UB, UQ, 2, false), in TEST_P() 1275 INST(UB, DF, 2, false), in TEST_P() 1280 INST(UB, Q, 4, false), in TEST_P() 1281 INST(UB, UQ, 4, false), in TEST_P() 1282 INST(UB, DF, 4, false), in TEST_P() 2879 INST(ADD, 16, UD, F, 0, 4, 0, UB, in TEST_P() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | LiveRangeCalc.cpp | 313 LiveRange::iterator UB = std::upper_bound(LR.begin(), LR.end(), in isDefOnEntry() local 315 if (UB != LR.begin()) { in isDefOnEntry() 316 LiveRange::Segment &Seg = *std::prev(UB); in isDefOnEntry()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/Symbolize/ |
H A D | Symbolize.cpp | 479 if (MachOUniversalBinary *UB = dyn_cast_or_null<MachOUniversalBinary>(Bin)) { in getOrCreateObject() 485 UB->getMachOObjectForArch(ArchName); in getOrCreateObject()
|
/third_party/skia/src/sksl/ |
H A D | SkSLDSLParser.cpp | 1597 case 'B': components[i] = SwizzleComponent::UB; break; in swizzle()
|