Home
last modified time | relevance | path

Searched defs:Placeholder (Results 1 – 25 of 39) sorted by relevance

12

/external/skia/src/core/
DSkPicture.cpp321 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/
DSkPicture.cpp315 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/
DTextStyle.h315 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/
DAnnotationInfo.java88 public static class Placeholder { class in AnnotationInfo
91 public Placeholder(String text) { in Placeholder() method in AnnotationInfo.Placeholder
/external/tensorflow/tensorflow/go/
Dutil_test.go19 func Placeholder(g *Graph, name string, dt DataType) (Output, error) { func
/external/deqp-deps/SPIRV-Tools/test/opt/
Diterator_test.cpp219 struct Placeholder { in TEST() struct
220 int val; in TEST()
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/opt/
Diterator_test.cpp219 struct Placeholder { in TEST() struct
220 int val; in TEST()
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Diterator_test.cpp219 struct Placeholder { in TEST() struct
220 int val; in TEST()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DValueList.cpp162 Constant *Placeholder = ResolveConstants.back().first; in resolveConstantForwardRefs() local
/external/llvm-project/llvm/lib/Bitcode/Reader/
DValueList.cpp159 Constant *Placeholder = ResolveConstants.back().first; in resolveConstantForwardRefs() local
/external/clang/lib/Sema/
DCodeCompleteConsumer.cpp169 CodeCompletionString::Chunk::CreatePlaceholder(const char *Placeholder) { in CreatePlaceholder()
354 void CodeCompletionBuilder::AddPlaceholderChunk(const char *Placeholder) { in AddPlaceholderChunk()
/external/llvm-project/clang/lib/Sema/
DCodeCompleteConsumer.cpp261 CodeCompletionString::Chunk::CreatePlaceholder(const char *Placeholder) { in CreatePlaceholder()
443 void CodeCompletionBuilder::AddPlaceholderChunk(const char *Placeholder) { in AddPlaceholderChunk()
/external/python/pybind11/tests/
Dtest_stl.cpp294 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/
DInstCombineNegator.cpp451 Value *Placeholder = reinterpret_cast<Value *>(static_cast<uintptr_t>(-1)); in negate() local
/external/skia/modules/skparagraph/src/
DParagraphImpl.cpp67 SkTArray<Placeholder, true> placeholders, in ParagraphImpl()
88 SkTArray<Placeholder, true> placeholders, in ParagraphImpl()
/external/llvm-project/clang-tools-extra/clangd/tool/
DClangdMain.cpp760 SwapIndex *Placeholder; in main() local
/external/tensorflow/tensorflow/core/common_runtime/
Dquantize_training_test.cc54 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/
DLockFreeTaskQueue.kt268 internal class Placeholder(@JvmField val index: Int) in isClosed() class in LockFreeTaskQueueCore
/external/llvm/unittests/IR/
DConstantsTest.cpp379 auto *Placeholder = new GlobalVariable( in TEST() local
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp1368 uint32_t *Placeholder = in processRelocationRef() local
1380 uint8_t *Placeholder = reinterpret_cast<uint8_t *>( in processRelocationRef() local
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp1264 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/
DRuntimeDyldELF.cpp1257 uint32_t *Placeholder = in processRelocationRef() local
1269 uint8_t *Placeholder = reinterpret_cast<uint8_t *>( in processRelocationRef() local
/external/llvm-project/llvm/unittests/IR/
DConstantsTest.cpp379 auto *Placeholder = new GlobalVariable( in TEST() local
/external/tensorflow/tensorflow/c/
Dc_test_util.cc121 TF_Operation* Placeholder(TF_Graph* graph, TF_Status* s, const char* name, in Placeholder() function
/external/skqp/tests/
DPictureTest.cpp851 DEF_TEST(Placeholder, r) { in DEF_TEST() argument

12