HomeSort by relevance Sort by last modified time
    Searched defs:placeholder (Results 1 - 25 of 65) sorted by null

1 2 3

  /external/compiler-rt/test/esan/Unit/
circular_buffer.cpp 53 static char placeholder[sizeof(*LocalBuf)]; local
54 LocalBuf = new(placeholder) __esan::CircularBuffer<int>(TestBufCapacity);
  /packages/apps/Camera2/src/com/android/camera/data/
SessionItem.java 104 Optional<Bitmap> placeholder = Storage.getPlaceholderForSession(mData.getUri()); local
105 if (placeholder.isPresent()) {
106 imageView.setImageBitmap(placeholder.get());
  /frameworks/base/tools/aapt/
pseudolocalize.h 13 virtual String16 placeholder(const String16& text) = 0;
20 String16 placeholder(const String16& text) { return text; } function in class:PseudoMethodNone
28 String16 placeholder(const String16& text);
37 String16 placeholder(const String16& text);
pseudolocalize.cpp 15 // Placeholder marks
77 chunk = mImpl->placeholder(chunk);
273 // Placeholder syntax, no need to pseudolocalize
290 // Treat chunk as a placeholder unless it ends with %.
291 result += ((c == '%') ? chunk : placeholder(chunk));
352 String16 PseudoMethodAccent::placeholder(const String16& source) { function in class:PseudoMethodAccent
353 // Surround a placeholder with brackets
393 String16 PseudoMethodBidi::placeholder(const String16& source) { function in class:PseudoMethodBidi
394 // Surround a placeholder with directionality change sequence
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
example-bind.cpp 333 template<int N> struct placeholder { }; struct
335 struct is_placeholder<placeholder<N>> {
346 placeholder<1> _1;
  /external/clang/test/SemaCXX/
coroutines.cpp 198 namespace placeholder { namespace
  /external/glide/library/src/main/java/com/bumptech/glide/
BitmapRequestBuilder.java 358 public BitmapRequestBuilder<ModelType, TranscodeType> placeholder(int resourceId) { method in class:BitmapRequestBuilder
359 super.placeholder(resourceId);
367 public BitmapRequestBuilder<ModelType, TranscodeType> placeholder(Drawable drawable) { method in class:BitmapRequestBuilder
368 super.placeholder(drawable);
DrawableRequestBuilder.java 318 public DrawableRequestBuilder<ModelType> placeholder(int resourceId) { method in class:DrawableRequestBuilder
319 super.placeholder(resourceId);
327 public DrawableRequestBuilder<ModelType> placeholder(Drawable drawable) { method in class:DrawableRequestBuilder
328 super.placeholder(drawable);
GifRequestBuilder.java 308 public GifRequestBuilder<ModelType> placeholder(int resourceId) { method in class:GifRequestBuilder
309 super.placeholder(resourceId);
317 public GifRequestBuilder<ModelType> placeholder(Drawable drawable) { method in class:GifRequestBuilder
318 super.placeholder(drawable);
GenericRequestBuilder.java 146 * {@link Transformation}s. However, {@link #placeholder(int)} and {@link #error(int)},
422 * @param resourceId The id of the resource to use as a placeholder
425 public GenericRequestBuilder<ModelType, DataType, ResourceType, TranscodeType> placeholder( method in class:GenericRequestBuilder
435 * @param drawable The drawable to display as a placeholder.
438 public GenericRequestBuilder<ModelType, DataType, ResourceType, TranscodeType> placeholder( method in class:GenericRequestBuilder
448 * @param resourceId The id of the resource to use as a placeholder.
  /external/v8/src/compiler/
machine-operator.h 35 // use the operator as a placeholder in a graph, for instance.
36 const Operator* placeholder() const { return op_; } function in class:v8::internal::compiler::final
  /frameworks/opt/bitmap/src/com/android/bitmap/drawable/
CircularBitmapDrawable.java 103 BitmapDrawable placeholder = local
105 Bitmap bitmap = placeholder.getBitmap();
106 float alpha = placeholder.getPaint().getAlpha() / 255f;
ExtendedBitmapDrawable.java 68 private Placeholder mPlaceholder;
92 // Placeholder and progress.
97 // Placeholder is not optional because backgroundColor is part of it.
98 Drawable placeholder = null; local
101 if (mOpts.placeholder != null) {
102 ConstantState constantState = mOpts.placeholder.getConstantState();
104 placeholder = constantState.newDrawable(mResources);
106 placeholder = mOpts.placeholder;
109 Rect bounds = mOpts.placeholder.getBounds()
748 public Drawable placeholder; field in class:ExtendedBitmapDrawable.ExtendedOptions
    [all...]
  /bionic/libc/upstream-netbsd/lib/libc/isc/
eventlib_p.h 177 struct { const void *placeholder; } null; member in struct:evEvent_p::__anon1326::__anon1333
  /external/compiler-rt/lib/lsan/
lsan_common.cc 99 ALIGNED(64) static char placeholder[sizeof(InternalMmapVector<RootRegion>)]; local
100 root_regions = new(placeholder) InternalMmapVector<RootRegion>(1);
  /external/protobuf/src/google/protobuf/
descriptor.cc 569 // Empty table, used with placeholder files.
3568 FileDescriptor* placeholder = tables_->Allocate<FileDescriptor>(); local
    [all...]
  /frameworks/support/samples/SupportLeanbackShowcase/libs/
picasso-2.5.2.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/picasso/picasso/2.5.2/
picasso-2.5.2.jar 
  /libcore/luni/src/main/java/android/system/
OsConstants.java 110 public static final int AF_INET = placeholder();
111 public static final int AF_INET6 = placeholder();
112 /** @hide */ public static final int AF_NETLINK = placeholder();
113 /** @hide */ public static final int AF_PACKET = placeholder();
114 public static final int AF_UNIX = placeholder();
115 public static final int AF_UNSPEC = placeholder();
116 public static final int AI_ADDRCONFIG = placeholder();
117 public static final int AI_ALL = placeholder();
118 public static final int AI_CANONNAME = placeholder();
119 public static final int AI_NUMERICHOST = placeholder();
920 private static int placeholder() { return 0; } method in class:OsConstants
    [all...]
  /prebuilts/tools/common/m2/repository/com/github/bumptech/glide/glide/3.6.1/
glide-3.6.1.jar 
  /external/clang/lib/Sema/
SemaExpr.cpp 510 // Handle any placeholder expressions which made it here.
631 // Handle any placeholder expressions which made it here.
4966 const BuiltinType *placeholder = dyn_cast<BuiltinType>(type); local
    [all...]
  /prebuilts/devtools/tools/lib/
lombok-ast-0.2.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/lombok/lombok-ast/0.2.2/
lombok-ast-0.2.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/lombok/lombok-ast/0.2.3/
lombok-ast-0.2.3.jar 
  /prebuilts/maven_repo/bumptech/com/github/bumptech/glide/glide/SNAPSHOT/
glide-SNAPSHOT.jar 

Completed in 740 milliseconds

1 2 3