Home
last modified time | relevance | path

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

12

/external/skia/src/core/
DSkPicture.cpp319 struct Placeholder : public SkPicture { in MakePlaceholder() struct
320 explicit Placeholder(SkRect cull) : fCull(cull) {} in MakePlaceholder() function
322 void playback(SkCanvas*, AbortCallback*) const override { } in MakePlaceholder()
326 int approximateOpCount() const override { return SK_MaxS32; } in MakePlaceholder()
327 size_t approximateBytesUsed() const override { return sizeof(*this); } in MakePlaceholder()
328 SkRect cullRect() const override { return fCull; } in MakePlaceholder()
330 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() argument
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.h303 struct Placeholder { struct
304 Placeholder() : fRange(EMPTY_RANGE), fStyle() {} in Placeholder() function
306 Placeholder(size_t start, size_t end, const PlaceholderStyle& style, const TextStyle& textStyle, in Placeholder() argument
314 Placeholder(const Placeholder& other) in Placeholder() function
322 PlaceholderStyle fStyle; argument
323 TextStyle fTextStyle;
324 BlockRange fBlocksBefore;
325 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/swiftshader/third_party/SPIRV-Tools/test/opt/
Diterator_test.cpp219 struct Placeholder { in TEST() struct
220 int val; in TEST()
/external/deqp-deps/SPIRV-Tools/test/opt/
Diterator_test.cpp219 struct Placeholder { in TEST() struct
220 int val; in TEST()
/external/angle/third_party/spirv-tools/src/test/opt/
Diterator_test.cpp219 struct Placeholder { in TEST() struct
220 int val; in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DValueList.cpp153 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.cpp254 class Placeholder { in TEST_SUBMODULE() class
256 Placeholder() { print_created(this); } in TEST_SUBMODULE() function in TEST_SUBMODULE::Placeholder
/external/skia/modules/skparagraph/src/
DParagraphImpl.cpp76 SkTArray<Placeholder, true> placeholders, in ParagraphImpl()
95 SkTArray<Placeholder, true> placeholders, in ParagraphImpl()
/external/tensorflow/tensorflow/core/graph/
Dquantize_training_test.cc54 Status Placeholder(Graph* g, const string& name, TensorShape shape, in Placeholder() function in tensorflow::__anond6c6cc980111::QuantizeTrainingTest
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/
DLockFreeTaskQueue.kt277 internal class Placeholder(@JvmField val index: Int) in isClosed() class in LockFreeTaskQueueCore
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DConstantsTest.cpp380 auto *Placeholder = new GlobalVariable( in TEST() local
/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/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp1247 uint32_t *Placeholder = in processRelocationRef() local
1259 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/skqp/tests/
DPictureTest.cpp851 DEF_TEST(Placeholder, r) { in DEF_TEST() argument
/external/skia/tests/
DPictureTest.cpp841 DEF_TEST(Placeholder, r) { in DEF_TEST() argument
/external/llvm/lib/Transforms/Utils/
DValueMapper.cpp186 TempMDNode Placeholder; member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DValueMapper.cpp198 TempMDNode Placeholder; member
/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