HomeSort by relevance Sort by last modified time
    Searched defs:Placeholder (Results 1 - 9 of 9) sorted by null

  /packages/apps/Camera2/src/com/android/camera/session/
PlaceholderManager.java 46 public static class Placeholder {
51 Placeholder(String title, Uri uri, long timestamp) {
63 * Adds an empty placeholder.
66 * @param size the size of the placeholder in pixels.
67 * @param timestamp the timestamp of the placeholder (used for ordering
69 * @return A session instance representing the new placeholder.
71 public Placeholder insertEmptyPlaceholder(String title, Size size, long timestamp) {
73 return new Placeholder(title, uri, timestamp);
77 * Inserts a new placeholder into the filmstrip.
80 * @param placeholder the initial thumbnail to show for this placeholde
    [all...]
  /external/llvm/unittests/IR/
ConstantsTest.cpp 354 auto *Placeholder = new GlobalVariable(
356 auto *GEP = ConstantExpr::getGetElementPtr(IntTy, Placeholder, C1);
357 ASSERT_EQ(GEP->getOperand(0), Placeholder);
367 Placeholder->replaceAllUsesWith(Alias);
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp     [all...]
  /frameworks/opt/bitmap/src/com/android/bitmap/drawable/
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...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 100 /// The key of this vector is the placeholder constant, the value is the slot
534 /// as a placeholder for the actual definition for forward constants defs.
607 // Create and return a placeholder, which will later be RAUW'd.
625 // Create and return a placeholder, which will later be RAUW'd.
637 /// a placeholder.
647 Constant *Placeholder = ResolveConstants.back().first;
650 // Loop over all users of the placeholder, updating them to reference the
651 // new value. If they reference more than one placeholder, update them all
653 while (!Placeholder->use_empty()) {
654 auto UI = Placeholder->user_begin()
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 53 /// The key of this vector is the placeholder constant, the value is the slot
854 /// as a placeholder for the actual definition for forward constants defs.
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 342 /// The key of this vector is the placeholder constant, the value is the slot
809 /// as a placeholder for the actual definition for forward constants defs.
882 // Create and return a placeholder, which will later be RAUW'd.
900 // Create and return a placeholder, which will later be RAUW'd.
912 /// a placeholder.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
accctrl.h 393 ULONG Placeholder;
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]

Completed in 3959 milliseconds