HomeSort by relevance Sort by last modified time
    Searched refs:Visible (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/text/method/
PasswordTransformationMethod.java 108 sp.setSpan(new Visible(sp, this), start, start + count,
133 Visible[] old = sp.getSpans(0, sp.length(), Visible.class);
161 Visible[] visible = sp.getSpans(0, sp.length(), Visible.class); local
163 for (int a = 0; a < visible.length; a++) {
164 if (sp.getSpanStart(visible[a].mTransformer) >= 0) {
165 st = sp.getSpanStart(visible[a]);
166 en = sp.getSpanEnd(visible[a])
202 Visible[] visible = sp.getSpans(0, sp.length(), Visible.class); local
    [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp 425 // wherever the object, function, or enumerator name is visible.
427 // even if they're not visible. (ref?)
677 // name lookup. Instead, any conversion function templates visible in the
    [all...]
  /external/clang/include/clang/Serialization/
ASTReader.h 325 // Updates for visible decls can occur for other contexts than just the
335 /// \brief Updates to the visible declarations of declaration contexts that
386 /// declarations in that submodule that could be made visible.
641 /// Number of visible decl contexts read/total.
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp 572 // Determine whether this macro definition should be visible now, or
574 bool Visible = true;
579 // The owning module is not visible, and this macro definition should
581 Visible = false;
584 // module is not yet visible.
590 Reader.setIdentifierIsMacro(II, F, Offset, Visible);
596 // Read all of the declarations visible at global scope with this
752 Error("Expected visible lookup table block");
    [all...]

Completed in 496 milliseconds