/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/MCTargetDesc/ |
H A D | RISCVMCExpr.cpp | 66 if (DF->getContents().size() == Offset) { in getPCRelHiFixup()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyExceptionInfo.cpp | 156 for (unsigned I = 0; I < getBlocks().size(); ++I) { in print()
|
H A D | WebAssemblyExceptionInfo.h | 83 unsigned getNumBlocks() const { return Blocks.size(); } in getNumBlocks()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86PadShortFunction.cpp | 144 assert(MBB->size() > 0 && in runOnMachineFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | CrossDSOCFI.cpp | 142 SwitchInst *SI = IRB.CreateSwitch(&CallSiteTypeId, TrapBB, TypeIds.size()); in buildCFICheck()
|
H A D | GlobalSplit.cpp | 119 if (I >= SplitGlobals.size()) in splitGlobal()
|
/third_party/skia/third_party/externals/tint/fuzzers/ |
H A D | random_generator_test.cc | 143 rng_->GetNBytes(data.data(), data.size()); in TEST_F()
|
/third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/ |
H A D | spirv_fuzz_mutator.cc | 44 original_binary_.data(), original_binary_.size()); in SpirvFuzzMutator()
|
/third_party/skia/third_party/externals/tint/src/diagnostic/ |
H A D | diagnostic.h | 214 size_t count() const { return entries_.size(); } in count()
|
/third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
H A D | parser_impl_struct_member_decoration_test.cc | 23 auto p = parser("size(4)"); in TEST_F() 35 EXPECT_EQ(o->size, 4u); in TEST_F() 39 auto p = parser("size 4)"); in TEST_F() 45 EXPECT_EQ(p->error(), "1:6: expected '(' for size decoration"); in TEST_F() 49 auto p = parser("size(4"); in TEST_F() 55 EXPECT_EQ(p->error(), "1:7: expected ')' for size decoration"); in TEST_F() 59 auto p = parser("size()"); in TEST_F() 66 "1:6: expected signed integer literal for size decoration"); in TEST_F() 70 auto p = parser("size(nan)"); in TEST_F() 77 "1:6: expected signed integer literal for size decoratio in TEST_F() [all...] |
/third_party/skia/third_party/externals/tint/src/transform/ |
H A D | renamer_test.cc | 40 ASSERT_EQ(data->remappings.size(), 0u); in TEST_F()
|
/third_party/skia/third_party/externals/zlib/ |
H A D | fill_window_sse.c | 30 extern int deflate_read_buf OF((z_streamp strm, Bytef *buf, unsigned size));
|
/third_party/skia/tools/skqp/src/ |
H A D | skqp_main.cpp | 147 out << "TEST FAILED (" << errors.size() << "): " << testName << "\n"; in main()
|
/third_party/skia/tools/viewer/ |
H A D | ImGuiLayer.h | 28 // Logical size 124 void skiaWidget(const ImVec2& size, SkiaWidgetFunc func);
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ucnv_cnv.h | 52 int32_t size; /* sizeof(UConverterLoadArgs) */ member
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | uidna.h | 12 * tab size: 8 (not used) 187 int16_t size; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | LoopCacheAnalysis.h | 54 size_t getNumSubscripts() const { return Subscripts.size(); } in getNumSubscripts() 69 /// are/aren't in the same cache line of size \p CLS. Two references are in 71 /// dimension is less than the cache line size. Return None if unsure. 88 /// + the reference stride is less than the cache line size, and 104 /// smaller than the cache line size \p CLS. 150 /// line size) 169 /// size (CLS), and the coefficient of this loop's index variable used in all 172 /// or equal to the cache line size CLS. 232 /// line size, or
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/ |
H A D | BitcodeReader.h | 87 return StringRef((const char *)Buffer.begin(), Buffer.size()); in getBuffer() 242 // Must contain the offset and size field! in SkipBitcodeWrapperHeader()
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
H A D | PipelineAndPassCompatibilityTests.cpp | 60 textureDescriptor.size = {kSize, kSize, 1}; in CreateRenderPassDescriptor()
|
H A D | TextureSubresourceTests.cpp | 31 texDesc.size = {kSize, kSize, arrayLayerCount}; in CreateTexture()
|
/third_party/protobuf/src/google/protobuf/ |
H A D | generated_message_reflection.h | 101 // has_bits_offset: Offset in the message of an array of uint32s of size 113 // size descriptor->oneof_decl_count(). Each uint32 115 // object_size: The size of a message object of this type, as measured 208 // Returns a pointer to the default value for this field. The size and type 283 int size; // of serialized descriptor member
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | TextFormatParseInfoTree.java | 151 if (index >= list.size() || index < 0) { in getFromList()
|
/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
H A D | cpp_file.h | 85 int NumMessages() const { return message_generators_.size(); } in NumMessages()
|
/third_party/protobuf/src/google/protobuf/util/internal/ |
H A D | json_objectwriter.cc | 159 stream_->WriteRaw(base64.data(), base64.size()); in RenderBytes()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
H A D | pool_urbg_test.cc | 135 unchanged_bits += bitset.size() - bitset.count(); in TYPED_TEST()
|