/external/turbine/java/com/google/turbine/bytecode/ |
D | LowerAttributes.java | 88 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/ |
D | hb-ot-shape.cc | 644 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()
|
D | hb-buffer.cc | 227 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()
|
D | hb-buffer.h | 349 hb_codepoint_t invisible);
|
D | hb-buffer.hh | 95 hb_codepoint_t invisible; /* 0 or something else. */ member
|
/external/clang/test/Modules/Inputs/ |
D | DebugCXX.h | 34 Template<long> invisible;
|
/external/llvm/test/Transforms/ConstantMerge/ |
D | dont-merge.ll | 42 call void asm sideeffect "T3A, T3B",""() ; invisible use of T3A and T3B
|
/external/swiftshader/third_party/LLVM/test/Transforms/ConstantMerge/ |
D | dont-merge.ll | 42 call void asm sideeffect "T3A, T3B",""() ; invisible use of T3A and T3B
|
/external/compiler-rt/test/tsan/Darwin/ |
D | ignored-interceptors.mm | 4 // TSan-invisible atomics as synchronization.
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.occlusion_query.txt | 43 If targets are invisible, i.e. red color does not appear in the
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/ConstantMerge/ |
D | dont-merge.ll | 42 call void asm sideeffect "T3A, T3B",""() ; invisible use of T3A and T3B
|
/external/python/cpython2/Doc/library/ |
D | curses.panel.rst | 81 screen invisible.
|
/external/google-styleguide/docguide/ |
D | philosophy.md | 26 remain invisible to users who don't need them.
|
/external/python/cpython3/Doc/library/ |
D | curses.panel.rst | 83 screen invisible.
|
/external/autotest/client/site_tests/video_MediaRecorderPerf/ |
D | video_MediaRecorderPerf.py | 76 keyframe, invisible, discardable): argument
|
/external/llvm/lib/Target/SystemZ/ |
D | README.txt | 53 conventions require f128s to be returned by invisible reference.
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | README.txt | 53 conventions require f128s to be returned by invisible reference.
|
/external/ImageMagick/ |
D | README.txt | 51 * Transparency: render portions of an image invisible.
|
D | README.md | 37 * [Transparency](https://imagemagick.org/Usage/masking/): render portions of an image invisible.
|
/external/tensorflow/tensorflow/lite/toco/ |
D | model_flags.proto | 173 // catch common copy-and-paste issues where invisible unicode
|
/external/python/cpython3/Doc/howto/ |
D | curses.rst | 327 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/ |
D | setup_ubuntu-host_qemu-vm_x86-64-kernel.md | 31 passed by invisible reference (and the TREE_TYPE is a pointer to the true
|
/external/libnl/doc/stylesheets/ |
D | slidy.css | 405 body.single_slide .invisible { visibility: hidden }
|
/external/python/cpython2/PC/VC6/ |
D | readme.txt | 185 XXX threads are invisible to unittest).
|
/external/python/cpython2/Doc/howto/ |
D | curses.rst | 261 ``curs_set(0)`` to make it invisible. Equivalently, and for compatibility with 439 The ncurses FAQ: http://invisible-island.net/ncurses/ncurses.faq.html
|