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

1 2

  /frameworks/base/core/java/android/text/method/
PasswordTransformationMethod.java 107 sp.setSpan(new Visible(sp, this), start, start + count,
132 Visible[] old = sp.getSpans(0, sp.length(), Visible.class);
160 Visible[] visible = sp.getSpans(0, sp.length(), Visible.class); local
162 for (int a = 0; a < visible.length; a++) {
163 if (sp.getSpanStart(visible[a].mTransformer) >= 0) {
164 st = sp.getSpanStart(visible[a]);
165 en = sp.getSpanEnd(visible[a])
201 Visible[] visible = sp.getSpans(0, sp.length(), Visible.class); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
agtctl.h 408 virtual HRESULT WINAPI put_Visible(VARIANT_BOOL Visible) = 0;
409 virtual HRESULT WINAPI get_Visible(VARIANT_BOOL *Visible) = 0;
437 HRESULT (WINAPI *put_Visible)(IAgentCtlBalloon *This,VARIANT_BOOL Visible);
438 HRESULT (WINAPI *get_Visible)(IAgentCtlBalloon *This,VARIANT_BOOL *Visible);
468 #define IAgentCtlBalloon_put_Visible(This,Visible) (This)->lpVtbl->put_Visible(This,Visible)
469 #define IAgentCtlBalloon_get_Visible(This,Visible) (This)->lpVtbl->get_Visible(This,Visible)
500 HRESULT WINAPI IAgentCtlBalloon_put_Visible_Proxy(IAgentCtlBalloon *This,VARIANT_BOOL Visible);
502 HRESULT WINAPI IAgentCtlBalloon_get_Visible_Proxy(IAgentCtlBalloon *This,VARIANT_BOOL *Visible);
    [all...]
mmcobj.h 358 virtual HRESULT WINAPI get_Visible(PBOOL Visible) = 0;
381 HRESULT (WINAPI *get_Visible)(_Application *This,PBOOL Visible);
406 #define _Application_get_Visible(This,Visible) (This)->lpVtbl->get_Visible(This,Visible)
425 HRESULT WINAPI _Application_get_Visible_Proxy(_Application *This,PBOOL Visible);
    [all...]
control.h     [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
ConsoleLogger.h 31 UINTN OriginalStartRow; ///< What the originally visible start row was
32 UINTN CurrentStartRow; ///< what the currently visible start row is
294 Makes the cursor visible or invisible
297 @param[in] Visible If TRUE, the cursor is set to be visible. If FALSE, the cursor is
311 IN BOOLEAN Visible
ConsoleWrappers.c 376 Makes the cursor visible or invisible
379 @param[in] Visible If TRUE, the cursor is set to be visible. If FALSE, the cursor is
388 IN BOOLEAN Visible
ConsoleLogger.c 357 // If we are setting the screen back to original turn on the cursor and make it visible
    [all...]
  /frameworks/native/libs/vr/libdisplay/
display_client.cpp 39 visible_ = status.get().visible;
57 visible_ = status.get().visible;
60 Status<void> Surface::SetVisible(bool visible) {
62 {{SurfaceAttribute::Visible, SurfaceAttributeValue{visible}}});
87 case SurfaceAttribute::Visible:
  /frameworks/native/libs/vr/libdisplay/include/private/dvr/
display_protocol.h 122 Visible = DVR_SURFACE_ATTRIBUTE_VISIBLE,
150 GetAttribute(SurfaceAttribute::Visible, &bool_value,
182 bool visible; member in struct:android::SurfaceInfo
186 PDX_SERIALIZABLE_MEMBERS(SurfaceInfo, surface_id, visible, z_order);
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/
VgaClass.h 412 Makes the cursor visible or invisible.
415 It makes the cursor visible or invisible.
418 @param Visible If TRUE, the cursor is set to be visible.
431 IN BOOLEAN Visible
VgaClass.c 1152 Makes the cursor visible or invisible.
1155 It makes the cursor visible or invisible.
1158 @param Visible If TRUE, the cursor is set to be visible.
1171 IN BOOLEAN Visible
1177 if (Visible) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/
GraphicsConsole.h 410 Makes the cursor visible or invisible.
415 @param Visible If TRUE, the cursor is set to be visible, If FALSE,
425 IN BOOLEAN Visible
GraphicsConsole.c     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
SimpleTextOut.h 331 Makes the cursor visible or invisible
334 @param Visible If TRUE, the cursor is set to be visible. If FALSE, the cursor is
348 IN BOOLEAN Visible
  /external/syslinux/gpxe/src/include/gpxe/efi/Protocol/
SimpleTextOut.h 320 Makes the cursor visible or invisible
323 @param Visible If TRUE, the cursor is set to be visible. If FALSE, the cursor is
337 IN BOOLEAN Visible
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/TerminalDxe/
TerminalConOut.c 789 @param Visible If TRUE, the cursor is set to be visible,
800 IN BOOLEAN Visible
803 if (!Visible) {
Terminal.h 572 @param Visible If TRUE, the cursor is set to be visible,
583 IN BOOLEAN Visible
    [all...]
  /frameworks/native/libs/vr/libvrflinger/
display_service.cpp 68 << " visible=" << surface->visible()
93 << " visible=" << surface->visible()
117 {{display::SurfaceAttribute::Visible,
254 // change, depending on the value of the visible attribute.
257 return {{surface->surface_id(), surface->visible(), surface->z_order()}};
342 if (surface->visible()) {
355 "DisplayService::UpdateActiveDisplaySurfaces: %zd visible surfaces",
402 bool visible = false local
    [all...]
display_surface.cpp 85 case display::SurfaceAttribute::Visible:
146 "DisplaySurface::OnGetSurfaceInfo: surface_id=%d visible=%d z_order=%d",
147 surface_id(), visible(), z_order());
148 return {{surface_id(), visible(), z_order()}};
367 if (!visible()) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/ConSplitterDxe/
ConSplitter.h     [all...]
ConSplitter.c     [all...]
  /external/clang/lib/AST/
MicrosoftMangle.cpp 208 // Use the canonical number for externally visible decls.
232 assert(!RD->isExternallyVisible() && "RD must not be visible!");
    [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp 314 // Compiler builtins are always visible, regardless of where they end
399 // that we pick the declaration with more visible default arguments.
412 // If D has more *visible* default arguments, it is preferred. Note, an
413 // earlier default argument being visible does not imply that a later
414 // default argument is visible, so we can't just check the first one.
431 // Prefer the decl with a more complete type if visible.
593 // wherever the object, function, or enumerator name is visible.
595 // even if they're not visible. (ref?)
857 // name lookup. Instead, any conversion function templates visible in the
    [all...]
  /prebuilts/go/darwin-x86/src/net/mail/
message.go 613 // Visible (printing) characters.
  /prebuilts/go/linux-x86/src/net/mail/
message.go 613 // Visible (printing) characters.

Completed in 1408 milliseconds

1 2