Home
last modified time | relevance | path

Searched refs:invisible (Results 1 – 25 of 59) sorted by relevance

123

/external/turbine/java/com/google/turbine/bytecode/
DLowerAttributes.java88 List<AnnotationInfo> invisible = new ArrayList<>(); in addAllAnnotations() local
93 (annotation.isRuntimeVisible() ? visible : invisible).add(annotation); in addAllAnnotations()
98 if (!invisible.isEmpty()) { in addAllAnnotations()
99 attributes.add(new Attribute.RuntimeInvisibleAnnotations(invisible)); in addAllAnnotations()
106 List<TypeAnnotationInfo> invisible = new ArrayList<>(); in addAllTypeAnnotations() local
108 (annotation.anno().isRuntimeVisible() ? visible : invisible).add(annotation); in addAllTypeAnnotations()
113 if (!invisible.isEmpty()) { in addAllTypeAnnotations()
115 new Attribute.RuntimeInvisibleTypeAnnotations(ImmutableList.copyOf(invisible))); in addAllTypeAnnotations()
127 List<AnnotationInfo> invisible = new ArrayList<>(); in addParameterAnnotations() local
134 invisible.add(annotation); in addParameterAnnotations()
[all …]
/external/harfbuzz_ng/src/
Dhb-ot-shape.cc644 hb_codepoint_t invisible = buffer->invisible; in hb_ot_hide_default_ignorables() local
646 (invisible || font->get_nominal_glyph (' ', &invisible))) in hb_ot_hide_default_ignorables()
652 info[i].codepoint = invisible; in hb_ot_hide_default_ignorables()
Dhb-buffer.cc227 invisible = 0; in reset()
1198 hb_codepoint_t invisible) in hb_buffer_set_invisible_glyph() argument
1203 buffer->invisible = invisible; in hb_buffer_set_invisible_glyph()
1220 return buffer->invisible; in hb_buffer_get_invisible_glyph()
Dhb-buffer.h349 hb_codepoint_t invisible);
Dhb-buffer.hh95 hb_codepoint_t invisible; /* 0 or something else. */ member
/external/clang/test/Modules/Inputs/
DDebugCXX.h34 Template<long> invisible;
/external/llvm/test/Transforms/ConstantMerge/
Ddont-merge.ll42 call void asm sideeffect "T3A, T3B",""() ; invisible use of T3A and T3B
/external/swiftshader/third_party/LLVM/test/Transforms/ConstantMerge/
Ddont-merge.ll42 call void asm sideeffect "T3A, T3B",""() ; invisible use of T3A and T3B
/external/compiler-rt/test/tsan/Darwin/
Dignored-interceptors.mm4 // TSan-invisible atomics as synchronization.
/external/deqp/doc/testspecs/GLES3/
Dfunctional.occlusion_query.txt43 If targets are invisible, i.e. red color does not appear in the
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/ConstantMerge/
Ddont-merge.ll42 call void asm sideeffect "T3A, T3B",""() ; invisible use of T3A and T3B
/external/python/cpython2/Doc/library/
Dcurses.panel.rst81 screen invisible.
/external/google-styleguide/docguide/
Dphilosophy.md26 remain invisible to users who don't need them.
/external/python/cpython3/Doc/library/
Dcurses.panel.rst83 screen invisible.
/external/autotest/client/site_tests/video_MediaRecorderPerf/
Dvideo_MediaRecorderPerf.py76 keyframe, invisible, discardable): argument
/external/llvm/lib/Target/SystemZ/
DREADME.txt53 conventions require f128s to be returned by invisible reference.
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DREADME.txt53 conventions require f128s to be returned by invisible reference.
/external/ImageMagick/
DREADME.txt51 * Transparency: render portions of an image invisible.
DREADME.md37 * [Transparency](https://imagemagick.org/Usage/masking/): render portions of an image invisible.
/external/tensorflow/tensorflow/lite/toco/
Dmodel_flags.proto173 // catch common copy-and-paste issues where invisible unicode
/external/python/cpython3/Doc/howto/
Dcurses.rst327 call ``curs_set(False)`` to make it invisible. For compatibility
544 * `Writing Programs with NCURSES <http://invisible-island.net/ncurses/ncurses-intro.html>`_:
547 * `The ncurses FAQ <http://invisible-island.net/ncurses/ncurses.faq.html>`_
/external/syzkaller/docs/linux/
Dsetup_ubuntu-host_qemu-vm_x86-64-kernel.md31 passed by invisible reference (and the TREE_TYPE is a pointer to the true
/external/libnl/doc/stylesheets/
Dslidy.css405 body.single_slide .invisible { visibility: hidden }
/external/python/cpython2/PC/VC6/
Dreadme.txt185 XXX threads are invisible to unittest).
/external/python/cpython2/Doc/howto/
Dcurses.rst261 ``curs_set(0)`` to make it invisible. Equivalently, and for compatibility with
439 The ncurses FAQ: http://invisible-island.net/ncurses/ncurses.faq.html

123