HomeSort by relevance Sort by last modified time
    Searched refs:Placeholder (Results 1 - 25 of 38) sorted by null

1 2

  /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...]
CaptureSessionImpl.java 57 private PlaceholderManager.Placeholder mPlaceHolder;
177 // No placeholder present means the task might already be finished or
220 @Nonnull Bitmap placeholder, int progressMessageId) {
231 mPlaceHolder = mPlaceholderManager.insertPlaceholder(mTitle, placeholder,
236 onCaptureIndicatorUpdate(placeholder, 0);
241 @Nonnull byte[] placeholder, int progressMessageId) {
252 mPlaceHolder = mPlaceholderManager.insertPlaceholder(mTitle, placeholder,
421 Bitmap placeholder = BitmapFactory.decodeByteArray(jpegData, 0, jpegData.length,
423 mPlaceholderManager.replacePlaceholder(mPlaceHolder, placeholder);
  /frameworks/base/tools/aapt2/compile/
Pseudolocalizer.h 36 virtual std::string Placeholder(const android::StringPiece& text) = 0;
Pseudolocalizer.cpp 36 // Placeholder marks
46 std::string Placeholder(const StringPiece& text) override { return text.to_string(); }
52 std::string Placeholder(const StringPiece& text) override;
61 std::string Placeholder(const StringPiece& text) override;
123 chunk = impl_->Placeholder(chunk);
350 * Note: This leaves placeholder syntax untouched.
360 // Placeholder syntax, no need to pseudolocalize
377 // Treat chunk as a placeholder unless it ends with %.
378 result += ((c == '%') ? chunk : Placeholder(chunk));
438 std::string PseudoMethodAccent::Placeholder(const StringPiece& source)
    [all...]
  /external/clang/lib/Sema/
CodeCompleteConsumer.cpp 169 CodeCompletionString::Chunk::CreatePlaceholder(const char *Placeholder) {
170 return Chunk(CK_Placeholder, Placeholder);
354 void CodeCompletionBuilder::AddPlaceholderChunk(const char *Placeholder) {
355 Chunks.push_back(Chunk::CreatePlaceholder(Placeholder));
  /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...]
  /external/llvm/lib/Transforms/Utils/
ValueMapper.cpp 186 TempMDNode Placeholder;
191 Placeholder(std::move(X.Placeholder)) {}
195 Placeholder = std::move(X.Placeholder);
581 if (!OpD.Placeholder)
582 OpD.Placeholder = Op.clone();
584 return *OpD.Placeholder;
696 // Remember whether this node had a placeholder.
697 bool HadPlaceholder(D.Placeholder);
    [all...]
  /external/clang/include/clang/Sema/
CodeCompleteConsumer.h 340 /// \brief A string that acts as a placeholder for, e.g., a function
413 /// \brief Create a new placeholder chunk.
414 static Chunk CreatePlaceholder(const char *Placeholder);
597 /// \brief Add a new placeholder chunk.
598 void AddPlaceholderChunk(const char *Placeholder);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
CodeCompleteConsumer.h 96 /// block placeholder.
344 /// \brief A string that acts as a placeholder for, e.g., a function
417 /// \brief Create a new placeholder chunk.
418 static Chunk CreatePlaceholder(const char *Placeholder);
596 /// \brief Add a new placeholder chunk.
597 void AddPlaceholderChunk(const char *Placeholder);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
CodeCompleteConsumer.h 96 /// block placeholder.
344 /// \brief A string that acts as a placeholder for, e.g., a function
417 /// \brief Create a new placeholder chunk.
418 static Chunk CreatePlaceholder(const char *Placeholder);
596 /// \brief Add a new placeholder chunk.
597 void AddPlaceholderChunk(const char *Placeholder);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
CodeCompleteConsumer.h 96 /// block placeholder.
344 /// \brief A string that acts as a placeholder for, e.g., a function
417 /// \brief Create a new placeholder chunk.
418 static Chunk CreatePlaceholder(const char *Placeholder);
596 /// \brief Add a new placeholder chunk.
597 void AddPlaceholderChunk(const char *Placeholder);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
CodeCompleteConsumer.h 96 /// block placeholder.
344 /// \brief A string that acts as a placeholder for, e.g., a function
417 /// \brief Create a new placeholder chunk.
418 static Chunk CreatePlaceholder(const char *Placeholder);
596 /// \brief Add a new placeholder chunk.
597 void AddPlaceholderChunk(const char *Placeholder);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
CodeCompleteConsumer.h 96 /// block placeholder.
344 /// \brief A string that acts as a placeholder for, e.g., a function
417 /// \brief Create a new placeholder chunk.
418 static Chunk CreatePlaceholder(const char *Placeholder);
596 /// \brief Add a new placeholder chunk.
597 void AddPlaceholderChunk(const char *Placeholder);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
CodeCompleteConsumer.h 96 /// block placeholder.
344 /// \brief A string that acts as a placeholder for, e.g., a function
417 /// \brief Create a new placeholder chunk.
418 static Chunk CreatePlaceholder(const char *Placeholder);
596 /// \brief Add a new placeholder chunk.
597 void AddPlaceholderChunk(const char *Placeholder);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
CodeCompleteConsumer.h 96 /// block placeholder.
344 /// \brief A string that acts as a placeholder for, e.g., a function
417 /// \brief Create a new placeholder chunk.
418 static Chunk CreatePlaceholder(const char *Placeholder);
596 /// \brief Add a new placeholder chunk.
597 void AddPlaceholderChunk(const char *Placeholder);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
CodeCompleteConsumer.h 96 /// block placeholder.
344 /// \brief A string that acts as a placeholder for, e.g., a function
417 /// \brief Create a new placeholder chunk.
418 static Chunk CreatePlaceholder(const char *Placeholder);
596 /// \brief Add a new placeholder chunk.
597 void AddPlaceholderChunk(const char *Placeholder);
    [all...]
  /external/llvm/unittests/IR/
ConstantsTest.cpp 379 auto *Placeholder = new GlobalVariable(
381 auto *GEP = ConstantExpr::getGetElementPtr(IntTy, Placeholder, C1);
382 ASSERT_EQ(GEP->getOperand(0), Placeholder);
392 Placeholder->replaceAllUsesWith(Alias);
  /prebuilts/sdk/current/extras/constraint-layout/libs/
android-support-constraint-layout.jar 
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
accctrl.h 441 ULONG Placeholder;
  /prebuilts/go/darwin-x86/src/database/sql/
fakedb_test.go 114 Placeholder string
436 stmt.whereCol = append(stmt.whereCol, boundCol{Column: column, Placeholder: value, Ordinal: stmt.placeholders})
714 // Assign value from argument placeholder name.
816 if wcol.Placeholder == "?" {
819 // Assign arg value from placeholder name.
821 if a.Name == wcol.Placeholder[1:] {
  /prebuilts/go/linux-x86/src/database/sql/
fakedb_test.go 114 Placeholder string
436 stmt.whereCol = append(stmt.whereCol, boundCol{Column: column, Placeholder: value, Ordinal: stmt.placeholders})
714 // Assign value from argument placeholder name.
816 if wcol.Placeholder == "?" {
819 // Assign arg value from placeholder name.
821 if a.Name == wcol.Placeholder[1:] {
  /external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
BitcodeReader.cpp 175 /// as a placeholder for the actual definition for forward constants defs.
248 // Create and return a placeholder, which will later be RAUW'd.
266 // Create and return a placeholder, which will later be RAUW'd.
278 /// a placeholder.
288 Constant *Placeholder = ResolveConstants.back().first;
291 // Loop over all users of the placeholder, updating them to reference the
292 // new value. If they reference more than one placeholder, update them all
294 while (!Placeholder->use_empty()) {
295 Value::use_iterator UI = Placeholder->use_begin();
305 // Otherwise, we have a constant that uses the placeholder. Replace tha
    [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
543 /// as a placeholder for the actual definition for forward constants defs.
616 // Create and return a placeholder, which will later be RAUW'd.
634 // Create and return a placeholder, which will later be RAUW'd.
646 /// a placeholder.
656 Constant *Placeholder = ResolveConstants.back().first;
659 // Loop over all users of the placeholder, updating them to reference the
660 // new value. If they reference more than one placeholder, update them all
662 while (!Placeholder->use_empty()) {
663 auto UI = Placeholder->user_begin()
    [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
818 /// as a placeholder for the actual definition for forward constants defs.
891 // Create and return a placeholder, which will later be RAUW'd.
909 // Create and return a placeholder, which will later be RAUW'd.
    [all...]

Completed in 352 milliseconds

1 2