/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/fmtlib/doc/bootstrap/ |
D | utilities.less | 33 .invisible {
|
/external/google-styleguide/ |
D | Rguide.md | 24 return(invisible(NULL)) 34 return(invisible(NULL))
|
/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/harfbuzz_ng/src/ |
D | hb-ot-shape.cc | 732 hb_codepoint_t invisible = buffer->invisible; in hb_ot_hide_default_ignorables() local 734 (invisible || font->get_nominal_glyph (' ', &invisible))) in hb_ot_hide_default_ignorables() 740 info[i].codepoint = invisible; in hb_ot_hide_default_ignorables()
|
D | hb-buffer.cc | 227 invisible = 0; in reset() 1200 hb_codepoint_t invisible) in hb_buffer_set_invisible_glyph() argument 1205 buffer->invisible = invisible; in hb_buffer_set_invisible_glyph() 1222 return buffer->invisible; in hb_buffer_get_invisible_glyph()
|
D | hb-buffer.h | 354 hb_codepoint_t invisible);
|
D | hb-buffer.hh | 95 hb_codepoint_t invisible; /* 0 or something else. */ member
|
/external/guava/refactorings/ |
D | CharMatcherRewrite.java | 142 return CharMatcher.invisible(); in after()
|
/external/compiler-rt/test/tsan/Darwin/ |
D | ignored-interceptors.mm | 4 // TSan-invisible atomics as synchronization.
|
/external/pdfium/testing/resources/javascript/xfa_specific/ |
D | bug_985781.in | 55 <items presence="invisible" save="0">
|
/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/cpython3/Doc/library/ |
D | curses.panel.rst | 83 screen invisible.
|
/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/pyasn1/docs/source/pyasn1/type/opentype/ |
D | contents.rst | 41 "invisible" in serialization. However, like any other ASN.1 type,
|
/external/pdfium/testing/resources/ |
D | bug_306123.in | 51 <field y="283mm" x="47mm" w="62mm" h="9mm" presence="invisible"> 393 <draw minH="7.234mm" w="67mm" presence="invisible" x="0.001mm"> 534 <draw minH="7.234mm" w="67mm" presence="invisible" x="0.001mm"> 541 <draw minH="7.234mm" w="67mm" presence="invisible"> 555 <draw minH="7.234mm" w="67mm" presence="invisible">
|
/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/mesa3d/docs/relnotes/ |
D | 19.0.4.rst | 43 - radeonsi: GTK elements become invisible in some applications (GIMP,
|
/external/tensorflow/tensorflow/lite/toco/ |
D | model_flags.proto | 173 // catch common copy-and-paste issues where invisible unicode
|
/external/ImageMagick/ |
D | README.txt | 51 * Transparency: render portions of an image invisible.
|
/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>`_
|