/external/skia/src/core/ |
D | SkPicture.cpp | 321 struct Placeholder : public SkPicture { in MakePlaceholder() struct 322 explicit Placeholder(SkRect cull) : fCull(cull) {} in MakePlaceholder() function 324 void playback(SkCanvas*, AbortCallback*) const override { } in MakePlaceholder() 328 int approximateOpCount(bool) const override { in MakePlaceholder() 331 size_t approximateBytesUsed() const override { return sizeof(*this); } in MakePlaceholder() 332 SkRect cullRect() const override { return fCull; } in MakePlaceholder() 334 SkRect fCull; in MakePlaceholder()
|
/external/skqp/src/core/ |
D | SkPicture.cpp | 315 struct Placeholder : public SkPicture { in MakePlaceholder() struct 316 explicit Placeholder(SkRect cull) : fCull(cull) {} in MakePlaceholder() function 318 void playback(SkCanvas*, AbortCallback*) const override { } in MakePlaceholder() 322 int approximateOpCount() const override { return SK_MaxS32; } in MakePlaceholder() 323 size_t approximateBytesUsed() const override { return sizeof(*this); } in MakePlaceholder() 324 SkRect cullRect() const override { return fCull; } in MakePlaceholder() 326 SkRect fCull; in MakePlaceholder()
|
/external/skia/modules/skparagraph/include/ |
D | TextStyle.h | 315 struct Placeholder { struct 317 Placeholder(size_t start, size_t end, const PlaceholderStyle& style, const TextStyle& textStyle, in Placeholder() argument 326 PlaceholderStyle fStyle; argument 327 TextStyle fTextStyle; 328 BlockRange fBlocksBefore; 329 TextRange fTextBefore;
|
/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/processors/ |
D | AnnotationInfo.java | 88 public static class Placeholder { class in AnnotationInfo 91 public Placeholder(String text) { in Placeholder() method in AnnotationInfo.Placeholder
|
/external/tensorflow/tensorflow/go/ |
D | util_test.go | 19 func Placeholder(g *Graph, name string, dt DataType) (Output, error) { func
|
/external/deqp-deps/SPIRV-Tools/test/opt/ |
D | iterator_test.cpp | 219 struct Placeholder { in TEST() struct 220 int val; in TEST()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/opt/ |
D | iterator_test.cpp | 219 struct Placeholder { in TEST() struct 220 int val; in TEST()
|
/external/swiftshader/third_party/SPIRV-Tools/test/opt/ |
D | iterator_test.cpp | 219 struct Placeholder { in TEST() struct 220 int val; in TEST()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | ValueList.cpp | 162 Constant *Placeholder = ResolveConstants.back().first; in resolveConstantForwardRefs() local
|
/external/llvm-project/llvm/lib/Bitcode/Reader/ |
D | ValueList.cpp | 159 Constant *Placeholder = ResolveConstants.back().first; in resolveConstantForwardRefs() local
|
/external/clang/lib/Sema/ |
D | CodeCompleteConsumer.cpp | 169 CodeCompletionString::Chunk::CreatePlaceholder(const char *Placeholder) { in CreatePlaceholder() 354 void CodeCompletionBuilder::AddPlaceholderChunk(const char *Placeholder) { in AddPlaceholderChunk()
|
/external/llvm-project/clang/lib/Sema/ |
D | CodeCompleteConsumer.cpp | 261 CodeCompletionString::Chunk::CreatePlaceholder(const char *Placeholder) { in CreatePlaceholder() 443 void CodeCompletionBuilder::AddPlaceholderChunk(const char *Placeholder) { in AddPlaceholderChunk()
|
/external/python/pybind11/tests/ |
D | test_stl.cpp | 294 class Placeholder { in TEST_SUBMODULE() class 296 Placeholder() { print_created(this); } in TEST_SUBMODULE() function in TEST_SUBMODULE::Placeholder
|
/external/llvm-project/llvm/lib/Transforms/InstCombine/ |
D | InstCombineNegator.cpp | 451 Value *Placeholder = reinterpret_cast<Value *>(static_cast<uintptr_t>(-1)); in negate() local
|
/external/skia/modules/skparagraph/src/ |
D | ParagraphImpl.cpp | 67 SkTArray<Placeholder, true> placeholders, in ParagraphImpl() 88 SkTArray<Placeholder, true> placeholders, in ParagraphImpl()
|
/external/llvm-project/clang-tools-extra/clangd/tool/ |
D | ClangdMain.cpp | 760 SwapIndex *Placeholder; in main() local
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | quantize_training_test.cc | 54 Status Placeholder(Graph* g, const string& name, TensorShape shape, in Placeholder() function in tensorflow::__anonad8d0a4e0111::QuantizeTrainingTest
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/ |
D | LockFreeTaskQueue.kt | 268 internal class Placeholder(@JvmField val index: Int) in isClosed() class in LockFreeTaskQueueCore
|
/external/llvm/unittests/IR/ |
D | ConstantsTest.cpp | 379 auto *Placeholder = new GlobalVariable( in TEST() local
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 1368 uint32_t *Placeholder = in processRelocationRef() local 1380 uint8_t *Placeholder = reinterpret_cast<uint8_t *>( in processRelocationRef() local
|
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 1264 uint32_t *Placeholder = in processRelocationRef() local 1276 uint8_t *Placeholder = reinterpret_cast<uint8_t *>( in processRelocationRef() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 1257 uint32_t *Placeholder = in processRelocationRef() local 1269 uint8_t *Placeholder = reinterpret_cast<uint8_t *>( in processRelocationRef() local
|
/external/llvm-project/llvm/unittests/IR/ |
D | ConstantsTest.cpp | 379 auto *Placeholder = new GlobalVariable( in TEST() local
|
/external/tensorflow/tensorflow/c/ |
D | c_test_util.cc | 121 TF_Operation* Placeholder(TF_Graph* graph, TF_Status* s, const char* name, in Placeholder() function
|
/external/skqp/tests/ |
D | PictureTest.cpp | 851 DEF_TEST(Placeholder, r) { in DEF_TEST() argument
|