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

  /external/chromium_org/tools/grit/grit/
tclib.py 45 for placeholder in placeholders:
46 tag_map[placeholder.GetPresentation()] = [placeholder, 0]
61 tag_map[chunk][1] += 1 # increase placeholder use count
84 if isinstance(part, Placeholder):
90 def AppendPlaceholder(self, placeholder):
91 assert isinstance(placeholder, Placeholder)
94 if other.presentation == placeholder.presentation:
95 assert other.original == placeholder.origina
    [all...]
  /external/chromium_org/tools/grit/grit/extern/
tclib.py 56 # The Placeholder class represents a placeholder in a message.
58 class Placeholder(object):
86 if type(other) is not Placeholder:
111 # placeholders = [Placeholder("NUM_BUGS", "%d", "33")],
123 # Append a placeholder to the message
124 def AppendPlaceholder(self, placeholder):
125 if not isinstance(placeholder, Placeholder):
126 raise MessageTranslationError, ("Invalid message placeholder %s in
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp 301 // Get the placeholder value from the generated object since
303 uint32_t *Placeholder =
307 int64_t RealOffset = *Placeholder + Value + Addend - FinalAddress;
314 // Get the placeholder value from the generated object since
316 uint64_t *Placeholder =
320 *Target = *Placeholder + Value + Addend - FinalAddress;
331 // Get the placeholder value from the generated object since
333 uint32_t *Placeholder =
336 *Target = *Placeholder + Value + Addend;
340 // Get the placeholder value from the generated object sinc
    [all...]
  /external/chromium_org/url/
url_canon.h 657 sources_.username = Placeholder();
668 sources_.password = Placeholder();
679 sources_.host = Placeholder();
690 sources_.port = Placeholder();
701 sources_.path = Placeholder();
712 sources_.query = Placeholder();
723 sources_.ref = Placeholder();
734 // Returns a pointer to a static empty string that is used as a placeholder
736 const CHAR* Placeholder() {
    [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 Rect bounds = mOpts.placeholder.getBounds();
109 } else if (placeholder.getIntrinsicWidth() != -1) {
110 placeholderWidth = placeholder.getIntrinsicWidth()
723 public Drawable placeholder; field in class:ExtendedBitmapDrawable.ExtendedOptions
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 233 /// as a placeholder for the actual definition for forward constants defs.
305 // Create and return a placeholder, which will later be RAUW'd.
323 // Create and return a placeholder, which will later be RAUW'd.
335 /// a placeholder.
345 Constant *Placeholder = ResolveConstants.back().first;
348 // Loop over all users of the placeholder, updating them to reference the
349 // new value. If they reference more than one placeholder, update them all
351 while (!Placeholder->use_empty()) {
352 auto UI = Placeholder->user_begin();
362 // Otherwise, we have a constant that uses the placeholder. Replace tha
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 204 /// as a placeholder for the actual definition for forward constants defs.
277 // Create and return a placeholder, which will later be RAUW'd.
295 // Create and return a placeholder, which will later be RAUW'd.
307 /// a placeholder.
317 Constant *Placeholder = ResolveConstants.back().first;
320 // Loop over all users of the placeholder, updating them to reference the
321 // new value. If they reference more than one placeholder, update them all
323 while (!Placeholder->use_empty()) {
324 Value::use_iterator UI = Placeholder->use_begin();
335 // Otherwise, we have a constant that uses the placeholder. Replace tha
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 483 /// as a placeholder for the actual definition for forward constants defs.
556 // Create and return a placeholder, which will later be RAUW'd.
574 // Create and return a placeholder, which will later be RAUW'd.
586 /// a placeholder.
596 Constant *Placeholder = ResolveConstants.back().first;
599 // Loop over all users of the placeholder, updating them to reference the
600 // new value. If they reference more than one placeholder, update them all
602 while (!Placeholder->use_empty()) {
603 Value::use_iterator UI = Placeholder->use_begin();
614 // Otherwise, we have a constant that uses the placeholder. Replace tha
    [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
accctrl.h 393 ULONG Placeholder;

Completed in 1006 milliseconds