Home
last modified time | relevance | path

Searched defs:placeholder (Results 1 – 25 of 104) sorted by relevance

12345

/external/glide/library/src/main/java/com/bumptech/glide/request/target/
DBaseTarget.java49 public void onLoadCleared(Drawable placeholder) { in onLoadCleared()
57 public void onLoadStarted(Drawable placeholder) { in onLoadStarted()
DTarget.java46 void onLoadStarted(Drawable placeholder); in onLoadStarted()
74 void onLoadCleared(Drawable placeholder); in onLoadCleared()
DImageViewTarget.java47 public void onLoadStarted(Drawable placeholder) { in onLoadStarted()
69 public void onLoadCleared(Drawable placeholder) { in onLoadCleared()
/external/skia/src/sksl/lex/
DRegexNode.cpp58 std::vector<int> placeholder; in createStates() local
73 std::vector<int> placeholder; in createStates() local
/external/skqp/src/sksl/lex/
DRegexNode.cpp58 std::vector<int> placeholder; in createStates() local
73 std::vector<int> placeholder; in createStates() local
/external/tensorflow/tensorflow/tools/graph_transforms/
Dfold_constants_test.cc64 Output placeholder = in TestSimpleAdd() local
101 Output placeholder = in TestOpExclusionAdd() local
121 Output placeholder = in TestShapePropagation() local
151 Output placeholder = in TestPreserveOutputShapes() local
309 Output placeholder = Placeholder(root.WithOpName("placeholder"), DT_FLOAT); in TestRemoveUnusedNodes() local
351 Output placeholder = ::tensorflow::ops::Placeholder( in TestMaxConstantSizeInBytes() local
Dtransform_utils_test.cc48 Output placeholder = Placeholder(root.WithOpName("placeholder"), DT_FLOAT); in TestMapNamesToNodes() local
81 Output placeholder = Placeholder(root.WithOpName("placeholder"), DT_FLOAT); in TestMapNodesToOutputs() local
235 Output placeholder = Placeholder(root.WithOpName("placeholder"), DT_FLOAT); in TestFilterGraphDef() local
264 Output placeholder = Placeholder(root.WithOpName("placeholder"), DT_FLOAT); in TestRemoveAttributes() local
295 Output placeholder = Placeholder(root.WithOpName("placeholder"), DT_FLOAT); in TestGetOpTypeMatches() local
388 Output placeholder = Placeholder(root.WithOpName("placeholder"), DT_FLOAT); in TestGetOpTypeMatchesDAG() local
425 Output placeholder = Placeholder(root.WithOpName("placeholder"), DT_FLOAT); in TestReplaceMatchingOpTypes() local
534 Output placeholder = Placeholder(root.WithOpName("placeholder"), DT_FLOAT); in TestRenameNodeInputs() local
572 Output placeholder = Placeholder(root.WithOpName("placeholder"), DT_FLOAT); in TestRenameNodeInputsWithRedirects() local
610 Output placeholder = Placeholder(root.WithOpName("placeholder"), DT_FLOAT); in TestRenameNodeInputsWithCycle() local
[all …]
Dtransform_graph_test.cc70 Output placeholder = in TestConstantFolding() local
129 Output placeholder = in TestTransformRegistration() local
/external/tensorflow/tensorflow/python/framework/
Dtraceable_stack_test.py38 placeholder = lambda x: x function
56 placeholder = lambda x: x function
/external/llvm-project/mlir/lib/TableGen/
DFormat.cpp24 FmtContext &FmtContext::addSubst(StringRef placeholder, Twine subst) { in addSubst()
116 auto placeholder = FmtContext::getPlaceHolderKind(fmt.substr(1, end - 1)); in splitFmtSegment() local
/external/llvm-project/debuginfo-tests/dexter/feature_tests/commands/perfect/limit_steps/
Dlimit_steps_same_line_conditional.cpp12 int placeholder; in main() local
Dlimit_steps_overlapping_ranges.cpp12 int placeholder; in main() local
/external/skia/docs/examples/
DPicture_uniqueID.cpp11 sk_sp<SkPicture> placeholder = SkPicture::MakePlaceholder({0, 0, 0, 0}); in draw() local
DPicture_MakePlaceholder.cpp22 sk_sp<SkPicture> placeholder = SkPicture::MakePlaceholder({10, 40, 80, 110}); in draw() local
/external/compiler-rt/test/esan/Unit/
Dcircular_buffer.cpp53 static char placeholder[sizeof(*LocalBuf)]; in main() local
/external/tensorflow/tensorflow/compiler/jit/
Dnode_matchers_test.cc51 Output placeholder = in TEST() local
130 Output placeholder = in TEST() local
/external/glide/library/src/main/java/com/bumptech/glide/request/
DRequestFutureTarget.java152 public void onLoadCleared(Drawable placeholder) { in onLoadCleared()
160 public void onLoadStarted(Drawable placeholder) { in onLoadStarted()
/external/catch2/scripts/
DupdateDocumentToC.py227 def buildMarkdown(toc_headlines, body, spacer=0, placeholder=None): argument
279 placeholder=None, argument
/external/chromium-trace/catapult/third_party/polymer/components/shadycss/src/
Dstyle-info.js47 constructor(ast, placeholder, ownStylePropertyNames, elementName, typeExtension, cssBuild) { argument
/external/libwebsockets/lib/event-libs/libevent/
Dprivate-lib-event-libs-libevent.h42 int placeholder; member
/external/tensorflow/tensorflow/core/kernels/hexagon/
Dhexagon_rewriter_transform_test.cc55 Output placeholder = in TEST() local
/external/tensorflow/tensorflow/core/kernels/
Dstring_format_op_test.cc33 const string& template_ = "%s", const string& placeholder = "%s", in Init()
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dmodernize-avoid-bind-permissive-parameter-list.cpp47 struct placeholder {}; struct
/external/antlr/runtime/Python3/
Dez_setup.py257 def _remove_flat_installation(placeholder): argument
297 def _create_fake_setuptools_pkg_info(placeholder): argument
/external/libwebsockets/lib/event-libs/libev/
Dprivate-lib-event-libs-libev.h51 int placeholder; member

12345