Home
last modified time | relevance | path

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

12

/external/skia/src/core/
DSkPicture.cpp336 struct Placeholder : public SkPicture { in MakePlaceholder() struct
337 explicit Placeholder(SkRect cull) : fCull(cull) {} in MakePlaceholder() function
339 void playback(SkCanvas*, AbortCallback*) const override { } in MakePlaceholder()
343 int approximateOpCount(bool) const override { in MakePlaceholder()
346 size_t approximateBytesUsed() const override { return sizeof(*this); } in MakePlaceholder()
347 SkRect cullRect() const override { return fCull; } in MakePlaceholder()
349 SkRect fCull; in MakePlaceholder()
/external/skia/modules/skparagraph/include/
DTextStyle.h355 struct Placeholder { struct
357 Placeholder(size_t start, size_t end, const PlaceholderStyle& style, const TextStyle& textStyle, in Placeholder() argument
366 PlaceholderStyle fStyle; argument
367 TextStyle fTextStyle;
368 BlockRange fBlocksBefore;
369 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/skia/experimental/sktext/include/
DTypes.h165 struct Placeholder { struct
166 SkSize dimensions;
167 float yOffsetFromBaseline;
/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/clang/lib/Sema/
DCodeCompleteConsumer.cpp169 CodeCompletionString::Chunk::CreatePlaceholder(const char *Placeholder) { in CreatePlaceholder()
354 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/skia/modules/skparagraph/src/
DParagraphImpl.cpp69 SkTArray<Placeholder, true> placeholders, in ParagraphImpl()
93 SkTArray<Placeholder, true> placeholders, in ParagraphImpl()
/external/cronet/url/
Durl_canon.h867 const CHAR* Placeholder() { in Placeholder() function
/external/tensorflow/tensorflow/core/common_runtime/
Dquantize_training_test.cc54 Status Placeholder(Graph* g, const string& name, TensorShape shape, in Placeholder() function in tensorflow::__anonf36374ec0111::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/rust/crates/clap/src/builder/
Dstyled_str.rs330 Placeholder, enumerator
/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/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/tensorflow/tensorflow/c/
Dc_test_util.cc121 TF_Operation* Placeholder(TF_Graph* graph, TF_Status* s, const char* name, in Placeholder() function
/external/llvm/lib/Transforms/Utils/
DValueMapper.cpp186 TempMDNode Placeholder; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DValueMapper.cpp197 TempMDNode Placeholder; member
/external/skia/tests/
DPictureTest.cpp780 DEF_TEST(Placeholder, r) { in DEF_TEST() argument
/external/clang/lib/CodeGen/
DCGCall.cpp2866 llvm::Value *Placeholder = in createPlaceholderSlot() local
3605 llvm::Instruction *Placeholder = in EmitCall() local
/external/llvm/lib/Transforms/Scalar/
DSROA.cpp2434 Value *Placeholder = in visitLoadInst() local

12